<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unexpected-keyboard/res/values-land/dimens.xml, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/'/>
<entry>
<title>Fix various linter warnings</title>
<updated>2024-02-10T17:10:49+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2024-02-10T17:03:09+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=f4d88cc0876ec29ff46dbda0159168ebee637afb'/>
<id>f4d88cc0876ec29ff46dbda0159168ebee637afb</id>
<content type='text'>
Among others:
- Use `apply` instead of `commit` when saving shared preferences.
- Avoid inlined Api
- Remove unused resources
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Among others:
- Use `apply` instead of `commit` when saving shared preferences.
- Avoid inlined Api
- Remove unused resources
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor: Remove dimens used as option defaults</title>
<updated>2023-06-03T18:20:09+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2023-06-03T18:20:09+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=f451902efa074a58953f9f5d69dd56812d854661'/>
<id>f451902efa074a58953f9f5d69dd56812d854661</id>
<content type='text'>
The conversion into px was done twice, leading to wrong values.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The conversion into px was done twice, leading to wrong values.
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate option for bottom margin in landscape mode</title>
<updated>2023-01-15T18:19:07+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2023-01-15T18:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=fd0f0d54766de6c5621e5a09e192f75f3c05782c'/>
<id>fd0f0d54766de6c5621e5a09e192f75f3c05782c</id>
<content type='text'>
A large margin in portrait mode is desirable but generally not in
landscape mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A large margin in portrait mode is desirable but generally not in
landscape mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate option for horizontal margin in landscape mode</title>
<updated>2023-01-15T18:11:08+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2023-01-15T18:11:08+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=a1999621178ad9fd1de713a9b9f485f110e4d899'/>
<id>a1999621178ad9fd1de713a9b9f485f110e4d899</id>
<content type='text'>
A separate option is needed, the +25dp offset wasn't enough.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A separate option is needed, the +25dp offset wasn't enough.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix inconsistent text size in landscape mode</title>
<updated>2022-06-06T14:17:43+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2022-06-06T14:17:43+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=e0131fa6b01ada40905ccd365da4511c2a88dc1c'/>
<id>e0131fa6b01ada40905ccd365da4511c2a88dc1c</id>
<content type='text'>
Dimens weren't refreshed when the orientation changed. Dimens are not
the right solution anyway, use scaling factors instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dimens weren't refreshed when the orientation changed. Dimens are not
the right solution anyway, use scaling factors instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase horizontal spacing in landscape mode</title>
<updated>2022-06-06T14:15:35+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2022-06-06T13:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=b236a74b648399c92675558e2674478fc24c3be5'/>
<id>b236a74b648399c92675558e2674478fc24c3be5</id>
<content type='text'>
Space between the keys and margin on the left and right edges of the
screen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Space between the keys and margin on the left and right edges of the
screen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Compute text size relative to key height</title>
<updated>2022-02-27T00:50:24+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2022-02-27T00:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=23685ddb3c7a4a9a0c757a12330b4cf45aa0707e'/>
<id>23685ddb3c7a4a9a0c757a12330b4cf45aa0707e</id>
<content type='text'>
Instead of a fixed size that don't work at all for bigger screens.

Other tweaks:
- Use the value-land dimens to vary 'extra_horizontal_margin'
- Move label size to Config, because it can change at runtime (rotation)
- Slightly decrease the size of "long" symbols
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of a fixed size that don't work at all for bigger screens.

Other tweaks:
- Use the value-land dimens to vary 'extra_horizontal_margin'
- Move label size to Config, because it can change at runtime (rotation)
- Slightly decrease the size of "long" symbols
</pre>
</div>
</content>
</entry>
<entry>
<title>Auto-format Java and XML files</title>
<updated>2021-12-19T18:44:27+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2021-12-19T18:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=1cfecbdf48edb65cc0be8b017c8f389f91212a32'/>
<id>1cfecbdf48edb65cc0be8b017c8f389f91212a32</id>
<content type='text'>
Use xmllint.
Re-indent Java files using spaces.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use xmllint.
Re-indent Java files using spaces.
</pre>
</div>
</content>
</entry>
<entry>
<title>Emoji pane</title>
<updated>2015-10-24T14:32:49+00:00</updated>
<author>
<name>jaguillo</name>
</author>
<published>2015-10-24T14:32:49+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=8bd0214e2695c2a621624967a595a069902e6fdd'/>
<id>8bd0214e2695c2a621624967a595a069902e6fdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Todo settings</title>
<updated>2015-08-08T13:26:23+00:00</updated>
<author>
<name>juloo</name>
</author>
<published>2015-08-08T13:26:23+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=c29a2a9c9cd08805f003005c5d884b6cf051505b'/>
<id>c29a2a9c9cd08805f003005c5d884b6cf051505b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
