aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly verify availability of Android content URIsPo Lu2024-04-181-41/+13
* Remove leftover tasks from previous Emacs sessions on startupPo Lu2024-04-143-19/+66
* Fix task-switching failures on Android 2.3Po Lu2024-04-131-3/+9
* Optimize R8 configurationPo Lu2024-04-112-6/+35
* Adjust priority of Emacs background service notificationPo Lu2024-04-111-2/+2
* ; * java/Makefile.in: Render config.status relative to builddir.Po Lu2024-04-111-3/+3
* * java/Makefile.in (classes.dex): Make proguard.conf relative to srcdir.Po Lu2024-04-101-2/+2
* * java/proguard.conf: New file.Po Lu2024-04-101-0/+24
* Optimize generated Android DEX bytecodePo Lu2024-04-101-2/+12
* 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-062-9/+9
* 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-302-9/+1
* Rationalize java/Makefile.inPo Lu2024-03-301-7/+6
* ; * 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-215-30/+64
* 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-172-21/+19
* ; * 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
* ; Check in missing change to AndroidManifest.xml.inPo Lu2024-03-121-0/+7
* 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
* Declare 124 new Android permissionsPo Lu2024-03-081-0/+126
* 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
* * java/debug.sh: Print errors correctly if device is ambiguous.Po Lu2024-02-171-5/+8
* 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