Commit 4610789
fix: restore adaptive icon support removed in PR #147
This commit restores Android adaptive icon functionality that was
removed in PR #147. The adaptive icon provides better integration
with Android 8.0+ (API 26+) launcher features including:
- Shape masking (circle, squircle, rounded square, etc.)
- Visual effects and animations
- Themed icons support (Android 13+)
Changes:
- Add ic_launcher_foreground.xml using the V2er logo vector
- Add ic_launcher_monochrome.xml for themed icon support
- Restore mipmap-anydpi-v26 adaptive icon configurations
- Support both regular and round adaptive icons
The foreground icon is derived from app/src/main/res/drawable/logo_svg.xml
to maintain consistency with the app's branding.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 40fb779 commit 4610789
File tree
4 files changed
+42
-0
lines changed- app/src/main/res
- drawable
- mipmap-anydpi-v26
4 files changed
+42
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments