| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-24 | Android: Fix rtl layout for cheat warning fragment | Charles Lombardo | |
| 2023-01-24 | Android: Fix rtl layout for cheat list items | Charles Lombardo | |
| 2023-01-24 | Android: Fix rtl layout for multiple settings activity views | Charles Lombardo | |
| 2023-01-24 | Android: Fix rtl layout for control dialogs | Charles Lombardo | |
| 2023-01-24 | Android: Fix rtl layout in convert activity | Charles Lombardo | |
| 2023-01-24 | Android: Fix rtl layout for in-game menu fragment | Charles Lombardo | |
| 2023-01-24 | Android: Fix rtl layout for grid options dialog | Charles Lombardo | |
| 2023-01-24 | Android: Fix rtl layout in riivolution boot activity | Charles Lombardo | |
| 2023-01-24 | Android: Fix rtl layout in user data activity | Charles Lombardo | |
| 2023-01-24 | Android: Fix rtl layout on card_game | Charles Lombardo | |
| 2023-01-24 | Merge pull request #11455 from t895/about-dialog | Pierre Bourdon | |
| Android: Add about dialog | |||
| 2023-01-23 | Android: Fix grid options menu string | Charles Lombardo | |
| Previously the string was "Settings" and not "Grid Options" | |||
| 2023-01-23 | Android: Add safeguards around skip ipl setting | Charles Lombardo | |
| A user shouldn't be able to disable "skip ipl" when they don't have a bios file. This finds the ipl file and tells the setting when toggling is allowed. Additionally, if the user previously disabled the option and then deletes their ipl file, they will be allowed to enable it but toggling will be disabled afterwards. | |||
| 2023-01-19 | Merge pull request #11367 from Sam-Belliveau/lagbegone | Pierre Bourdon | |
| VideoCommon: VI Skip | |||
| 2023-01-18 | Android: Add about dialog | Charles Lombardo | |
| 2023-01-18 | Android: Expose custom rtc options | Charles Lombardo | |
| 2023-01-18 | Android: Add missing headers | Charles Lombardo | |
| 2023-01-18 | Android: Expose emulated memory size override | Charles Lombardo | |
| Update BooleanSetting.java | |||
| 2023-01-17 | Android: Expose texture filtering options | Charles Lombardo | |
| 2023-01-17 | Android: Expose frame dump compression level | Charles Lombardo | |
| 2023-01-17 | Android: Expose accurate cpu cache toggle | Charles Lombardo | |
| 2023-01-17 | Android: Expose pause on panic toggle | Charles Lombardo | |
| 2023-01-17 | Merge pull request #11420 from t895/copy-profile | Pierre Bourdon | |
| Android: Copy baseline profile during release builds | |||
| 2023-01-16 | Android: Expose skip main menu toggle | Charles Lombardo | |
| 2023-01-16 | Merge pull request #11447 from t895/save-state-fix | JosJuice | |
| Android: Fix large strings in save/load savestate fragment | |||
| 2023-01-15 | Android: Remove pre-generated baseline profile | Charles Lombardo | |
| 2023-01-15 | Android: Copy baseline profile during release builds | Charles Lombardo | |
| 2023-01-15 | Android: Fix navigation bar buttons appearing invisible on API 26 | Charles Lombardo | |
| 2023-01-15 | Android: Fix large strings in save/load savestate fragment | Charles Lombardo | |
| 2023-01-14 | Android: Update benchmark module dependencies | Charles Lombardo | |
| Androidx JUnit 1.1.4 -> 1.1.5 Androidx Espresso 3.5.0 -> 3.5.1 | |||
| 2023-01-14 | Android: Update app module dependencies | Charles Lombardo | |
| Androidx Fragment 1.5.4 -> 1.5.5 Androidx AppCompat 1.5.1 -> 1.6.0 Androidx Profile Installer 1.2.1 -> 1.2.2 Core android library desugaring libraries 1.1.5 -> 2.0.0 | |||
| 2023-01-14 | Android: Upgrade Java bytecode from 1.8 to 11 | Charles Lombardo | |
| 2023-01-14 | Android: Upgrade AGP from 7.3.1 to 7.4.0 | Charles Lombardo | |
| 2023-01-14 | Android: Upgrade gradle from 7.5.1 to 7.6 | Charles Lombardo | |
| 2023-01-14 | Add VISkip | Sam Belliveau | |
| 2023-01-13 | Android: Fix grid options text borders | Charles Lombardo | |
| Previously on displays with a small width, text would appear under the switch. Now the text will break into a new line. | |||
| 2023-01-13 | Android: Change slider step size based on range | Charles Lombardo | |
| Credit to JosJuice for the slider formula | |||
| 2023-01-13 | Android: Adjust width of slider value text view | Charles Lombardo | |
| 2023-01-13 | Android: Add Performance Sample Window slider | Charles Lombardo | |
| 2023-01-10 | Android: Ignore workaround view height if 0 | Charles Lombardo | |
| 2023-01-09 | Android: Expose "Log Render Time to File" toggle | Charles Lombardo | |
| 2023-01-09 | Android: Disable focus on workaround view | Charles Lombardo | |
| 2023-01-09 | Android: Revert "Make the header focusable" | Charles Lombardo | |
| 2023-01-08 | Merge pull request #11411 from t895/managed-device-update | JosJuice | |
| Android: Update managed device for baseline profile generation | |||
| 2023-01-07 | Android: Fix workaround view in cheats activity | Charles Lombardo | |
| When using a fullscreen mode on some phones that remove the navigation bar, inset callbacks will not be fired. To account for this we set the workaround view at a height of 1px to prevent the view from filling the entire screen due to this activity using a Constraint layout. | |||
| 2023-01-06 | Android: Update managed device for baseline profile generation | Charles Lombardo | |
| 2023-01-06 | Android: Add hints to allow cheats activity to be previewed | Charles Lombardo | |
| 2022-12-29 | Android: Move FPS-related settings to a submenu | JosJuice | |
| Back when this was just the FPS setting, having it in the top level of the graphics settings was reasonable. But now it's seven settings. Let's add a new submenu for them. | |||
| 2022-12-28 | Merge pull request #11357 from t895/elevate-ingame-fragment | JosJuice | |
| Android: Elevate ingame menu fragment with color | |||
| 2022-12-28 | Merge pull request #11376 from JosJuice/android-delete-local-ref | Mai | |
| Android: Make more meticulous use of DeleteLocalRef | |||
