Skip to content

Releases: aritra-tech/Notify

v1.8.3

05 Jan 19:28
Compare
Choose a tag to compare

🐛 Bug Fixes

v1.8.2

30 Dec 11:08
bb25fd1
Compare
Choose a tag to compare

🐛 Bug

v1.8.1

18 Dec 09:08
Compare
Choose a tag to compare

🎯 Codebase Improvements

  • Fixed some bugs. ( Contributed by @aritra-tech )
  • Optimized the Trash Note Screen. ( Contributed by @aritra-tech )
  • Bump org.jetbrains.kotlin.android from 1.9.0 to 1.9.20 by @dependabot
  • Bump org.jetbrains.kotlin:kotlin-bom from 1.9.0 to 1.9.20 by @dependabot
  • Bump com.google.devtools.ksp from 1.9.0-1.0.12 to 1.9.20-1.0.14 by @dependabot

v1.7.1

05 Nov 15:39
fa77924
Compare
Choose a tag to compare

💡What's New

  • [#127] User can now add checkboxes (i.e. todo list) inside their Notes. (Contributed by @logickoder)
  • [#84] Added Reminder feature. (Contributed by @salmanA169)

🐛 Bug

🎯 Codebase Improvements

  • [#192] Optimized & cleaned the AddEditNote screen (Contributed by @logickoder)
  • [#193] chore(deps): update dependency org.jlleitschuh.gradle.ktlint to v11.6.1
  • [#198] fix(deps): update dependency androidx.compose.material:material-icons-extended to v1.5.4
  • [#206] fix(deps): update dependency com.google.accompanist:accompanist-permissions to v0.32.0
  • [#208] chore(deps): update actions/checkout action to v4
  • [#209] chore(deps): update actions/setup-java action to v3

v1.6.1

26 Oct 10:53
Compare
Choose a tag to compare

💡What's New

  • [#161] Clickable Animation Issues in Bottom Navigation Item (Contributed by Amit-guha)
  • [#159] Fix the BottomAppBar color (Contributed by @ayushsingh01042003)
  • [#176] Cleaning self 28 days - Add text on corners to know remaining days (Contributed @salmanA169)
  • [#171] Making the TextEdit Section Focused on Opening AddEditScreen (Contributed by Kayvee08)
  • [#42] Implement Canvas for drawing objects (Contributed by @logickoder)

🎯 Codebase Improvements

  • [#189] Removed google-service.json from the codebase (Contributed by @Krish-Parekh)

v1.5.1

18 Oct 09:25
5dcade9
Compare
Choose a tag to compare

💡What's New

  • [#129] Add sorting options for notes. (Contributed by @V9vek)
  • [#136] Secure screen option in settings for enhanced privacy (Contributed by @beradeep)
  • [#138] Implemented CameraX to capture photos using the Phone's Camera (Contributed by @Ismail-AD)
  • [#147] Implemented LeakCanary
  • [#150] Word Counter & Avg. Read Time Implementation as suggested by (Contributed by @Ismail-AD)
  • [#158] Self-cleaning 28 days trash bin (Contributed by @salmanA169)
  • [#156] Fix the UX of SearchBar & Bottom Nav Bar (Contributed by @dharamveer-gupta)

🐜Bug Fixes

  • [#123] Make input description auto scroll to cursor position when it is out of visible bounds (Contributed by @Devendra34)
  • [#131] Text in notes description appears black in Dark Mode (Contributed by @beradeep)

🎯 Codebase Improvements

  • [#143] Dagger Hilt support KSP (Contributed by @KishanViramgama)
  • [#133] Bump com.google.code.gson:gson from 2.9.0 to 2.10.1
  • [#146] Removed Accompanist System UI Controller because of its depreciation (Contributed by @AdityaKumdale)
  • [#169] Right side navigation button should trigger slide animation from the right side (Contributed by @utkarshxf)

Many Thanks to superstar ⭐ contributors @V9vek, @beradeep, @Ismail-AD, @salmanA169, @dharamveer-gupta, @Devendra34, @KishanViramgama, @AdityaKumdale, @utkarshxf for contributing and for making this project better!

And all thanks to serrq for giving some interesting ideas.

v1.4.1

07 Oct 07:02
e4c87be
Compare
Choose a tag to compare

💡What's New

  • [#89] Fixed Status Bar Visibility for light mode. (Contributed by @bhoomi0104)
  • [#90] Migrated gradle to Version Catalog. (Contributed by @aritra-tech)
  • [#96] Fixed the click effect on Note (i.e. before it was square instead of rounded). (Contributed by @bhoomi0104)
  • [#101] Fixed the edit note-saving bug. (Contributed by @bhoomi0104)
  • [#108] Added a feature that allows you to scroll to the top when the note icon at Bottom Nav Bar is clicked. (Contributed by @ashutoshbitcot)
  • [#110] Modified the ci_build workflow. (Contributed by @aritra-tech)
  • [#114] Added ktlint check. (Contributed by @DeKaN)
  • [#115] User can now pick multiple images from the gallery & zoom and pan across images. (Contributed by @beradeep)
  • [#120] User can select multiple notes and delete them. When user delete the note items, they can undo the process as well. (Contributed by @bhoomi0104)

🎯 Codebase Improvements

  • [#94] Improved the Share Utils code by adding the withNotNull function to the project's utility library (Contributed by @yogesh-7).
  • [#104] Optimized code by combining AddNote and EditNote Screen and their ViewModels. (Contributed by @bhoomi0104)
  • Bumped Compose BOM version from 2022.10.00 -> 2023.10.00.

Many Thanks to superstar ⭐ contributor @bhoomi0104, @yogesh-7, @ashutoshbitcot, @DeKaN & @beradeep for contributing and for making this project better!

v1.3.1

27 Sep 06:40
86dbe95
Compare
Choose a tag to compare

💡What's New

  • [#77] Added better transition animation in Navigation

🎯 Codebase Improvements

  • Removed Internet permission.
  • Combined Add & Edit top app bar to AddEditTopAppBar.
  • Refactored the codebase.
  • Bumped Navigation version from 2.7.2 -> 2.7.3.
  • Bumped Material 3 version from 1.1.1 -> 1.1.2.
  • Bumped Accompanist SystemUiController version from 0.30.1 -> 0.32.0.
  • Bumped Accompanist Permission version from 0.24.11-rc -> 0.28.0.

v1.3.0

23 Sep 18:13
5c44a7a
Compare
Choose a tag to compare

💡What's New

  • [#59] Added In-App Update ( Contributed by @aritra-tech )
  • [#51] Implemented Biometric Authentication for keeping your Notes safe ( Contributed by @swapnil-musale )
  • [#66] Implemented auto-save & update feature during saving and editing the Notes ( Contributed by @ibrahim-5 )
  • [#70] Remove overflow icon from note item ( Contributed @logickoder )
  • [#71] Implement backup and restore with CSV ( Contributed @logickoder )

🎯 Codebase Improvements

  • Re-structured the project files
  • Disallowed main thread queries
  • Made some UI changes.
  • Bumped Navigation version from 2.7.0 -> 2.7.2
  • Bumped Lifecycle version from 2.6.1 -> 2.6.2
  • Bumped Material 3 Icons version from 1.5.0 -> 1.5.1

Many Thanks to superstar ⭐ contributor @swapnil-musale , @logickoder & @ibrahim-5 for contributing and for making this project better!

v1.3.0-beta01

30 Aug 14:56
ae556b0
Compare
Choose a tag to compare
v1.3.0-beta01 Pre-release
Pre-release

💡Whats New

  • Added FCM for app notification #43
  • Added biometric security for privacy case #39

👩‍💻New Contributors

@swapnil-musale made his first contribution in #51