Evan Debenham
80aa9816bd
v3.3.0: updated various libraries:
...
- Gradle: 9.1.0 -> 9.2.1
- AGP: 1.13.0 -> 1.13.1 (also fixes an R8 issue so optimize is back)
- Mobivm: 2.3.23 -> 2.3.24
- Desktop build JDK: 17.0.16+8 -> 17.0.17+10
- Desktop badass runtime: 2.0.0 -> 2.0.1
2025-11-30 15:33:51 -05:00
Evan Debenham
cfd75a5cf3
v3.3.0: removed optimize from R8 as it caused issues with new AGP
2025-11-23 14:17:42 -05:00
Evan Debenham
46806fd091
v3.3.0: updated AGP and a bit of other dependency code
2025-11-23 14:17:12 -05:00
Evan Debenham
0a2984c11d
v3.2.5: Updated missing native handling on Android
2025-09-26 11:33:27 -04:00
Evan Debenham
e4a334412d
v3.2.5: more Android display cutout stuff:
...
- added proper support for top-left cutouts, hero pane can extend a bit
- made Android 'smaller cutout' detection more permissive again
- added a check to not trust devices with no reported cutout
2025-09-26 11:33:27 -04:00
Evan Debenham
2c0f1263a7
v3.2.4: updates to improve handling of Android cutouts:
...
- HP bar can now resize-reposition to prevent being cut off
- menu pane can now move inward to prevent being cut off
- increased buff bar cut off sensitivity
- slightly increased 'large cutout' permissiveness
2025-09-14 13:16:59 -04:00
Evan Debenham
687b97c3a9
v3.2.4: added support for 'medium' display cutouts like dynamic island
2025-09-14 13:15:24 -04:00
Evan Debenham
dacac930a5
v3.2.4: improved large vs. small cutout detection on Android
2025-09-14 13:14:28 -04:00
Evan Debenham
4f9bf8cc7f
v3.2.3: last minute Android fixes and re-upped version code for Android:
...
- fixed crashes on Android 9 and 10 by swapping to 'shortEdges' cutout mode ('always' cutout display mode wasn't present in these versions)
- upped fullscreen check to Android 9+, assume navbar exists in prior versions
- fixed navbar inset always being ignored in Android 9-14
2025-09-01 00:19:01 -04:00
Evan Debenham
5cd22f6bcd
v3.2.3: various further Android-specific UI/layout improvements
2025-08-31 18:09:28 -04:00
Evan Debenham
9ccdbc5e50
v3.2.3: brought back Android orientation setting as 'force landscape'
2025-08-31 18:09:28 -04:00
Evan Debenham
09f5948aa2
v3.2.3: initial overhaul to inset functionality for edge-to-edge
2025-08-31 18:09:26 -04:00
Evan Debenham
ec1dbad637
v3.2.2: also fixed a crash bug with new Android fullscreen (ugh!)
2025-08-25 15:38:39 -04:00
Evan Debenham
42a8c442ee
v3.2.2: game now no longer toggles immersive if there is no bar to hide
2025-08-25 14:15:52 -04:00
Evan Debenham
22fb116254
v3.2.2: improved fullscreen option eligibility on Android
2025-08-25 14:15:28 -04:00
Evan Debenham
00672f415b
v3.2.2: updated target Android SDK to 35, with an opt-out for now
2025-08-25 14:15:28 -04:00
Evan Debenham
aa1d403ea5
v3.2.2: removed Android landscape setting, now uses system orientation
2025-08-25 14:15:25 -04:00
Evan Debenham
00c6c6a8ef
v3.2.2: updated libGDX to 1.13.6-SNAPSHOT
2025-08-25 14:14:54 -04:00
Evan Debenham
45c8eb3e70
v3.2.2: Removed power saver, no longer useful now that we're Android 5+
2025-08-25 14:14:50 -04:00
Evan Debenham
83535d9723
v3.2.2: Increased minimum Android to 5.0 from 4.0, and Java from 8 to 11
2025-08-25 14:14:39 -04:00
Evan Debenham
22fb382846
v3.1.1: added new language: Traditional Chinese
2025-06-14 16:02:42 -04:00
Evan Debenham
ebee0a6014
v3.1.0: updated copyright for 2025
2025-05-13 12:53:08 -04:00
Evan Debenham
dff1131bfc
v3.1.0: updated AGP, compile/target Android SDK, and gradle
2025-04-10 13:22:27 -04:00
Evan Debenham
10e77308af
v3.0.0: fixed rare crashes in missing natives handler
2025-01-06 15:56:56 -05:00
Evan Debenham
383061a044
v3.0.0: improved Shattered's monochrome android icon
2024-11-28 13:21:34 -05:00
Evan Debenham
67a4902d2c
v3.0.0: added support for using '**' to highlight, like in markdown
2024-11-28 13:21:34 -05:00
Evan Debenham
13ec86e00b
v3.0.0: adjusted R8 config to better preserve bundleable classes
2024-11-28 13:21:31 -05:00
Evan Debenham
84181ac652
v2.5.1: Added game app categorization to Android verison
2024-09-16 12:14:19 -04:00
Evan Debenham
ce5a66a15d
v2.4.0: improved debug info on missing Android natives
2024-04-23 13:36:33 -04:00
Evan Debenham
f36dda3064
v2.3.1: added a setting for vibration & improved vibration support logic
2024-01-25 17:48:00 -05:00
Evan Debenham
b849ca58f0
v2.3.1: reverted libGDX natives to try and maintain old Android support
2024-01-25 17:45:19 -05:00
Evan Debenham
c7cbe922c6
v2.3.1: disabled libGDX immersive mode, interferes with game's settings
2024-01-25 17:45:19 -05:00
Evan Debenham
4056c48545
v2.3.1: updated libGDX to 1.12.1 and mobiVM to 2.3.20
2024-01-25 17:45:19 -05:00
Evan Debenham
eec2479903
v2.3.0: updated copyright to 2024
2024-01-16 14:54:39 -05:00
Evan Debenham
052715a694
v2.3.0: added support for android themed icons
2023-12-06 17:00:18 -05:00
Evan Debenham
73b3dcb92c
v2.2.1: fixed copyAndroidNatives task not automatically running
2023-10-25 16:10:15 -04:00
Evan Debenham
7b6fed2acf
v2.2.0: updated android build tools
2023-09-03 18:58:59 -04:00
Evan Debenham
e5e3503cfa
v2.2.0: fixed copyAndroidNatives causing errors with project cleaning
2023-09-03 18:58:32 -04:00
Evan Debenham
53b4cf297e
v2.2.0: removed support for android instant apps
2023-07-10 15:24:03 -04:00
Evan Debenham
4e6a8ce0ab
v2.1.1: optimized imports for the whole codebase
2023-06-13 11:29:13 -04:00
Evan Debenham
ca12db6fa1
v2.1.0: reverted R8 config changes, new version still seems to need them
2023-05-25 11:50:28 -04:00
Evan Debenham
6c1b36b245
v2.1.0: updated AGP, gradle, mobivm, and gdx-controllers
2023-05-18 12:29:49 -04:00
Evan Debenham
5e3a9cc728
v2.0.0: updated copyright to 2023
2023-03-07 15:28:57 -05:00
Evan Debenham
d2e4aab172
v2.0.0: removed langs with low usage or low translation activity
2023-02-28 14:58:50 -05:00
Evan Debenham
b1534ce659
v2.0.0: updated AGP and gradle versions
2023-01-26 18:07:02 -05:00
Evan Debenham
a2546d5875
v1.4.0: adjusted proguard rules to fix crashes with new AGP
2022-09-21 14:57:29 -04:00
Evan Debenham
998fb3c670
v1.4.0: updated gdx-controller, includes some fixes for android input
2022-09-20 20:37:37 -04:00
Evan Debenham
bd7c8f7f69
v1.3.0: overrode some bad permissions included in gdx-controller 2.2.2
2022-06-23 13:41:49 -04:00
Evan Debenham
a0bfd8e71f
v1.3.0: fixed additional source merging errors
2022-06-10 22:20:17 -04:00
Evan Debenham
a4484599e6
v1.3.0: renamed AndroidGame to AndroidLauncher and added activity to handle missing natives
2022-06-10 21:50:26 -04:00