diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts index 3b31125..cc46e60 100644 --- a/androidApp/build.gradle.kts +++ b/androidApp/build.gradle.kts @@ -39,6 +39,11 @@ android { } } + dependenciesInfo { + includeInApk = false + includeInBundle = false + } + compileOptions { sourceCompatibility = JavaVersion.VERSION_11 targetCompatibility = JavaVersion.VERSION_11 diff --git a/fastlane/metadata/android/en-US/changelogs/1.txt b/fastlane/metadata/android/en-US/changelogs/1.txt new file mode 100644 index 0000000..0c23676 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1.txt @@ -0,0 +1,12 @@ +Initial release of Nikki. + +• Full Memos API integration with offline sync +• Todoist-style task parsing from markdown checkboxes +• Due dates, times, priorities, reminders, and tags +• Parser doctor with inline validation and typo detection +• 4-channel priority notifications with calendar integration +• Windows Phone Metro design with 20 accent colors +• Activity calendar, tag browser, search, archived memos +• Share intent receiver for quick capture +• JSON backup/restore +• 162 tests passing diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt new file mode 100644 index 0000000..a2a7057 --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,19 @@ +Nikki is a native Android client for Memos, the open-source self-hosted note-taking tool. It adds Todoist-style task management on top of your memos, with a Windows Phone Metro-inspired interface. + +Tasks are parsed directly from markdown checkboxes in your notes. Write "- [ ] buy milk tomorrow 5pm p1 #shopping" and Nikki extracts the due date, time, priority, and tags — giving you a structured task view without duplicating data. + +Features: +• Full Memos API integration (create, edit, pin, archive, delete) +• Rich markdown rendering with code highlighting, tables, and links +• Due dates (ISO, today, tomorrow, next monday, in 3 days) +• Times (12h/24h), priorities (p1-p3), reminders, tags +• Group and sort tasks by date, priority, list, or memo +• Android notifications with 4 priority channels +• Calendar integration for reliable reminders +• Offline-first with sync queue +• 3 themes (dark, light, AMOLED) and 20 accent colors +• Activity calendar, tag browser, and search +• Export/import backup as JSON +• Share text from any app into a new memo + +Requires a running Memos instance (v0.22+). The name comes from the Japanese word 日記 (nikki), meaning diary. diff --git a/fastlane/metadata/android/en-US/images/icon.png b/fastlane/metadata/android/en-US/images/icon.png new file mode 100644 index 0000000..27bd4f6 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/icon.png differ diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt new file mode 100644 index 0000000..7621278 --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +Native Memos client with Todoist-style tasks and WP Metro design \ No newline at end of file