|
c2bab4edd4
|
[Android] Remove fragments from the Android Manifest XML. These shouldn't be defined here (nor do they need to. They're fragments, not activities).
|
2013-08-22 03:53:39 -04:00 |
|
|
8b291b6b57
|
[Android] Allow users to be able to choose where they want the APK installed.
|
2013-08-21 14:35:31 -05:00 |
|
|
00996c8d38
|
[Android] Implement a ViewPager for the settings. Also, move classes into appropriate packages to make things cleaner.
|
2013-08-20 19:39:00 -04:00 |
|
|
a1b9a4dc5e
|
[Android] Oops. Keep the screenOrientation setting to landscape.
|
2013-07-16 09:08:41 -05:00 |
|
|
d1baa8edd9
|
[Android] Change input configuration to a fragment.
|
2013-07-16 06:30:50 -05:00 |
|
|
023922cd5b
|
[Android] Start making it so the side pane is visible on all activities by converting them to fragments. Only Browse Folder and Gamepad Config remain. Fix a issue that Lioncash introduced where no games would show up in the folder browser or the game list.
|
2013-07-16 05:32:14 -05:00 |
|
|
ea146627e6
|
[Android] Enable OpenGL ES 3 by default. Add in a modified GLES3/gl3.h header for supporting it.
|
2013-07-13 18:42:04 -05:00 |
|
|
72257d5f69
|
[Android] Support clicking on games in the folder browser to add the folder currently in. Mostly for derps that keep trying to run the game from the folder browser.
|
2013-06-27 04:47:39 -05:00 |
|
|
0037acbbaa
|
[Android] Actually copy Dolphin.ini correctly...
|
2013-06-26 05:32:56 -05:00 |
|
|
06b98225e7
|
[Android] 0.6 Release
|
2013-06-24 01:42:34 -05:00 |
|
|
6bb7cc5fea
|
[Android] Add an about screen that shows build revision.
|
2013-06-22 22:54:36 -05:00 |
|
|
2b9f79dff3
|
[Android] Remove SimonVT menudrawer library. Move to Google's support library for their navigation drawer support. Overall cleanup.
|
2013-06-22 07:45:05 -05:00 |
|
|
7223778520
|
[Android] Gamepad input. Refactor JNI native functions to all pull from a single class instead of everywhere willy-nilly
|
2013-06-18 07:09:38 -05:00 |
|
|
e4a3919a2b
|
[Android] 0.5 Release.
|
2013-06-12 03:11:59 -05:00 |
|
|
baf16a72b6
|
[Android] Back to enforcing ICS or above limitation. Tired of this nonsense.
|
2013-06-11 08:45:31 -05:00 |
|
|
f06fc78814
|
[Android] Properly open the navigation drawer when pressing menu or back in the game list.
|
2013-05-26 22:29:40 -05:00 |
|
|
0bd8aaf9d4
|
[Android] 0.3 Release
|
2013-05-25 23:16:47 -05:00 |
|
|
4a3bbf6165
|
[Android] Drop minimum Android version support to 2.3 since there is a /bunch/ of people asking for it.
|
2013-05-25 23:00:30 -05:00 |
|
|
92bea77e56
|
[Android] Disable OpenGL in the settings menu since it doesn't work yet. Change some theme settings so the back button shows up on screen where needed.
|
2013-05-25 22:20:34 -05:00 |
|
|
f8a5d05c07
|
[Android] Redo the Settings menu, Can now change the CPU Core, dual core setting, and video backend in the settings"
|
2013-05-20 02:59:12 -05:00 |
|
|
252edb942d
|
[Android] Beginning of setting menu, doesn't do anything yet.
|
2013-05-19 05:25:02 -05:00 |
|
|
bd72e13dd4
|
Generally make the Android UI better.
|
2013-04-23 14:27:49 -05:00 |
|
|
b47915d1e4
|
Enforce landscape view since rotations cause huge issues atm.
|
2013-04-19 09:44:38 -05:00 |
|
|
b429cb86aa
|
Update AndroidManifest to v0.2
|
2013-04-18 22:53:13 -05:00 |
|
|
bde7ea00ef
|
Removes the Java ButtonManager for one in the C++ source so the OSD class can call in to it each frame for drawing the buttons. Copy our assets to the dolphin-emu directory for now. Remove NativeRenderer, ButtonManager, and Button Java classes since they aren't used anymore. Buttons A, B, and Start all work and are drawn on screen now. Button input on Android is still a bit hacky, needs a proper controller interface still. Android specific button drawing code is still hanging out in SWRenderer.cpp
|
2013-04-14 20:39:56 -05:00 |
|
|
7034c79ab9
|
Big commit. Fix running the APK, I had missed a view in the manifest. Clean up the Android EGL context creation to fit more in line with how Dolphin works. This breaks input at the moment as well. Change the memarena from 768MB to 64MB to allow 1GB phones to potentially run it. Rename EGL_X11 back to EGL since this merge brings in some of soreau's changes to more easily allow different platforms like Wayland and Android. Not quite all of the code because some needs to be cleaned up still.
|
2013-03-24 21:06:34 -05:00 |
|
|
d11679a06e
|
Android mega commit of trash.
|
2013-03-19 21:53:09 -05:00 |
|