summaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Expand)Author
2024-04-14Remove leftover tasks from previous Emacs sessions on startupPo Lu
2024-04-13Fix task-switching failures on Android 2.3Po Lu
2024-04-11Optimize R8 configurationPo Lu
2024-04-11Adjust priority of Emacs background service notificationPo Lu
2024-04-11; * java/Makefile.in: Render config.status relative to builddir.Po Lu
2024-04-10* java/Makefile.in (classes.dex): Make proguard.conf relative to srcdir.Po Lu
2024-04-10* java/proguard.conf: New file.Po Lu
2024-04-10Optimize generated Android DEX bytecodePo Lu
2024-04-07Resolve disagreements in accounting of tooltip positions on AndroidPo Lu
2024-04-07Port new Android window management strategy to Android 5.0Po Lu
2024-04-06Correct typos in and omissions from earlier Android port changesPo Lu
2024-04-05Enable relinquishing access to Android content directoriesPo Lu
2024-04-04Avoid destroying windows after they are unmappedPo Lu
2024-04-03; * java/org/gnu/emacs/EmacsView.java (onKeyDown): Delete debugging code.Po Lu
2024-04-03Prevent detachWindow from deleting framesPo Lu
2024-04-03; * java/org/gnu/emacs/EmacsWindow.java (reparentTo): Typo.Po Lu
2024-04-03Better align Emacs window management with Android task lifecyclesPo Lu
2024-03-30Always enable native JSON support and remove Jansson referencesMattias EngdegÄrd
2024-03-30Rationalize java/Makefile.inPo Lu
2024-03-29; * java/org/gnu/emacs/EmacsActivity.java (isReallyFinishing): Fix typo.Po Lu
2024-03-29Prevent Android OS task trimming from deleting Emacs framesPo Lu
2024-03-27Remove IME_FLAG_FORCE_ASCII from password input IME flagsPo Lu
2024-03-26Prevent focus "stalemates" on AndroidPo Lu
2024-03-26Prevent passwords from being recorded during text conversionPo Lu
2024-03-25Port restart-emacs to Android 4.3 and earlierPo Lu
2024-03-24Improve consistency of content file name handlingPo Lu
2024-03-21Android compatibility fixesPo Lu
2024-03-20Respect file display names during Android drag-and-dropPo Lu
2024-03-19Respect display names of Android content URIsPo Lu
2024-03-17Improve C++ standard library detection on AndroidPo Lu
2024-03-14; * java/org/gnu/emacs/EmacsDesktopNotification.java (display1): Another fix.Po Lu
2024-03-13Fix crash when displaying notifications on Android 3.0Po Lu
2024-03-13Port more notification senders to non-XDG systemsPo Lu
2024-03-12; Check in missing change to AndroidManifest.xml.inPo Lu
2024-03-12Implement notification residency on AndroidPo Lu
2024-03-12Fix notification cancellation detection on AndroidPo Lu
2024-03-11Implement notification callbacks on AndroidPo Lu
2024-03-10; * java/org/gnu/emacs/EmacsPreferencesActivity.java: Fix commentary.Po Lu
2024-03-08Declare 124 new Android permissionsPo Lu
2024-02-24Fix bug#69321Po Lu
2024-02-21* java/org/gnu/emacs/EmacsContextMenu.java (display): Reduce timeout.Po Lu
2024-02-21Work around premature dismissals of submenus under AndroidPo Lu
2024-02-18Implement tooltip_reuse_hidden_frame for AndroidPo Lu
2024-02-17* java/debug.sh: Print errors correctly if device is ambiguous.Po Lu
2024-02-10Merge from origin/emacs-29Eli Zaretskii
2024-02-10Make miscellaneous improvements to the Android portPo Lu
2024-02-07Fix DEBUG_THREADS in the Android portPo Lu
2024-02-06Don't forcibly display dialogs on Android if a keyboard is presentPo Lu
2024-02-05Fix frame focus tracking under AndroidPo Lu
2024-01-26Avert race condition between window attachment and buffer swapPo Lu