Releases: gouravkhunger/QuotesApp
v2.1.2
Changelog
- Introduced settings to the auto check for app updates (#22)
- Implement notification permission request for Android >=13
- Updated to latest dependencies fixed build system
Full Changelog: 2.1.1...2.1.2
v2.1.1
v2.1.1
released 🎉
Changelog:
-
Remove anti-privacy focused integrations: Firebase (#14)
-
[Feature] The app now sends notifications for Quote of the day, once every day.
Note: The app uses WorkManager to schedule the notification task. If you have a device that is flagged here, please disable battery optimizations for the QuotesApp app to make this notification feature reliable, else it will run randomly causing unexpected behavior.
-
APK
s are signed from now on. Please ignore the google play warnings saying the app can't be verified or is malicious. Verify with Virus total check report. -
Fixed copy to clipboard logic to include complete quote data, instead of just quote message.
v2.1.0
v2.1.0
released 🎉
Changelog:
- Less swipe distance to load new quote and hence better UX.
- Fixed screen animation on back button press. For some reason, it used to behave weirdly.
- [BUG Fix] You can't drag bookmarked quotes vertically now, only horizontal swipes are allowed.
- Improved update notification. Now you can download the latest
APK
by pressing download, instead of finding it in GitHub releases. - Added firebase features: Analytics, Crashlytics, and Cloud Messaging for improvements.
Development changes:
- Formatted code, removed redundancies.
- Update dependencies to the latest version.
Find the quotesapp-2.1.0.apk
asset attached below!
v2.0.0
v2.0.0
of the QuotesApp is out 🎉🥳
Download the quotes-app-v2.0.0
from the assets below 😄
Don't wanna download? Check out this video video to get a gist of what the app does.
There are a lot of improvements this time!
User noticeable changes:
- Much requested quote Sharing option is out! 🎊
- Better than ever card swipe animations
Took me hours to improve logic😎 - When you open the app, it'll notify you for newer updates(if any) so that you don't have to check manually 😉
- Various small bug fixes 🐛
Development Changes:
- Migrated from Groovy to Kotlin DSL
v1.0.0 Release
First release(version 1.0) of the QuotesApp 🚀