summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/java
AgeCommit message (Collapse)Author
2016-01-30Add some stability fixes, though probably not enoughsigmabeta
2016-01-30Make necessary modifications to Java_GCAdapter for permissions requestsigmabeta
2016-01-29Implement Gamecube Input setting screensigmabeta
2016-01-29Merge pull request #3553 from Sonicadvance1/more_android_gc_adapterRyan Houdek
Implement requesting permission for using the GC Wii U Adapter.
2016-01-27Implement requesting permission for using the GC Wii U Adapter.Ryan Houdek
2016-01-25Fix rotations in Settings screen breaking everythingsigmabeta
2016-01-24Fix bugs in Setting screen & add a way to exit without savingsigmabeta
2016-01-24Fix accessing video settings on Android TVsigmabeta
2016-01-23Add fragment transition animations to the Settings UI screensigmabeta
2016-01-23Fix special case for XFB & update EFB to match desktopsigmabeta
2016-01-23Cleanup and documentationsigmabeta
2016-01-23Implement video settings + support for missing files / settingssigmabeta
2016-01-23Implement Seekbar dialog and SingleChoice dialogsigmabeta
2016-01-23Implement basic framework for new Settings UIsigmabeta
2016-01-23Implement Java-based Config file read/savesigmabeta
2016-01-16Create static helper methods for pixel-to-DP conversionsigmabeta
2016-01-16Externalize animation code into static methodssigmabeta
2016-01-12Prevent screenshot from showing on EmulationActivity rotation eventssigmabeta
2016-01-12 Create a static Log class to call into instead of the default android onesigmabeta
2016-01-11Merge pull request #3493 from sigmabeta/android-tv-screenshot-bugfixRyan Houdek
[Android] Minor refactor + bugfix
2016-01-11Merge pull request #3494 from Sonicadvance1/android_rotationRyan Houdek
[Android] Add support for rotation and minimizing the application
2016-01-10[Android] Add support for rotation and minimizing the applicationRyan Houdek
2016-01-10Refresh screenshots in TvMainActivity after emulation completesigmabeta
2016-01-10Refactor EmulationActivity to be launched exclusively by its static launcher ↵sigmabeta
method
2016-01-10Move TvMainActivity to ui.main packagesigmabeta
2016-01-10Refactor PlatformGamesFragment to MVP structuresigmabeta
2016-01-09Refactor AddDirectoryActivity and SettingsActivity to be launched ↵sigmabeta
exclusively via their own launcher method
2016-01-09Refactor TvMainActivity to MVP architecturesigmabeta
2016-01-09Refactor MainActivity to MVP architecturesigmabeta
2016-01-09Refactor DB read code to use RxJavasigmabeta
2016-01-07Merge pull request #3449 from ↵Pierre Bourdon
freelancer42/android_finish_main_activity_after_autostartfile StartupHandler.java: Finish main activity if AutoStartFile is specified in intent
2016-01-06VideoConfig: Use "GFX.ini" for both D3D and OGL.degasus
They share the same format, so there is no need to separate their configs.
2016-01-06Merge pull request #3455 from Sonicadvance1/GC_adapter_androidRyan Houdek
[Android] Add support for the Wii U Gamecube adapter under Android.
2016-01-06[Android] Fix enabling and disabling Gamecube controllers.Ryan Houdek
2016-01-06[Android] Add support for the Wii U Gamecube adapter under Android.Ryan Houdek
No way to properly enable it from an end user perspective yet. Doesn't require root. This same sort of system can be used for the Dolphinbar in the future for real wiimote support.
2016-01-05StartupHandler.java: Finish main activity if AutoStartFile is specified in ↵Kim Johnsson
intent Call finish() on parent (main/browser) activity after starting EmulationActivity if AutoStartFile was specified. This makes the experience more streamlined for users who want to start games from an external frontend, since they don't expect to return to the Dolphin main activity after they've played their game.
2016-01-04Android: More analog input configurationsPhatcat
Lets the user set the following in intervals of 10 between 10 and 100; - Stick/Radius (default 100,000000) - Triggers/Threshold (default 90,000000) - Tilt/Modifier/Range (default 50,000000) + mapped Tilt/Modifier button to the configurations for wiimotes & nunchuks
2016-01-04Android: Revision of PR 3253 (Wiimote controls)Phatcat
- Fix small error in NativeLibrary (line 141) - Fix faulty indentment in arrays.xml - Rework numbering system to be more accessible.
2016-01-03Add support for the CPU Clock Override feature to Android UIsigmabeta
2016-01-01[Android] Add support for launching a game through activity monitor.Ryan Houdek
This also allows setting the user directory. This is mainly for FifoCI in the future.
2015-12-22UserPreferences: Move all stereoscopy options to the stereoscopy section.Jules Blok
2015-12-02Wiimote + Extensions for AndroidPhatcat
2015-09-11Merge pull request #3013 from aserna3/Security101Ryan Houdek
Removed fastmem from Android UI
2015-09-09Removed fastmem from Android UIAnthony Serna
2015-09-09VideoCommon: Drop "Disable destAlpha" hackdegasus
This option has no use any more, neither performance nor driver workaround.
2015-09-04[Android] Fix multi-gamecube controller input, config changesRyan Houdek
2015-07-26Merge pull request #2773 from sigmabeta/android_wiimote_mainRyan Houdek
Android: Add Wiimote support, including configuration UI.
2015-07-25Android TV: Add first-run copy operations to TvMainActivity.sigmabeta
2015-07-25Android TV: Add settings row, enabling access to other screens.sigmabeta
2015-07-25Android TV: Add row listing all gamessigmabeta