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
This commit is contained in:
@@ -108,7 +108,8 @@ public class v3_X_Changes {
|
||||
"Fixed the following bugs:\n" +
|
||||
"**Caused by v3.2.2:**\n" +
|
||||
"**-** Windowed mode on desktop always defaulting to 1920x1080, instead of last window size\n" +
|
||||
"**-** Various rare Android crashes caused by internal library updates"));
|
||||
"**-** Various rare Android crashes caused by internal library updates\n" +
|
||||
"**-** Fullscreen being incorrectly forced off on some older Android devices."));
|
||||
|
||||
changes = new ChangeInfo("v3.2.2", false, null);
|
||||
changes.hardlight(Window.TITLE_COLOR);
|
||||
|
||||
Reference in New Issue
Block a user