<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Android/app/src/main/res/menu, branch master</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Add compose dependencies for Android and empty NetplaySetupActivity</title>
<updated>2026-05-19T10:02:53+00:00</updated>
<author>
<name>Tom Pratt</name>
<email>tom.pratt@outlook.com</email>
</author>
<published>2026-04-06T12:32:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c716c32ce891b340f5b287f6ae589e43832c427e'/>
<id>c716c32ce891b340f5b287f6ae589e43832c427e</id>
<content type='text'>
Derive compose colour theming from the existing XML styles already set at the activity level.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Derive compose colour theming from the existing XML styles already set at the activity level.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added latching buttons</title>
<updated>2023-08-27T17:28:53+00:00</updated>
<author>
<name>Charles Oliner</name>
<email>github.3yhhb@charlesoliner.com</email>
</author>
<published>2023-08-19T03:58:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ee395bb2e59084387e95ab8934d5e3afaa45ca83'/>
<id>ee395bb2e59084387e95ab8934d5e3afaa45ca83</id>
<content type='text'>
Added latching buttons, buttons which turn on when you press them and off when you press them again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added latching buttons, buttons which turn on when you press them and off when you press them again.
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Change how the overlay controller setting works</title>
<updated>2023-03-07T16:39:34+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2022-06-26T18:27:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1b55d7c59429ae96b014b61c5393a4dacc578cfa'/>
<id>1b55d7c59429ae96b014b61c5393a4dacc578cfa</id>
<content type='text'>
Up until now, there have been two settings on Android that stored the
selected Wii Remote extension: the normal one that's also used on PC,
and a SharedPreferences one that's used by the overlay controls to
determine what controls to show. It is possible for these two to end up
out of sync, and my input changes have made that more likely to happen.

To fix this, let's rework how the overlay controller setting works.
We don't want it to encode the currently selected Wii Remote extension.
However, we can't simply get rid of the setting, because for some Wii
games we need the ability to switch between a GameCube controller and a
Wii Remote. What this commit does is give the user the option to select
any of the 4 GameCube controllers and any of the 4 Wii Remotes. (Before,
controllers 2-4 weren't available in the overlay.) Could be useful for
things like the Psycho Mantis fight in Metal Gear Solid. I'm also
switching from SharedPreferences to Dolphin.ini while I'm at it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Up until now, there have been two settings on Android that stored the
selected Wii Remote extension: the normal one that's also used on PC,
and a SharedPreferences one that's used by the overlay controls to
determine what controls to show. It is possible for these two to end up
out of sync, and my input changes have made that more likely to happen.

To fix this, let's rework how the overlay controller setting works.
We don't want it to encode the currently selected Wii Remote extension.
However, we can't simply get rid of the setting, because for some Wii
games we need the ability to switch between a GameCube controller and a
Wii Remote. What this commit does is give the user the option to select
any of the 4 GameCube controllers and any of the 4 Wii Remotes. (Before,
controllers 2-4 weren't available in the overlay.) Could be useful for
things like the Psycho Mantis fight in Metal Gear Solid. I'm also
switching from SharedPreferences to Dolphin.ini while I'm at it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Remove the in-emulation IR sensitivity options</title>
<updated>2023-03-07T16:39:34+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2022-06-26T13:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4c326f2030fda4c23cb4374fef1dee3da0c4822d'/>
<id>4c326f2030fda4c23cb4374fef1dee3da0c4822d</id>
<content type='text'>
This too can be set in the normal controller settings now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This too can be set in the normal controller settings now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Remove the in-emulation motion control options</title>
<updated>2023-03-07T16:39:34+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2022-06-26T12:44:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=ee2c7dc24b7eee565dc298e5657d9766f712f5e3'/>
<id>ee2c7dc24b7eee565dc298e5657d9766f712f5e3</id>
<content type='text'>
You can set this in the normal controller settings now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
You can set this in the normal controller settings now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Remove old rumble implementation</title>
<updated>2023-03-03T21:28:23+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2022-09-18T12:33:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=68ebb5c33e49aec1b7a49f1b1de94ef2291d319c'/>
<id>68ebb5c33e49aec1b7a49f1b1de94ef2291d319c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #11483 from t895/grid-option-fix</title>
<updated>2023-01-24T16:49:19+00:00</updated>
<author>
<name>Mai</name>
<email>mai.iam2048@gmail.com</email>
</author>
<published>2023-01-24T16:49:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b6d2cf5e30deefbc03adf23478782eb3b70a023d'/>
<id>b6d2cf5e30deefbc03adf23478782eb3b70a023d</id>
<content type='text'>
Android: Fix grid options menu string</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Android: Fix grid options menu string</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Fix grid options menu string</title>
<updated>2023-01-24T04:44:46+00:00</updated>
<author>
<name>Charles Lombardo</name>
<email>clombardo169@gmail.com</email>
</author>
<published>2023-01-24T04:44:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=82de76510671cd171846e7540090805e04ca8a0f'/>
<id>82de76510671cd171846e7540090805e04ca8a0f</id>
<content type='text'>
Previously the string was "Settings" and not "Grid Options"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously the string was "Settings" and not "Grid Options"
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Add about dialog</title>
<updated>2023-01-18T20:58:06+00:00</updated>
<author>
<name>Charles Lombardo</name>
<email>clombardo169@gmail.com</email>
</author>
<published>2023-01-16T08:15:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b598b6ec72cde8d7c14c69254aefadce5ccc462c'/>
<id>b598b6ec72cde8d7c14c69254aefadce5ccc462c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Move game grid options to Main/TV Activities</title>
<updated>2022-12-17T07:00:48+00:00</updated>
<author>
<name>Charles Lombardo</name>
<email>clombardo169@gmail.com</email>
</author>
<published>2022-11-28T03:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=6090694eab008b88c6d4bb58f7ccf7ff7733f47d'/>
<id>6090694eab008b88c6d4bb58f7ccf7ff7733f47d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
