summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/res/values/strings.xml
AgeCommit message (Collapse)Author
2023-01-24Merge pull request #11455 from t895/about-dialogPierre Bourdon
Android: Add about dialog
2023-01-23Android: Add safeguards around skip ipl settingCharles 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-18Android: Add about dialogCharles Lombardo
2023-01-18Android: Expose custom rtc optionsCharles Lombardo
2023-01-18Android: Add missing headersCharles Lombardo
2023-01-18Android: Expose emulated memory size overrideCharles Lombardo
Update BooleanSetting.java
2023-01-17Android: Expose texture filtering optionsCharles Lombardo
2023-01-17Android: Expose frame dump compression levelCharles Lombardo
2023-01-17Android: Expose accurate cpu cache toggleCharles Lombardo
2023-01-17Android: Expose pause on panic toggleCharles Lombardo
2023-01-16Android: Expose skip main menu toggleCharles Lombardo
2023-01-14Add VISkipSam Belliveau
2023-01-13Android: Add Performance Sample Window sliderCharles Lombardo
2023-01-09Android: Expose "Log Render Time to File" toggleCharles Lombardo
2022-12-29Android: Move FPS-related settings to a submenuJosJuice
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-23New FrameTime/VBlank Analyzer + GraphSam Belliveau
2022-12-17Android: Move game grid options to Main/TV ActivitiesCharles Lombardo
2022-12-10Merge pull request #11325 from t895/extra-darkJosJuice
Android: Add black backgrounds toggle
2022-12-10Android: Add black backgrounds toggleCharles Lombardo
Makes all background colors black in dark mode when enabled through a ThemeOverlay. Applied the same way as a theme/mode.
2022-12-06Android: Migrate all strings to strings.xmlCharles Lombardo
2022-12-04Merge pull request #11270 from t895/theme-modeMai
Android: Add theme mode switcher
2022-12-02Android: Use expanding Extended FABCharles 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-02Android: Add theme mode switcherCharles 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-23Improve FPS/VPS Counting and Revamp AppearanceSam Belliveau
2022-11-10Android: Change system update dialog title/message when cancellingCharles Lombardo
2022-10-23Android: Add "Prefer VS for Point/Line Expansion" to GUIJosJuice
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-22Show vWii System Menu version in Menu BarGaryOderNichts
2022-10-01VideoCommon: Remove special treatment for Android in video settingsRobin Kertels
2022-09-11Android: Add more top app barsCharles Lombardo
2022-08-31Android: App redesign with multi-theme systemCharles Lombardo
2022-08-22Android: Add option to disable game cover textCharles Lombardo
2022-07-23Android: Add warning if graphics mods are not enabledJosJuice
2022-07-23Android: Add graphics mods support to CheatsActivityJosJuice
2022-07-23Android: Add setting for enabling graphics modsJosJuice
2022-07-23Merge pull request #10861 from JosJuice/android-new-sdJMC47
Android: Bring SD card settings up to date with DolphinQt
2022-07-23Android: Bring SD card settings up to date with DolphinQtJosJuice
2022-07-23Android: Add "Broadband Adapter (Built In)" to settingsJosJuice
This makes the feature added in 01ada3850f available in the Android GUI.
2022-07-21Android: XLink Kai Android UI optioncodedwrench
2022-07-16Android: Add subheadings to Wii configJosJuice
2022-04-08Round viewport coordinates when vertex rounding is enabledPokechu22
This should fix https://bugs.dolphin-emu.org/issues/9105
2022-04-07Merge pull request #10552 from Gamer64ytb/display-cutoutJosJuice
Android: Implement expand display cutout option.
2022-04-03Android: 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-03Android: Implement installing system update from disc imageJosJuice
2022-03-15Android: Clarify what we mean by "user data"JosJuice
2022-02-22Merge pull request #10406 from JosJuice/android-mipmap-swapJMC47
Android: Fix swapped texture dumping description strings
2022-02-18Android: Get rid of LegacyIntSettingJosJuice
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-30Android: Add import/export options for user dataJosJuice
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-29Android: Fix swapped texture dumping description stringsJosJuice
2022-01-24Merge pull request #10371 from lynxnb/android-irJosJuice
Android: add two QoL settings to IR pointer
2022-01-24Android: add an option to recenter IR after every pointer interactionlynxnb