<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unexpected-keyboard/res/layout/emoji_pane.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>Refactor: Remove unecessary view in emoji pane</title>
<updated>2024-06-16T20:19:20+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2024-01-13T23:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=bad2e8c23779df732a5bd4f7364abb748161569d'/>
<id>bad2e8c23779df732a5bd4f7364abb748161569d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor: Keyboard2View: Take layout id attr</title>
<updated>2024-01-13T22:22:26+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2024-01-13T22:22:26+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=b114c78bf16e39918b9cbc20a995e0aa7c996b26'/>
<id>b114c78bf16e39918b9cbc20a995e0aa7c996b26</id>
<content type='text'>
Removes EmojiBottomRow.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes EmojiBottomRow.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add left/right slider to the emoji pane</title>
<updated>2023-10-28T18:14:32+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2023-10-28T18:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=148bed769a14f9f5efed84e8d9391e0ace813bd2'/>
<id>148bed769a14f9f5efed84e8d9391e0ace813bd2</id>
<content type='text'>
This entirely changes the implementation of the bottom row in the emoji
pane.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This entirely changes the implementation of the bottom row in the emoji
pane.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve emoji pane layout</title>
<updated>2022-12-11T15:26:50+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2022-12-11T15:20:51+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=199ca5cf03f1778d9a41622f4b0ed02912c2a20b'/>
<id>199ca5cf03f1778d9a41622f4b0ed02912c2a20b</id>
<content type='text'>
The measurement function was wrong in some situations. Set a width for
columns and properly configure the GridView.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The measurement function was wrong in some situations. Set a width for
columns and properly configure the GridView.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add themes</title>
<updated>2021-12-29T23:26:05+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2021-12-29T23:26:05+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=093a00c572a29d292bc6bbb09559611cb61e1331'/>
<id>093a00c572a29d292bc6bbb09559611cb61e1331</id>
<content type='text'>
Add a "Theme" option to choose between a dark and light theme.
The light theme uses the colors of the dark theme with the luminance
inversed.

The reloading after a configuration change is changed slightly:
- Special handling is needed when the Theme is changed (recreate the views)
- The default implementation of 'onConfigurationChanged' is used
  Which triggers more refresh (but don't recreate the views)
- 'onCreateInputView' is no longer needed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a "Theme" option to choose between a dark and light theme.
The light theme uses the colors of the dark theme with the luminance
inversed.

The reloading after a configuration change is changed slightly:
- Special handling is needed when the Theme is changed (recreate the views)
- The default implementation of 'onConfigurationChanged' is used
  Which triggers more refresh (but don't recreate the views)
- 'onCreateInputView' is no longer needed
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the themes abstraction</title>
<updated>2021-12-28T18:12:50+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2021-12-28T18:12:50+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=40b1ec63a932606fb432ee81801acf147e9ee70e'/>
<id>40b1ec63a932606fb432ee81801acf147e9ee70e</id>
<content type='text'>
Themes replace 'colors.xml' and soon will replace 'dimens.xml'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Themes replace 'colors.xml' and soon will replace 'dimens.xml'.
</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>Update the list of emojis</title>
<updated>2021-01-16T23:20:09+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2021-01-16T20:57:51+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=a165a0ab2e3acc4ba89139e61825229fd38d67eb'/>
<id>a165a0ab2e3acc4ba89139e61825229fd38d67eb</id>
<content type='text'>
Take the list from https://unicode.org/Public/emoji/13.1/emoji-test.txt
Also change the list of groups, from the same source.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Take the list from https://unicode.org/Public/emoji/13.1/emoji-test.txt
Also change the list of groups, from the same source.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some bugs + Try to show a preview popup</title>
<updated>2015-10-27T23:39:20+00:00</updated>
<author>
<name>jaguillo</name>
</author>
<published>2015-10-27T23:39:20+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=804e9a7adcc58d81327873ba787c2230eeee350b'/>
<id>804e9a7adcc58d81327873ba787c2230eeee350b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve init of emoji pane</title>
<updated>2015-10-27T14:05:50+00:00</updated>
<author>
<name>jaguillo</name>
</author>
<published>2015-10-27T14:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=8716801261b2f1f494b97fb33d17520bba97340d'/>
<id>8716801261b2f1f494b97fb33d17520bba97340d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
