Commit Graph

888 Commits

Author SHA1 Message Date
Tibor Kaputa 5125f36f10
Merge pull request #236 from Usland123/patch-1
Update strings.xml
2023-09-07 12:25:02 +02:00
Ensar Sarajčić e8baf2d566 Migrate to version catalog 2023-09-07 12:11:13 +02:00
Usland 3ee83ce311
Update strings.xml 2023-09-02 20:27:57 +03:00
Ensar Sarajčić e0fa3fd919 Ensure no multiple capital letters appear without using delay
This fixes the issue of capitalizing two letters when SHIFT is active,
but it does not use delay. It instead always updates shift state right
right after a key press, to ensure it is in the right state as soon as
next key is typed. This removes the delay added in #210.
2023-08-31 13:38:20 +02:00
Tibor Kaputa 25918d4660
Merge pull request #232 from esensar/feature/229-emoji-categories
Add emoji categories to emoji list
2023-08-30 15:39:13 +02:00
Ensar Sarajčić 8137b71a32 Fix emoji palette bottom bar colors 2023-08-30 15:28:00 +02:00
Ensar Sarajčić 0ea9f39ce2 Stop active scroll when emoji category is tapped 2023-08-30 13:52:26 +02:00
Ensar Sarajčić 967485bd44 Use same color as surrounding buttons for inactive emoji category icon 2023-08-30 13:50:32 +02:00
Ensar Sarajčić 7cb5fbe8a2 Make categories fit available screen size 2023-08-30 11:41:28 +02:00
Ensar Sarajčić e915500171 Fix category coloring behavior 2023-08-30 11:25:50 +02:00
Ensar Sarajčić e38ba4ed19 Fix emoji category colors on light theme 2023-08-30 09:49:47 +02:00
J. Lavoie 0b59c036ca
Translated using Weblate (Italian)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Keyboard
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-keyboard/it/
2023-08-29 19:44:43 +02:00
Ensar Sarajčić 4f10e4a5d4 Add missing keys to german keyboard
This closes #226
2023-08-28 11:37:36 +02:00
Ensar Sarajčić b7383c7594 Move categories to bottom bar 2023-08-28 11:01:37 +02:00
Ensar Sarajčić 5e0eb1fb00 Center emoji tabs 2023-08-28 10:58:48 +02:00
Ensar Sarajčić 30759e301e Add emoji categories to emoji list
This closes #229
2023-08-28 10:54:30 +02:00
fatih ergin bc081164b8 make settings activity's navigation bar transparent 2023-08-22 00:55:55 +03:00
fatih ergin 3db1fdb9f9 use common helper function for binding activities 2023-08-21 23:44:13 +03:00
fatih ergin 27e054e023 migrate remaining inflated layouts to viewbinding 2023-08-17 20:00:58 +03:00
fatih ergin c1b972998f update commons ref 2023-08-17 19:40:36 +03:00
fatih ergin a1e6636159 migrate views to viewbinding 2023-08-17 00:54:12 +03:00
fatih ergin dccded4d72 migrate dialogs to viewbinding 2023-08-17 00:22:58 +03:00
fatih ergin 1972063ca6 migrate adapters to viewbinding 2023-08-17 00:21:18 +03:00
fatih ergin ee2422b3c3 migrate activities to viewbinding 2023-08-16 23:05:36 +03:00
fatih ergin aa42c280c3 enable viewbinding
update compile sdk to 34
update kotlin version to 1.9.0
2023-08-16 22:48:20 +03:00
Tibor Kaputa 77c5f143ce
Merge pull request #224 from esensar/fix/emoji-deletion
Use BreakIterator to count characters to delete
2023-07-26 16:43:28 +02:00
Tibor Kaputa 4f926ea61c
Merge pull request #219 from telextractor/turkish-fix
Fixed Turkish Q layout
2023-07-26 16:41:22 +02:00
Tibor Kaputa bbcf3de09f
Merge pull request #223 from spkprs/patch-8
Update strings.xml
2023-07-26 16:40:50 +02:00
Ensar Sarajčić ded7159d3b Use BreakIterator to count characters to delete
Since emoji characters take up multiple characters, this
uses BreakIterator from android.icu to correctly determine length
of a single Unicode character. This also fixes behavior for other
Unicode characters that may be made up of multiple characters.
2023-07-26 08:29:04 +02:00
spkprs bf0c4aa1ba
Update strings.xml 2023-07-22 12:58:57 +03:00
Priit Jõerüüt 923365ca3f
Translated using Weblate (Estonian)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Keyboard
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-keyboard/et/
2023-07-21 13:06:48 +02:00
telextractor ffe7b05008 Fixed Turkish Q layout 2023-07-15 23:18:52 +05:30
Tibor Kaputa 0489f9a9b3
Merge pull request #216 from esensar/feature/autofill-light-theme
Add support for light theme for autofill suggestions
2023-07-10 09:46:56 +02:00
Ensar Sarajčić a87683ad3d Add support for light theme for autofill suggestions 2023-07-10 09:32:56 +02:00
tibbi 742522f660 update version to 5.4.7 2023-07-09 17:45:37 +02:00
tibbi 3d213c9425 updating commons 2023-07-09 17:38:57 +02:00
Tibor Kaputa a143e100db
Merge pull request #214 from esensar/feature/199-autofill-integration
Add autofill integration to the keyboard
2023-07-07 18:57:23 +02:00
Ensar Sarajčić 920514554d Remove minimum width from clipboard item 2023-07-07 18:15:39 +02:00
Ensar Sarajčić 891fe2e3c4 Use apply to make updateSuggestionsToolbarLayout cleaner 2023-07-07 17:06:35 +02:00
Ensar Sarajčić b4dc109125 Adjust clipboard_value when no autofill suggestions are available 2023-07-07 14:22:40 +02:00
Ensar Sarajčić 937bedb3eb Make clipboard item wrap_content instead of fill up parent 2023-07-07 13:56:54 +02:00
Ensar Sarajčić f1b4896a86 Remove extra empty line 2023-07-07 08:04:40 +02:00
ShareASmile e10c51b406
Translated using Weblate (Punjabi)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Keyboard
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-keyboard/pa/
2023-07-06 23:15:11 +02:00
ShareASmile fb429a5e19
Translated using Weblate (Punjabi)
Currently translated at 100.0% (34 of 34 strings)

Translation: Simple Mobile Tools/Simple Keyboard
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-keyboard/pa/
2023-07-06 23:15:11 +02:00
Ensar Sarajčić 5dadffc3ca Ensure clipboard takes all space if no autofill suggestions are available 2023-07-06 16:52:49 +02:00
Ensar Sarajčić f36216651f Remove unnecessary null check in MyKeyboardView 2023-07-06 16:31:51 +02:00
Ensar Sarajčić 3d96687c60 Use isRPlus instead of direct SDK version checks 2023-07-06 16:30:26 +02:00
Ensar Sarajčić db731afb46 Use uniform steps for larger and smaller keyboard heights 2023-07-06 16:28:07 +02:00
Ensar Sarajčić 4215a7482d Limit available keyboard sizes to a more sensible set 2023-07-06 13:02:26 +02:00
Ensar Sarajčić 6b07eeddbc Add keyboard height percentage options 2023-07-06 08:59:45 +02:00