summaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Expand)Author
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
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-30Simplify code relating to UI thread synchronizationPo Lu
2023-12-17; Fix typoStefan Kangas
2023-12-16Provide for Num Lock and Scroll Lock on AndroidPo Lu
2023-12-10; Fix a few more typosStefan Kangas
2023-12-10; Fix typosStefan Kangas
2023-12-07Prevent closing Emacs frames upon locale changesPo Lu
2023-11-29Clean up some redundant or otherwise suspect codePo Lu
2023-11-25Dismiss Android Back key events that are canceledPo Lu
2023-11-18Offer to grant storage permissions if absentPo Lu
2023-11-15Register ``pinch to zoom'' touch screen gesturesPo Lu
2023-11-14Properly merge EXTRA_EMAIL content with mailto URIsPo Lu
2023-11-12Adjust dump file location under AndroidPo Lu
2023-11-10Clear image caches in reaction to system VM warningsPo Lu
2023-11-09Guarantee files are auto-saved when Emacs is terminated by AndroidPo Lu
2023-10-29Avert a crash and file descriptor leak in yank-mediaPo Lu
2023-10-28Minor adjustments to Android drag and drop and content URIsPo Lu