NotyKT ๐๏ธ v0.1.1 Release Notes
Release Date: 2020-12-06 // almost 4 years ago-
๐ This release includes some minor fixes and improvements.
๐ฑ ๐ฎ What's New?
- [#88] Added menu for sharing note content as Image to external apps.
Now there're be two sub-menus for sharing menu i.e. 'Share as Text' and 'Share as Image' - ๐ [#92] Added dialogs for showing loading progress or errors for better understanding with interactive animations.
โ Bug Fixes / Improvements
- ๐ [#90] Username field was earlier taking multi-line inputs. This has been fixed and it only takes single-line input.
๐ฑ ๐ฏ Codebase Improvements
- [#81] Migrated from
LiveData
toFlow
in ViewModels. This has been implemented so that we can effectively manage states in future when integrated with Jetpack Compose UI.
- [#88] Added menu for sharing note content as Image to external apps.
Previous changes from v0.1.0
-
๐ This release includes some major feature and improvements
๐ฑ ๐ฎ What's New?
- [#36] Added Offline capability in the application
Now onwards, internet connectivity isn't necessary to interact with NotyKT app. If connectivity is not available it'll still allow you to add, update and delete notes. It'll persist state of notes locally and will process updates once connectivity is back.