mirror of
https://github.com/avinal/nikki.git
synced 2026-07-03 21:40:09 +05:30
Add Fastlane metadata and F-Droid build config
Fastlane structure: - short_description.txt (< 80 chars) - full_description.txt (feature list) - changelogs/1.txt (v1.0.0 release notes) - images/icon.png (512x512 from logo SVG) Build config: - dependenciesInfo disabled (F-Droid requirement) Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com> Co-Authored-By: Claude Opus 4.6 (1M context)
This commit is contained in:
@@ -39,6 +39,11 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
dependenciesInfo {
|
||||
includeInApk = false
|
||||
includeInBundle = false
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
|
||||
@@ -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
|
||||
@@ -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.
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
@@ -0,0 +1 @@
|
||||
Native Memos client with Todoist-style tasks and WP Metro design
|
||||
Reference in New Issue
Block a user