Commit graph

385 commits

Author SHA1 Message Date
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
76ae9fbe67 Update some other settings. 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
TacoTheDank
220e42de27 Clean up some unnecessary preference code 2021-06-10 19:00:07 -04:00
TacoTheDank
71056a7b81 Add toolbar parameter to ThemeManager.applyTheme 2021-05-31 19:23:24 -04:00
TacoTheDank
76064d86a7 Change CheckBoxPreference to SwitchPreferenceCompat 2021-05-31 18:41:41 -04:00
TacoTheDank
99a36690e4 Migrate to AndroidX Preferences 2021-05-31 18:30:41 -04:00
TacoTheDank
6ee234ffaf Preparation for migrating preferences 2021-05-31 16:36:10 -04:00
Jean-Philip Desjardins
eaf3580857
Merge pull request #948 from MrChip53/android-cifs-support
Add CIFS mount support for Android clients
2020-10-03 10:10:34 -04:00
Jean-Philip Desjardins
46b884a49f Remove dead code. 2020-10-02 13:16:50 -04:00
Mr. Chip53
b521f992f4 Style fix 2020-09-05 19:07:18 -05:00
Mr. Chip53
9dc99499fe Fix filter logic 2020-09-05 19:06:31 -05:00
Mr. Chip53
1c7348c63a Make sure we only filter repeat CIFS mounts 2020-09-05 19:01:58 -05:00
Mr. Chip53
7ff3b2e50e Add CIFS mount support for Android clients 2020-09-05 18:48:30 -05:00
Jean-Philip Desjardins
da9a589237 Fix crash that can occur when trying to delete covers. 2020-08-26 08:26:25 -04:00
Jean-Philip Desjardins
1dbc8ed982 Update Android build environment.
Target SDK 29 and use AndroidX library.
2020-08-25 14:39:41 -04:00
Jean-Philip Desjardins
2b8b6dfad8 Use same versioning system in Android APK. 2020-08-10 13:38:29 -04:00
Jean-Philip Desjardins
fa4c1164ac Another attempt at fixing mount's output read issue. 2020-02-15 09:06:56 -05:00
Mahmood - Zer0xFF
e6a756dbe6 remove direct access to CMailBox in Android & DirectX GS 2020-01-01 13:26:55 +00:00
Jean-Philip Desjardins
a41f493133 Android build fixes. 2019-10-23 20:50:12 -04:00
Mahmood - Zer0xFF
50626ec593 CPS2VM function can retrieve update Spu Block Count config 2019-10-12 10:58:54 +01:00
Mahmood - Zer0xFF
79d52c812a handle PREF_AUDIO_SPUBLOCKCOUNT & m_spuBlockCount init in CPS2VM c'tor 2019-10-11 17:36:08 +01:00
Mahmood - Zer0xFF
449b97a54a Android: add spu block count configuration 2019-10-10 21:01:44 +01:00
Mahmood - Zer0xFF
3f701fe4ef Make Plays dependencies submodule in this repo 2019-08-30 13:25:03 -04:00
Jean-Philip Desjardins
51dd94c8c8 Update CSignal usage from Framework changes. 2019-08-17 11:03:53 -04:00
Mahmood - Zer0xFF
c765e613f1 Update to CSignal::Connect() new name 2019-08-17 11:03:53 -04:00
Mahmood - Zer0xFF
6355ce4c4c Fix android build
(cherry picked from commit 33c9a5c764ece68c0d541cee962fc5a5bf50083d)
2019-08-17 11:03:53 -04:00
Mahmood - Zer0xFF
78d6aa72a1 syntax cleanup
(cherry picked from commit dc7f87f1e8741e064875a672ed34c99e67bd0b27)
2019-08-17 11:03:53 -04:00
Mahmood - Zer0xFF
91a27b69a2 Remove boost::signals2. 2019-08-17 11:03:53 -04:00
Mahmood - Zer0xFF
179850e63a Remove boost::bind. 2019-08-17 11:03:53 -04:00
Jean-Philip Desjardins
605c97ca7a Remove duplicate stats manager in Android. 2019-08-01 19:58:35 -04:00
Jean-Philip Desjardins
0f0a010939
Merge pull request #772 from Zer0xFF/cmake_cleanup
CMake modularisation cleanup
2019-07-15 19:47:20 -04:00
Mahmood - Zer0xFF
e1cb7264b7 move linking to FrameworkOpenGL 2019-07-07 23:25:33 +01:00
Mahmood - Zer0xFF
4d8b739685 move ui_shared out of PlayCore 2019-07-05 23:55:34 +01:00
Jean-Philip Desjardins
3c94238102 Wait for mount process to terminate after reading stdout is complete. 2019-06-11 12:29:07 -04:00
Jean-Philip Desjardins
b192814cba Remove extra line. 2019-06-11 12:20:34 -04:00
Mahmood - Zer0xFF
d9cb6af284 Android: set presentation mode summary 2019-05-24 01:35:58 +01:00
Mahmood - Zer0xFF
f467de1210 Android: Load presentation mode from config 2019-05-24 01:35:14 +01:00
Mahmood - Zer0xFF
710d26de84 Cleanup 2019-03-29 12:30:58 +00:00
Mahmood - Zer0xFF
8c2c6b0378 Android Display User selection in settings 2019-03-29 11:29:56 +00:00
Mahmood - Zer0xFF
1d0e6561a1 Android Allow user to select resolution factor 2019-03-29 11:28:56 +00:00
Jean-Philip Desjardins
e5444a067f Cleanup. 2019-02-20 08:09:42 -05:00
Jean-Philip Desjardins
20270b20ea Fix scanning of games on SD card.
And probably other devices.
2019-02-20 08:09:31 -05:00
Jean-Philip Desjardins
0fcbe049e3 Fix build. 2019-02-11 18:38:16 -05:00