aboutsummaryrefslogtreecommitdiffstats
path: root/java/proguard.conf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
| | | | Run "TZ=UTC0 admin/update-copyright".
* Remove leftover tasks from previous Emacs sessions on startupPo Lu2024-04-141-16/+16
| | | | | | | | | | * java/org/gnu/emacs/EmacsService.java (onCreate): Call removeOldTasks. * java/org/gnu/emacs/EmacsWindowManager.java (removeOldTasks): New function. * java/proguard.conf: Optimize optimizer configuration.
* Optimize R8 configurationPo Lu2024-04-111-5/+34
| | | | | | | | * java/org/gnu/emacs/EmacsWindowManager.java (WindowConsumer): Mark as package-local. * java/proguard.conf: List only symbols that must be preserved, enabling R8 to optimize the remainder.
* * java/proguard.conf: New file.Po Lu2024-04-101-0/+24