summaryrefslogtreecommitdiffstats
path: root/platform/android/dir_access_jandroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Fix leakage of JNI object referencesFredia Huya-Kouadio2024-04-151-0/+8
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-1/+1
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-13/+13
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-1/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Additional fixes to the Android `get_current_dir()` implementation.Fredia Huya-Kouadio2022-08-301-3/+13
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-1/+1
* Fix issue with `get_current_dir()` returning the wrong path on AndroidFredia Huya-Kouadio2022-08-191-0/+14
* Add full support for Android scoped storage.Fredia Huya-Kouadio2022-07-051-106/+198
* Cleanup Android C++ codeMarcel Admiraal2022-05-311-6/+0
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-4/+4
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-19/+31
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-4/+4
* Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-1/+1
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-2/+1
* Modernize ThreadPedro J. Estébanez2021-01-291-7/+7
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Remove unused FileAccessJAndroid.Fabio Alessandrelli2020-12-091-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-20/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* Improve UX of drive lettersPedro J. Estébanez2020-03-031-1/+1
* Fixes Android FileDialogAlexander Holland2020-01-101-1/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Android: Fixed problems with memory leaks due to absent ReleaseStringUTFChars...Ivan Ponomarev2019-02-271-1/+2
* Fix code style issuesRémi Verschelde2019-01-261-1/+0
* Add function to obtain filesystem type from DirAccess.Juan Linietsky2019-01-211-0/+6
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Remove obsolete ANDROID_NATIVE_ACTIVITYBastiaan Olij2018-12-021-3/+0
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Removed unnecessary assignmentsWilson E. Alvarez2018-07-241-1/+0
* Remove some debugging prints on AndroidHugo Locurcio2018-02-181-15/+0
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-82/+71
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1
* Fixed dir access return value, changed it to Error like all other funcsJuan Linietsky2017-01-141-3/+3
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Fix Directory.dir_exist/get_current_dir for 'res://' on Androidvolzhs2016-11-091-2/+2
* Fix crash when using Directory.dir_exists(path) on Androidvolzhs2016-10-171-1/+0
* Minor code formatting in platform/androidMario Schlack2016-07-211-0/+3
* Fix crash on android 6.0.1, fixes #3321mrezai2016-01-121-2/+2
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* fixes in handling of DirAccess for resource path on Android, fixes #1447Juan Linietsky2015-04-281-31/+22
* -fix local and global usage for DirAccess, fixes #791Juan Linietsky2015-04-181-4/+11