| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-24 | Merge pull request #11455 from t895/about-dialog | Pierre Bourdon | |
| Android: Add about dialog | |||
| 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-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-16 | Android: Expose skip main menu toggle | Charles Lombardo | |
| 2023-01-14 | Add VISkip | Sam Belliveau | |
| 2023-01-13 | Android: Add Performance Sample Window slider | Charles Lombardo | |
| 2023-01-09 | Android: Expose "Log Render Time to File" toggle | 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-23 | New FrameTime/VBlank Analyzer + Graph | Sam Belliveau | |
| 2022-12-17 | Android: Move game grid options to Main/TV Activities | Charles Lombardo | |
| 2022-12-10 | Merge pull request #11325 from t895/extra-dark | JosJuice | |
| Android: Add black backgrounds toggle | |||
| 2022-12-10 | Android: Add black backgrounds toggle | Charles Lombardo | |
| Makes all background colors black in dark mode when enabled through a ThemeOverlay. Applied the same way as a theme/mode. | |||
| 2022-12-06 | Android: Migrate all strings to strings.xml | Charles Lombardo | |
| 2022-12-04 | Merge pull request #11270 from t895/theme-mode | Mai | |
| Android: Add theme mode switcher | |||
| 2022-12-02 | Android: Use expanding Extended FAB | Charles Lombardo | |
| This adds text to the FAB when expanded and shrinks the FAB on scroll. The text will return when scrolling up as well. | |||
| 2022-12-02 | Android: Add theme mode switcher | Charles Lombardo | |
| Similar to app themes, theme modes have to be loaded before directory initialization is ready. So we save the proper key the same way. | |||
| 2022-11-23 | Improve FPS/VPS Counting and Revamp Appearance | Sam Belliveau | |
| 2022-11-10 | Android: Change system update dialog title/message when cancelling | Charles Lombardo | |
| 2022-10-23 | Android: Add "Prefer VS for Point/Line Expansion" to GUI | JosJuice | |
| This adds PR 10890's new setting to the Android GUI. I'm curious to see if any Android users might get a performance improvement from it. Due to how our settings work on Android, I haven't implemented disabling the checkbox when the graphics backend doesn't support both GS and VS for point/line expansion, but I don't think that's critical to have. | |||
| 2022-10-22 | Show vWii System Menu version in Menu Bar | GaryOderNichts | |
| 2022-10-01 | VideoCommon: Remove special treatment for Android in video settings | Robin Kertels | |
| 2022-09-11 | Android: Add more top app bars | Charles Lombardo | |
| 2022-08-31 | Android: App redesign with multi-theme system | Charles Lombardo | |
| 2022-08-22 | Android: Add option to disable game cover text | Charles Lombardo | |
| 2022-07-23 | Android: Add warning if graphics mods are not enabled | JosJuice | |
| 2022-07-23 | Android: Add graphics mods support to CheatsActivity | JosJuice | |
| 2022-07-23 | Android: Add setting for enabling graphics mods | JosJuice | |
| 2022-07-23 | Merge pull request #10861 from JosJuice/android-new-sd | JMC47 | |
| Android: Bring SD card settings up to date with DolphinQt | |||
| 2022-07-23 | Android: Bring SD card settings up to date with DolphinQt | JosJuice | |
| 2022-07-23 | Android: Add "Broadband Adapter (Built In)" to settings | JosJuice | |
| This makes the feature added in 01ada3850f available in the Android GUI. | |||
| 2022-07-21 | Android: XLink Kai Android UI option | codedwrench | |
| 2022-07-16 | Android: Add subheadings to Wii config | JosJuice | |
| 2022-04-08 | Round viewport coordinates when vertex rounding is enabled | Pokechu22 | |
| This should fix https://bugs.dolphin-emu.org/issues/9105 | |||
| 2022-04-07 | Merge pull request #10552 from Gamer64ytb/display-cutout | JosJuice | |
| Android: Implement expand display cutout option. | |||
| 2022-04-03 | Android: Implement expand display cutout option. | Gamer64ytb | |
| Some ROMs don't have fullscreen feature, for example Pixel Experience, so have a option for that is better. Also you don't need put the app on fullscreen anymore with that. | |||
| 2022-04-03 | Android: Implement installing system update from disc image | JosJuice | |
| 2022-03-15 | Android: Clarify what we mean by "user data" | JosJuice | |
| 2022-02-22 | Merge pull request #10406 from JosJuice/android-mipmap-swap | JMC47 | |
| Android: Fix swapped texture dumping description strings | |||
| 2022-02-18 | Android: Get rid of LegacyIntSetting | JosJuice | |
| The only settings that were using LegacyIntSetting are now in the new config system, so there's no reason to have LegacyIntSetting anymore. | |||
| 2022-01-30 | Android: Add import/export options for user data | JosJuice | |
| Apparently there are phones where accessing Dolphin's app-specific directory isn't just annoyingly hard but actually impossible. To give users of those phones at least some kind of way to manage their data (even if it's a lot less convenient than if we were allowed to let the user open the app-specific directory in a file manager), I'm adding a way to export the directory to a zip file and then import it back. | |||
| 2022-01-29 | Android: Fix swapped texture dumping description strings | JosJuice | |
| 2022-01-24 | Merge pull request #10371 from lynxnb/android-ir | JosJuice | |
| Android: add two QoL settings to IR pointer | |||
| 2022-01-24 | Android: add an option to recenter IR after every pointer interaction | lynxnb | |
