summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/java/org
AgeCommit message (Collapse)Author
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
2015-07-25Android TV: Implement game selector activity in new Android TV UIsigmabeta
2015-07-21Add Wiimote support to the Android backend.Ryan Houdek
Not actually wired up to the Android UI for configuration.
2015-07-14Android TV: Add title text to in-game menu, and make the menu scrollable.sigmabeta
2015-07-14Android TV: Implement Save and Load state menussigmabeta
2015-07-14Android TV: Visual tweaks & glitch fixessigmabeta
2015-07-14Android TV: Replace toolbar on EmulationActivity with a full-screen menu.sigmabeta
2015-06-26Android: Show transition animation when exiting game.sigmabeta
2015-06-26Android: Show transition animation while game loads.sigmabeta
2015-06-25Android: Show screenshot on EmulationActivity before game starts.sigmabeta
2015-06-24Android: Don't crash trying to hide toolbar in game.sigmabeta
2015-06-23Android: Invalidate Picasso screenshot cache every time a screenshot is ↵sigmabeta
displayed.
2015-06-23Android: Save screenshot at end of an emulation session.sigmabeta
2015-06-23Android: MainActivity now contains a tab switcher separating games by platform.sigmabeta
2015-06-23Android Refactor: GameGridActivity is now MainActivity, and uses a Toolbar ↵sigmabeta
that reacts to the game grid scrolling.
2015-06-23Android: Switch all activities to AppCompat-based Material themes, and use ↵sigmabeta
Support Library version of Floating Action Button.
2015-06-23Merge pull request #2633 from sigmabeta/android-emulation-menuRyan Houdek
Android: Add Quicksave/Load functionality, and cleanup in-game menu.
2015-06-20Android: Add Quicksave/Load functionality, and cleanup in-game menu.sigmabeta