v2.0
Summary
- Introducing Deep Linking Support: Navigate directly to specific screens within the app.
- Added a new "About App" screen and a "Learn More" bottom sheet for an enhanced educational experience.
- Updated Settings menu: Now replaced with an overflow menu offering more options.
- New Credits Screen with proper attribution to external resources.
- Improved UI with fixes like adding hover states and optimizing click listeners.
- Integrated Kover for code coverage and enhanced project documentation.
- Minor code cleanup, added sample data for testing, and refined API key handling.
- Upgraded dependencies, including Gradle, Ubuntu, and GitHub Actions, to ensure stability.
- Version bumped to 2.0 for a polished and more feature-rich release.
- Updated Play Store listing with screenshots and a new "Get it on Google Play" badge.
What's Changed
- [UPDATE] Version bump for next release by @hossain-khan in #187
- Add screenshot updates by @hossain-khan in #188
- [REFACTOR] Moved API key function to check user provided key. by @hossain-khan in #196
- [ADDED] Initial phase for deep linking support by @hossain-khan in #198
- [UPDATE] Removed scheme based deep linking. Using screen directly. by @hossain-khan in #199
- [ADDED] Support for deeplinking from
onCreate()
by @hossain-khan in #201 - 191 - Add sample data and compare by @hossain-khan in #202
- [ADDED] Kover for code coverage by @hossain-khan in #203
- Update actions/checkout action to v4 by @renovate in #205
- [UPDATE] Kover version to latest by @hossain-khan in #206
- [ADD] Code cov to the project by @hossain-khan in #207
- Update dependency ubuntu to v24 by @renovate in #208
- [UPDATE] Use specific ubuntu version for github action by @hossain-khan in #209
- Update README.md - added tech stack info by @hossain-khan in #210
- Update README.md by @hossain-khan in #212
- Added get on google play SVG badge by @hossain-khan in #213
- Update README.md by @hossain-khan in #214
- [ADDED] Learn more bottom sheet as education piece by @hossain-khan in #216
- [REMOVED] Low res icon that is no longer necessary by @hossain-khan in #217
- [UPDATE] Replaced "Settings" menu with overflow menu with more options by @hossain-khan in #218
- Update dependency gradle to v8.12.1 by @renovate in #215
- Credits screen with attribution to simplemaps.com by @hossain-khan in #219
- [ADDED] #220 About app screen generated by copilot with refinement by @hossain-khan in #222
- 223 added kodee by @hossain-khan in #224
- Minor Code Cleanup and Docs by @hossain-khan in #225
- [FIXED] Item hover state by adding click listener to card by @hossain-khan in #226
- [BUMP] Version to 2.0 for more polished release. by @hossain-khan in #227
Full Changelog: v1.6...v2.0