Skip to content

v1.2

Latest
Compare
Choose a tag to compare
@nicoqueijo nicoqueijo released this 12 May 18:19
· 39 commits to master since this release

Changes from version 1.1:

  • Introduced Dagger to manage dependencies.
  • Added in-app purchase option allowing users remove ads using Google Play Billing library.
  • In WatchlistFragment: switched from using a RecyclerView to using a DragLinearLayout.
    • Using a RecyclerView to manipulate objects whose contents change dynamically upon user input was very problematic, caused many issues/bugs, and made the code very messy.
    • RecyclerView is overkill for lists that will realistically be very small.
  • Upgraded theme to MaterialComponents.
  • Change scrolling library from MaterialScrollBar to RecyclerBubble.
  • Added Spanish translation.
  • Fix issues relating to input validation and formatting.
  • Added intuitive transition animations for better UX.
  • Removed the Fragment to see the source code as it's irrelevant/confusing to most users.
  • Added a short app tutorial with TapTargetView so new users can discover hidden features.