summaryrefslogtreecommitdiff
path: root/Source/Android/res/xml
AgeCommit message (Collapse)Author
2015-05-02Convert the Android source code to the directory structure of a Gradle-based ↵Eder Bastos
Android Studio project.
2015-01-18[Android] Expose aspect ratio to the video settings.Ryan Houdek
2014-12-26[Android] Add support for sterescopy configuration.Ryan Houdek
This menu allows us to configure the stereoscopy video settings if the device supports it. This menu is only enabled if the hardware supports everything needed to use the feature.
2014-07-15[Android] Onscreen controls better resemble GC and user configurable scalingSean
2014-06-08Fix the capitalization of "GameCube" throughout the project.Paul Olszewski
2014-05-05Adds support for the PP shaders in the Android UI.Ryan Houdek
Copies over the PP shaders to the APK's assets and installs them on run. Exposes them via the video settings UI. This is in anticipation of dropping the workaround for rotated blits on Adreno and instead forcing shader usage by the user.
2014-02-06Remove Cache DL option from Android UIRyan Houdek
This option has been removed entirely from Dolphin, so remove the option from Android
2013-12-12[Android] Fix gamepad input.Ryan Houdek
2013-11-29[Android-overlay] Disable Wiimote configuration until it is wired up.Ryan Houdek
2013-11-25[Android] Build the configuration window for the overlay programmatically. ↵Lioncash
Moved the overlay configuration classes into their own package. Also launch the overlay config activity through the preference XML via an embedded Intent. Lets us remove code explicitly handling this.
2013-11-19[Android] Basic Wiimote binding settings now implemented.Lioncash
2013-11-19[Android] Basic UI functionality for enabling/disabling aforementioned ↵Lioncash
Gamecube controllers.
2013-11-19[Android] Expand the input binding UI in the settings to handle 4 Gamecube ↵Lioncash
controllers in the future. Other changes: - Broke out MotionAlertDialog into it's own separate class. - Made a preference specifically for handling input bindings.
2013-10-28[Android] More cleanup. We don't need the preference to enable/disable the ↵Lioncash
overlay in the video preferences anymore.
2013-10-26[Android] Fix the super-mature string that was a placeholder for the title ↵Lioncash
for the overlay configuration setting. Also fix a NullPointerException possibility. Fixed it by giving the PreferenceScreen a title.
2013-10-25[Android] Implement a very basic version of the input overlay configuration ↵Lioncash
screen. Still a bit of a mess, but this will get cleaned up during finalizations.
2013-10-24[Android] Refactor InputConfigFragment a little bit in preparation for the ↵Lioncash
implementation of the new input overlay. This moves all of the dialog handling into the actual MotionAlertDialog class itself. This is something I should have done a long time ago. Also moved the Gamecube input binding preferences into their own PreferenceScreen.
2013-10-10[Android] Actually show the currently selected CPU core and video backend ↵Lioncash
within the settings screen.
2013-09-22[Android] Add in FSAA option.Ryan Houdek
2013-09-13[Android] Explicitly set the defaults for the CPU settings.Lioncash
2013-09-12[Android] Add a fastmem option to the cpu options, default disabled.Ryan Houdek
2013-09-02Removal of my terrible idea.Ryan Houdek
2013-09-01[Android] Add the option to show the on-screen FPS counter.Lioncash
2013-08-25[Android] Apparently I also forgot to commit the input menu layout.Lioncash
2013-08-23[Android] Fix some redundancy in the category names for the settings menu. ↵Lioncash
In a menu named "Settings" (which is shown in the top left) we have the categories, "CPU Settings" and "Video Settings" - but the fact they are settings pages is already established at this point so it's redundant. Just made them "CPU" and "Video" instead. Also changed the description for dual-core They now look like this: http://i.imgur.com/qieaKmL.png
2013-08-20[Android] Migrate the "Draw Onscreen Controls" preference to the video settings.Lioncash
2013-08-20[Android] Implement a ViewPager for the settings. Also, move classes into ↵Lioncash
appropriate packages to make things cleaner.
2013-08-20[Android] Load all of the new settings from the ini when the app is launched.Lioncash
- Also fix a typo in the ini saving method in UserPreferences. Accidentally spelt the ini name wrong. - Also include the relocated XML preferences. I meant to push this with the previous commit.
2013-08-20[Android] Add most of the Dolphin video/gfx settings to the settings menu.Lioncash