1
0
mirror of https://github.com/avinal/nikki.git synced 2026-07-04 05:50:10 +05:30

Rename app to Nikki, add about section with logo and author info

- App name: Memos App → Nikki (from Japanese 日記, diary)
- Theme: Theme.MemosApp → Theme.Nikki
- Composable: MemosAppTheme → NikkiTheme
- Backup filename: memos-backup.json → nikki-backup.json
- Settings about section: 96dp logo, app name, version,
  one-liner summary, author, and GitHub issues link
- Notification subtext fallback: "nikki"

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
Co-Authored-By: Claude Opus 4.6 (1M context)
This commit is contained in:
2026-05-22 17:04:02 +05:30
parent 91b6a479a4
commit 44b00736db
9 changed files with 30 additions and 17 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">Memos App</string>
<string name="app_name">Nikki</string>
</resources>