<feed xmlns='http://www.w3.org/2005/Atom'>
<title>unexpected-keyboard/srcs/juloo.keyboard2/VoiceImeSwitcher.java, branch skintones</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>Show a message in voice input chooser when empty</title>
<updated>2025-02-27T22:12:08+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2025-02-27T22:12:08+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=bee59aceaa97d2c97f2908cbeddd893566602f6c'/>
<id>bee59aceaa97d2c97f2908cbeddd893566602f6c</id>
<content type='text'>
This avoids creating an empty dialog that appears as a mysterious white
rectangle.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids creating an empty dialog that appears as a mysterious white
rectangle.
</pre>
</div>
</content>
</entry>
<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>Drop support for Android versions below 3.0</title>
<updated>2024-02-10T16:24:15+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2024-02-10T16:24:15+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=332413ed3c34b6e4021c3bad97625704edb8b5c6'/>
<id>332413ed3c34b6e4021c3bad97625704edb8b5c6</id>
<content type='text'>
Android 3.0 (API level 11) was released in Feb 2011.

These versions were already unsupported due to unavoidable calls to:
- MotionEvent.getActionMasked() (API 8)

And avoidable calls to:
- SharedPreferences.Editor.putStringSet() (API 11)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Android 3.0 (API level 11) was released in Feb 2011.

These versions were already unsupported due to unavoidable calls to:
- MotionEvent.getActionMasked() (API 8)

And avoidable calls to:
- SharedPreferences.Editor.putStringSet() (API 11)
</pre>
</div>
</content>
</entry>
<entry>
<title>Bring the voice IME chooser with a long press</title>
<updated>2023-12-30T00:24:21+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2023-12-30T00:24:21+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=4a5a125aea4f1edf826dd4897292ba4dc0f1d1b9'/>
<id>4a5a125aea4f1edf826dd4897292ba4dc0f1d1b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Voice IME chooser popup</title>
<updated>2023-12-29T23:56:55+00:00</updated>
<author>
<name>Jules Aguillon</name>
</author>
<published>2023-12-29T23:56:55+00:00</published>
<link rel='alternate' type='text/html' href='https://ps.run/git/unexpected-keyboard/commit/?id=51a41ec90af505b153cc7a016de3c1e8a18dc427'/>
<id>51a41ec90af505b153cc7a016de3c1e8a18dc427</id>
<content type='text'>
Bring a popup for choosing the voice IME when the voice key is pressed
for the first time or the list of voice IMEs installed on the device
change.

A preference stores the last selected IME and the last seen list of
IMEs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bring a popup for choosing the voice IME when the voice key is pressed
for the first time or the list of voice IMEs installed on the device
change.

A preference stores the last selected IME and the last seen list of
IMEs.
</pre>
</div>
</content>
</entry>
</feed>
