You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.
Hi. I've been using the Flow soft keyboard for years, it's a a keyboard optimized for single finger swiping in English with the most common letters & letter groupings located as close to the centre or adjacent to common letter groupings as possible, unfortunately the developer appears inactive and it now exhibits several little bugs on Android Pie & Android 10 making it less easy to use. As ASK now supports swipe it would be ideal to incorporate this innovative layout into ASK.
It has an open source licence so this layout (which I've called "Eastman THERM" after the developer, followed by main key layout ie "THERM" as someone here might produce a different layout optimised for a different language).
Licence here https://sourceforge.net/projects/flowkeyboard/ and original code etc
Unfortunately I'm no coder & haven't created an apk or even run it as a virtual device on Android Studio yet, so hope someone here could help.
I've made an attempt to combine the basic layout of the Flow keyboard while also keeping features & behaviors of ASK eg same symbols will appear when long pressing for most popups. (there are a couple of duplicate symbols for this reason). I suspect one drawback is likely to be the the generic bottom row used by ASK which doesn't suit this layout, likewise with some others eg EN Keyboard, Halmak etc, but at least we might have a functional layout.
So I'll post the code I've "hacked" here, no doubt there are likely some errors not to mention completely wrong coding ie I've used the @interger coding from the utility keyboard of the main module eg android:codes="@integer/key_code_voice_input but I don't know if it'll work within the language pack. Also I'm not sure what effect using the code "isfunctional" on keys within the normal key area will have. Also you'll see I've "commented out" some code in favour of another line,
My extended version with extra keys on sides for better usability as most phones have wide enough screens and keys should be small to aid swiping speed rather than spread across the whole screen.
`
I've also added the above keyboards to the english_pack_strings, english_pack_strings_dont_translate, english_keyboards files but I won't post for now as this is long enough already & no doubt there will be others that need updating.
All feedback,suggestions & critique welcome
The text was updated successfully, but these errors were encountered:
IronJunkie
changed the title
New Keyboard layout, Eastman THERM, optomized for one finger swiping
[Request] New Keyboard layout, Eastman THERM, optomized for one finger swiping
Sep 18, 2019
IronJunkie
changed the title
[Request] New Keyboard layout, Eastman THERM, optomized for one finger swiping
[Feature Request] New Keyboard layout, Eastman THERM, optomized for one finger swiping
Oct 4, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi. I've been using the Flow soft keyboard for years, it's a a keyboard optimized for single finger swiping in English with the most common letters & letter groupings located as close to the centre or adjacent to common letter groupings as possible, unfortunately the developer appears inactive and it now exhibits several little bugs on Android Pie & Android 10 making it less easy to use. As ASK now supports swipe it would be ideal to incorporate this innovative layout into ASK.
The original app is here https://play.google.com/store/apps/details?id=com.enchantedcode.flow&hl=en
It has an open source licence so this layout (which I've called "Eastman THERM" after the developer, followed by main key layout ie "THERM" as someone here might produce a different layout optimised for a different language).
Licence here https://sourceforge.net/projects/flowkeyboard/ and original code etc
Unfortunately I'm no coder & haven't created an apk or even run it as a virtual device on Android Studio yet, so hope someone here could help.
I've made an attempt to combine the basic layout of the Flow keyboard while also keeping features & behaviors of ASK eg same symbols will appear when long pressing for most popups. (there are a couple of duplicate symbols for this reason). I suspect one drawback is likely to be the the generic bottom row used by ASK which doesn't suit this layout, likewise with some others eg EN Keyboard, Halmak etc, but at least we might have a functional layout.
So I'll post the code I've "hacked" here, no doubt there are likely some errors not to mention completely wrong coding ie I've used the @interger coding from the utility keyboard of the main module eg android:codes="@integer/key_code_voice_input but I don't know if it'll work within the language pack. Also I'm not sure what effect using the code "isfunctional" on keys within the normal key area will have. Also you'll see I've "commented out" some code in favour of another line,
Basic Eastman THERM layout
`
My extended version with extra keys on sides for better usability as most phones have wide enough screens and keys should be small to aid swiping speed rather than spread across the whole screen.
`
I've also added the above keyboards to the english_pack_strings, english_pack_strings_dont_translate, english_keyboards files but I won't post for now as this is long enough already & no doubt there will be others that need updating.
All feedback,suggestions & critique welcome
The text was updated successfully, but these errors were encountered: