Skip to content

Commit

Permalink
v1.2 App Store Release (#39)
Browse files Browse the repository at this point in the history
* Refactor To MVVM (#29)

* Reworking classes and adding repositories

* Update repository

* ViewModelController and Repos are working

* Lots of additions and reworking of views

- Fixes for repositories
- 60fps scrolling
- Fixed html encodings
- Started switching out some view controllers for cleaner versions

* Fixed FilterObject

* Fix recommened api request

* Added remoteCommandManager toggle change playback position

Fix for this issue: #25

* Build for beta and fixed CollectionView Layout scaling

* fixed audio view label

* Clean up clean up

Fixed User Model
Fixed repos and search controller
Deleted a lot of old code

* Removed and cleaned up code/files

Also fixed search controller since there was an issue with calling the api too many times after we returned 0 results

* Reworking classes and adding repositories

* Update repository

* ViewModelController and Repos are working

* Lots of additions and reworking of views

- Fixes for repositories
- 60fps scrolling
- Fixed html encodings
- Started switching out some view controllers for cleaner versions

* Fixed FilterObject

* Fix recommened api request

* Added remoteCommandManager toggle change playback position

Fix for this issue: #25

* Build for beta and fixed CollectionView Layout scaling

* fixed audio view label

* Clean up clean up

Fixed User Model
Fixed repos and search controller
Deleted a lot of old code

* Removed and cleaned up code/files

Also fixed search controller since there was an issue with calling the api too many times after we returned 0 results

* After rebase with a few fixes

* Remove comment

* Review Fixes

* Removed Kingfisher in favor for SDWebImage

This looks to fix a memory issue with Kingfisher caching all the images and using a lot of memory.

* Fixed models and voting on header view

* Forgot to push this pod update

* Fixed tab bar not selecting first index on load. Fixed Image caching

* Fix skeletonCollectionView stopping when leaving a view

* 1.2 beta build 11

* v1.2 build 12
  • Loading branch information
themisterholliday authored Nov 1, 2017
1 parent fe1888d commit 26d670e
Show file tree
Hide file tree
Showing 47 changed files with 1,547 additions and 2,416 deletions.
2 changes: 2 additions & 0 deletions Constants/L10nEnum.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ enum L10n {
static let logoutTitle = L10n.tr("Localizable", "LogoutTitle")
/// Password
static let passwordPlaceholder = L10n.tr("Localizable", "PasswordPlaceholder")
/// Play
static let play = L10n.tr("Localizable", "Play")
/// Sign Up
static let signUpButtonTitle = L10n.tr("Localizable", "SignUpButtonTitle")
/// Just For You
Expand Down
38 changes: 19 additions & 19 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@ target 'SEDaily-IOS' do

# Pods for SEDaily-IOS
pod 'Alamofire'
pod 'ObjectMapper'
pod 'RealmSwift'
pod 'SwiftyJSON'
pod 'SwifterSwift'
pod 'SnapKit'
pod 'Reusable'
pod 'SwiftyBeaver'
pod 'KoalaTeaFlowLayout'
pod 'UIFontComplete'
pod 'SwiftIcons', :git => 'https://github.com/themisterholliday/SwiftIcons.git', :branch => 'swift-4'
pod 'IQKeyboardManagerSwift'
pod 'Eureka'
pod 'SideMenu'
pod 'ActiveLabel', :git => 'https://github.com/optonaut/ActiveLabel.swift.git'
pod 'Kingfisher'
pod 'Fabric'
pod 'Crashlytics'
pod 'KTResponsiveUI'
pod 'Disk'
pod 'Eureka'
pod 'Fabric'
pod 'IQKeyboardManagerSwift'
pod 'KoalaTeaFlowLayout'
pod 'KoalaTeaPlayer'
pod 'Tabman'
pod 'SwiftGen'
pod 'KTResponsiveUI'
pod 'Reusable'
pod 'SDWebImage'
pod 'SideMenu'
pod 'Skeleton'

pod 'SnapKit'
pod 'SwiftyBeaver'
pod 'SwifterSwift'
pod 'SwiftIcons', :git => 'https://github.com/themisterholliday/SwiftIcons.git', :branch => 'swift-4'
pod 'SwiftGen'
pod 'SwiftSoup'
pod 'SwiftyJSON'
pod 'Tabman'
pod 'UIFontComplete'

target 'SEDaily-IOSTests' do
inherit! :search_paths
# Pods for testing
Expand Down
30 changes: 14 additions & 16 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,24 @@ PODS:
- Alamofire (4.5.1)
- Crashlytics (3.9.0):
- Fabric (~> 1.7.0)
- Disk (0.3.1)
- Eureka (4.0.1)
- Fabric (1.7.0)
- IQKeyboardManagerSwift (5.0.3)
- Kingfisher (4.1.0)
- KoalaTeaFlowLayout (0.3.1)
- KoalaTeaPlayer (0.1.6)
- KTResponsiveUI (0.2.3):
- SwiftIcons
- ObjectMapper (3.0.0)
- Pageboy (2.0.0)
- PureLayout (3.0.2)
- Realm (2.10.2):
- Realm/Headers (= 2.10.2)
- Realm/Headers (2.10.2)
- RealmSwift (2.10.2):
- Realm (= 2.10.2)
- Reusable (4.0.0):
- Reusable/Storyboard (= 4.0.0)
- Reusable/View (= 4.0.0)
- Reusable/Storyboard (4.0.0)
- Reusable/View (4.0.0)
- SDWebImage (4.1.2):
- SDWebImage/Core (= 4.1.2)
- SDWebImage/Core (4.1.2)
- SideMenu (3.1.1)
- Skeleton (0.1.0)
- SnapKit (4.0.0)
Expand All @@ -40,7 +37,9 @@ PODS:
- SwifterSwift/Foundation (4.0.1)
- SwifterSwift/SwiftStdlib (4.0.1)
- SwifterSwift/UIKit (4.0.1)
- SwiftGen (5.1.2)
- SwiftIcons (1.5.1)
- SwiftSoup (1.5.4)
- SwiftyBeaver (1.4.2)
- SwiftyJSON (3.1.4)
- Tabman (1.0.3):
Expand All @@ -52,22 +51,22 @@ DEPENDENCIES:
- ActiveLabel (from `https://github.com/optonaut/ActiveLabel.swift.git`)
- Alamofire
- Crashlytics
- Disk
- Eureka
- Fabric
- IQKeyboardManagerSwift
- Kingfisher
- KoalaTeaFlowLayout
- KoalaTeaPlayer
- KTResponsiveUI
- ObjectMapper
- RealmSwift
- Reusable
- SDWebImage
- SideMenu
- Skeleton
- SnapKit
- SwifterSwift
- SwiftGen
- SwiftIcons (from `https://github.com/themisterholliday/SwiftIcons.git`, branch `swift-4`)
- SwiftSoup
- SwiftyBeaver
- SwiftyJSON
- Tabman
Expand All @@ -92,30 +91,29 @@ SPEC CHECKSUMS:
ActiveLabel: faa96b5f50507770536a3e48a4cf291ee88fb7db
Alamofire: 2d95912bf4c34f164fdfc335872e8c312acaea4a
Crashlytics: 64aad5dd97249dd3ff94b979fea140144590cdd3
Disk: 64f0f95a4163314aba6f09f010f17de964762140
Eureka: c8bd5cc07143b6f66268c208d28a246c99b41955
Fabric: e6be012366472553807dada21243c5ab8d904151
IQKeyboardManagerSwift: e257e513744cf32123eca7061272acea0246fc83
Kingfisher: f14df8cbe576bf55f211fa589e9869bceb4ea87d
KoalaTeaFlowLayout: 219c45709d0873d405b2de1b27080a9c411246b7
KoalaTeaPlayer: f160b122c1c3f877682ba12518b0e9c2e41f887f
KTResponsiveUI: 6e17f26edb8ccefd935b14de8775e0d97e7ef380
ObjectMapper: 92230db59bf8f341a5c3a3cf0b9fbdde3cf0d87f
Pageboy: a43a4e34fad98ebfa415a5d33cd0389e5005a101
PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd
Realm: 0ef72b837fb67e9f4b098bac771ddd72c7fdbb69
RealmSwift: 07a9ae0505091eda6b2ee7c190c3786d6e90a7b0
Reusable: 98e5fff1e0e2e00872199699b276dde08ee56c07
SDWebImage: cb6f9f266a9977741efcbc21e618e8be3734c774
SideMenu: 1bf32e90afaa2dc0e0ab68e938a0ff85014c4217
Skeleton: b76249b7d6a73a9913e164c8030647a3e005c700
SnapKit: a42d492c16e80209130a3379f73596c3454b7694
SwiftGen: dd2892e7fb008151f30e6ce0cf465b8b8d89e80e
SwifterSwift: 5f406a5f831343312d6d5b34282b57ef3f52c40b
SwiftGen: dd2892e7fb008151f30e6ce0cf465b8b8d89e80e
SwiftIcons: b20641adce6b71fcb2e72389b4b5f2e87252df99
SwiftSoup: f8e924cd65a1d74eb7ba1b6f0a9a61feacaff690
SwiftyBeaver: 91057725648ee4980308f1650af077d04b3654a0
SwiftyJSON: c2842d878f95482ffceec5709abc3d05680c0220
Tabman: f922ae6412f482234b58213f51caa5f0549a5949
UIFontComplete: 7e3ce7f0a12d2529fb07f537e262aabfa87df280

PODFILE CHECKSUM: c5fe254633620bed66f10278ada8111c9c4aaaac
PODFILE CHECKSUM: 649ceef84ecfcef810f531508569460e85464ae8

COCOAPODS: 1.3.1
Loading

0 comments on commit 26d670e

Please sign in to comment.