NotyKT v1.3.1
This release includes few improvements and fixes in the Jetpack Compose Application to make it better.
🐛 Bug Fixes
- [#281] Earlier, After signup, navigating back takes to log in screen. Now it closes the app.
- [#282] Show proper cards with proper shadow in About screen. (Contributed by @yogeshpaliyal)
- [#284] Removed focus (cursor) from fields while sharing image of a note. (Contributed by @yogeshpaliyal)
- [#286] Improved dark mode visibility. (Contributed by @yogeshpaliyal)
- [#294] Earlier, flickering (recompositions) were happening after performing navigation through screens.
✅ Improvements
- [#280] Provided helper message for input fields like username and password for better UX in Login/Signup screens.
- [#283] Improved touch region area of note input fields. (Contributed by @yogeshpaliyal)
- [#287] Show confirmation dialog before deleting a note.
- [#297] Show confirmation dialog before logging out.
🎯 Codebase Improvements
- Used
decorationBox
property of Composable TextField to show/hide placeholder instead of manually handling in a box. - Removed
jcenter()
from Gradle repositories (Contributed by @sairajsawant)
Many Thanks to superstar ⭐ contributors @yogeshpaliyal, @sairajsawant for contributing PRs and @kasem-sm for raising issues