<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Android/app/src/main/res/layout-ldrtl, branch master</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Android: Show input indicators in controller settings</title>
<updated>2025-06-07T08:20:20+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2025-05-14T16:14:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1002f296918153c55dca674b3d70a54485f00306'/>
<id>1002f296918153c55dca674b3d70a54485f00306</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Fix incorrect ID in layout-ldrtl/list_item_mapping.xml</title>
<updated>2025-05-01T09:57:07+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2025-05-01T08:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=d64c20a67cc3f000dc81b3d2b36df99c7430d31b'/>
<id>d64c20a67cc3f000dc81b3d2b36df99c7430d31b</id>
<content type='text'>
Probably a copy-paste error from layout-ldrtl/list_item_setting.xml.
This error made it so a long setting name could overlap with the
checkbox next to it if Dolphin was running with right-to-left layout.

The incorrect ID was apparently also causing the app:lintVitalRelease
build task to fail. I guess we're not running that build task, because I
only heard of this from someone building Dolphin locally.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Probably a copy-paste error from layout-ldrtl/list_item_setting.xml.
This error made it so a long setting name could overlap with the
checkbox next to it if Dolphin was running with right-to-left layout.

The incorrect ID was apparently also causing the app:lintVitalRelease
build task to fail. I guess we're not running that build task, because I
only heard of this from someone building Dolphin locally.
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Add the advanced input mapping dialog</title>
<updated>2023-03-07T16:39:30+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2022-12-27T15:29:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c2779aef060137d9062cfd29babb3c43fc5fa2b5'/>
<id>c2779aef060137d9062cfd29babb3c43fc5fa2b5</id>
<content type='text'>
It's missing a lot of features from the PC version for now, like
buttons for inserting functions and the ability to see what the
expression evaluates to. I mostly just wanted to get something in
place so you can set up rumble.

Co-authored-by: Charles Lombardo &lt;clombardo169@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's missing a lot of features from the PC version for now, like
buttons for inserting functions and the ability to see what the
expression evaluates to. I mostly just wanted to get something in
place so you can set up rumble.

Co-authored-by: Charles Lombardo &lt;clombardo169@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Hide controller mappings button when controller type is None</title>
<updated>2023-03-02T17:25:10+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2023-02-27T21:04:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=96deb2d8971fd5c9d0644bc0fae9155334c76153'/>
<id>96deb2d8971fd5c9d0644bc0fae9155334c76153</id>
<content type='text'>
Also removed the make_sure_continuous_scan_enabled message.
It doesn't make sense with the new UX.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also removed the make_sure_continuous_scan_enabled message.
It doesn't make sense with the new UX.
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Add a button for accessing controller mappings</title>
<updated>2023-02-27T19:10:24+00:00</updated>
<author>
<name>JosJuice</name>
<email>josjuice@gmail.com</email>
</author>
<published>2023-02-26T11:45:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8acc39cc3f769dc378d5231ddeb634a08114f40d'/>
<id>8acc39cc3f769dc378d5231ddeb634a08114f40d</id>
<content type='text'>
The settings GameCube Controller N and Wii Remote N (where N is a number)
have two purposes: You can select what controller type you want to use,
and also, when you select a controller type (even if you're selecting the
one that already is selected), the mapping settings open. This second part
is less discoverable than it ideally should be. I'm changing it so that
there now is a button for opening the mapping settings instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The settings GameCube Controller N and Wii Remote N (where N is a number)
have two purposes: You can select what controller type you want to use,
and also, when you select a controller type (even if you're selecting the
one that already is selected), the mapping settings open. This second part
is less discoverable than it ideally should be. I'm changing it so that
there now is a button for opening the mapping settings instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Fix rtl layout for cheat list items</title>
<updated>2023-01-24T13:25:47+00:00</updated>
<author>
<name>Charles Lombardo</name>
<email>clombardo169@gmail.com</email>
</author>
<published>2023-01-24T03:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2904e28d9105e84887cbf20745e7ebd3fb11ca53'/>
<id>2904e28d9105e84887cbf20745e7ebd3fb11ca53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Replace Checkbox with MaterialSwitch</title>
<updated>2022-12-10T05:23:07+00:00</updated>
<author>
<name>Charles Lombardo</name>
<email>clombardo169@gmail.com</email>
</author>
<published>2022-12-10T05:23:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=2555e3720b15b089e99afed2102a6bc7fab06b30'/>
<id>2555e3720b15b089e99afed2102a6bc7fab06b30</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 view binding</title>
<updated>2022-10-29T15:05:09+00:00</updated>
<author>
<name>Charles Lombardo</name>
<email>clombardo169@gmail.com</email>
</author>
<published>2022-09-23T23:55:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5c30f65bbba66eacc16694e81827f75e1982ec43'/>
<id>5c30f65bbba66eacc16694e81827f75e1982ec43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: App redesign with multi-theme system</title>
<updated>2022-08-31T22:01:15+00:00</updated>
<author>
<name>Charles Lombardo</name>
<email>clombardo169@gmail.com</email>
</author>
<published>2022-06-04T04:47:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=940a38f172c987c84eddd60d9c5bfff72f4449d7'/>
<id>940a38f172c987c84eddd60d9c5bfff72f4449d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Fix in-game menu font spacing and checkbox margin</title>
<updated>2022-01-28T21:29:42+00:00</updated>
<author>
<name>Simonx22</name>
<email>simon@oatmealdome.me</email>
</author>
<published>2022-01-28T20:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5a4d838e7bb820e2349b2d894402b1eb209afbb8'/>
<id>5a4d838e7bb820e2349b2d894402b1eb209afbb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
