aboutsummaryrefslogtreecommitdiffstats
path: root/src/androidvfs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Fix typosStefan Kangas2023-12-101-4/+4
* Minor adjustments to Android drag and drop and content URIsPo Lu2023-10-281-17/+27
* Substitute eassert for assert throughout Android codePo Lu2023-10-271-2/+2
* Correctly receive files through Android DNDPo Lu2023-10-151-4/+16
* Correct local reference leaksPo Lu2023-10-041-2/+6
* Update Android portPo Lu2023-10-031-0/+30
* Update Android portPo Lu2023-09-241-24/+27
* Avoid virtual function dispatch overheadPo Lu2023-09-051-5/+7
* Include installation date within asset filesPo Lu2023-08-311-1/+20
* Make some file I/O operations more robust on AndroidPo Lu2023-08-191-2/+139
* ; Remove set but unused variablePo Lu2023-08-191-3/+0
* Improve efficiency of checking for access to authority documentsPo Lu2023-08-141-23/+34
* Avoid caching file status when they are about to changePo Lu2023-08-081-8/+18
* Minor improvements to write-region heuristicPo Lu2023-08-081-1/+14
* * src/androidvfs.c (android_saf_file_open): Improve commentary.Po Lu2023-08-081-6/+8
* Utilize more frequently supported file access modesPo Lu2023-08-081-5/+41
* Port to the Android NDK r10bPo Lu2023-08-071-4/+18
* Repair hang in android_fdopenPo Lu2023-08-071-3/+4
* Update Android portPo Lu2023-08-061-1/+7
* Update Android portPo Lu2023-08-061-4/+4
* Optimize creation of multibyte menu items on AndroidPo Lu2023-08-041-63/+0
* Isolate fchmodat within the Android VFS layerPo Lu2023-08-031-0/+126
* Update Android portPo Lu2023-08-011-7/+84
* Initialize Android API level earlierPo Lu2023-07-311-0/+14
* Implement cross-directory SAF rename operationsPo Lu2023-07-311-6/+231
* Partially implement rename operations on SAF filesPo Lu2023-07-301-3/+176
* Correct directory permissions reported for VFS filesPo Lu2023-07-291-2/+5
* ; Update Android portPo Lu2023-07-291-26/+40
* Update Android portPo Lu2023-07-291-8/+23
* ; Update Android portPo Lu2023-07-291-3/+5
* Update Android portPo Lu2023-07-291-14/+13
* Update Android portPo Lu2023-07-281-2/+7
* Allow quitting from Android content provider operationsPo Lu2023-07-281-3/+129
* Update Android portPo Lu2023-07-281-32/+284
* Update Android portPo Lu2023-07-271-4/+71
* Update Android portPo Lu2023-07-271-5/+5
* Avoid dereference of a freed vnode's operations tablePo Lu2023-07-271-2/+2
* Update Android portPo Lu2023-07-271-0/+6137