NotyKT ๐Ÿ–Š๏ธ v0.1.1 Release Notes

Release Date: 2020-12-06 // over 3 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 to Flow in ViewModels. This has been implemented so that we can effectively manage states in future when integrated with Jetpack Compose UI.

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.