<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Android/app, branch 2409</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Merge pull request #12863 from JosJuice/android-gamepad-sensors</title>
<updated>2024-08-18T12:48:30+00:00</updated>
<author>
<name>Tilka</name>
<email>tilkax@gmail.com</email>
</author>
<published>2024-08-18T12:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=10f06a48ef3e1f5d8460222bb5290d598f934ba2'/>
<id>10f06a48ef3e1f5d8460222bb5290d598f934ba2</id>
<content type='text'>
Android: Fix and enable input device sensor input</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Android: Fix and enable input device sensor input</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #12965 from JosJuice/android-ndk-27</title>
<updated>2024-07-30T17:09:53+00:00</updated>
<author>
<name>OatmealDome</name>
<email>OatmealDome@users.noreply.github.com</email>
</author>
<published>2024-07-30T17:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=0c183936913069f68d9922374d5878bde3f46362'/>
<id>0c183936913069f68d9922374d5878bde3f46362</id>
<content type='text'>
Android: Update to NDK 27.0.12077973</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Android: Update to NDK 27.0.12077973</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Update to NDK 27.0.12077973</title>
<updated>2024-07-30T16:24:48+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2024-07-30T16:24:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=91a323df9654d66dd065a58c52324b70f63bfac4'/>
<id>91a323df9654d66dd065a58c52324b70f63bfac4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change Dual Core (speedup) to Dual Core (speedhack)</title>
<updated>2024-07-28T10:56:58+00:00</updated>
<author>
<name>MayImilae</name>
<email>mayimilae@gmail.com</email>
</author>
<published>2024-07-28T10:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=9a730bacce411e9a4ad68e58d8275d1a16ef595f'/>
<id>9a730bacce411e9a4ad68e58d8275d1a16ef595f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Android: Disable input device sensor input due to crash"</title>
<updated>2024-07-28T09:29:17+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2024-06-15T12:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=91930459895f179f360414ae9a0d7a9253a4fedd'/>
<id>91930459895f179f360414ae9a0d7a9253a4fedd</id>
<content type='text'>
This reverts commit 75fb1a7edfb12f490b08ab0b76a8e2f1536d2d9b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 75fb1a7edfb12f490b08ab0b76a8e2f1536d2d9b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Add workaround for AOSP input device sensor suspend bug</title>
<updated>2024-07-28T09:29:17+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2024-07-20T19:41:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=59cbe5a84324e079535babce673c9116d2cfe56f'/>
<id>59cbe5a84324e079535babce673c9116d2cfe56f</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 structural equality for sensorDetails</title>
<updated>2024-07-28T09:29:02+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2024-07-20T19:06:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7b0a7f15b08bf59437627e33946f2c301948317a'/>
<id>7b0a7f15b08bf59437627e33946f2c301948317a</id>
<content type='text'>
To fix the crash in input device sensor handling, we should look up
Sensors using structural equality. Unfortunately, Sensor.equals
implements referential equality, and HashMap doesn't let us provide a
custom comparator. Because the number of sensors is relatively small,
and because we have a reason to keep a sorted list of sensors around
anyway, let's switch from HashMap to ArrayList.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To fix the crash in input device sensor handling, we should look up
Sensors using structural equality. Unfortunately, Sensor.equals
implements referential equality, and HashMap doesn't let us provide a
custom comparator. Because the number of sensors is relatively small,
and because we have a reason to keep a sorted list of sensors around
anyway, let's switch from HashMap to ArrayList.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #12856 from LillyJadeKatrin/retroachievements-pause-v2</title>
<updated>2024-07-04T20:53:04+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2024-07-04T20:53:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5ea3d9fca00f912f3c89149a6bf26551c59a79c1'/>
<id>5ea3d9fca00f912f3c89149a6bf26551c59a79c1</id>
<content type='text'>
Handle Pausing in AchievementManager</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle Pausing in AchievementManager</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #12903 from MayImilae/logos-update</title>
<updated>2024-07-02T06:11:12+00:00</updated>
<author>
<name>OatmealDome</name>
<email>OatmealDome@users.noreply.github.com</email>
</author>
<published>2024-07-02T06:11:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=656a5a18db39fb9bc3342a0636c0101fe774e7ac'/>
<id>656a5a18db39fb9bc3342a0636c0101fe774e7ac</id>
<content type='text'>
Logo refresh for android, windows, and linux</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Logo refresh for android, windows, and linux</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #12823 from JosJuice/android-new-version-code</title>
<updated>2024-07-02T02:04:18+00:00</updated>
<author>
<name>OatmealDome</name>
<email>OatmealDome@users.noreply.github.com</email>
</author>
<published>2024-07-02T02:04:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1bec2b6484583a1361365c3e5a4120d90a6e6c91'/>
<id>1bec2b6484583a1361365c3e5a4120d90a6e6c91</id>
<content type='text'>
Android: Adopt a new versionCode scheme</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Android: Adopt a new versionCode scheme</pre>
</div>
</content>
</entry>
</feed>
