Zer0xFF
f7117c32d7
Cleanup/Fix: Fix list order list to reflect new ordering, use new pref name for sorting ( #1421 )
2024-10-25 21:09:59 -04:00
Mahmood - Zer0xFF
c618861c0e
update BootablesInterop.java and preference name to reflect recent enum changes
2024-10-25 21:21:52 +01:00
Jean-Philip Desjardins
86d57c2ed5
Android: Catch potential exceptions when using Add Folder.
2023-10-11 10:51:30 -04:00
Jean-Philip Desjardins
d72c5eba79
Android: Rework launching the emulator from external sources.
2023-10-10 11:59:59 -04:00
Jean-Philip Desjardins
4ad3d6570d
Update target Android SDK to 33.
2023-08-21 08:55:11 -04:00
Croden1999
e9e2fad0f6
Android: Update language strings and zh translation.
2023-07-11 01:33:13 +08:00
Jean-Philip Desjardins
740bc48a98
Remove Android 11 data files migration popup at launch.
...
Still possible to migrate through settings if needed.
2022-03-01 09:38:49 -05:00
Jean-Philip Desjardins
81284985fb
Offset FPS label to make sure it's not hidden by rounded screen corners.
2021-11-17 13:11:21 -05:00
Jean-Philip Desjardins
251ec2a37f
Fix commonly occurring crash.
2021-11-17 08:49:22 -05:00
Jean-Philip Desjardins
6859937c5c
Use localizable strings.
2021-11-08 18:14:15 -05:00
Jean-Philip Desjardins
210d325840
Fix some issues with migration process.
...
- Don't copy config.xml file as it contains paths to previous Data Files location.
- Also check for bootables.db to identify a potential Data Files folder.
2021-11-08 16:43:28 -05:00
Jean-Philip Desjardins
aa3262d13f
Change scanning strategy for Add Folder feature.
...
Add Folder will only take a persistent URI permission.
The scan process will then check persistent URI permissions and scan for games inside.
2021-11-08 16:43:28 -05:00
Jean-Philip Desjardins
8b963313df
Remove Content URI manipulation.
2021-11-08 16:43:28 -05:00
Jean-Philip Desjardins
f8a748304e
Don't take a persistable permission when migrating.
2021-11-08 16:43:28 -05:00
Jean-Philip Desjardins
cc87745e66
Move text to strings.xml.
2021-10-26 08:48:21 -04:00
Jean-Philip Desjardins
7ce7835f62
Also set proper intent flags for migration source folder selection.
2021-10-26 08:48:21 -04:00
Jean-Philip Desjardins
24af920613
Forgot to decode URI to provide to native code.
2021-10-26 08:48:21 -04:00
Jean-Philip Desjardins
3172fa3eb6
Add some flags in Open Document Tree intent.
2021-10-26 08:48:20 -04:00
Jean-Philip Desjardins
d7b786c532
Fix typo.
2021-10-26 08:48:20 -04:00
Jean-Philip Desjardins
974c83824f
Add some more feedback on the scan progress.
2021-10-26 08:48:20 -04:00
Jean-Philip Desjardins
53c4631531
Disable FS scanning on Android 30.
2021-10-26 08:48:20 -04:00
Jean-Philip Desjardins
1b361aa680
Remove all content URI manipulation + add some logs.
2021-10-26 08:48:20 -04:00
Jean-Philip Desjardins
83cb569f4d
Forward TryRegisterBootable's return value.
2021-10-26 08:48:19 -04:00
Jean-Philip Desjardins
aff9be3d67
Make migration run in background task.
2021-10-19 09:59:49 -04:00
Jean-Philip Desjardins
75bdce25af
Scan subdirectories when using Add Folder.
2021-10-15 16:08:35 -04:00
Jean-Philip Desjardins
4739e6610c
Move string resources.
2021-10-13 16:30:37 -04:00
Jean-Philip Desjardins
d23102565e
Better messaging.
...
Honestly not sure how to make this easier for users.
2021-10-13 16:30:36 -04:00
Jean-Philip Desjardins
e6d4c0d4bb
Add some feedback.
2021-10-13 16:30:36 -04:00
Jean-Philip Desjardins
3586937883
Allow migrating from the settings menu.
2021-10-13 16:30:36 -04:00
Jean-Philip Desjardins
c044a1ecbf
Plug in the migration process.
...
Only the first time you start the app for now. But will add a preference item to activate it.
2021-10-13 16:30:36 -04:00
Jean-Philip Desjardins
470421c6e5
Mini cleanup.
2021-10-13 16:30:36 -04:00
Jean-Philip Desjardins
49bdcbb206
First draft of data folder migration code.
2021-10-13 16:30:35 -04:00
Jean-Philip Desjardins
ea29275910
Use app's data path instead of external storage.
...
Maybe a temp fix, gotta see how we're going to handle migration from old dir to this new dir.
2021-10-13 16:30:35 -04:00
Jean-Philip Desjardins
3bc60f4728
Fix a few high occurring crashes reported by Google Play.
2021-10-01 11:05:33 -04:00
Jean-Philip Desjardins
8ecdf2aed2
Update content URI handling.
...
Allows manipulating paths for sidecar files (CUE/BIN).
2021-08-25 15:47:17 -04:00
Jean-Philip Desjardins
a4d7dc43f5
First pass for Android scoped storage support.
...
Kinda works, but needs lots of testing.
2021-08-25 15:47:14 -04:00
Jean-Philip Desjardins
67c5e42eb7
Cleanup.
2021-08-25 15:47:13 -04:00
Jean-Philip Desjardins
81d582dd0e
Make game launching async.
...
Required since starting a game on S3 will do network requests.
2021-08-10 17:38:09 -04:00
Jean-Philip Desjardins
6cc0334dcb
Use native code to handle bootables.
2021-08-10 17:38:09 -04:00
Jean-Philip Desjardins
2a3845d651
Some prep work for S3 support on Android.
2021-08-10 17:38:09 -04:00
TacoTheDank
bb1430288e
Some Android code cleanup
2021-07-06 12:57:48 -04:00
Jean-Philip Desjardins
a94111fe32
setupWindow when Activity is created.
...
Seems to be necessary on some devices/os versions.
2021-06-23 09:41:43 -04:00
Jean-Philip Desjardins
12ac13eec3
Update system UI visibility when getting window focus.
2021-06-23 09:41:43 -04:00
Jean-Philip Desjardins
4a73360758
Call super class function.
2021-06-23 09:41:43 -04:00
Jean-Philip Desjardins
dad651914e
Update GS handler preferences in-game.
2021-06-23 09:41:42 -04:00
Jean-Philip Desjardins
b2c5dd87e2
Update when coming back from settings.
2021-06-23 09:41:42 -04:00
Jean-Philip Desjardins
6468f5d81b
Allow opening preferences while game is running on Android.
2021-06-23 09:41:42 -04:00
Jean-Philip Desjardins
dcf471c78c
Merge pull request #1087 from TacoTheDank/preference-fixes
...
[Android] Preference and theming improvements
2021-06-15 13:29:09 -04:00
TacoTheDank
7703fa51f5
Clean up AlertDialogs
2021-06-10 19:27:05 -04:00
TacoTheDank
b90820d8d1
Clean up theme stuff, add colorAccent
2021-06-10 19:00:25 -04:00