Commit graph

291 commits

Author SHA1 Message Date
Connor McLaughlin 6bced299f4 Android: Add AndroidHTTPDownloader class 2021-03-14 02:21:15 +10:00
Connor McLaughlin e719ebcfa0 Android: Fix 'Auto (Game Native)' aspect ratio game setting 2021-03-14 02:20:21 +10:00
Connor McLaughlin f3ebd286c4 Android: Make progress dialogs non-cancelable 2021-03-14 02:01:48 +10:00
Connor McLaughlin 18f952d95c Android: Enable scrollbars in game list 2021-03-09 17:24:46 +10:00
Connor McLaughlin 247f9bf344
Merge pull request #1761 from 6lackmag3/patch-19
Update strings.xml
2021-03-08 11:49:11 +10:00
Connor McLaughlin 217c95bd2c Android: Fix incorrect 'Show Emulation Speed' summary 2021-03-08 11:35:40 +10:00
6lackmag3 65002d329a
Update strings.xml
update to latest
2021-03-07 21:48:59 +03:00
Connor McLaughlin 5fff104383 Android: Fix silly typo
That's what I get for editing out of the IDE and it being 2am.
2021-03-08 02:18:45 +10:00
Connor McLaughlin 196f53ab80 Android: Add a couple of missing translation strings 2021-03-08 01:53:26 +10:00
Connor McLaughlin 8531a5c8f0
Merge pull request #1757 from 6lackmag3/patch-18
Update arrays.xml
2021-03-08 01:53:05 +10:00
6lackmag3 039a19cad7
Update arrays.xml
minor correction
2021-03-07 18:45:32 +03:00
6lackmag3 214108ff92
Update strings.xml
minor corrections, update to latest
2021-03-07 18:40:45 +03:00
Connor McLaughlin cc48b6cc7b Android: Don't save fragment state
We have custom constructors and state which break this.
2021-03-07 02:46:59 +10:00
Connor McLaughlin b80d4d5675 Android: Update touch buttons on down as well as move 2021-03-06 16:00:38 +10:00
Connor McLaughlin 977f5b69c2 Android: Make touch gliding opt-in 2021-03-06 16:00:38 +10:00
Connor McLaughlin 491e3a36df Android: Allow device vibration with external controller 2021-03-06 16:00:38 +10:00
Certainty Witch a6e497cf62
Add touch gliding (#1723)
* Add touch gliding

* Add attributes for glidability

* Account for touch glide attributes

* Ditching glidabitliy arrays

* Change var name to be consistent with feature name
2021-03-06 15:46:58 +10:00
Connor McLaughlin ef440d2712 Android: Generate placeholder covers 2021-03-06 15:32:43 +10:00
Connor McLaughlin b188c908c0 Android: Add dividers between game directories 2021-03-06 15:32:43 +10:00
Connor McLaughlin 7b45df0cc2 Android: Move game list over to RecyclerView 2021-03-06 15:32:43 +10:00
Connor McLaughlin 5bd39bc2c7 Android: Add game grid view 2021-03-06 15:32:43 +10:00
Connor McLaughlin c58227752d CommonHostInterface: Move save state on exit logic to base class 2021-03-03 01:14:05 +10:00
Connor McLaughlin 7cb1bd5ac0 Android: Fix swapped ingame menu items for es/nl/br 2021-03-02 01:50:01 +10:00
Connor McLaughlin 93861f2977
Merge pull request #1715 from andercard0/patch-87
Android - Update Strings - Pt-Br
2021-03-02 01:46:30 +10:00
Connor McLaughlin dd8a527516
Merge pull request #1714 from andercard0/patch-86
Android - Update Arrays Pt-Br
2021-03-02 01:46:19 +10:00
Anderson_Cardoso 4c58925cec
Android - Update Strings - Pt-Br
Update Strings to latest.
2021-03-01 11:04:19 -03:00
Anderson_Cardoso 74156e5e5d
Android - Update Arrays Pt-Br
Update arrays file to latest. (hope did not break anything this time).
2021-03-01 11:01:59 -03:00
Certainty Witch 6d3df27915
Update arrays.xml
Fix order of Italian strings (Settings was Change Touchscreen Controls and vice versa)
2021-03-01 13:03:08 +02:00
Connor McLaughlin 5c5e9644d7 Android: Fix input profile loading/saving 2021-03-01 13:38:41 +10:00
6lackmag3 a0502eb531
Update strings.xml 2021-02-28 08:58:34 +03:00
Connor McLaughlin 5669442ad1 Android: Fix TTY output summary not being translatable 2021-02-28 04:03:48 +10:00
Connor McLaughlin 091b745af6
Merge pull request #1699 from 6lackmag3/patch-7
Update strings.xml
2021-02-27 22:20:35 +10:00
Connor McLaughlin cab4bdc042
Merge pull request #1700 from 6lackmag3/patch-9
Update arrays.xml
2021-02-27 22:20:13 +10:00
Connor McLaughlin 1607a2424d Android: Update PGXP CPU mode summary 2021-02-27 22:16:39 +10:00
Connor McLaughlin 2ce42cde5f Android: Add analog button to touchscreen controller 2021-02-27 22:15:45 +10:00
Connor McLaughlin 6e9a35806d Android: Fix touchscreen controller settings unpausing 2021-02-27 22:01:07 +10:00
6lackmag3 04bd46795a
Update arrays.xml 2021-02-27 13:02:15 +03:00
6lackmag3 51b19d3d0a
Update strings.xml 2021-02-27 12:52:29 +03:00
Connor McLaughlin 1e383af623 Android: Hide fast forward button by default 2021-02-27 16:21:36 +10:00
Connor McLaughlin d11ee48fe1 Android: Add touchscreen button add/remove/opacity 2021-02-27 16:21:36 +10:00
Connor McLaughlin 7bd11d38ac Android: Add on-screen fast forward button 2021-02-27 16:21:36 +10:00
Connor McLaughlin d0ace6ed5a Android: Reorder options in main menu 2021-02-27 16:21:36 +10:00
Connor McLaughlin e53ec0cc73 Android: Move a bunch of settings to advanced 2021-02-27 16:21:36 +10:00
Connor McLaughlin 5a0e4f85dd Settings: Enable cheat loading by default 2021-02-27 16:21:36 +10:00
Connor McLaughlin e17d37b8bc HostDisplay: Add stretch option 2021-02-27 16:21:36 +10:00
Connor McLaughlin a7e4d55d02 Move game settings apply to CommonHostInterface 2021-02-24 01:22:04 +10:00
Connor McLaughlin 8318cdb3c1 Move ImGui setup to common, and enable fullscreen UI in Qt 2021-02-24 01:22:03 +10:00
Connor McLaughlin 1fc53ff622 CommonHostInterface: Move settings interface pointer to base class 2021-02-24 01:21:43 +10:00
Connor McLaughlin 7501e89b7a System: Add path/image to game change notification 2021-02-24 01:21:43 +10:00
Connor McLaughlin 24c2165bb3 GPU: Allow closing window/app to interrupt shader compilation 2021-02-19 01:48:44 +10:00