- Run SwiftLint autocorrect view commit
- Update Nokogiri to fix security alerts view commit
- Update Fastlane and Cocoapods view commit
- Run SwiftLint autocorrect view commit
- Run Rubocop view commit
- Install SwiftLint using CocoaPods view commit
- Fix TVDB Tests view commit
- Update sourcery templates view commit
- Add generated files to git view commit
- Remove *.generated.swift from .gitignore view commit
- Delete files used by code generation from CouchTrackerCore view commit
- Fix Sourcery templates view commit
- We don't need to generate secrets for CouchTrackerSync anymore view commit
- Here we have a good version of the CouchTrackerSync framework view commit
- Add Moya to TraktSwiftTestable view commit
- Fix TraktSwiftTests using TraktSwiftTestable view commit
- Move TestableTrakt to TraktSwiftTestable framework view commit
- Fix typo and compilation view commit
- CouchTrackerSyncTests green. We can sync and get back WatchedShows view commit
- Fix typo view commit
- Add firstAired and network properties into Trakt Season view commit
- Change an if-let to a guard-let view commit
- Ignore Tests and Testable frameworks on codecov view commit
- Fastlane will run tests on AllTests scheme view commit
- Enable Build action on AllTests scheme view commit
- Fix warning view commit
- Fix generate_secrets script view commit
- Fix typos view commit
- Sync tests passing view commit
- Improvements around the Extended info from Trakt view commit
- Small progress on syncing shows view commit
- Add Playground for Rx view commit
- Rename CouchTrackerSyncTests.swift to Helpers.swift view commit
- Refactoring CouchTrackerSyncTests view commit
- Run SwiftLint view commit
- Tests running for the Sync target view commit
- Remove macOS targets and use only iOS targets view commit
- Bump build number view commit
- Create target CouchTrackerSync view commit
- Update dev dependencies view commit
- Update Xcode and Swift verion on CircleCI and Readme view commit
- Fix DateFormattingTests view commit
- Fix tests on TVDB and Trakt view commit
- Update CircleCI environment view commit
- Just code formatting view commit
- Update Persistance layer with new version of Realm view commit
- Capture AppStateManager to avoid handling weak self view commit
- Small improvement to remove Swiftlint warning view commit
- Update TVDBSwift view commit
- Update TMDBSwift view commit
- Update TraktSwift view commit
- Update CocoaPods dependencies view commit
- Less strings on Project.swift view commit
- Install last version of Tuist view commit
- Update Ruby gems view commit
- Remove Tailor from Brewfile view commit
- Update Tuist version view commit
- Update Swift version on .swift-version file view commit
- Delete .swiftformat file view commit
- Remove SwiftFormat and now we only use SwiftLint view commit
- Update Fastlane view commit
- Bump build 44 view commit
- Code format view commit
- Fix tuist install URL view commit
- We need to generate the project and run cocoapods always view commit
- Remove unused code to generate swift code view commit
- Generating properties and closures for enums view commit
- Adding Sourcery to create enum properties and more view commit
- Create a simple lane to setup certificates view commit
- Code format view commit
- Fix tuist install URL view commit
- We need to generate the project and run cocoapods always view commit
- Remove unused code to generate swift code view commit
- Generating properties and closures for enums view commit
- Adding Sourcery to create enum properties and more view commit
- Create a simple lane to setup certificates view commit
- Trying a simpler approach to create the bump commit and tag view commit
- Specify project file to be changed view commit
- Ignore project file when commiting version bump view commit
- Cleanup Environment.swift view commit
- Add "DEBUG" preprocessor flag for Debug configuration view commit
- Fix more warning view commit
- Making warnings go away view commit
- Better way to get the script directory view commit
- Add Swiftlint and swiftformat build phases to CouchTracker target. view commit
- Fixes references for resources. But CouchTrackerCore.string are still copied twice view commit
- Fix autobump by creating a custom script and using PlistBuddy view commit
- Fix UI test view commit
- Adds Playground, Readme and Changelog into the project view commit
- Always generate secrets file view commit
- Fixes UI Tests view commit
- Remove NonEmpty since was breaking the compilation view commit
- Add environment requiments view commit
- Add CouchTrackerCore as dependency of CouchTrackerAppTestable. I don't understand how Xcode caches things. view commit
- Fix some RxTest warnings view commit
- Run tuist from the root project folder view commit
- Bump everything to use Swift 5.0.1 view commit
- Specify which tuist version to install view commit
- Invoke tuist in the correct way view commit
- Update readme and Fastfile view commit
- Add more missing build settings on CouchTracker. A few things to check: * CouchTracker doesn't embed all necessary frameworks * Missing build phases (Swiftlint, Swiftformat) view commit
- Add missing resources view commit
- We are able to generate the project view commit
- We are able to generate the project, but there a lot missing view commit
- Delete Xcode project and workspace view commit
- Embed missing framework view commit
- Fix the UI test to handle the alert view controller view commit
- Create a fake API key instead an empty string view commit
- Generates the secrets file before tests start view commit
- Create a simple UI test using KIF to ensure the app always starts ok view commit
- Add license scan report and status view commit
- Setup git on the CI - ugh view commit
- Disable code signing for TVDBSwiftTestable view commit
- Move TVDBSwift to CouchTracker repository view commit
- Remove JSON and other fixtures files and uses the ones from testable frameworks view commit
- Add TMDBSwift schemas view commit
- Fix bug that make the trending view disappears on scroll view commit
- Move TMDBSwift to CouchTracker repo view commit
- Run TraktSwift tests on CI view commit
- Move Trakt-Swift repo to here view commit
- Forgot to embed the new framework - ugh! view commit
- Fix CouchTrackerDebug code signing view commit
- Add a menu for debugging view commit
- Initial support to change app/content language. R.swift dependency was removed. Closes #188 view commit
- Add "title" labels on movie details screen view commit
- Makes swiftlint happy view commit
- Change AutoLayout lib from Cartography to SnapKit view commit
- Fix logic to check if changelog file was modified view commit
- Move logic to skip CI from CircleCI to Fastlane. The TestFlight release workflow checks if it's a bump commit and there is no need anymore to use the special commit message. view commit
- Remove unused ci folder and scripts view commit
- Don't show merge commits on changelog view commit
- Merge pull request #189 from pietrocaselani/deploy_fixes view commit
- Add Codecov again I forgot this during Travis - Circle migration view commit
- Change the logic to auto bump the build number. This way, with the CI commiting and pushing to master, makes the CircleCI badge show as FAILED, because the lastest status of the master branch is Skiped. view commit
- Merge branch 'master' into deploy_fixes view commit
- Change crash report tool to Bugsnag I was facing some issues with Fabric/Crashlytics and I did want to add Firebase view commit
- Sets ITSAppUsesNonExemptEncryption to false view commit
- Changes the changelog message for Test Flight The message that was being used was formatted for markdown, and Test Flight can't render markdown view commit
- Explain the project structure on readme view commit
- Add some app screenshots view commit
- Merge pull request #187 from pietrocaselani/setup_crashlytics view commit
- Only create test bundle when requested view commit
- Change all classes protocol to use AnyObject view commit
- Setup Crashlytics view commit
- Empty commit to trigger CI and test deploy to test flight view commit
- Empty commit to trigger CI and test deploy to test flight view commit
- Empty commit to trigger CI and test deploy to test flight view commit
- Empty commit to trigger CI and test deploy to test flight view commit
- Now I really hope this will ship to TestFlight view commit
- Bump fastlane to 2.121.1 view commit
- Perhaps this will be our first release view commit
- Removes command to update cocoapods repository view commit
- Add missing parameter when invoking publish_to_github view commit
- Specifies code signing for other targets view commit
- Maybe we don't need to run repo_update always view commit
- Run cocoapods on beta lane view commit
- Update Fastfile syntax view commit
- Setup CircleCI before all view commit
- Merge branch 'master' of github.com:pietrocaselani/CouchTracker view commit
- Build the app before publishing the release to GitHub view commit
- Add CircleCI badge view commit
- Don't run PR pipeline on master branch view commit
- Sets build number to 19 view commit
- Merge branch 'master' of github.com:pietrocaselani/CouchTracker view commit
- Bump build 18 [ci skip] view commit
- Bump everything to 0.0.1 (17) view commit
- Merge branch 'master' of github.com:pietrocaselani/CouchTracker view commit
- Bump build 2 [ci skip] view commit
- Merge pull request #185 from pietrocaselani/episode_image_fix view commit
- Add tests for each image repository view commit
- Split ImageRepository into Movie/Show/EpisodeImageRepository and implement a simple cache for each one view commit
- Implement a simple cache for TMDB Configuration view commit
- Filter status code on ImageRepository view commit
- Fix warnings and remove unnecessary code view commit
- Fix typo view commit
- Merge pull request #183 from pietrocaselani/fix_actionitems_and_cell_reutilization view commit
- Cancel image download task on cell reuse view commit
- Resets image when PosterAndTitleCell will be reused view commit
- Always sets action items on current view controller and pageboy view controller view commit
- Merge pull request #182 from pietrocaselani/fix_changelog view commit
- Append new changes on the top of file view commit
- Reorder changelog file view commit
- Merge pull request #181 from pietrocaselani/showsprogress_viewcode_no_storyboard view commit
- Refact ShowProgressCell to ViewState view commit
- Remove ShowProgress storyboard and ShowProgressCell xib. There is no more storyboards/xib on the project view commit
- Refactoring ShowsProgressDefaultPresenter to ViewState view commit
- Add NonEmpty dependency view commit
- Resets image on PosterCell to avoid showing the wrong poster view commit
- Fix bug when episode title was too long and was placed on top of the preview view commit
- Delete dead code that was left behind view commit
- Merge pull request #180 from pietrocaselani/update_changelog_format view commit
- Delete method to format changelog view commit
- Update changelog format view commit