8945 Commits

Author SHA1 Message Date
bunnei
d3be2763eb android: Rename main entry class to CitraApplication. 2020-08-15 13:58:43 -04:00
bunnei
50c03a8846 android: frontend: Implement basic software keyboard applet. 2020-08-15 13:58:43 -04:00
bunnei
db66dd139b android: frontend: Use android builtin ok/yes/no/cancel strings where possible. 2020-08-15 13:58:43 -04:00
bunnei
00e199e791 android: frontend: Add "Cancel" and "Default" buttons to reset overlay. 2020-08-15 13:58:43 -04:00
bunnei
94fe126fe6 android: frontend: Fix bug with reset overlay scale. 2020-08-15 13:58:43 -04:00
bunnei
b884564fa3 android: frontend: Cleanup perf stats. 2020-08-15 13:58:43 -04:00
bunnei
d646a72ab0 android: frontend: card_game: Tighten padding a little bit. 2020-08-15 13:58:43 -04:00
bunnei
5749f94692 android: frontend: gamelist: Save PlatformGamesFragment state.
- Fixes weird duplication of game list on rotation.
2020-08-15 13:58:43 -04:00
bunnei
e24ec7bb0d android: frontend: gamelist: Fix weird scroll behavior with action bar. 2020-08-15 13:58:43 -04:00
bunnei
1fd43d7f6b android: jni: Improve management of core emulation state.
- Furthermore fixes bug where audio crackling could bleed out of the app.
2020-08-15 13:58:43 -04:00
bunnei
efcb732ea3 android: frontend: settings: Add a back button to the navigation bar. 2020-08-15 13:58:42 -04:00
bunnei
e8f5c14c37 android: frontend: gamelist: Add swipe to refresh gesture. 2020-08-15 13:58:42 -04:00
bunnei
689d5945d3 android: frontend: settings: Disable configuring D-pad as buttons. 2020-08-15 13:58:42 -04:00
bunnei
eb8e8e3509 android: frontend: settings: Rename "controller" section to "gamepad". 2020-08-15 13:58:42 -04:00
bunnei
fe6a552681 android: frontend: menu_settings: Remove save button. 2020-08-15 13:58:42 -04:00
bunnei
7533396ef4 android: frontend: fragment_settings: Remove margins. 2020-08-15 13:58:42 -04:00
bunnei
1b4489aa9c android: frontend: settings: Simply save toast. 2020-08-15 13:58:42 -04:00
bunnei
41e91eda21 android: frontend: EmulationActivity: Remove citra icon from game prompt. 2020-08-15 13:58:42 -04:00
bunnei
26ee541b38 gl_rasterizer_cache: Remove redundant GLES check. 2020-08-15 13:58:42 -04:00
bunnei
f8e855862c android: gl_rasterizer_cache: Skip costly shutdown procedure. 2020-08-15 13:58:42 -04:00
bunnei
677acad671 android: jni: Fix how we handle orientation changes.
- This previously broke Jave to C++ bindings.
2020-08-15 13:58:42 -04:00
bunnei
4bfff37587 core: Reset cpu_core after kernel.
- Fixes a crash on Android.
2020-08-15 13:58:42 -04:00
bunnei
492f925f45 android: jni: config: Disable shaders_accurate_mul by default (it's too slow). 2020-08-15 13:58:42 -04:00
bunnei
76fc15f596 android: jni: Add IDCache to cache Java methods. 2020-08-15 13:58:42 -04:00
bunnei
88ad684a61 android: Picasso: Use newer version and some minor cleanup. 2020-08-15 13:58:42 -04:00
bunnei
66ff139c11 android: AndroidManifest.xml: Require GLES 3.1 and AEP. 2020-08-15 13:58:42 -04:00
bunnei
349ab16520 android: native: Reset old EmuWindow before constructing a new one.
- Enforces that touch is unregistered at the right time, ensuring it works for subsequent runs.
2020-08-15 13:58:42 -04:00
bunnei
79e1d05f0f android: native: Use actual array length for banner copy. 2020-08-15 13:58:42 -04:00
bunnei
7979ab9c85 android: frontend: Add config option for linear filtering. 2020-08-15 13:58:42 -04:00
bunnei
9b46634eb3 android: settings: Add/update missing config options from latest master. 2020-08-15 13:58:42 -04:00
bunnei
2caa4818a2 android: settings: Remove shaders_accurate_gs and toggle_3d.
- shaders_accurate_gs no longer exists.
- toggle_3d was renamed, but is not used on Android.
2020-08-15 13:58:42 -04:00
bunnei
655fb2da7b android: input: Add support for gamepads. 2020-08-15 13:58:42 -04:00
bunnei
4425c74548 android: frontend: SettingsFragmentPresenter: Add config options for joypad controls. 2020-08-15 13:58:42 -04:00
bunnei
a8e63d2c7f android: frontend: MotionAlertDialog: Merge latest Dolphin code. 2020-08-15 13:58:42 -04:00
Weiyi Wang
604fe5d30d Add reset button to slider setting 2020-08-15 13:58:42 -04:00
Weiyi Wang
d7e108ebd9 move speed limiter to general 2020-08-15 13:58:42 -04:00
bunnei
1086eb839d android: frontend: SettingsFile: Add button strings. 2020-08-15 13:58:42 -04:00
bunnei
264d8e239c android: frontend: strings: Cleanup for controller input. 2020-08-15 13:58:42 -04:00
bunnei
8ba86c6d32 android: app: Add method to get global context. 2020-08-15 13:58:42 -04:00
bunnei
e848642967 android: jni: Remove unnecessary code. 2020-08-15 13:58:42 -04:00
Weiyi Wang
3e2b9bfe09 remove redundant code 2020-08-15 13:58:42 -04:00
Weiyi Wang
c6e0cc2646 Also fix default value for speed limiter & audio stretcher 2020-08-15 13:58:42 -04:00
Weiyi Wang
b461d7a65a Accurate GS is default to true in config 2020-08-15 13:58:42 -04:00
Weiyi Wang
825e3d158f fix system clock default value 2020-08-15 13:58:42 -04:00
Weiyi Wang
9e376f0478 fix time picker not saving/loading time 2020-08-15 13:58:42 -04:00
Weiyi Wang
2826f5636c Fix TimePicker style 2020-08-15 13:58:42 -04:00
Weiyi Wang
07946930e0 move "select game folder" string to resource 2020-08-15 13:58:42 -04:00
Weiyi Wang
6b3ff39d77 Add title to file picker 2020-08-15 13:58:41 -04:00
bunnei
14bf4ada91 android: config: Enable accurate multiplication by default. 2020-08-15 13:58:41 -04:00
bunnei
6254f0194a android: frontend: Update circle pad icon resources. 2020-08-15 13:58:41 -04:00