Commit Graph

20 Commits

Author SHA1 Message Date
Evan Debenham
84181ac652 v2.5.1: Added game app categorization to Android verison 2024-09-16 12:14:19 -04:00
Evan Debenham
53b4cf297e v2.2.0: removed support for android instant apps 2023-07-10 15:24:03 -04:00
Evan Debenham
b1534ce659 v2.0.0: updated AGP and gradle versions 2023-01-26 18:07:02 -05: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
a4484599e6 v1.3.0: renamed AndroidGame to AndroidLauncher and added activity to handle missing natives 2022-06-10 21:50:26 -04:00
Evan Debenham
b4713369bf v1.3.0: updated libGDX to 1.11.0 2022-06-10 21:49:10 -04:00
Evan Debenham
a010144551 v1.2.0: implemented basic controller support 2022-03-17 16:00:56 -04:00
Evan Debenham
1ee6a0f993 v0.9.4: updated various dependencies and Android target SDK. 2021-08-08 18:06:48 -04:00
Evan Debenham
04d8278950 v0.9.4: reverted removal of orientation control from Android version 2021-08-08 18:04:34 -04:00
Evan Debenham
110a8017f7 v0.9.4: Restructured the options menu slightly:
- fullscreen moved to display settings
- orientation toggle removed, game now uses system orientation
2021-08-08 18:02:57 -04:00
Evan Debenham
fef273cfc3 v0.9.1a: more android lifecycle adjustments, should fix various bugs 2020-12-17 12:23:49 -05:00
Evan Debenham
6cca2154d6 v0.8.2: added some basic support for demo and instant app functionality 2020-07-25 16:15:33 -04:00
Evan Debenham
2478e18ba6 v0.8.2: Various stability improvements/fixes:
- fixed concurrency errrors in Sample.java
- added a null safety check to IconTitle
- fixed further rare freezing errors with tengu jumping
- reverted Android 'singleInstance' change, due to stability issues
2020-07-14 14:27:58 -04:00
Evan Debenham
5594172a41 v0.8.1: Fixed the following bugs:
- Memory leaks and other errors when using split-screen on Android
- Tengu cleansing doomed debuff between first and second phase
- Equip drops from enemies not graduating in rarity as intended
- Gasses being examinable when not visible
2020-06-25 23:27:07 -04:00
Evan Debenham
2138ad24ec v0.8.0: added an update notification service 2019-11-22 15:38:21 -05:00
Evan Debenham
2b6e79599d v0.7.5b: added a new android launcher activity which handles missing natives 2019-10-14 20:47:51 -04:00
Evan Debenham
b86d7572c8 v0.7.5b: renamed AndroidLauncher to AndroidGame 2019-10-14 20:47:51 -04:00
Evan Debenham
2aaf18b0b8 v0.7.5b: SPD-classes and core are no longer android-specific modules! 2019-10-14 20:45:53 -04:00
Evan Debenham
3e815a3165 v0.7.4b: restructured initialization logic into new android module
A lot of cleanup is needed for this, but everything works
2019-08-01 16:04:14 -04:00