aboutsummaryrefslogtreecommitdiffstats
path: root/src/android.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton11 days1-1/+1
* Implement set_window_size_and_position_hook on AndroidPo Lu2025-12-231-3/+17
* Support `toolkit-theme-set-functions' on Android and execute hooks safelyPo Lu2025-11-241-5/+26
* Fix reference leak in displaying successive dashes of distinct styles on AndroidPo Lu2025-09-201-2/+3
* ; * src/android.c (android_url_encode): Typo in comment.Po Lu2025-08-091-3/+3
* Respond to display configuration updates on AndroidPo Lu2025-04-101-0/+19
* ; * src/android.c (android_rewrite_spawn_argv): Fix typo.Po Lu2025-03-111-1/+1
* Permit executing programs with >1024 args on AndroidPo Lu2025-03-051-18/+21
* Adapt process-tests to AndroidPo Lu2025-02-281-0/+9
* Fully support Lisp threads on AndroidPo Lu2025-02-281-185/+339
* Merge from savannah/emacs-30Po Lu2025-02-151-0/+10
|\
| * Add two missing NULL checks of malloc'd values on AndroidPo Lu2025-02-151-0/+10
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | Prefer static_assert to verifyStefan Kangas2024-08-221-2/+2
|/
* ; Fix typosStefan Kangas2024-07-181-1/+1
* ; * src/android.c (setEmacsParams): Delete unused variable.Po Lu2024-07-141-1/+1
* Do not set LD_LIBRARY_PATH during Android initializationPo Lu2024-07-141-10/+1
* Correct JNI string error checking and miscellaneous correctionsPo Lu2024-07-071-4/+6
* Minor adjustments to battery.el on AndroidPo Lu2024-06-161-2/+2
* Communicate frame titles to the window manager on AndroidPo Lu2024-05-131-0/+23
* Complete pacification of build warnings on AndroidPo Lu2024-05-131-1/+1
* Delete unused functionsPo Lu2024-05-111-16/+0
* Remove redundant encoding of strings in androidvfs.cPo Lu2024-05-101-1/+1
* Simplify management of Android handle IDsPo Lu2024-05-041-410/+208
* Port visible bell to AndroidPo Lu2024-05-021-284/+4
* Implement dots and dashes on AndroidPo Lu2024-04-281-3/+150
* Enable customization of the quit key on AndroidPo Lu2024-04-271-0/+7
* Implement face stipples on AndroidPo Lu2024-04-231-20/+2
* Eliminate minor wart in EmacsService.javaPo Lu2024-04-201-1/+1
* Enable relinquishing access to Android content directoriesPo Lu2024-04-051-0/+2
* 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