aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/drawable/emacs_background.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve Android "adaptive icon"Po Lu2024-06-301-12/+16
| | | | | | | * java/res/drawable/emacs_background.xml: * java/res/drawable/emacs_foreground.xml: Transform borders and gradient colors to better align with the original.
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
|
* Improve Android adaptive iconPo Lu2023-08-221-2/+2
| | | | | | | | * java/res/drawable/emacs_background.xml: Delete trailing whitespace and modify gradient offset to match emacs.svg. * java/res/drawable/emacs_foreground.xml: Delete trailing whitespace and remove redundant path.
* Make the Emacs icon ``adaptive''Po Lu2023-08-211-0/+42
* java/AndroidManifest.xml.in (EmacsApplication): Set icon to @mipmap/emacs_icon. * java/org/gnu/emacs/EmacsService.java (onStartCommand): Pick a better name for the persistent notification channel. * java/res/drawable/emacs_background.xml: * java/res/drawable/emacs_foreground.xml: * java/res/mipmap/emacs_icon.png: * java/res/mipmap-v26/emacs_icon.xml: New files, comprising an ``adaptive icon'' required by some Android launchers.