aboutsummaryrefslogtreecommitdiff
path: root/platform/android/java/src/org/godotengine/godot/GodotLib.java
Commit message (Collapse)AuthorAgeFilesLines
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Style: Apply clang-format to Java filesRémi Verschelde2017-12-101-29/+27
| | | | Only those from org/godotengine/godot though, not the thirdparty ones.
* Align sensors and implement gravity sensor for AndroidBastiaan Olij2017-11-111-0/+1
|
* Allow to obtain virtual keyboard heightRuslan Mustakov2017-10-041-0/+2
| | | | | | | | On mobile platforms virtual keyboards take up significant amount of screen space and UI containing a text box may need to be adjusted after the keyboard appears to keep the text box visible to user. This commit adds a way to obtain virtual keyabord height so that controls are aware of how much they need to move.
* Make GDNative work on AndroidRuslan Mustakov2017-08-301-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | The changes include work done to ensure that GDNative apps and Nim integration specifically can run on Android. The changes have been tested on our WIP game, which uses godot-nim and depends on several third-party .so libs, and Platformer demo to ensure nothing got broken. - .so libraries are exported to lib/ folder in .apk, instead of assets/, because that's where Android expects them to be and it resolves the library name into "lib/<ABI>/<name>", where <ABI> is the ABI matching the current device. So we establish the convention that Android .so files in the project must be located in the folder corresponding to the ABI they were compiled for. - Godot callbacks (event handlers) are now called from the same thread from which Main::iteration is called. It is also what Godot now considers to be the main thread, because Main::setup is also called from there. This makes threading on Android more consistent with other platforms, making the code that depends on Thread::get_main_id more portable (GDNative has such code). - Sizes of GDNative API types have been fixed to work on 32-bit platforms.
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* fix UnsatisfiedLinkError when quittingHenrik Andersson2017-08-231-1/+1
|
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
| | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games!
* Added gyroscope support to Godot and AndroidJamil Halabi2016-07-161-0/+1
|
* Add magnetometer sensor support for Androidfluffrabbit2016-05-271-0/+1
|
* support gamepad remapping on androidhondres2016-01-241-0/+2
|
* Update copyright in remaining files + prints in the UIRémi Verschelde2016-01-111-1/+1
|
* Renamed godot domain from com.android.godot (which was incorrect) to ↵Juan Linietsky2016-01-081-0/+66
org.godotengine.godot