Fix release notes and allow internal/external storage disk selection to work on Android 10

This commit is contained in:
Aaron Culliney 2019-11-29 14:02:10 -08:00
parent f5899e74d6
commit 296bd12029
2 changed files with 7 additions and 5 deletions

View File

@ -3,6 +3,7 @@
package="org.deadc0de.apple2ix.basic" > package="org.deadc0de.apple2ix.basic" >
<uses-feature android:glEsVersion="0x00020000" /> <uses-feature android:glEsVersion="0x00020000" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<supports-screens <supports-screens
@ -12,6 +13,7 @@
android:smallScreens="false" /> android:smallScreens="false" />
<application <application
android:requestLegacyExternalStorage="true"
android:allowBackup="true" android:allowBackup="true"
android:fullBackupContent="@xml/a2backupscheme" android:fullBackupContent="@xml/a2backupscheme"
android:icon="@drawable/ic_launcher" android:icon="@drawable/ic_launcher"

View File

@ -2,7 +2,7 @@ Apple2ix (a2ix) 2.1.0-RC1 for Android
GENERAL: GENERAL:
- Provide full 64bit native builds for ARMv8 and x64 platforms (this is a forced changed due to a new hard G00G requirement) - Provide full 64bit native builds for ARMv8 and x64 platforms (this is a forced change due to a new hard G00G requirement for publishing)
- Migrated menu system to newer-ish Dark Holo theme (again, because G00G is forcing my hand) - Migrated menu system to newer-ish Dark Holo theme (again, because G00G is forcing my hand)
TOUCH KEYBOARD: TOUCH KEYBOARD:
@ -13,13 +13,13 @@ TOUCH KEYBOARD:
TOUCH JOYSTICKS: TOUCH JOYSTICKS:
- Keypad Joystick: Improved emulation fidelity for the keyboard auto-repeat circuitry, tied to the video refresh. - Keypad Joystick: Improved emulation fidelity for the keyboard auto-repeat circuitry, tied to the emulated video refresh.
- Keypad Joystick: Full left and right side rosette key configurations - Keypad Joystick: Full left and right side rosette key configurations
- Keypad Joystick: More presets for popular games (L0de Runner, R0b0tr0n 2084, ...) - Keypad Joystick: More presets for popular games (L0de Runner, R0b0tr0n 2084, ...)
- Joystick: Can now configure a button to fire on left/right swipe (instead of just touch down, swipe up/down) - Joystick: Can now configure a button to fire on left/right swipe (instead of just touch down, swipe up/down)
- Button/key switch threshold now configurable down to zero minimum - Keypad/Joystick: Button/key switch threshold now configurable down to zero minimum
- Prefrence toggles shuffled around a bit for clarity - Moved some preferences around a bit for clarity
M0AR INFO: M0AR INFO:
- More information about how to use Apple2ix for Android : https://deadc0de.org/apple2ix/android - More information about how to use Apple2ix for Android including how to get disks! : https://deadc0de.org/apple2ix/android