MoNTE48
2c45593015
Android: add ARM64 and clang support
2019-07-17 19:58:05 +02:00
MoNTE48
351257bd8a
Fix merging, Android: newest irrlicht
2019-05-03 21:32:07 +02:00
MoNTE48
695e833477
Merge remote-tracking branch 'upstream/stable-0.4' into sync
2019-04-01 20:18:54 +02:00
MoNTE48
968954a3cc
Android+iOS: Disable show Irrlicht errors. Disable flying in survival. Android - optimization GUI dimension.
2018-07-05 01:03:25 +02:00
MoNTE48
3cf64d3947
Android: fix resolution, upd. irrlicht compile flags, add recommended ARMv7a and x86 flags,
...
Android resolution fix by @sfan5
SRP fix by @red-001 (https://github.com/minetest/minetest/pull/7484 )
2018-06-26 01:58:52 +02:00
Loic Blot
0ef9c53a8c
Fix many Android build issues
...
It remains one issue with MT itself and rtti
2018-06-10 17:01:47 +02:00
stujones11
b5350e27ad
Android: Update build system for ndk-r15x
...
Add workarounds for ndk-r16.
2018-06-03 23:14:26 +02:00
MoNTE48
f4792bcc27
Revert Android -mfpu=vfpv4
2018-05-27 17:14:03 +02:00
MoNTE48
3f53786561
Update Android build, restore "player does not sink when swimming"
2018-04-29 18:32:37 +02:00
sfan5
6ed7365dd0
Android: Update build system for ndk-r15x ( #113 )
...
Add workarounds for ndk-r16.
(ported from 2507d32afe
)
2018-04-29 18:12:48 +02:00
Loïc Blot
0d4d35ab93
Android dependencies updates ( #5755 )
...
* irrlicht ogles 5122 -> 5145
* openssl 1.0.2j -> 1.0.2k
* curl 7.52 -> 7.54
* sqlite 3.15.2 -> 3.18.0
2017-05-13 13:32:59 +02:00
Maksim Gamarnik
a1066dc91a
Android: Preparation for release
2017-03-30 05:15:04 +03:00
rubenwardy
2886f0ccb0
Fix sqlite databases being read-only on 64bit Android by patching sqlite ( #4871 )
...
Fixes #4121
2016-12-09 18:27:36 +01:00
Maksim Gamarnik
21ddbd15c6
Android: optimization flags
2016-11-14 18:25:05 +02:00
sfan5
c9f51e805c
Fix irrlicht patch ( #34 )
2016-10-19 02:40:50 +03:00
Maksim Gamarnik
7d466a9e4b
Android: Fix build. Change progress bar size, android tune
2016-10-18 01:15:14 +03:00
Maksim Gamarnik
de3ea028b3
ver. 1.1.6
2016-10-16 22:23:15 +03:00
Maksim Gamarnik
94fe1d3d79
Android: ndk12b - good bye, armeabi-v7a-hard!
2016-09-18 03:16:16 +03:00
Maksim Gamarnik
778868d088
Update to Minetest 0.4.14
2016-05-15 16:30:09 +03:00
est31
b25554c8d7
Fix android build by fixing patch line endings
2016-05-14 16:46:46 +02:00
Maksim Gamarnik
b906ed4e59
Fix locked hardware buttons on Android
...
Fixes #2122
Fixes #1454
Addendum (est31)
According from its docs in android_native_app_glue.h (from the NDK), the
onInputEvent should "Return 1 if you have handled the event, 0 for any
default dispatching". Before, we always returned 1, meaning we blocked
all hardware keys to be given to the OS.
This broke the volume keys and has caused #2122 and #1454 .
Although it bases on lots of guesswork, it can probably safely be said that
CGUIEnvironment::postEventFromUser returns true if the event was handled,
and false if not. Therefore, set the status variable depending on what
postEventFromUser returned.
2016-05-14 23:42:36 +10:00
Maksim Gamarnik
f9f5564517
Small update
2016-05-13 21:58:46 +03:00
Maksim Gamarnik
75a555f90c
Fix merge prev commits and fix bugs
...
Android: mpir, x86 flags, range view, fix favorite server icon, other
2016-05-03 04:21:56 +03:00
Maksim Gamarnik
751550ee53
Release
...
Or no? :)
2016-05-02 06:09:17 +03:00
Maksim Gamarnik
0f37c8bf7f
CRLF fix
2016-04-29 11:47:13 +03:00
Maksim Gamarnik
51cb15bc45
Merge minetest commits / WIP!
...
Java part WIP, pls, use prev commits!
2016-04-29 10:11:25 +03:00
ShadowNinja
e41673820f
Upgrade Android build to Gradle build system
...
The old Ant build system has been deprecated for a while and new development is focused on Gradle.
I also removed a hardcoded string that lint caught and moved the patch files to a subdirectory.
I left the JNI files in the root directory.
2016-04-28 12:28:42 -04:00