aboutsummaryrefslogtreecommitdiffstats
path: root/java/org (follow)
Commit message (Expand)AuthorAgeFilesLines
* Trim redundancies from EmacsTileObjectPo Lu2024-06-021-4/+1
* Work around one Android bug and document anotherPo Lu2024-05-232-13/+23
* Improve compatibility with Android's default text editorPo Lu2024-05-221-0/+17
* Housekeeping around androidselect.cPo Lu2024-05-183-58/+22
* Communicate frame titles to the window manager on AndroidPo Lu2024-05-132-1/+69
* Additional changes to processing of Num Lock on AndroidPo Lu2024-05-122-31/+57
* Correct earlier changes to processing of Num Lock on AndroidPo Lu2024-05-121-10/+4
* Delete unused functionsPo Lu2024-05-111-6/+0
* Remove redundant encoding of strings in androidvfs.cPo Lu2024-05-101-12/+5
* Fix earlier change to content URI resolution on AndroidPo Lu2024-05-101-1/+4
* Fix hang after failed yank-media on AndroidPo Lu2024-05-083-27/+11
* ; * java/org/gnu/emacs/EmacsTileObject.java: Fix copyright dates.Po Lu2024-05-061-1/+1
* Optimize stipples on AndroidPo Lu2024-05-062-11/+105
* Fix inadvertent removal in EmacsWindowPo Lu2024-05-051-0/+4
* Simplify handling of command-line arguments on AndroidPo Lu2024-05-045-41/+32
* Simplify management of Android handle IDsPo Lu2024-05-0412-75/+66
* Port visible bell to AndroidPo Lu2024-05-024-82/+56
* Fix compatibility issues with Android clipboardsPo Lu2024-05-015-74/+33
* ; 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