summaryrefslogtreecommitdiff
path: root/Source/Android
AgeCommit message (Collapse)Author
2023-01-24Android: Fix rtl layout for cheat warning fragmentCharles Lombardo
2023-01-24Android: Fix rtl layout for cheat list itemsCharles Lombardo
2023-01-24Android: Fix rtl layout for multiple settings activity viewsCharles Lombardo
2023-01-24Android: Fix rtl layout for control dialogsCharles Lombardo
2023-01-24Android: Fix rtl layout in convert activityCharles Lombardo
2023-01-24Android: Fix rtl layout for in-game menu fragmentCharles Lombardo
2023-01-24Android: Fix rtl layout for grid options dialogCharles Lombardo
2023-01-24Android: Fix rtl layout in riivolution boot activityCharles Lombardo
2023-01-24Android: Fix rtl layout in user data activityCharles Lombardo
2023-01-24Android: Fix rtl layout on card_gameCharles Lombardo
2023-01-24Merge pull request #11455 from t895/about-dialogPierre Bourdon
Android: Add about dialog
2023-01-23Android: Fix grid options menu stringCharles Lombardo
Previously the string was "Settings" and not "Grid Options"
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-19Merge pull request #11367 from Sam-Belliveau/lagbegonePierre Bourdon
VideoCommon: VI Skip
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-17Merge pull request #11420 from t895/copy-profilePierre Bourdon
Android: Copy baseline profile during release builds
2023-01-16Android: Expose skip main menu toggleCharles Lombardo
2023-01-16Merge pull request #11447 from t895/save-state-fixJosJuice
Android: Fix large strings in save/load savestate fragment
2023-01-15Android: Remove pre-generated baseline profileCharles Lombardo
2023-01-15Android: Copy baseline profile during release buildsCharles Lombardo
2023-01-15Android: Fix navigation bar buttons appearing invisible on API 26Charles Lombardo
2023-01-15Android: Fix large strings in save/load savestate fragmentCharles Lombardo
2023-01-14Android: Update benchmark module dependenciesCharles Lombardo
Androidx JUnit 1.1.4 -> 1.1.5 Androidx Espresso 3.5.0 -> 3.5.1
2023-01-14Android: Update app module dependenciesCharles 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-14Android: Upgrade Java bytecode from 1.8 to 11Charles Lombardo
2023-01-14Android: Upgrade AGP from 7.3.1 to 7.4.0Charles Lombardo
2023-01-14Android: Upgrade gradle from 7.5.1 to 7.6Charles Lombardo
2023-01-14Add VISkipSam Belliveau
2023-01-13Android: Fix grid options text bordersCharles 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-13Android: Change slider step size based on rangeCharles Lombardo
Credit to JosJuice for the slider formula
2023-01-13Android: Adjust width of slider value text viewCharles Lombardo
2023-01-13Android: Add Performance Sample Window sliderCharles Lombardo
2023-01-10Android: Ignore workaround view height if 0Charles Lombardo
2023-01-09Android: Expose "Log Render Time to File" toggleCharles Lombardo
2023-01-09Android: Disable focus on workaround viewCharles Lombardo
2023-01-09Android: Revert "Make the header focusable"Charles Lombardo
2023-01-08Merge pull request #11411 from t895/managed-device-updateJosJuice
Android: Update managed device for baseline profile generation
2023-01-07Android: Fix workaround view in cheats activityCharles 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-06Android: Update managed device for baseline profile generationCharles Lombardo
2023-01-06Android: Add hints to allow cheats activity to be previewedCharles 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-28Merge pull request #11357 from t895/elevate-ingame-fragmentJosJuice
Android: Elevate ingame menu fragment with color
2022-12-28Merge pull request #11376 from JosJuice/android-delete-local-refMai
Android: Make more meticulous use of DeleteLocalRef