NotyKT v1.3.2
This release includes a few improvements and fixes in the Jetpack Compose and Simple Application to make them better. All features mentioned below are contributed by @kasem-sm
🐛 Bug Fixes
- [#329] Fix crashes when user clicks logout (in Simple App).
- [#337] Fix not able to add note again once already added.
✅ Improvements
- [#338] Show confirmation dialog on note deletion and logout in Simple app.
- [#339] Fixed Save note button hides behind the keyboard in note detail and add new note screen.
- [#336] Improved touch region for icons in compose app.
- [#336] Changed background colour at About Screen to match with the background colour at Note Detail Screen.
- [#336] Improved style of text fields for notes in Compose app.
🎯 Codebase Improvements
- Replaced
lifecycleScope.launch
withviewLifecycleOwner.lifecycleScope
. - Refactored Noty Dialogs's
ConfirmationDialog
to use DefaultAlertDialog
composable instead of Default Dialog composable.
Many Thanks to superstar ⭐ contributor @kasem-sm for contributing and for making this project better!