Skip to content

Releases: maelst-dev/KeepNotes-for-Nextcloud

v1.1.1

Choose a tag to compare

@maelst-dev maelst-dev released this 10 Sep 07:15

What's Changed in v1.1.1

Bug Fixes

  • Fix release build login crash (Abstract classes can't be instantiated!) caused by R8 minification stripping PollData DTO constructor and fields during Login Flow v2 initiation (#1).
  • Add explicit @Keep and @SerializedName annotations to all authentication and API data models.
  • Add comprehensive ProGuard/R8 rules for Gson serialization and auth classes.
  • Add unit test coverage for Nextcloud Login Flow v2 DTO deserialization.

KeepNotes for Nextcloud v1.1.0

Choose a tag to compare

@maelst-dev maelst-dev released this 03 Sep 05:53

? What's New in v1.1.0:

  • Settings Screen: Added preferences for confirmations, font sizes, and app security.
  • Biometric App Lock: Secure your notes with fingerprint, face recognition, or device PIN/pattern (AndroidX Biometric, 100% open source).
  • Font Size Presets: Configurable font sizes for note cards and editor (Small, Medium, Large, Extra Large).
  • In-App Language Selection: Instant language switching (English / Russian).
  • Visual Sync Progress: Sleek top progress indicator during server sync, note save, and delete.
  • Interactive Checklists: Improved Enter key handling and list item manipulation.
  • Adaptive Icons: Vector adaptive icons for Android 8.0+.
  • F-Droid & Fastlane Metadata: Prepared metadata for F-Droid inclusion.

v1.0.0 - Initial Release

Choose a tag to compare

@maelst-dev maelst-dev released this 31 Aug 21:48

🚀 Keep NC v1.0.0 (Первый релиз)

Первая стабильная версия Android-клиента для Nextcloud Notes в стиле Google Keep!

✨ Основные возможности:

  • 📱 Удобный интерфейс: сетка заметок (Staggered Grid) и Material 3 тема.
  • 🔒 Быстрая авторизация через Nextcloud Login Flow v2.
  • ⚡ Полноценный Offline-First: мгновенное сохранение в Room и двусторонняя синхронизация с сервером.
  • 📝 Markdown и интерактивные чек-листы (режимы Edit / Preview с кликабельными чекбоксами).
  • 🗂 Категории, навигационное меню (Drawer), быстрый поиск и избранные заметки.
  • 🔄 Фоновая синхронизация с WorkManager.