1
0
Fork 0
Commit graph

831 commits

Author SHA1 Message Date
Tom
6c19edc8a3
Allow predictive mode in URLs and e-mail addresses (#88) 2022-10-21 11:06:52 +03:00
Tom
8534a7022a
Add Dutch language (#84)
* Add Dutch language
2022-10-20 11:28:09 +03:00
Dimo Karaivanov
acb48b7999
* fixed not updating the priority of uppercase words (#76)
* OK button now always accepts the entire current suggestion (as it should)

* LEFT button accepts the current word as-is

* in Predictive mode, when there are no more dictionary matches after the last key pressed, suggest all words ending with the letters for that key, instead of only the first one

* OK button now performs the default action when supported by the application (e.g. submit a message, go to a web page, etc...)

* smarter automatic text case selection in Predictive mode

* suggestion stem filter in Predictive mode

* all emoji are graphical

* updated the docs
2022-10-17 08:50:46 +03:00
Dimo Karaivanov
575293edb9
* each input mode is now in a separate file (#75)
* fixed mode 123 being incorrectly forced after typing in a numeric field, then going to a text field

* simplified context usage everywhere

* added some missing translations

* moved the Soft Key view to the SoftKey class to avoid memory leaks and to simplify the code a bit
2022-10-14 18:00:45 +03:00
Dimo Karaivanov
8d85215444
Restore Add word (#73)
* adding words to the dictionary is possible again

* removed some unused code

* updated Readme files

* special key handlers now validate the input mode themselves

* improved language validation and error handling here and there
2022-10-11 10:53:03 +03:00
Dimo Karaivanov
78b6681812
Total engine refactoring (#44)
* totally refactored the Languages, the Database and the IME module. New and more clear folder/package structure

* CharMap and LangHelper are no more

* removed many unused icons, translations and other resources

* deleted the old keymap samples

* Update user-manual.md

* Preferences are stored in Preferences, not in the database.

* removed some unclear and unused settings from the Preferences screen and the code.

* fixed issues with displaying the UI

* removed all non-English words and words with foreign spelling from the English dictionary

* 0 now works as it should in all modes.

* a more clear newline character in suggestions view

* last used input mode is now preserved and restored the next time

* removed the smiley and symbol dialogs

* capsMode -> textCase

* language names are no longer translated

* updated build instructions

* better use of threads for DB operations

* current text candidate is as long as the sequence, to make it more intuitive

* single characters are added to the end of the suggestion, when there are no more in the database

* Added ѝ to Bulgarian character map

* disabled adding words in a user-friendly manner

* when adding a new word is not possible, a toast message appears, for better user experience

* an error is logged when there are duplicate language IDs

* settings -> settings_legacy

* custom Logger class for easier debugging and no logcat flood in the Release version

* removed unnecessary single letters and invalid words from the dictionaries

* more translations cleanup; also corrected some weird translations

* upgraded gradle
2022-10-03 15:28:24 +03:00
sspanak
af172b79c9 added privacy policy to the user manual 2022-08-26 16:55:02 +03:00
sspanak
e5b937b995 fixed the user version being incorrectly incremented more than it should 2022-08-15 10:00:35 +03:00
sspanak
941fb3e754 fix unsupported requestShowSelf() usage on old Android versions 2022-08-14 17:49:33 +03:00
Dimo Karaivanov
c19c29912b
More code cleanup (#37)
* fixed the UI not appearing when a text field is re-focused

* cleaned up TraditionalT9.onStartInput() (removed the dependence on the deprecated KeyboardView.OnKeyboardActionListener)
2022-08-06 09:31:10 +03:00
Dimo Karaivanov
5d3894e403
Settings in SharedPreferences (#36)
* moved all settings from SQLite to SharedPreferences. The database now contains only dictionaries.

* removed key remapping, dictionary backup and nuke functions along with a bunch of unused code and translations
2022-08-05 14:18:53 +03:00
sspanak
8a025297c3 added missing main license and fixed several broken/missing documentation links 2022-07-31 08:35:23 +03:00
Dimo Karaivanov
b5e44e2a51
Initial code cleanup (#34)
* slightly optimized candidate scrolling animation

* added missing Russian translations

* the soft keys fit properly on the screen

* central soft key is now always 'OK', because users do not care about the exact functions it performs in the code

* removed 'mode notify'; it wasn't working on Android 11 anyway

* removed 'space on 0' option; 0 is always 'space' now

* disallowed global key remapping and removed the app setting
2022-07-30 12:11:22 +03:00
Dimo Karaivanov
24ec816681
New logo and updated documentation (#33)
* new logo

* updated license and readme files

* renamed the Java package name again
2022-07-23 15:13:18 +03:00
Dimo Karaivanov
004b06d694
"Back" can now delete text / Nokia style :) (#32)
* Back key deletes text in non-empty text fields

* fixed ignoring of TYPE_CLASS_PHONE input fields

* initial user manual
2022-07-16 17:19:10 +03:00
Dimo Karaivanov
a250d66bbd building improvements: new versioning system and app ID (#30)
* new versioning system based on git

* changed the application ID in compliance with the F-Droid inclusion policy

* updated documentation
2022-07-16 12:15:21 +03:00
sspanak
f4c93bf22b updated all language icons to use the same font and style and also be readable on higher DPI screens 2022-07-11 08:56:48 +03:00
Dimo Karaivanov
4cef087207 Bulgarian language
* don't add Ukrainian chars to Russian language database
* use a common punctuation map instead of repeating it for all languages
* added bulgarian language

Co-authored-by: akasaka <akasaka@somewhereinthe.box>
2022-07-11 08:56:48 +03:00
sspanak
336b569faa New beginning (#1)
* removed signing config when building a release
* slightly reorganized project structure
* .editorconfig
* updated README
2022-07-11 08:56:30 +03:00
Dimo Karaivanov
0a81e6845f
Make it buildable in 2022 (#41)
* Bump up to android-28, gradle 7.2

* updated gradle 2.2.1 -> 7.3.3

* readjusted API Level versions to support Mocor5 devices (hopefully)

* no longer using the deprecated notification.setLatestEventInfo()

* updated permissions list for compatibility with Android 9+

Co-authored-by: Ratmir Karabut <rkarabut@gmail.com>
2022-06-14 10:39:56 +10:00
Akasaka Ryuunosuke
a352deca43
Fix #29 (wrong route taken in handler when keymap is off) (#30)
* (nitpicking) Add "space on 0" proper description

* Fix https://github.com/Clam-/TraditionalT9/issues/29

Co-authored-by: akasaka <akasaka@somewhereinthe.box>
2021-02-22 21:33:23 +11:00
Clam-
6e9cc238e7
Merge pull request #19 from iaros/Clam+ukrainian
Add support for Ukrainian layout and edit French layout
2018-01-22 14:09:54 +11:00
iaros
b618d2522f
Update strings.xml
Corrected typo
2018-01-18 11:54:20 +01:00
iaros
135ed33a14 Merge pull request #3 from iaros/patch-1
Merge fixes from patch branch
2017-04-08 01:18:23 +03:00
iaros
60204283d6 Some credits for Ukrainian wordlist 2017-04-03 00:05:31 +03:00
iaros
0692ff64e0 Add Ukrainian dictionary (test) 2017-04-02 13:19:35 +03:00
iaros
9c82ef97dc Fixed t9 lookup for Ukrainian 2017-04-02 13:14:47 +03:00
iaros
7e8ffd88b0 Unicode header removed 2017-03-31 02:34:28 +03:00
iaros
4e815621a3 And final fixing of broken layout 2017-03-31 02:18:47 +03:00
iaros
60db3f76db More fixing broken layouts 2017-03-31 02:12:47 +03:00
iaros
569188068e More repair formatting + fix broken layouts 2017-03-31 02:01:56 +03:00
iaros
ee12a27cd8 More repair formatting 2017-03-31 02:00:25 +03:00
iaros
3a22ff9d91 Repair formatting 2017-03-31 01:32:28 +03:00
iaros
1b2c0c8d8d Repair formatting 2017-03-31 01:26:50 +03:00
iaros
70a06e812d Merge pull request #2 from iaros/patch-1
Add Ukrainian support; Edit French layout
2017-03-28 06:27:58 +03:00
iaros
cd56dd182f Ukrainian/French layout
Add basic support for Ukrainian layout;
Add missing chars to French layout; 
Remove unused chars in French layout; 
Rearrange French layout.
2017-03-28 06:08:21 +03:00
iaros
2673a3067b Re-add Ukrainian description 2017-03-28 06:05:55 +03:00
iaros
0816fa6596 Delete playstore-uk.txt 2017-03-28 06:05:24 +03:00
iaros
d24ffed64b Ukrainian translation with updated changes info 2017-03-28 05:59:12 +03:00
iaros
adda05dcdc Add Ukrainian indication 2017-03-28 05:57:55 +03:00
iaros
b69e3ffa17 Add Ukrainian indication 2017-03-28 05:57:08 +03:00
iaros
eaba1d2422 Edited to add support for Ukrainian layout 2017-03-28 05:54:38 +03:00
iaros
02addf6937 Add files via upload
Ukrainian resources
2017-03-28 05:53:01 +03:00
iaros
eff3c49333 Create arrays.xml
Ukrainian resources
2017-03-28 05:50:08 +03:00
iaros
62d97dce0b Merge pull request #1 from Clam-/master
Merge latest updates from Clam
2017-03-28 05:43:55 +03:00
Clam-
4b995fa582 Update keymap.txt.sample 2016-03-28 00:06:28 +11:00
Clam
e08c4a4fde Fixed #11 and #5, changed remapping feature
* Added "Space on Zero" option to address #5
* Implemented quick and simple fix for #11
* Expanded remapping feature. Can remap just IME keys or OSwide.
2016-03-19 23:15:53 +11:00
Clam
1b15cd0928 Added initial Italian support + more:
* Added "word at cursor" search when adding new word.
* Attempted crashfix for weird suggestion building crash
2016-01-13 16:09:28 +11:00
Clam
81d3bd65bb Fix crash on view create 2016-01-04 00:41:56 +11:00
Clam
f486fbbde5 Fix crash when trying to scroll (no) suggestions 2016-01-01 12:25:27 +11:00