NotyKT Versions Save

📒 NotyKT is a complete 💎Kotlin-stack (Backend + Android) 📱 application built to demonstrate the use of Modern development tools with best practices implementation🦸.

v1.0.0

3 years ago

This release includes major changes and improvements.

🔮 What's New?

  • [#15] Implemented App UI with Jetpack Compose UI toolkit.

✅ Bug Fixes / Improvements

  • Fix crash when pressed back from Note details.

🎯 Codebase Improvements

  • [#15] Added module for Jetpack Compose implementation: :app:composeapp.
  • Migrated to the latest version of Dagger 2.31.2.
  • Use Hilt Assisted Injection for ViewModel and WorkManager.

v0.1.1

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.

v0.1.0

3 years ago

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

3 years ago

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

3 years ago

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.