This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
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.