]> git.eshelyaron.com Git - emacs.git/commit
Make the Emacs icon ``adaptive''
authorPo Lu <luangruo@yahoo.com>
Mon, 21 Aug 2023 06:35:45 +0000 (14:35 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 21 Aug 2023 06:39:51 +0000 (14:39 +0800)
commitc63f178a3008be5f735580817ebab008bbc5257b
tree97b939499f0372755ea62b120b55cf26f6613d41
parentb1e498ac8c067b265c5f3de778e0a2722f7948a6
Make the Emacs icon ``adaptive''

* 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.
java/AndroidManifest.xml.in
java/org/gnu/emacs/EmacsService.java
java/res/drawable/emacs_background.xml [new file with mode: 0644]
java/res/drawable/emacs_foreground.xml [new file with mode: 0644]
java/res/mipmap-v26/emacs_icon.xml [new file with mode: 0644]
java/res/mipmap/emacs_icon.png [new file with mode: 0644]