aboutsummaryrefslogtreecommitdiffstats
path: root/java (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-07Resolve disagreements in accounting of tooltip positions on AndroidPo Lu2-3/+21
2024-04-07Port new Android window management strategy to Android 5.0Po Lu1-22/+28
2024-04-06Correct typos in and omissions from earlier Android port changesPo Lu2-9/+9
2024-04-05Enable relinquishing access to Android content directoriesPo Lu1-0/+15
2024-04-04Avoid destroying windows after they are unmappedPo Lu3-8/+20
2024-04-03; * java/org/gnu/emacs/EmacsView.java (onKeyDown): Delete debugging code.Po Lu1-2/+0
2024-04-03Prevent detachWindow from deleting framesPo Lu1-1/+1
2024-04-03; * java/org/gnu/emacs/EmacsWindow.java (reparentTo): Typo.Po Lu1-1/+1
2024-04-03Better align Emacs window management with Android task lifecyclesPo Lu7-255/+458
2024-03-30Always enable native JSON support and remove Jansson referencesMattias EngdegÄrd2-9/+1
2024-03-30Rationalize java/Makefile.inPo Lu1-7/+6
2024-03-29; * java/org/gnu/emacs/EmacsActivity.java (isReallyFinishing): Fix typo.Po Lu1-1/+1
2024-03-29Prevent Android OS task trimming from deleting Emacs framesPo Lu1-1/+54
2024-03-27Remove IME_FLAG_FORCE_ASCII from password input IME flagsPo Lu1-4/+1
2024-03-26Prevent focus "stalemates" on AndroidPo Lu1-3/+14
2024-03-26Prevent passwords from being recorded during text conversionPo Lu2-4/+12
2024-03-25Port restart-emacs to Android 4.3 and earlierPo Lu1-2/+22
2024-03-24Improve consistency of content file name handlingPo Lu1-9/+39
2024-03-21Android compatibility fixesPo Lu5-30/+64
2024-03-20Respect file display names during Android drag-and-dropPo Lu2-4/+18
2024-03-19Respect display names of Android content URIsPo Lu3-8/+91
2024-03-17Improve C++ standard library detection on AndroidPo Lu2-21/+19
2024-03-14; * java/org/gnu/emacs/EmacsDesktopNotification.java (display1): Another fix.Po Lu1-2/+3
2024-03-13Fix crash when displaying notifications on Android 3.0Po Lu1-2/+4
2024-03-13Port more notification senders to non-XDG systemsPo Lu1-1/+9
2024-03-12; Check in missing change to AndroidManifest.xml.inPo Lu1-0/+7
2024-03-12Implement notification residency on AndroidPo Lu1-0/+25
2024-03-12Fix notification cancellation detection on AndroidPo Lu1-4/+2
2024-03-11Implement notification callbacks on AndroidPo Lu3-13/+176
2024-03-10; * java/org/gnu/emacs/EmacsPreferencesActivity.java: Fix commentary.Po Lu1-2/+3
2024-03-08Declare 124 new Android permissionsPo Lu1-0/+126
2024-02-24Fix bug#69321Po Lu1-20/+48
2024-02-21* java/org/gnu/emacs/EmacsContextMenu.java (display): Reduce timeout.Po Lu1-7/+6
2024-02-21Work around premature dismissals of submenus under AndroidPo Lu1-1/+17
2024-02-18Implement tooltip_reuse_hidden_frame for AndroidPo Lu1-5/+22
2024-02-17* java/debug.sh: Print errors correctly if device is ambiguous.Po Lu1-5/+8
2024-02-10Make miscellaneous improvements to the Android portPo Lu2-66/+5
2024-02-07Fix DEBUG_THREADS in the Android portPo Lu1-1/+12
2024-02-06Don't forcibly display dialogs on Android if a keyboard is presentPo Lu1-0/+10
2024-02-05Fix frame focus tracking under AndroidPo Lu2-10/+26
2024-01-26Avert race condition between window attachment and buffer swapPo Lu2-12/+43
2024-01-02; Add 2024 to copyright yearsPo Lu56-56/+56
2023-12-30Simplify code relating to UI thread synchronizationPo Lu3-146/+115
2023-12-17; Fix typoStefan Kangas1-3/+3
2023-12-16Provide for Num Lock and Scroll Lock on AndroidPo Lu1-4/+24
2023-12-10; Fix a few more typosStefan Kangas1-1/+1
2023-12-10; Fix typosStefan Kangas8-14/+14
2023-12-07Prevent closing Emacs frames upon locale changesPo Lu1-2/+2
2023-11-29Clean up some redundant or otherwise suspect codePo Lu3-6/+2
2023-11-25Dismiss Android Back key events that are canceledPo Lu1-6/+31