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