Skip to content

Releases: aritra-tech/Notify

v.1.10.4

01 Mar 17:50
74dd6fe
Compare
Choose a tag to compare

What's Changed

  • Shared Element Transition Animations by @aritra-tech in #488
  • Bump com.google.devtools.ksp from 2.0.0-1.0.21 to 2.0.0-1.0.24 by @dependabot in #523
  • Bump io.coil-kt:coil-compose from 2.6.0 to 2.7.0 by @dependabot in #519
  • Bump androidx.test.ext:junit from 1.1.5 to 1.2.1 by @dependabot in #501
  • Bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1 by @dependabot in #500
  • [feature/pinning-notes] by @andy-ife in #540
  • Bump androidx.compose:compose-bom from 2024.05.00 to 2025.01.00 by @dependabot in #569
  • Bump com.google.devtools.ksp from 2.0.0-1.0.21 to 2.1.0-1.0.29 by @dependabot in #565
  • Bump kotlin-android from 2.0.0 to 2.0.21 by @dependabot in #560
  • Update dependency androidx.compose:compose-bom to v2025.02.00 by @renovate in #559
  • Bump io.coil-kt:coil-compose from 2.6.0 to 2.7.0 by @dependabot in #549
  • Update dependency androidx.compose.material3:material3-window-size-class to v1.3.1 by @renovate in #546
  • Update dependency androidx.compose.material:material-icons-extended to v1.7.8 - autoclosed by @renovate in #547
  • Update actions/upload-artifact action to v3.2.1 by @renovate in #544
  • Update dependency androidx.activity:activity-compose to v1.10.1 by @renovate in #543

New Contributors

Full Changelog: v1.10.3...v.1.10.4

v1.10.3

20 Jun 20:30
a17c1d5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.3...v1.10.3

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.