summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/java
AgeCommit message (Collapse)Author
2023-01-30Merge pull request #11518 from t895/deprecated-settingJosJuice
Android: Remove unused force filtering setting
2023-01-30Android: Remove unused force filtering settingCharles Lombardo
2023-01-30Android: Set each slider step size manuallyCharles Lombardo
2023-01-29Android: Fix crash when attempting to change MEM2 sizeJosJuice
The step size for the slider ended up being 10, but Android wanted it to be a divisor of the slider's range (which is 128 - 64 = 64).
2023-01-29Merge pull request #11460 from t895/reveal-settingsPierre Bourdon
Android: Reveal several hidden settings
2023-01-26Android: Convert Analytics to KotlinCharles Lombardo
2023-01-26Android: Create analytics dialog fragmentCharles Lombardo
2023-01-26Merge pull request #11208 from TellowKrinkle/CPUCullPierre Bourdon
Cull vertices on the CPU
2023-01-25VideoCommon: Add configuration option for CPUCullTellowKrinkle
2023-01-24Merge pull request #11413 from t895/sample-window-sliderMai
Android: Add slider for Performance Sample Window
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-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-16Android: Expose skip main menu toggleCharles Lombardo
2023-01-15Android: Fix navigation bar buttons appearing invisible on API 26Charles Lombardo
2023-01-14Add VISkipSam Belliveau
2023-01-13Android: Change slider step size based on rangeCharles Lombardo
Credit to JosJuice for the slider formula
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-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.
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-24Merge pull request #11358 from t895/close-soft-keyboardJosJuice
Android: Close soft keyboard on panel close
2022-12-24Android: Allow users to interact with switches in settingsCharles Lombardo
2022-12-23New FrameTime/VBlank Analyzer + GraphSam Belliveau
2022-12-20Android: Close soft keyboard on panel closeCharles Lombardo
2022-12-20Android: Elevate ingame menu fragment with colorCharles Lombardo
Whenever the app is not using the default theme, the ingame menu fragment will be treated as an elevated component like an alert dialog.
2022-12-20Merge pull request #11346 from t895/grid-settingsMai
Android: Move game grid options to MainActivity
2022-12-18Android: Convert ThemeHelper to KotlinCharles Lombardo
2022-12-17Android: Move game grid options to Main/TV ActivitiesCharles Lombardo
2022-12-11Merge pull request #9944 from JosJuice/android-nonsquare-buttonsJosJuice
Android: Allow non-square overlay control images
2022-12-11Android: fix compile errorMateus B. Cassiano
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-10Merge pull request #11329 from t895/elevation-barJosJuice
Android: Use ElevationOverlay for app bar elevation color
2022-12-10Android: Replace Checkbox with MaterialSwitchCharles Lombardo
2022-12-06Android: Use ElevationOverlay for app bar elevation colorCharles Lombardo
2022-12-06Merge pull request #11327 from t895/settings-animationJosJuice
Android: New settings fragment animations
2022-12-06Android: New settings fragment animationsCharles Lombardo
2022-12-06Android: Migrate all strings to strings.xmlCharles Lombardo
2022-12-04Android: Have each activity manage insets separatelyCharles Lombardo