summaryrefslogtreecommitdiffstats
path: root/platform/android/api
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-274-8/+8
* Rebrand preambles to RedotSpartan3222024-10-134-0/+8
* Remove the limit on the number of the SignalInfo function parametersYuzhao Wang2024-06-051-12/+5
* Add logic to unregister the Godot plugins on engine terminationFredia Huya-Kouadio2024-05-191-0/+1
* Fix leakage of JNI object referencesFredia Huya-Kouadio2024-04-152-3/+11
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-082-2/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-054-116/+116
* Improve support for 64-bit types on Android.TechnoPorg2022-11-081-1/+22
* SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde2022-10-101-3/+2
* Cleanup Android C++ codeMarcel Admiraal2022-05-311-1/+1
* Replace most uses of Map by HashMapreduz2022-05-162-5/+5
* Remove VARIANT_ARG* macrosreduz2022-03-093-7/+7
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-10/+12
* Update copyright statements to 2022Rémi Verschelde2022-01-034-8/+8
* Implement the ability to disable classesreduz2021-07-131-3/+3
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-5/+5
* Modernize ThreadPedro J. Estébanez2021-01-291-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-014-8/+8
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-2/+2
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-073-4/+4
* Add override keywords.Marcel Admiraal2020-07-102-3/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-143-28/+0
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-8/+24
* Add signal support to Godot Android plugin:fhuya2020-04-102-0/+247
* Replace NULL with nullptrlupoDharkael2020-04-022-3/+3
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-7/+7
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-202-5/+5
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-8/+8
* doc: Sync classref with current sourceRémi Verschelde2020-01-191-0/+30
* Fix ClassDB API portability with some android and editor classesIgnacio Etcheverry2020-01-193-0/+333