Skip to content

Releases: raheemadamboev/notepad-app

1.2.6

04 Aug 18:14

Choose a tag to compare

  • Implemented support for Android 16 (API 36) #69;
  • Removed unused string resources;
  • Upgraded Gradle, AGP, Kotlin, plugins, dependencies to the latest version;
  • Upgraded targetSdk and compileSdk to 36;

1.2.5

23 Jun 17:14
53ce930

Choose a tag to compare

  • Implemented monitoring Review in App.onCreate instead of MainViewModel.init #61
  • Translated via telegram and via email to russian #62;
  • Integrated core-google-shortcuts library #63;
  • Upgraded dependencies to the latest version;

1.2.4

12 Jun 14:06
04a849a

Choose a tag to compare

  • Upgraded versions of plugins, dependencies to the latest;
  • Bind Timber.Tree to Timber.DebugTree;

1.2.3

06 Jun 07:40
eef7048

Choose a tag to compare

  • Upgraded Gradle, dependencies to the latest version;
  • Removed clicking Gravity logo;

1.2.2

31 May 11:23
36c3c5f

Choose a tag to compare

  • Added empty state for NoteListScreen #55;
  • Changed DrawerNoteList content color properly;
  • Implemented Trash box feature to keep deleted notes for 30 days #36;
  • Implemented saving note onPause when auto-save is enabled;
  • Optimized getting, saving, deleting note in NoteEditScreen;
  • Implemented handling note when title and note is blank #54;
  • Implemented Snackbar info when all notes are deleted in NoteListScreen #53;
  • Implemented Snackbar info when note is deleted (+ undo action) in NoteListScreen #52;
  • Used OnBackPressedDispatcher.onBackPressed for Toolbar back action;
  • Added drawable-ldpi images;
  • Integrated gravity-core-sdk-compose 1.0.20 components;

1.2.1

19 May 19:46
106896e

Choose a tag to compare

  • Migrated pin-lock-compose from 1.0.2 to 1.0.3;
  • Improved string resources;
  • Added correct background for PinLock;
  • Replaced all icons with rounded style #50;
  • Implemented NavigationDrawer to NoteList screen and moved some items there from the menu #42;
  • Implemented per-app language preferences #44;

1.2.0

18 May 06:03
2b09a11

Choose a tag to compare

  • Installed Gradle Version Catalog;
  • Migrated Gradle files from Groovy to Kotlin Script #20;
  • Integrated Gravity's core-sdk-android and core-sdk-compose #21;
  • Added new plugins (Compose, Parcelize, Room) #31;
  • Upgraded Gradle, AGP, Kotlin, Plugins, dependencies versions to the latest #32;
  • Migrated Compose Destinations from v1 to v2;
  • Removed ConstraintLayout usage in About and Support screens #33;
  • Removed custom preferences and instead integrated with Gravity's core-sdk-android preferences #24;
  • Added Room's @ColumnInfo annotations to Entity data classes #26;
  • Removed unnecessary Helper functions and instead used Gravity's core-sdk-android helper functions #25;
  • Replaced Java's Date API usages with Java's Time API #27;
  • Install androidx.splash screen #34;
  • Added "Add Note" static shortcut #35;
  • Fixed TransactionTooLargeException by removing saving data (notes) in SavedStateHandle #38;
  • Refactored the project;
  • Updated pro-guard rules;
  • Hid "Change PIN lock" card when PIN lock is disabled and showed the card when PIN lock is enabled #41;
  • Implemented dedicated starting screen to decide where to go (Actual screen or PIN lock screen) #43;
  • Implemented pagination (Compose Paging + Room Paging + Jetpack Paging 3) #40;
  • Implement support for predictive back gesture animation (Android 15) #45;
  • Implement support for edge-to-edge enforcement (Android 15) #46;
  • Implement in-app update #23;
  • Implement in-app review #22;
  • Removed kotlinx-collections dependency;
  • Improved string resources;

1.1.8

08 Mar 17:10

Choose a tag to compare

  • implemented pin-lock-compose
  • implemented material3 lazy-vertical-staggered-grid
  • upgraded dependencies and gradle
  • code cleanup

1.1.7

11 Nov 08:42
c33946d

Choose a tag to compare

Merge pull request #15 from raheemadamboev/1.1.7

1.1.7

1.1.6

22 Sep 14:42

Choose a tag to compare

1.1.6 release

Took 4 minutes