Avidraghav MyNotes Versions Save

📝 A demo todo/notes app which demonstrates the use of MVVM architecture with Test-cases, Navigation Component Library, Room Database, LiveData, Coroutines, Datastore etc.

v1.0.3

1 year ago

This release contains all the contributions from HacktoberFest 2022

🆕 Improvements

  • UI and UX improved by [#57] @Krish-Parekh [#73] @binayshaw7777 [#64] @thisrahul
  • [#31] Undo deleted Note feature by @thisrahul
  • [#60] Transition animations by @thisrahul

🪛 Bug Fixes

  • [#74] Keyboard remains in Focus when SnackBar is displayed to show an error message when a user doesn't fills a mandatory field while creating or editing a note by @NewtonCesarRoncari

Change Log v1.0.2...v1.0.3

Thanks to all the Contributors for making HacktoberFest 2022 a Success

V1.0.2

2 years ago

Added Jetpack Datastore #28 Added Unit Tests #38 and Instrumented Tests #37 Implemented CI (Continuous Integration)

v1.0.1

2 years ago
  1. Fixed the issue of multiple toast overlapping when Deleting multiple tasks at once, see #12
  2. A deadline can now be added to a task, see #13

Changelog: v1.0.0-alpha01...v1.0.1

v1.0.0-alpha01

2 years ago

Initial release