Skip to content

Commit c7d0f89

Browse files
committed
[skip ci] feat: new app icon with monochrome support & updated descriptions
🎨 New App Icon: - Fresh adaptive icon design with warm background (#f9e9c8) - Monochrome icon support for Android 13+ themed icons - PNG format replacing WebP for better compatibility - All densities: mdpi, hdpi, xhdpi, xxhdpi, xxxhdpi 📝 Updated Descriptions (EN/DE): - Added Multi-Device Sync feature - Added Markdown export for Obsidian/desktop editors - Added deletion tracking (zombie notes prevention) - Added E-Tag caching (20x faster checks) - Added optimized performance (~2-3s sync time) - Added live sync status indicator - Added Server-Restore modes (Merge/Replace/Overwrite) 📦 F-Droid Metadata: - Updated build entries for v1.2.1, v1.2.2, v1.3.0, v1.3.1 - CurrentVersion now 1.3.1 (versionCode 9) - Prepared for F-Droid merge request submission
1 parent 5121a7b commit c7d0f89

43 files changed

Lines changed: 97 additions & 14 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@mipmap/ic_launcher_background"/>
4-
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
2+
<background android:drawable="@color/ic_launcher_background"/>
3+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
4+
<monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
55
</adaptive-icon>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3-
<background android:drawable="@mipmap/ic_launcher_background"/>
4-
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
2+
<background android:drawable="@color/ic_launcher_background"/>
3+
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
4+
<monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
55
</adaptive-icon>
4.12 KB
-1.13 KB
Binary file not shown.
-316 Bytes
Binary file not shown.
6.17 KB
7.74 KB
5.66 KB
-1.13 KB
Binary file not shown.
2.44 KB

0 commit comments

Comments
 (0)