| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-01-30 | Add some stability fixes, though probably not enough | sigmabeta | |
| 2016-01-30 | Make necessary modifications to Java_GCAdapter for permissions request | sigmabeta | |
| 2016-01-29 | Implement Gamecube Input setting screen | sigmabeta | |
| 2016-01-29 | Merge pull request #3553 from Sonicadvance1/more_android_gc_adapter | Ryan Houdek | |
| Implement requesting permission for using the GC Wii U Adapter. | |||
| 2016-01-27 | Implement requesting permission for using the GC Wii U Adapter. | Ryan Houdek | |
| 2016-01-25 | Fix rotations in Settings screen breaking everything | sigmabeta | |
| 2016-01-24 | Fix bugs in Setting screen & add a way to exit without saving | sigmabeta | |
| 2016-01-24 | Fix accessing video settings on Android TV | sigmabeta | |
| 2016-01-23 | Add fragment transition animations to the Settings UI screen | sigmabeta | |
| 2016-01-23 | Fix special case for XFB & update EFB to match desktop | sigmabeta | |
| 2016-01-23 | Cleanup and documentation | sigmabeta | |
| 2016-01-23 | Implement video settings + support for missing files / settings | sigmabeta | |
| 2016-01-23 | Implement Seekbar dialog and SingleChoice dialog | sigmabeta | |
| 2016-01-23 | Implement basic framework for new Settings UI | sigmabeta | |
| 2016-01-23 | Implement Java-based Config file read/save | sigmabeta | |
| 2016-01-16 | Create static helper methods for pixel-to-DP conversion | sigmabeta | |
| 2016-01-16 | Externalize animation code into static methods | sigmabeta | |
| 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 | |
