aboutsummaryrefslogtreecommitdiffstats
path: root/src/android.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement notification residency on AndroidPo Lu2024-03-121-0/+2
* Implement notification callbacks on AndroidPo Lu2024-03-111-3/+158
* Update android_wc_lookup_stringPo Lu2024-03-081-1/+4
* Rearrange Android splash screen messagesPo Lu2024-03-051-0/+4
* Implement dead key combination on AndroidPo Lu2024-03-021-3/+119
* ; Insert missing JNI prologuesPo Lu2024-02-221-0/+8
* Make miscellaneous improvements to the Android portPo Lu2024-02-101-12/+11
* Implement Lisp threading on AndroidPo Lu2024-02-061-6/+28
* Don't forcibly display dialogs on Android if a keyboard is presentPo Lu2024-02-061-0/+16
* Prefer C23 ckd_* to Gnulib *_WRAPV and *_OK macrosPaul Eggert2024-01-281-11/+11
* Avert race condition between window attachment and buffer swapPo Lu2024-01-261-1/+20
* Be more systematic about parens in C source codePaul Eggert2024-01-201-1/+1
* Fix another cause of superfluous inotify signals on AndroidPo Lu2024-01-191-0/+13
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Fix typosStefan Kangas2023-12-101-2/+2
* Set a default locale on AndroidPo Lu2023-12-071-0/+12
* Offer to grant storage permissions if absentPo Lu2023-11-181-0/+55
* Adjust dump file location under AndroidPo Lu2023-11-121-1/+1
* Clear image caches in reaction to system VM warningsPo Lu2023-11-101-0/+20
* Guarantee files are auto-saved when Emacs is terminated by AndroidPo Lu2023-11-091-0/+19
* Implement more Android text editing controlsPo Lu2023-11-051-0/+28
* Avert a crash and file descriptor leak in yank-mediaPo Lu2023-10-291-0/+8
* Substitute eassert for assert throughout Android codePo Lu2023-10-271-16/+16
* Properly initialize argment list supplied to android_init_emacsPo Lu2023-10-161-1/+3
* Implement multi-window drag-and-drop under AndroidPo Lu2023-10-141-0/+94
* Try harder to generate tombstones upon emacs_abortPo Lu2023-10-131-2/+20
* Respond to JNI errors around drawing operationsPo Lu2023-10-121-4/+23
* Implement frame restacking under AndroidPo Lu2023-10-101-0/+33
* Port Emacs to Android 34Po Lu2023-10-051-1/+1
* Correct local reference leaksPo Lu2023-10-041-6/+39
* Update Android portPo Lu2023-09-281-2/+9
* Update Android portPo Lu2023-09-251-63/+66
* ; * src/android.c (android_damage_window): Remove unused variable.Po Lu2023-09-211-1/+1
* Update Android portPo Lu2023-09-211-32/+47
* ; Fix typos in last changePo Lu2023-09-191-6/+6
* Update Android portPo Lu2023-09-191-13/+38
* Optimize damage region tracking under AndroidPo Lu2023-09-181-20/+18
* Fix typosPo Lu2023-09-081-1/+1
* Port Proced to AndroidPo Lu2023-09-071-0/+46
* Update Android portPo Lu2023-09-021-24/+13
* Include installation date within asset filesPo Lu2023-08-311-2/+23
* Facilitate typing `C-SPC' on AndroidPo Lu2023-08-301-0/+6
* Improve efficiency of checking for access to authority documentsPo Lu2023-08-141-36/+1
* Employ careadlinkat in getProcNamePo Lu2023-08-131-31/+30
* Fix crashes runninging android-emacs with bad LD_LIBRARY_PATHPo Lu2023-08-091-0/+6
* Avoid caching file status when they are about to changePo Lu2023-08-081-1/+1
* Utilize more frequently supported file access modesPo Lu2023-08-081-1/+1
* Optimize creation of multibyte menu items on AndroidPo Lu2023-08-041-6/+75
* Update Android portPo Lu2023-08-011-0/+2
* ; * src/android.c (ANDROID_THROW): Remove unused macro.Po Lu2023-08-011-3/+0