<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Android/src, branch release-prep-2407</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Convert the Android source code to the directory structure of a Gradle-based Android Studio project.</title>
<updated>2015-05-03T01:49:17+00:00</updated>
<author>
<name>Eder Bastos</name>
<email>bastos.eder@gmail.com</email>
</author>
<published>2015-04-30T22:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c80225ea4d023ed91503521b74951db3a302ca20'/>
<id>c80225ea4d023ed91503521b74951db3a302ca20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Android] Support arguments from Activity Monitor.</title>
<updated>2015-03-08T13:43:25+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2015-02-28T05:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c2b2e03f73300f0ac742d63a125b46ec798b2c8c'/>
<id>c2b2e03f73300f0ac742d63a125b46ec798b2c8c</id>
<content type='text'>
Activity Monitor can start activities by using adb to invoke it.
This will allow us to set the user directory and autostart file from adb.

adb shell am start -n org.dolphinemu.dolphinemu/.gamelist.GameListActivity -e AutoStartFile /sdcard/AC.gcz -e UserDir /sdcard/dolphin-emu2/

This allows more automated testing to be done with Dolphin on Android.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Activity Monitor can start activities by using adb to invoke it.
This will allow us to set the user directory and autostart file from adb.

adb shell am start -n org.dolphinemu.dolphinemu/.gamelist.GameListActivity -e AutoStartFile /sdcard/AC.gcz -e UserDir /sdcard/dolphin-emu2/

This allows more automated testing to be done with Dolphin on Android.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move user directory detection location to UICommon.</title>
<updated>2015-02-25T09:31:59+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2015-02-25T09:23:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=db06f058e4f2ae19a74806aaf28c8e2dc94ac79f'/>
<id>db06f058e4f2ae19a74806aaf28c8e2dc94ac79f</id>
<content type='text'>
The UI should decide on where it wants the user directory, not our core system.
This is in anticipation of some upcoming work on Android which will need proper user directory setting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The UI should decide on where it wants the user directory, not our core system.
This is in anticipation of some upcoming work on Android which will need proper user directory setting.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Android] Stop eating button events we don't handle.</title>
<updated>2015-02-24T11:38:16+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2015-02-23T02:36:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=29fc52cfa17dcc7327c1a081918721cd7cfcf40b'/>
<id>29fc52cfa17dcc7327c1a081918721cd7cfcf40b</id>
<content type='text'>
We were eating /all/ button events except the back button. This would cause issues where Android wouldn't receive button press events for things like
volume rockers. So you couldn't change the audio ingame, even if that button isn't bound to an input.

Now we return to Android if we've handled that button press, so it works fine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were eating /all/ button events except the back button. This would cause issues where Android wouldn't receive button press events for things like
volume rockers. So you couldn't change the audio ingame, even if that button isn't bound to an input.

Now we return to Android if we've handled that button press, so it works fine.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Android] Fix ignore format changes option.</title>
<updated>2015-02-18T22:27:37+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2015-02-18T22:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=09e8adb19977f636ee0db2564d651fe105addbc6'/>
<id>09e8adb19977f636ee0db2564d651fe105addbc6</id>
<content type='text'>
This option was inversed, so it was always set to the opposite of what was wanted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option was inversed, so it was always set to the opposite of what was wanted.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Android] Change the default renderer to OpenGL.</title>
<updated>2015-01-26T06:51:24+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2015-01-26T06:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=de070cfe8bd90a838be452b8a6a45363fad94525'/>
<id>de070cfe8bd90a838be452b8a6a45363fad94525</id>
<content type='text'>
We now require OpenGL ES 3.0 minimum to run, this is the sane default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now require OpenGL ES 3.0 minimum to run, this is the sane default.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Android] Select the AArch64 recompiler core by default if shown to support ARMv8.</title>
<updated>2015-01-26T06:50:25+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2015-01-26T06:50:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=983c7f4f21855676bf9ea20dff4e3f603a86e7c0'/>
<id>983c7f4f21855676bf9ea20dff4e3f603a86e7c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Android] No longer carry a default configuration file.</title>
<updated>2015-01-26T06:49:24+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2015-01-26T06:49:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7ee1dc56e7fc3c8c1c0fc4b3756657fd45b79a68'/>
<id>7ee1dc56e7fc3c8c1c0fc4b3756657fd45b79a68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Android] Expose aspect ratio to the video settings.</title>
<updated>2015-01-18T21:21:40+00:00</updated>
<author>
<name>Ryan Houdek</name>
<email>Sonicadvance1@gmail.com</email>
</author>
<published>2015-01-18T21:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=864969f3003d3d05f879d54d34e5a38440289e0f'/>
<id>864969f3003d3d05f879d54d34e5a38440289e0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Use findViewById instead of getChildAt</title>
<updated>2014-12-29T01:33:27+00:00</updated>
<author>
<name>Lioncash</name>
<email>mathew1800@gmail.com</email>
</author>
<published>2014-12-29T01:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=038b9686980a6e9373afc71998be5484e39d2218'/>
<id>038b9686980a6e9373afc71998be5484e39d2218</id>
<content type='text'>
More futureproof if anything else is added to the layout.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
More futureproof if anything else is added to the layout.
</pre>
</div>
</content>
</entry>
</feed>
