Skip to content

49

Compare
Choose a tag to compare
@stoyicker stoyicker released this 10 May 20:26
· 14 commits to master since this release
  • Replace GSON by Moshi. Fix #72.
  • Small refactor to use deconstruction
  • Add some explanation on the issues with flaky tests
  • Add Dagger 2 as a dependency
  • Remove util module since ResettableLazy is no longer needed
  • Ported Data src to Dagger
  • Build Tools 25.0.3
  • Update pre-push hook with --refresh-dependencies
  • Add a ProGuard rule
  • Store 2.0.4
  • Remove kapt.generatestubs
  • Skip signing on pre-push
  • Added some more tests on the domain module
  • Make the useCaseScheduler in Domain no longer lazy
  • Remove more unneccessary stuff
  • Move app to Dagger
  • Add monkey to the pre-push
  • Add Dagger usage in androidTest for injecting mocked data
  • Improvement for devices without Play Services
  • Fix a rebase
  • Change color of the separator for a post item
  • Add isInEditMode check
  • Update on Dokka issue
  • Embed API_URL into build.gradle
  • Add a delay to the fetched/getted useCaseFactory use case
  • Small README change
  • Fix idling resources issues
  • Add util-android-test tasks to Travis
  • Finish Dagger adoption. Fix tests. Fix #51. Fix #57.
  • Remove emulator download from Travis
  • Remove dupped platform_components too
  • Add sudo: required for RAM
  • Add required components (emulator images)
  • Remove travis_wait
  • Leverage --continue to each Gradle command in order to introduce a non-Gradle one
  • Add KtLint plugin
  • Ktlint fixes
  • Add --stacktrace to Travis
  • Attach ktlint to check
  • Remove Gradle caching from Travis