summaryrefslogtreecommitdiff
path: root/src/android.c
AgeCommit message (Expand)Author
2026-05-23Omit useless android_get_image castsPaul Eggert
2026-05-23New function memory_full_upPaul Eggert
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-23Implement set_window_size_and_position_hook on AndroidPo Lu
2025-11-24Support `toolkit-theme-set-functions' on Android and execute hooks safelyPo Lu
2025-09-20Fix reference leak in displaying successive dashes of distinct styles on AndroidPo Lu
2025-08-09; * src/android.c (android_url_encode): Typo in comment.Po Lu
2025-04-10Respond to display configuration updates on AndroidPo Lu
2025-03-11; * src/android.c (android_rewrite_spawn_argv): Fix typo.Po Lu
2025-03-05Permit executing programs with >1024 args on AndroidPo Lu
2025-02-28Adapt process-tests to AndroidPo Lu
2025-02-28Fully support Lisp threads on AndroidPo Lu
2025-02-15Merge from savannah/emacs-30Po Lu
2025-02-15Add two missing NULL checks of malloc'd values on AndroidPo Lu
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-08-22Prefer static_assert to verifyStefan Kangas
2024-07-18; Fix typosStefan Kangas
2024-07-14; * src/android.c (setEmacsParams): Delete unused variable.Po Lu
2024-07-14Do not set LD_LIBRARY_PATH during Android initializationPo Lu
2024-07-07Correct JNI string error checking and miscellaneous correctionsPo Lu
2024-06-16Minor adjustments to battery.el on AndroidPo Lu
2024-05-13Communicate frame titles to the window manager on AndroidPo Lu
2024-05-13Complete pacification of build warnings on AndroidPo Lu
2024-05-11Delete unused functionsPo Lu
2024-05-10Remove redundant encoding of strings in androidvfs.cPo Lu
2024-05-04Simplify management of Android handle IDsPo Lu
2024-05-02Port visible bell to AndroidPo Lu
2024-04-28Implement dots and dashes on AndroidPo Lu
2024-04-27Enable customization of the quit key on AndroidPo Lu
2024-04-23Implement face stipples on AndroidPo Lu
2024-04-20Eliminate minor wart in EmacsService.javaPo Lu
2024-04-05Enable relinquishing access to Android content directoriesPo Lu
2024-03-12Implement notification residency on AndroidPo Lu
2024-03-11Implement notification callbacks on AndroidPo Lu
2024-03-08Update android_wc_lookup_stringPo Lu
2024-03-05Rearrange Android splash screen messagesPo Lu
2024-03-02Implement dead key combination on AndroidPo Lu
2024-02-22; Insert missing JNI prologuesPo Lu
2024-02-10Make miscellaneous improvements to the Android portPo Lu
2024-02-06Implement Lisp threading on AndroidPo Lu
2024-02-06Don't forcibly display dialogs on Android if a keyboard is presentPo Lu
2024-01-28Prefer C23 ckd_* to Gnulib *_WRAPV and *_OK macrosPaul Eggert
2024-01-26Avert race condition between window attachment and buffer swapPo Lu
2024-01-20Be more systematic about parens in C source codePaul Eggert
2024-01-19Fix another cause of superfluous inotify signals on AndroidPo Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-10; Fix typosStefan Kangas
2023-12-07Set a default locale on AndroidPo Lu
2023-11-18Offer to grant storage permissions if absentPo Lu