Miku AuahDark
62684832a6
Generate 3 different flavors: normal, playstore, embed.
2020-01-31 14:46:34 +08:00
Martin Felis
18c9b3c401
Disable microphone for PlayStore build.
2019-10-29 22:59:28 +01: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
8c701dd3a4
Add microphone permission to AndroidManifest.xml
2019-09-29 15:25:01 +08:00
Miku AuahDark
54b29fca4f
Update APK version to 11.2
2019-08-10 16:25:40 +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
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
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
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
Martin Felis
fc85623f10
Fixed build settings (thanks to Tae Hanazono!)
2018-12-10 22:46:42 +01:00
Martin Felis
692ce8bb51
Updated build system to use compileSdkVersion 28.
2018-12-07 22:39:06 +01:00
Martin Felis
34e88d43ae
merged
2018-12-07 17:57:07 +01:00
Martin Felis
1ea86d3305
Properly using SDL 2.0.9 paths and android 26 compatibility layers.
2018-12-07 17:24:32 +01:00
Martin Felis
973f9eef89
Updated buildToolsVersion to 28.0.3 and Android Gradle Plugin to 3.2.1
2018-11-18 12:29:55 +01:00
Martin Felis
0ac43aa717
Updated love sources to changeset 0ab246b5045d and updated android version
2018-04-15 21:22:56 +02:00
Martin Felis
c186a70b14
Updated love sources to changeset 0ab246b5045d and updated android version
2018-04-15 21:22:56 +02:00
Martin Felis
7fbf155d82
Setting target SDK to 22 to mark app as legacy app which gets storage permissions without having to write request code
2018-04-15 11:05:23 +02:00
Martin Felis
7ad34c64f4
Setting target SDK to 22 to mark app as legacy app which gets storage permissions without having to write request code
2018-04-15 11:05:23 +02:00
Martin Felis
3df1807c6f
Fix for #159
2018-04-08 21:03:05 +02:00
Martin Felis
29a493a54b
Fix for #159
2018-04-08 21:03:05 +02:00
Martin Felis
c979f65152
New version: 11.0. Also bumped minSdkVersion to 14 to be in sync with used SDL2 version
2018-04-01 22:52:58 +02:00
Martin Felis
75306e8e63
New version: 11.0. Also bumped minSdkVersion to 14 to be in sync with used SDL2 version
2018-04-01 22:52:58 +02:00
Martin Felis
408778fb8f
Minor adjustments for 0.11.0-alpha1
2018-03-31 19:48:40 +02:00
Martin Felis
45ae52f55e
Minor adjustments for 0.11.0-alpha1
2018-03-31 19:48:40 +02:00
Martin Felis
f6c360c809
Updated gradle scripts so that it uses newer gradle version
2017-12-26 13:37:35 +01:00
Martin Felis
391429367d
Updated gradle scripts so that it uses newer gradle version
2017-12-26 13:37:35 +01:00
Henrique Gemignani Passos Lima
49d7b402a7
Use 'org.love2d.android' package name for the library.
2017-02-19 16:14:34 -03:00
Henrique Gemignani Passos Lima
529b897fed
Use 'org.love2d.android' package name for the library.
2017-02-19 16:14:34 -03:00
Henrique Gemignani Passos Lima
7c8b022dcb
Make gradlew work.
2017-02-19 16:05:14 -03:00
Henrique Gemignani Passos Lima
dbdefdd86a
Make gradlew work.
2017-02-19 16:05:14 -03:00
Henrique Gemignani Passos Lima
803786eee9
Initial files for gradle build.
2017-02-19 10:27:00 -03:00