Evan Debenham
c9cb58bcf1
v3.2.5: further improved dynamic island handling
2025-09-26 11:34:50 -04:00
Evan Debenham
a511156298
v3.2.5: adjusted iOS dynamic island handling for buff indicator change
2025-09-26 11:34:50 -04:00
Evan Debenham
399da145f3
v3.2.4: updated iPhone devices now that version info is out
2025-09-14 13:16:57 -04:00
Evan Debenham
7dbb71367b
v3.2.4: updated list of iOS devices
2025-09-14 13:16:56 -04:00
Evan Debenham
88a59ff342
v3.2.4: adjusted iOS safe inset sizes
2025-09-14 13:16:05 -04:00
Evan Debenham
9cf829c694
v3.2.4: fixed dynamic island detection on iOS
2025-09-14 13:14:28 -04:00
Evan Debenham
70f2395dd6
v3.2.3: updated various iOS inset handling logic
2025-08-31 18:09:29 -04:00
Evan Debenham
452f944678
v3.2.3: implemented mostly complete new iOS inset support
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
2f66d4ce10
v3.2.2: actually fixed iOS multiline, and upped version for iOS only
2025-08-25 15:11:04 -04:00
Evan Debenham
01bc465114
v3.2.2: fullscreen now defaults on in Android and is forced on in iOS
2025-08-25 14:15:52 -04:00
Evan Debenham
9eaf2618f7
v3.2.2: fixed iOS keyboard not showing return key for multiline
2025-08-25 14:15:47 -04:00
Evan Debenham
22fb116254
v3.2.2: improved fullscreen option eligibility on Android
2025-08-25 14:15:28 -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
9fb18b3b45
v3.1.1: fixes to improve experience on modern iOS versions:
...
- fixed URLs not opening on modern iOS versions
- fixed haptics not working on modern iOS versions
- switched to metalangle backend, which 'should' allow for 120fps
These all require some user testing!
2025-06-14 16:01:08 -04:00
Evan Debenham
ebee0a6014
v3.1.0: updated copyright for 2025
2025-05-13 12:53:08 -04:00
Evan Debenham
0a602a9fb1
v3.0.0: added proper support for touches cancelled by system gestures
2025-01-23 15:59:50 -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
f36dda3064
v2.3.1: added a setting for vibration & improved vibration support logic
2024-01-25 17:48:00 -05:00
Evan Debenham
bd06d891f6
v2.3.1: added support for controller vibration
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
9e59f6598a
v2.3.0: one more crack at iOS gestures, think this one fixes everything
2023-12-06 17:00:20 -05:00
Evan Debenham
f00acdc182
v2.3.0: updated iOS device definitions
2023-12-06 17:00:20 -05:00
Evan Debenham
e4b8f3107f
v2.2.1: fixed various issues with iOS gestures (actually hopefully)
2023-10-25 16:10:14 -04:00
Evan Debenham
7127f31095
v2.2.0: attempted to improve some aspects of iOS crash reporting
2023-09-03 18:58:36 -04:00
Evan Debenham
4e6a8ce0ab
v2.1.1: optimized imports for the whole codebase
2023-06-13 11:29:13 -04:00
Evan Debenham
5e3a9cc728
v2.0.0: updated copyright to 2023
2023-03-07 15:28:57 -05:00
Evan Debenham
73dcf5e700
v2.0.0: improved iOS gesture overriding and added device PPI listing
2023-02-14 15:05:18 -05:00
Evan Debenham
be0125497f
v1.4.0: removed a bunch more toString methods/calls that were unneeded
2022-09-07 15:58:28 -04:00
Evan Debenham
f64d56252f
updated copyright for 2022
2022-02-03 12:18:16 -05:00
Evan Debenham
b7119acd3e
v1.1.2: added an option to override silent mode on iOS
2022-01-13 18:41:18 -05:00
Evan Debenham
3a587bbec4
v1.1.2: iOS version now takes advantage of higher framerate devices
2022-01-13 18:41:18 -05:00
Evan Debenham
bc6185b077
v0.9.4: removed dynamic hiding of home indicator on iOS (preference aren't accessible before the application is created)
2021-08-08 18:08:59 -04:00
Evan Debenham
62e742dc53
v0.9.4: iOS home indicator is now only hidden if game is fullscreen
2021-08-08 18:04:54 -04:00
Evan Debenham
d47c8d1fac
v0.9.4: reduced allocations when text is being matches to a font
2021-08-08 18:04:35 -04:00
Evan Debenham
285dd374b3
v0.9.4: fixed iOS text input errors
2021-08-08 18:04:33 -04:00
Evan Debenham
603f91d10f
v0.9.4: switched from spaces to tabs in new iOS code
2021-08-08 18:04:31 -04:00
Evan Debenham
7307c38a3c
v0.9.4: overhauled text input, now multiplatform using libGDX textField
2021-08-08 18:04:16 -04:00
Evan Debenham
a492c565d0
v0.9.4: refactored code relating to font generators
2021-08-08 18:04:16 -04:00
Evan Debenham
7b08b4d5bd
v0.9.4: added iOS module!
...
Note that this commit includes several changes made iteratively over time, from TestFlight 1.0 to 1.5
2021-08-08 18:03:38 -04:00