| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-05-20 | [Android] Fix extra character in screenshot folder path | Tyler Dunn | |
| Environment.getExternalStorageDirectory().getPath() covers the end of the path with a slash, get rid of the extra slash to fix the path. | |||
| 2016-05-18 | [Android] Bump gradle plugin to 2.1.0 | Tyler Dunn | |
| And fix deprecation warning in script | |||
| 2016-05-18 | [Android] Reduce code redundancy | Tyler Dunn | |
| 2016-05-18 | [Android] Drop commit() for apply() | Tyler Dunn | |
| Apply is asynchronous, and we aren't expecting a return value so there is no reason not to use apply. | |||
| 2016-05-18 | [Android] Don't hardcode SD card path | Tyler Dunn | |
| 2016-05-18 | [Android] Fix possible leak of fileCursor | Tyler Dunn | |
| 2016-05-17 | Fix reading CISO files on Android | JosJuice | |
| 2016-04-24 | Android: Check asset overwrite per file. | degasus | |
| So new files will be added, eg the missed Wii directory. | |||
| 2016-04-24 | Android: Also copy sys/Wii directory. | degasus | |
| Seems like this one was just missed, some games just did not start without it. | |||
| 2016-03-08 | Update to MaJoR1's latest on screen buttons | Ryan Houdek | |
| 2016-03-04 | [Android] Remove CPUHelper class | Tyler Dunn | |
| 2016-03-03 | [Android] Make sure the file extension check isn't case sensitive | Ryan Houdek | |
| 2016-03-03 | Merge pull request #3686 from Armada651/revert-3578 | Pierre Bourdon | |
| Revert "Merge pull request #3578 from Armada651/forced-slow-depth" | |||
| 2016-02-29 | Merge pull request #3682 from Alcaro/master | Pierre Bourdon | |
| Run pngout and zopflipng on every single PNG in this repo. | |||
| 2016-02-29 | Use optipng too. | Alcaro | |
| 2016-02-29 | Merge pull request #3626 from Sonicadvance1/more_robust_gcadapter | Ryan Houdek | |
| Improve stability of the Wii U Gamecube Controller adapter under Android. | |||
| 2016-02-29 | Revert "Merge pull request #3578 from Armada651/forced-slow-depth" | Jules Blok | |
| This reverts commit e2a1a085b6a9f36b23128872de85da727d231882, reversing changes made to 2aea549eef85ba165672c8355d0e90781d805efd. | |||
| 2016-02-27 | Run pngout and zopflipng on every single PNG in this repo. | Alcaro | |
| 2016-02-22 | Merge pull request #3596 from Sonicadvance1/fix_android_crash | Ryan Houdek | |
| [Android] Fix crash when we don't have access to a folder. | |||
| 2016-02-22 | Merge pull request #3578 from Armada651/forced-slow-depth | Jules Blok | |
| VideoConfig: Replace FastDepthCalc by ForcedSlowDepth. | |||
| 2016-02-13 | Improve stability of the Wii U Gamecube Controller adapter under Android. | Ryan Houdek | |
| Under failure conditions of the GC Adapter, When interface count is zero and we can't open the device. Then there were race conditions on shutdown of the threads which could result in crashing. Make adapter opening more robust like the Mayflash DolphinBar. Make shutdown more robust by making the read thread control the write thread. Make sure that there is actual data to be written when kicking the write thread. So it doesn't attempt a write a shutdown. Make a toast on screen to tell the user that the adapter needs to be unplugged and plugged back in again for it to work. | |||
| 2016-02-08 | Add Wiimote graphic | sigmabeta | |
| 2016-02-08 | Add Wiimote Speaker option | sigmabeta | |
| 2016-02-08 | Add Wiimote Input menu | sigmabeta | |
| 2016-02-08 | Android: Remove FastDepthCalc option. | Jules Blok | |
| 2016-02-07 | [Android] Implement support for real Wiimotes with the DolphinBar | Ryan Houdek | |
| This is the only way to get Wiimotes working under Android now. This, just like the Wii U Gamecube Controller Adapter, completely goes around Android's limitations and talks with the device directly through USBManager. Couple notes. Continuous scanning must be enabled otherwise the Wiimotes won't be seen. The UI doesn't expose support for this yet. One must change the Wiimote source and continuous scanning settings manually. Testing up to two wiimotes in Taiko No Tatsujin, no reason to believe all four won't work. | |||
| 2016-02-05 | [Android] Fix crash when we don't have access to a folder. | Ryan Houdek | |
| 2016-01-31 | Fix capitalization on "GameCube" strings | sigmabeta | |
| 2016-01-31 | Change SettingsActivity label to "Settings" instead of "CPU Settings" | sigmabeta | |
| 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 CPU Core selection on x86-64 devices (really, just the Android emulator) | sigmabeta | |
| 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-13 | Merge pull request #3492 from sigmabeta/android-update-build-tools | Ryan Houdek | |
| [Android] Update build tools + support libraries | |||
| 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 | |
