Age | Commit message (Expand) | Author |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-08-30 | Additional fixes to the Android `get_current_dir()` implementation. | Fredia Huya-Kouadio |
2022-08-29 | Rename String `plus_file` to `path_join` | Aaron Franke |
2022-08-19 | Fix issue with `get_current_dir()` returning the wrong path on Android | Fredia Huya-Kouadio |
2022-07-05 | Add full support for Android scoped storage. | Fredia Huya-Kouadio |
2022-05-31 | Cleanup Android C++ code | Marcel Admiraal |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-08-29 | Rename String::is_rel_path to String::is_relative_path | Wilson E. Alvarez |
2021-05-17 | Make all file access 64-bit (uint64_t) | Pedro J. Estébanez |
2021-01-29 | Modernize Thread | Pedro J. Estébanez |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-09 | Remove unused FileAccessJAndroid. | Fabio Alessandrelli |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-03 | Improve UX of drive letters | Pedro J. Estébanez |
2020-01-10 | Fixes Android FileDialog | Alexander Holland |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-02-27 | Android: Fixed problems with memory leaks due to absent ReleaseStringUTFChars... | Ivan Ponomarev |
2019-01-26 | Fix code style issues | Rémi Verschelde |
2019-01-21 | Add function to obtain filesystem type from DirAccess. | Juan Linietsky |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-02 | Remove obsolete ANDROID_NATIVE_ACTIVITY | Bastiaan Olij |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-07-24 | Removed unnecessary assignments | Wilson E. Alvarez |
2018-02-18 | Remove some debugging prints on Android | Hugo Locurcio |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-14 | Fixed dir access return value, changed it to Error like all other funcs | Juan Linietsky |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-11-09 | Fix Directory.dir_exist/get_current_dir for 'res://' on Android | volzhs |
2016-10-17 | Fix crash when using Directory.dir_exists(path) on Android | volzhs |
2016-07-21 | Minor code formatting in platform/android | Mario Schlack |
2016-01-12 | Fix crash on android 6.0.1, fixes #3321 | mrezai |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2015-04-28 | fixes in handling of DirAccess for resource path on Android, fixes #1447 | Juan Linietsky |
2015-04-18 | -fix local and global usage for DirAccess, fixes #791 | Juan Linietsky |
2015-04-18 | Updated copyright year in all headers | Juan Linietsky |
2015-03-23 | oops, fucntion was there twice | Juan Linietsky |
2015-03-23 | small android fix | Juan Linietsky |
2015-03-23 | android fixes, please test | Juan Linietsky |
2015-03-21 | New option to show/hide hidden files | rollenrolm |
2014-05-25 | Add DirAccess:dir_exist api | marynate |