aboutsummaryrefslogtreecommitdiffstats
path: root/src/android.c (unfollow)
Commit message (Expand)AuthorFilesLines
12 days; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-12-23Implement set_window_size_and_position_hook on AndroidPo Lu1-3/+17
2025-11-24Support `toolkit-theme-set-functions' on Android and execute hooks safelyPo Lu1-5/+26
2025-09-20Fix reference leak in displaying successive dashes of distinct styles on AndroidPo Lu1-2/+3
2025-08-09; * src/android.c (android_url_encode): Typo in comment.Po Lu1-3/+3
2025-04-10Respond to display configuration updates on AndroidPo Lu1-0/+19
2025-03-11; * src/android.c (android_rewrite_spawn_argv): Fix typo.Po Lu1-1/+1
2025-03-05Permit executing programs with >1024 args on AndroidPo Lu1-18/+21
2025-02-28Prevent rare freeze on Android 4.2 through 4.4Po Lu1-8/+8
2025-02-28Adapt process-tests to AndroidPo Lu1-0/+9
2025-02-28Fully support Lisp threads on AndroidPo Lu1-185/+339
2025-02-15Add two missing NULL checks of malloc'd values on AndroidPo Lu1-0/+10
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-08-22Prefer static_assert to verifyStefan Kangas1-2/+2
2024-07-18; Fix typosStefan Kangas1-1/+1
2024-07-14; * src/android.c (setEmacsParams): Delete unused variable.Po Lu1-1/+1
2024-07-14Do not set LD_LIBRARY_PATH during Android initializationPo Lu1-10/+1
2024-07-07Correct JNI string error checking and miscellaneous correctionsPo Lu1-4/+6
2024-06-16Minor adjustments to battery.el on AndroidPo Lu1-2/+2
2024-05-13Communicate frame titles to the window manager on AndroidPo Lu1-0/+23
2024-05-13Complete pacification of build warnings on AndroidPo Lu1-1/+1
2024-05-11Delete unused functionsPo Lu1-16/+0
2024-05-10Remove redundant encoding of strings in androidvfs.cPo Lu1-1/+1
2024-05-04Simplify management of Android handle IDsPo Lu1-410/+208
2024-05-02Port visible bell to AndroidPo Lu1-284/+4
2024-04-28Implement dots and dashes on AndroidPo Lu1-3/+150
2024-04-27Enable customization of the quit key on AndroidPo Lu1-0/+7
2024-04-23Implement face stipples on AndroidPo Lu1-20/+2
2024-04-20Eliminate minor wart in EmacsService.javaPo Lu1-1/+1
2024-04-05Enable relinquishing access to Android content directoriesPo Lu1-0/+2
2024-03-12Implement notification residency on AndroidPo Lu1-0/+2
2024-03-11Implement notification callbacks on AndroidPo Lu1-3/+158
2024-03-08Update android_wc_lookup_stringPo Lu1-1/+4
2024-03-05Rearrange Android splash screen messagesPo Lu1-0/+4
2024-03-02Implement dead key combination on AndroidPo Lu1-3/+119
2024-02-22; Insert missing JNI prologuesPo Lu1-0/+8
2024-02-10Make miscellaneous improvements to the Android portPo Lu1-12/+11
2024-02-06Implement Lisp threading on AndroidPo Lu1-6/+28
2024-02-06Don't forcibly display dialogs on Android if a keyboard is presentPo Lu1-0/+16
2024-01-28Prefer C23 ckd_* to Gnulib *_WRAPV and *_OK macrosPaul Eggert1-11/+11
2024-01-26Avert race condition between window attachment and buffer swapPo Lu1-1/+20
2024-01-20Be more systematic about parens in C source codePaul Eggert1-1/+1
2024-01-19Fix another cause of superfluous inotify signals on AndroidPo Lu1-0/+13
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-12-10; Fix typosStefan Kangas1-2/+2
2023-12-07Set a default locale on AndroidPo Lu1-0/+12
2023-11-18Offer to grant storage permissions if absentPo Lu1-0/+55
2023-11-12Adjust dump file location under AndroidPo Lu1-1/+1
2023-11-10Clear image caches in reaction to system VM warningsPo Lu1-0/+20