| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-01-12 | Prevent screenshot from showing on EmulationActivity rotation events | sigmabeta | |
| 2016-01-12 | Create a static Log class to call into instead of the default android one | sigmabeta | |
| 2016-01-11 | Merge pull request #3493 from sigmabeta/android-tv-screenshot-bugfix | Ryan Houdek | |
| [Android] Minor refactor + bugfix | |||
| 2016-01-11 | Merge pull request #3494 from Sonicadvance1/android_rotation | Ryan Houdek | |
| [Android] Add support for rotation and minimizing the application | |||
| 2016-01-10 | [Android] Add support for rotation and minimizing the application | Ryan Houdek | |
| 2016-01-10 | Refresh screenshots in TvMainActivity after emulation complete | sigmabeta | |
| 2016-01-10 | Refactor EmulationActivity to be launched exclusively by its static launcher ↵ | sigmabeta | |
| method | |||
| 2016-01-10 | Move TvMainActivity to ui.main package | sigmabeta | |
| 2016-01-10 | Refactor PlatformGamesFragment to MVP structure | sigmabeta | |
| 2016-01-09 | Refactor AddDirectoryActivity and SettingsActivity to be launched ↵ | sigmabeta | |
| exclusively via their own launcher method | |||
| 2016-01-09 | Refactor TvMainActivity to MVP architecture | sigmabeta | |
| 2016-01-09 | Refactor MainActivity to MVP architecture | sigmabeta | |
| 2016-01-09 | Refactor DB read code to use RxJava | sigmabeta | |
| 2016-01-07 | Merge 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-06 | VideoConfig: 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-06 | Merge pull request #3455 from Sonicadvance1/GC_adapter_android | Ryan 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-05 | StartupHandler.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-04 | Android: More analog input configurations | Phatcat | |
| 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-04 | Android: 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-03 | Add support for the CPU Clock Override feature to Android UI | sigmabeta | |
| 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-22 | UserPreferences: Move all stereoscopy options to the stereoscopy section. | Jules Blok | |
| 2015-12-02 | Wiimote + Extensions for Android | Phatcat | |
| 2015-09-11 | Merge pull request #3013 from aserna3/Security101 | Ryan Houdek | |
| Removed fastmem from Android UI | |||
| 2015-09-09 | Removed fastmem from Android UI | Anthony Serna | |
| 2015-09-09 | VideoCommon: Drop "Disable destAlpha" hack | degasus | |
| This option has no use any more, neither performance nor driver workaround. | |||
| 2015-09-04 | [Android] Fix multi-gamecube controller input, config changes | Ryan Houdek | |
| 2015-07-26 | Merge pull request #2773 from sigmabeta/android_wiimote_main | Ryan Houdek | |
| Android: Add Wiimote support, including configuration UI. | |||
| 2015-07-25 | Android TV: Add first-run copy operations to TvMainActivity. | sigmabeta | |
| 2015-07-25 | Android TV: Add settings row, enabling access to other screens. | sigmabeta | |
| 2015-07-25 | Android TV: Add row listing all games | sigmabeta | |
| 2015-07-25 | Android TV: Implement game selector activity in new Android TV UI | sigmabeta | |
| 2015-07-21 | Add Wiimote support to the Android backend. | Ryan Houdek | |
| Not actually wired up to the Android UI for configuration. | |||
| 2015-07-14 | Android TV: Add title text to in-game menu, and make the menu scrollable. | sigmabeta | |
| 2015-07-14 | Android TV: Implement Save and Load state menus | sigmabeta | |
| 2015-07-14 | Android TV: Visual tweaks & glitch fixes | sigmabeta | |
| 2015-07-14 | Android TV: Replace toolbar on EmulationActivity with a full-screen menu. | sigmabeta | |
| 2015-06-26 | Android: Show transition animation when exiting game. | sigmabeta | |
| 2015-06-26 | Android: Show transition animation while game loads. | sigmabeta | |
| 2015-06-25 | Android: Show screenshot on EmulationActivity before game starts. | sigmabeta | |
| 2015-06-24 | Android: Don't crash trying to hide toolbar in game. | sigmabeta | |
| 2015-06-23 | Android: Invalidate Picasso screenshot cache every time a screenshot is ↵ | sigmabeta | |
| displayed. | |||
| 2015-06-23 | Android: Save screenshot at end of an emulation session. | sigmabeta | |
| 2015-06-23 | Android: MainActivity now contains a tab switcher separating games by platform. | sigmabeta | |
| 2015-06-23 | Android Refactor: GameGridActivity is now MainActivity, and uses a Toolbar ↵ | sigmabeta | |
| that reacts to the game grid scrolling. | |||
| 2015-06-23 | Android: Switch all activities to AppCompat-based Material themes, and use ↵ | sigmabeta | |
| Support Library version of Floating Action Button. | |||
| 2015-06-23 | Merge pull request #2633 from sigmabeta/android-emulation-menu | Ryan Houdek | |
| Android: Add Quicksave/Load functionality, and cleanup in-game menu. | |||
| 2015-06-20 | Android: Add Quicksave/Load functionality, and cleanup in-game menu. | sigmabeta | |
