aboutsummaryrefslogtreecommitdiffstats
path: root/java/org/gnu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ; Delete obsolete commentaryPo Lu2024-04-291-6/+0
* Implement dots and dashes on AndroidPo Lu2024-04-283-11/+113
* Enable customization of the quit key on AndroidPo Lu2024-04-272-10/+11
* ; Fix default Android tile modePo Lu2024-04-231-1/+1
* Implement face stipples on AndroidPo Lu2024-04-233-12/+104
* Generate Android shared library list automaticallyPo Lu2024-04-221-28/+24
* Fix load order of certain Android shared librariesPo Lu2024-04-221-10/+10
* Eliminate minor wart in EmacsService.javaPo Lu2024-04-201-33/+12
* Correctly verify availability of Android content URIsPo Lu2024-04-181-41/+13
* Remove leftover tasks from previous Emacs sessions on startupPo Lu2024-04-142-3/+50
* Fix task-switching failures on Android 2.3Po Lu2024-04-131-3/+9
* Optimize R8 configurationPo Lu2024-04-111-1/+1
* Adjust priority of Emacs background service notificationPo Lu2024-04-111-2/+2
* Resolve disagreements in accounting of tooltip positions on AndroidPo Lu2024-04-072-3/+21
* Port new Android window management strategy to Android 5.0Po Lu2024-04-071-22/+28
* Correct typos in and omissions from earlier Android port changesPo Lu2024-04-061-5/+8
* Enable relinquishing access to Android content directoriesPo Lu2024-04-051-0/+15
* Avoid destroying windows after they are unmappedPo Lu2024-04-043-8/+20
* ; * java/org/gnu/emacs/EmacsView.java (onKeyDown): Delete debugging code.Po Lu2024-04-031-2/+0
* Prevent detachWindow from deleting framesPo Lu2024-04-031-1/+1
* ; * java/org/gnu/emacs/EmacsWindow.java (reparentTo): Typo.Po Lu2024-04-031-1/+1
* Better align Emacs window management with Android task lifecyclesPo Lu2024-04-037-255/+458
* Always enable native JSON support and remove Jansson referencesMattias EngdegÄrd2024-03-301-1/+1
* ; * java/org/gnu/emacs/EmacsActivity.java (isReallyFinishing): Fix typo.Po Lu2024-03-291-1/+1
* Prevent Android OS task trimming from deleting Emacs framesPo Lu2024-03-291-1/+54
* Remove IME_FLAG_FORCE_ASCII from password input IME flagsPo Lu2024-03-271-4/+1
* Prevent focus "stalemates" on AndroidPo Lu2024-03-261-3/+14
* Prevent passwords from being recorded during text conversionPo Lu2024-03-262-4/+12
* Port restart-emacs to Android 4.3 and earlierPo Lu2024-03-251-2/+22
* Improve consistency of content file name handlingPo Lu2024-03-241-9/+39
* Android compatibility fixesPo Lu2024-03-214-29/+61
* Respect file display names during Android drag-and-dropPo Lu2024-03-202-4/+18
* Respect display names of Android content URIsPo Lu2024-03-193-8/+91
* Improve C++ standard library detection on AndroidPo Lu2024-03-171-2/+4
* ; * java/org/gnu/emacs/EmacsDesktopNotification.java (display1): Another fix.Po Lu2024-03-141-2/+3
* Fix crash when displaying notifications on Android 3.0Po Lu2024-03-131-2/+4
* Port more notification senders to non-XDG systemsPo Lu2024-03-131-1/+9
* Implement notification residency on AndroidPo Lu2024-03-121-0/+25
* Fix notification cancellation detection on AndroidPo Lu2024-03-121-4/+2
* Implement notification callbacks on AndroidPo Lu2024-03-113-13/+176
* ; * java/org/gnu/emacs/EmacsPreferencesActivity.java: Fix commentary.Po Lu2024-03-101-2/+3
* Fix bug#69321Po Lu2024-02-241-20/+48
* * java/org/gnu/emacs/EmacsContextMenu.java (display): Reduce timeout.Po Lu2024-02-211-7/+6
* Work around premature dismissals of submenus under AndroidPo Lu2024-02-211-1/+17
* Implement tooltip_reuse_hidden_frame for AndroidPo Lu2024-02-181-5/+22
* Merge from origin/emacs-29Eli Zaretskii2024-02-101-1/+1
* Make miscellaneous improvements to the Android portPo Lu2024-02-102-66/+5
* Fix DEBUG_THREADS in the Android portPo Lu2024-02-071-1/+12
* Don't forcibly display dialogs on Android if a keyboard is presentPo Lu2024-02-061-0/+10
* Fix frame focus tracking under AndroidPo Lu2024-02-052-10/+26