summaryrefslogtreecommitdiff
path: root/src/androidvfs.c
AgeCommit message (Expand)Author
2026-05-26ARRAYELTS → countofPaul Eggert
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-08-22Prefer static_assert to verifyStefan Kangas
2024-08-15Port better to NFS unlinkPaul Eggert
2024-08-07Prevent accesses to /content files without a GUI connectionPo Lu
2024-07-18; Fix typosStefan Kangas
2024-07-07* src/androidvfs.c (android_saf_check_nonnull): Fix typo.Po Lu
2024-07-07Correct JNI string error checking and miscellaneous correctionsPo Lu
2024-06-19Don't follow symlinks in returning directory attributes of /Po Lu
2024-06-18Correct resolution of non-virtual directory names on AndroidPo Lu
2024-06-12Restore functionality on Android 2.2Po Lu
2024-05-12Properly deinitialize directory cursors on closedirPo Lu
2024-05-10Remove redundant encoding of strings in androidvfs.cPo Lu
2024-05-10Fix earlier change to content URI resolution on AndroidPo Lu
2024-05-09Don't report erroneous /content directory on Android 4.3 and earlierPo Lu
2024-05-01Fix compatibility issues with Android clipboardsPo Lu
2024-04-21Better verify arguments to android-relinquish-directory-accessPo Lu
2024-04-20Eliminate minor wart in EmacsService.javaPo Lu
2024-04-05Enable relinquishing access to Android content directoriesPo Lu
2024-04-01Fix listing of Android root directory when it is accessiblePo Lu
2024-03-31List special directories when reading root directory on AndroidPo Lu
2024-03-23Minor adjustments to last changePo Lu
2024-03-23Correctly handle non-BMP characters in Android content file namesPo Lu
2024-03-19Respect display names of Android content URIsPo Lu
2024-03-11Implement notification callbacks on AndroidPo Lu
2024-02-22; Insert missing JNI prologuesPo Lu
2024-02-16* src/androidvfs.c (android_scan_directory_tree): Get rid of xstrdup.Po Lu
2024-01-10Fix use after free in androidvfs.cStefan Kangas
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-10; Fix typosStefan Kangas
2023-10-28Minor adjustments to Android drag and drop and content URIsPo Lu
2023-10-27Substitute eassert for assert throughout Android codePo Lu
2023-10-15Correctly receive files through Android DNDPo Lu
2023-10-04Correct local reference leaksPo Lu
2023-10-03Update Android portPo Lu
2023-09-24Update Android portPo Lu
2023-09-05Avoid virtual function dispatch overheadPo Lu
2023-08-31Include installation date within asset filesPo Lu
2023-08-19Make some file I/O operations more robust on AndroidPo Lu
2023-08-19; Remove set but unused variablePo Lu
2023-08-14Improve efficiency of checking for access to authority documentsPo Lu
2023-08-08Avoid caching file status when they are about to changePo Lu
2023-08-08Minor improvements to write-region heuristicPo Lu
2023-08-08* src/androidvfs.c (android_saf_file_open): Improve commentary.Po Lu
2023-08-08Utilize more frequently supported file access modesPo Lu
2023-08-07Port to the Android NDK r10bPo Lu
2023-08-07Repair hang in android_fdopenPo Lu
2023-08-06Update Android portPo Lu