]> git.eshelyaron.com Git - emacs.git/commit
Enable providing icons for Android desktop notifications
authorPo Lu <luangruo@yahoo.com>
Mon, 21 Aug 2023 01:36:52 +0000 (09:36 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 21 Aug 2023 01:36:52 +0000 (09:36 +0800)
commitb1e498ac8c067b265c5f3de778e0a2722f7948a6
treebee97091b8a44db86654aec71c2382336837276e
parent652e45b70d82e6f615febe00553dbded80557845
Enable providing icons for Android desktop notifications

* doc/lispref/os.texi (Desktop Notifications)
<android-notifications-notify>: Mention the :icon parameter.

* java/org/gnu/emacs/EmacsDesktopNotification.java
(EmacsDesktopNotification) <icon>: New field.
(<init>): New argument ICON.  Set this.icon to its value.
(display1): Use provided icon and always supply a pending intent
to open Emacs once the notification is clicked.

* java/res/layout/sdk8_notifications_view.xml
(sdk8_notifications_title, sdk8_notifications_content): Set
foreground color to #000000.

* src/androidselect.c (android_init_emacs_desktop_notification):
Update signature of <init>.
(android_locate_icon): New function.
(android_notifications_notify_1): New arg ICON.
(Fandroid_notifications_notify): New parameter icon.
(syms_of_androidselect): <QCicon>: New symbol.
doc/lispref/os.texi
java/org/gnu/emacs/EmacsDesktopNotification.java
java/res/layout/sdk8_notifications_view.xml
src/androidselect.c