summaryrefslogtreecommitdiff
path: root/java/res/drawable/emacs_background.xml
AgeCommit message (Collapse)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
Run "TZ=UTC0 admin/update-copyright".
2024-06-30Improve Android "adaptive icon"Po Lu
* java/res/drawable/emacs_background.xml: * java/res/drawable/emacs_foreground.xml: Transform borders and gradient colors to better align with the original.
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-08-22Improve Android adaptive iconPo Lu
* 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.
2023-08-21Make the Emacs icon ``adaptive''Po Lu
* 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.