summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/java/org
AgeCommit message (Collapse)Author
2023-03-01Android: Convert GraphicsModGroup to KotlinCharles Lombardo
2023-03-01Android: Convert PatchCheat to KotlinCharles Lombardo
2023-03-01Android: Convert ARCheat to KotlinCharles Lombardo
2023-03-01Android: Initialize TaskViewModel earlier in User Data ActivityCharles Lombardo
2023-02-28Merge pull request #11515 from t895/user-data-kotlinCharles Lombardo
Android: Rewrite User Data Activity in Kotlin
2023-02-28Android: Use DialogFragments to direct UserData actionsCharles Lombardo
2023-02-28Android: Convert ThreadUtil to KotlinCharles Lombardo
2023-02-27Android: Refactor handleMenuTagJosJuice
It was a bit silly having four functions for effectively the same thing in all of SettingsFragmentView, SettingsFragment, SettingsActivityView, SettingsActivity, and SettingsActivityPresenter. With this change, we split on the four MenuTag types in SettingsActivityPresenter instead of in SettingsAdapter.
2023-02-27Android: Add a button for accessing controller mappingsJosJuice
The settings GameCube Controller N and Wii Remote N (where N is a number) have two purposes: You can select what controller type you want to use, and also, when you select a controller type (even if you're selecting the one that already is selected), the mapping settings open. This second part is less discoverable than it ideally should be. I'm changing it so that there now is a button for opening the mapping settings instead.
2023-02-25Android: Remove unused refreshScreenshotAtPosition interface methodCharles Lombardo
2023-02-25Android: Create AutofitGridLayoutManagerCharles Lombardo
Extends GridLayoutManager to make span changes much more responsive.
2023-02-20Merge pull request #11590 from t895/unused-layout-classJosJuice
Android: Remove SettingsFrameLayout
2023-02-20Merge pull request #11408 from t895/coilJosJuice
Android: Rewrite image loading with Kotlin and Coil
2023-02-20Android: Remove SettingsFrameLayoutCharles Lombardo
2023-02-20Android: Replace Glide with Coil image loadingCharles Lombardo
2023-02-18Merge pull request #11521 from t895/adjust-grid-optionsJosJuice
Android: Simplify the grid options dialog fragment
2023-02-15Android: Convert UserDataActivity to KotlinCharles Lombardo
2023-02-12Android: Expose Emulate Disc SpeedCharles Lombardo
2023-02-08Android: Convert image loading code to KotlinCharles Lombardo
2023-02-02Android: Add Skylanders PortalJoshua de Reeper
Co-Authored-By: Charles Lombardo <clombardo169@gmail.com>
2023-02-01Android: Fix settings being editable when marked otherwiseCharles Lombardo
2023-01-30Android: Simplify the grid options dialog fragmentCharles Lombardo
2023-01-30Android: Create ScaledIntSetting classJosJuice
A little refactoring to cut down on the size of the very big SettingsFragmentPresenter class. I ended up adding a bunch of @NonNull annotations in various settings classes so I could make the parameters `Settings` instead of `Settings?` in the new Kotlin code.
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