All Versions
5
Latest Version
Avg Release Cycle
10 days
Latest Release
1237 days ago

Changelog History

  • v0.1.1 Changes

    December 06, 2020

    ๐Ÿš€ 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.
  • v0.1.1-DEV

    December 06, 2020
  • v0.1.0 Changes

    November 29, 2020

    ๐Ÿš€ 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.

  • v0.0.2 Changes

    November 07, 2020

    ๐Ÿš€ This release includes some fixes and improvements

    ๐Ÿฑ ๐Ÿ”ฎ What's New?

    • [#54] Added About screen in the application with app details.

    โœ… Bug Fixes / Improvements

    • [#59] Layout of Login and Register was lying above the status bar.
    • [#56] Note content layout in Add/details was not smooth to handle. Now it's flexible with smooth Scroll-ability.
    • [#53] Shared message (When sharing note to external apps) content was not valid.
  • v0.0.1 Changes

    October 29, 2020

    This is the initial version of Noty Android application.

    ๐Ÿ”‹ Features

    • Authentication (Login/Signup)
    • List all notes.
    • Create a new note.
    • โšก๏ธ Update/delete note.
    • ๐Ÿ‘ Dark Mode/Light Mode support.

    โœ… Noty Simple application which uses Navigation architecture is ready to test.
    โœ… ou can test noty-android-simple APK which is ready for testing.

    _ Noty Compose App is not yet developed, it's development is WIP. _