Miku AuahDark
fa276ea4d8
Detect LOVE submodule first before building.
2019-11-24 17:36:32 +08:00
Martin Felis
18c9b3c401
Disable microphone for PlayStore build.
11.3a
2019-10-29 22:59:28 +01:00
Miku AuahDark
face22cff4
Release 11.3
11.3
2019-10-27 23:19:47 +08:00
Miku AuahDark
8b93b1eea2
Remove problematic dimens.xml when compiling.
2019-10-20 12:07:24 +08:00
Miku AuahDark
29821438ad
Update APK manifest to 11.3
2019-10-10 23:23:28 +08:00
Miku AuahDark
a199d54b50
Merge branch '11.x_submodule' into 0.11.x
2019-10-10 23:09:15 +08:00
Miku AuahDark
61ef9802a3
Really fix Martin's SDL hack.
2019-10-10 23:00:46 +08:00
Miku AuahDark
ee81c4262d
Unstable changes: Update SDL to 2.0.10
...
Bug: Martin's hack of restarting SDL no longer works in this SDL version
so more matches to LOVE central repository will be come soon.
2019-10-10 22:26:54 +08:00
Miku AuahDark
4be53bca65
Make LOVE as submodule
2019-10-08 15:13:08 +08:00
Alex Szpakowski
c89ac83e37
Fix some readme syntax issues
2019-09-29 12:28:04 -03:00
Alex Szpakowski
29e49d9048
Merge pull request #1 from MikuAuahDark/micsupport
...
Recording support for Android (Java side)
2019-09-29 09:21:37 -03:00
Miku AuahDark
8c701dd3a4
Add microphone permission to AndroidManifest.xml
2019-09-29 15:25:01 +08:00
Miku AuahDark
59a5fcb875
Fixed mic permission requested 3 times and dialog not showing.
2019-09-29 15:24:35 +08:00
Miku AuahDark
05e193ddbd
Add function to retrieve and request mic permission.
2019-09-29 12:46:17 +08:00
Miku AuahDark
0380160775
Update README file.
2019-09-24 15:10:56 +08:00
Miku AuahDark
376ae96cb1
Merged in AuahDark/love-android-sdl2/java-fix (pull request #22 )
...
Various fixes related to manifest and Java code.
11.2
2019-08-10 12:36:55 +00:00
Miku AuahDark
8186794a03
Remove SDL_android_main.c from LOVE Android.mk
...
A notice from SDL_android_main.c:
"As of SDL 2.0.6 this file is no longer necessary."
2019-08-10 16:27:41 +08:00
Miku AuahDark
54b29fca4f
Update APK version to 11.2
2019-08-10 16:25:40 +08:00
Miku AuahDark
45507c5282
Fix download manager crashing in newer devices.
...
Request storage permission in Mashmallow until Pie. Also added support of
HTTPS URL.
2019-08-10 16:10:16 +08:00
Miku AuahDark
f18cf70c15
Minor changes to GameActivity.
...
Nothing that may cause something break. Mainly reordering & line optmization
changes.
2019-08-10 16:01:52 +08:00
Miku AuahDark
5df17ba075
Modify AndroidManifest.xml again(?)
...
Moved WRITE_EXTERNAL_STORAGE maxSdkVersion to 28. Although t.externalstorage=true
needs WRITE_EXTERNAL_STORAGE for Android Jelly Bean and earlier, it's needed
for the game downloader to store files in Downloads folder. However the permission
to do it is unnecessary since Android Q (API 29).
See https://developer.android.com/reference/android/app/DownloadManager.Request#setDestinationInExternalPublicDir(java.lang.String,%2520java.lang.String)
Use per-activity theme instead of per-application theme. We need different
theme for the GameActivity and the DownloadActivity.
2019-08-10 15:59:26 +08:00
Miku AuahDark
5090a072b2
Minor manifest change and some GameActivity changes.
...
Fixed storage permission request and do not hardcode "game.love" as the cache output
file.
2019-07-26 13:01:25 +08:00
Miku AuahDark
117bba5ff2
Minor changes.
...
Remove vibrate permission string, use Manifest.permission.VIBRATE instead!
Fix code style.
Set gamePath to empty when it fails to detect any game.love
2019-07-20 21:33:52 +08:00
Miku AuahDark
78e88a7473
Override getMainSharedObject()
...
This theoretically allows LOVE libs not to be extracted in Marshmallow
and later by utilizing extractNativeLibs=false. However this is left to
users (developer) to decide whetever to use this or not.
2019-07-20 20:49:25 +08:00
Miku AuahDark
2529265eed
Modify AndroidManifest.xml again.
...
The first change is to change the launch mode from singleTop to singleTask.
This hopefully fixes issue with love.filesystem initialization issue.
The second change is to change the accepted mime type to application/octet-stream.
2019-07-20 19:58:51 +08:00
Miku AuahDark
a2c79d95e0
Flip the storage permission check.
2019-07-20 10:03:32 +08:00
Miku AuahDark
f761e43904
Fix *.love file association in Nougat and later.
...
Note that the file association is rather hacky but I can't find any method
which is compatible in Nougat and later as file:// URI is banned there.
2019-07-10 12:10:36 +08:00
Miku AuahDark
cd6463b4e4
Implement content:// URI
2019-07-10 10:14:10 +08:00
Miku AuahDark
9298bed843
Fix embedded game.love loading if there's no external storage permission given.
...
Mainly affect Android M and later devices.
2019-07-10 09:16:06 +08:00
Miku AuahDark
94d31aefc1
Only request storage permission on JB and older.
...
The permission to read local, application external directory is granted
implicitly in KitKat and later versions.
2019-07-10 09:00:13 +08:00
Miku AuahDark
8d71234114
Merged in AuahDark/love-android-sdl2/clean-include (pull request #21 )
...
Clean external dependency include paths from LOVE Android.mk
2019-07-06 04:16:00 +00:00
Miku AuahDark
799956e002
Fix theoretical Theora x86-64 build.
2019-07-04 13:32:07 +08:00
Miku AuahDark
f8d0890519
Cleanup ogg-family (vorbis, theora) includes.
...
This means only SDL remains that has paths hardcoded.
2019-07-04 12:53:44 +08:00
Miku AuahDark
c065fe9e56
Update Theora codec
...
Add x86(-64)-optimized assembly. Unfortunately ARM-optimized assembly
can't be used. Please report this to Theora maintainers :(
2019-07-04 11:49:13 +08:00
Miku AuahDark
77c7570f55
Fix Mpg123 export include.
2019-07-04 10:38:44 +08:00
Miku AuahDark
6d5d8c4540
OpenAL-soft: link with Android log library.
...
It seems that in ARM64, liblog is added implicitly, but for other arch,
it must be added explicitly.
See https://github.com/MikuAuahDark/livesim3-love-android/issues/5
2019-07-04 10:24:30 +08:00
Miku AuahDark
456273ebf0
Clean include paths of external dependency
...
This way, LOVE Android.mk doesn't have to be modified in case new libraries
added or in case old libraries gets updated and their name is different.
2019-07-04 10:11:34 +08:00
Miku AuahDark
7c48033960
Merged in AuahDark/love-android-sdl2/als-1.19.1 (pull request #19 )
...
Update OpenAL-soft to 1.19.1
2019-07-03 20:39:29 +00:00
Miku AuahDark
b8beb8a1f4
Merged in AuahDark/love-android-sdl2/ft-2.8.1 (pull request #20 )
...
Update FreeType to 2.8.1
2019-07-03 20:38:39 +00:00
Miku AuahDark
c1399fc44a
Remove version number from folder
2019-07-03 22:07:04 +08:00
Miku AuahDark
077c1a350b
Remove version number from folder
2019-07-03 21:59:56 +08:00
Miku AuahDark
40ec52368b
Use LOCAL_EXPORT_C_INCLUDES to manage include paths.
...
Better than hardcoding the include path in LOVE Android.mk
2019-07-02 21:21:19 +08:00
Miku AuahDark
605ddefd0e
Update FreeType to 2.8.1
2019-07-02 20:57:08 +08:00
Tae Hanazono
2a23cbd16d
Clean LOVE Android.mk and rename/fix detection variables.
2019-07-02 11:15:16 +08:00
Tae Hanazono
0ebc4d9271
Update OpenAL-soft to 1.19.1
2019-07-02 10:16:25 +08:00
Tae Hanazono
07149c0ba8
Fix log2f conflict.
2019-07-01 23:05:08 +08:00
Miku AuahDark
288f005d86
Merged in AuahDark/love-android-sdl2/love11-arm64 (pull request #15 )
...
Add ARM64 ABI support
2019-07-01 13:28:00 +00:00
Miku AuahDark
49ad4632b6
Merged in AuahDark/love-android-sdl2/love113-safearea (pull request #17 )
...
Implement `love.window.getSafeArea` for Android (Java changes)
2019-07-01 13:21:52 +00:00
Tae Hanazono
6eafa708f9
Fix setImmersiveMode using unsupported flags in some older devices.
2019-02-09 18:53:42 +08:00
Tae Hanazono
53d24a1b5f
Added method to retrieve safe area insets.
2019-02-08 23:56:23 +08:00