Skip to content

Latest commit

 

History

History
270 lines (232 loc) · 29.7 KB

changelog.md

File metadata and controls

270 lines (232 loc) · 29.7 KB

0.0.1 (53)

0.0.1 (52)

0.0.1 (51)

0.0.1 (50)

0.0.1 (49)

0.0.1 (48)

0.0.1 (47)

0.0.1 (46)

  • Remove SwiftFormat and now we only use SwiftLint view commit

0.0.1 (45)

0.0.1 (44)

0.0.1 (43)

  • 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

0.0.1 (42)

0.0.1 (41)

  • 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

0.0.1 (40)

0.0.1 (39)

0.0.1 (37)

0.0.1 (36)

  • 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

0.0.1 (35)

  • Fix logic to check if changelog file was modified view commit

0.0.1 (34)

  • 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

0.0.1 (33)

0.0.1 (32)

  • 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

0.0.1 (31)

  • 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

0.0.1 (30)

0.0.1 (29)

0.0.1 (28)

  • Empty commit to trigger CI and test deploy to test flight view commit

0.0.1 (27)

  • Empty commit to trigger CI and test deploy to test flight view commit

0.0.1 (26)

  • Empty commit to trigger CI and test deploy to test flight view commit

0.0.1 (25)

  • Empty commit to trigger CI and test deploy to test flight view commit

0.0.1 (24)

  • Now I really hope this will ship to TestFlight view commit

0.0.1 (23)

0.0.1 (22)

0.0.1 (21)

0.0.1 (20)

0.0.1 (18)

0.0.1 (17)

  • 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

0.0.1 (16)

  • 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

0.0.1 (15)

0.0.1 (14)

  • 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

0.0.1 (13)