Commit Graph

1238 Commits

Author SHA1 Message Date
Naveen Singh
db185b4e3a feat: update backspace button position to be more consistent (#275)
Refs: https://github.com/FossifyOrg/Keyboard/issues/274
2025-09-12 09:30:04 +05:30
Shunnuo
889ef75a5f feat: added Turkish (QWERTY) layout #265 (#266)
Refs: https://github.com/FossifyOrg/Keyboard/issues/265
2025-09-09 11:01:14 +05:30
mitm-gnd
0df53719dc fix: Arabic numeral for number nine (#270)
Signed-off-by: MITM GND <m.goumrhar@tuta.io>
2025-09-09 10:51:46 +05:30
fossifybot[bot]
635da696fe chore: update lint baselines (#263)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-09-01 10:01:15 +05:30
Shunnuo
a60e81a852 feat: added latvian language layout #259 (#260)
Refs: https://github.com/FossifyOrg/Keyboard/issues/259
2025-08-31 16:55:10 +05:30
Shunnuo
0771a94f00 feat: added HCESAR layout #256 (#257)
Refs: https://github.com/FossifyOrg/Keyboard/issues/256
2025-08-30 20:14:43 +05:30
Shunnuo
a9135caa12 feat: added dutch language layout (#258)
Refs: https://github.com/FossifyOrg/Keyboard/issues/136
2025-08-30 18:34:26 +05:30
Shunnuo
f6fccd182b feat: added Portuguese layout (#255)
Refs: https://github.com/FossifyOrg/Keyboard/issues/133
2025-08-29 15:35:42 +05:30
Naveen Singh
beb7a0cc6b fix: remove non-Italian characters from Italian layout (#252)
* fix: remove non-Italian characters from Italian layout

Refs: https://github.com/FossifyOrg/Keyboard/issues/251

* docs: update changelog

* fix: add back ç

See: https://github.com/FossifyOrg/Keyboard/issues/251#issuecomment-3228497770

* fix: reorder accents to be the default on long press
2025-08-27 22:40:53 +05:30
Naveen Singh
e67fbe1ed7 fix: use proper sorting in keyboard language selection dialogs (#250)
Refs: https://github.com/FossifyOrg/Keyboard/issues/239
2025-08-27 16:34:02 +05:30
Naveen Singh
2194ea461e fix: use activity context in keyboard language management dialog (#249)
Replaced application context usage with activity context in `ManageKeyboardLanguagesAdapter` so that the proper resource is resolved as per the attached base context in BaseSimpleActivity.

Refs: https://github.com/FossifyOrg/Keyboard/issues/238
2025-08-27 15:53:53 +05:30
Naveen Singh
66f6d3f582 fix: reorder umlauts in German layouts (#248)
Refs: https://github.com/FossifyOrg/Keyboard/issues/47#issuecomment-3226019276
2025-08-27 15:06:09 +05:30
Naveen Singh
fdb921e310 refactor: remove in-app haptic feedback throttling (#247)
It doesn't seem necessary.
2025-08-26 01:18:56 +05:30
Naveen Singh
001b3a9915 fix: make accented vowels default in Spanish (#246)
Refs: https://github.com/FossifyOrg/Keyboard/issues/206
2025-08-25 23:23:54 +05:30
Naveen Singh
e6e66fa61f fix: make à, é, and ù default long‑press accents in French AZERTY (#245)
* fix: make à, é, and ù the default popup characters

Refs: https://github.com/FossifyOrg/Keyboard/issues/134
2025-08-25 23:09:49 +05:30
Naveen Singh
ace5c981c7 feat: add German QWERTZ layout without dedicated umlaut keys (#243)
Refs: https://github.com/FossifyOrg/Keyboard/issues/47
2025-08-25 22:39:02 +05:30
Naveen Singh
6fcc32351c refactor(settings): remove color customization lock and add thank you button (#240) 2025-08-25 04:02:43 +05:30
Matheus Campos
414a9e9d8f chore(l10n): update Spanish (American) translations
Currently translated at 6.5% (3 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/es_US/
Via: Weblate
2025-08-22 12:48:33 +05:30
Edgars Andersons
1f9e8b880e chore(l10n): update Latvian translations
Currently translated at 95.6% (44 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/lv/
Via: Weblate
2025-08-22 12:48:33 +05:30
Edgars Andersons
4a5a742712 chore(l10n): update Latvian translations
Currently translated at 93.4% (43 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/lv/
Via: Weblate
2025-08-22 12:48:33 +05:30
GaucovyAero
7abaf94550 chore(l10n): update Slovak translations
Currently translated at 100.0% (46 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/sk/
Via: Weblate
2025-08-22 12:48:33 +05:30
K-vala
2c74fdfb88 feat: added czech QWERTZ layout (#231)
* feat: added czech QWERTZ layout

* docs: update changelog

---------

Co-authored-by: Naveen Singh <snaveen935@gmail.com>
2025-08-15 16:03:05 +05:30
Naveen Singh
7f29b8b757 fix: perform haptic feedback on cursor move (#228)
* fix: perform haptic feedback on cursor control

This uses `HapticFeedbackConstants.TEXT_HANDLE_MOVE`, which may not work on all devices.

See: https://github.com/FossifyOrg/Keyboard/issues/222

* fix: bump `HANDLE_MOVE_MIN_MS` to 35ms

Less buzzing when swiping quickly on some devices.
2025-08-14 16:01:47 +05:30
Dario Panico
e0f617e43f feat: added Italian language layout #78 (#220)
* feat(layout): added italian layout

This commit is aimed at solving issue #78 which requested the italian keyboard layout. This layout is inspired by the enligh one, mostly removing unused characters and giving easy access to the euro (€) sign.

* docs: update changelog
2025-08-07 09:32:26 +05:30
fossifybot[bot]
272933a517 chore: update lint baselines (#216)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-08-01 09:17:06 +05:30
Vaclovas Intas
f0f2daf777 chore(l10n): update Lithuanian translations
Currently translated at 100.0% (46 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/lt/
Via: Weblate
2025-07-27 20:20:43 +05:30
rcasl
da4bc372b3 chore(l10n): update Galician translations
Currently translated at 50.0% (23 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/gl/
Via: Weblate
2025-07-27 20:20:43 +05:30
Kfir Pshititsky
c2aabc6dba chore(l10n): update Hebrew translations
Currently translated at 100.0% (46 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/he/
Via: Weblate
2025-07-27 20:20:43 +05:30
GaucovyAero
3e26d14aee chore(l10n): update Slovak translations
Currently translated at 69.5% (32 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/sk/
Via: Weblate
2025-07-27 20:20:43 +05:30
K-vala
6d285a03ee feat: added czech language layout (#205)
* feat: added czech language layout

* fix: czech qwerty layout mismatch

* docs: update changelog

---------

Co-authored-by: Kamil Vala <kamil.vala@scrumware.eu>
Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com>
2025-07-27 19:06:51 +05:30
Naveen Singh
2546938785 fix: do case-sensitive search when creating clips (#203)
* fix: do case-sensitive search when creating clips

See: https://github.com/FossifyOrg/Keyboard/issues/202

* docs: update changelog
2025-07-26 14:00:20 +05:30
Kfir Pshititsky
21731d8763 chore(l10n): update Hebrew translations
Currently translated at 100.0% (46 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/he/
Via: Weblate
2025-07-18 23:06:16 +05:30
Alex Katon
75275fd4e3 chore(l10n): update Belarusian translations
Currently translated at 67.3% (31 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/be/
Via: Weblate
2025-07-18 23:06:16 +05:30
Adolfo Jayme Barrientos
1c550fa71b chore(l10n): update Spanish translations
Currently translated at 100.0% (46 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/es/
Via: Weblate
2025-07-18 23:06:16 +05:30
Alexander Gabilondo
da99eab1e6 chore(l10n): update Basque translations
Currently translated at 30.4% (14 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/eu/
Via: Weblate
2025-07-18 23:06:16 +05:30
Alexander Gabilondo
1e1fb40172 chore(l10n): update Basque translations
Currently translated at 30.4% (14 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/eu/
Via: Weblate
2025-07-18 23:06:16 +05:30
Alexander Gabilondo
47630bae31 chore(l10n): update Basque translations
Currently translated at 30.4% (14 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/eu/
Via: Weblate
2025-07-18 23:06:16 +05:30
Alexander Gabilondo
99749bd7f5 chore(l10n): update Basque translations
Currently translated at 6.5% (3 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/eu/
Via: Weblate
2025-07-18 23:06:16 +05:30
Ismail Choudhury
828305ff76 chore(l10n): update English (United Kingdom) translations
Currently translated at 2.1% (1 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/en_GB/
Via: Weblate
2025-07-18 23:06:16 +05:30
Naveen Singh
49d53e98c9 chore: ignore extra translations and update detekt rules
* chore: ignore extra translations in lint

Extra translations are removed automatically by Weblate

* chore: update detekt rules

More compose-friendly

* chore: update lint baselines
2025-07-03 21:16:37 +05:30
fossifybot[bot]
29f341d39b chore: update lint baselines (#189)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-07-01 10:06:24 +05:30
dependabot[bot]
9d6beb1cd4 chore(deps): bump org.fossify:commons from 3.1.0 to 4.0.0 (#180)
* chore(deps): bump org.fossify:commons from 3.1.0 to 4.0.0

Bumps [org.fossify:commons](https://github.com/FossifyOrg/commons) from 3.1.0 to 4.0.0.
- [Commits](https://github.com/FossifyOrg/commons/compare/3.1.0...4.0.0)

---
updated-dependencies:
- dependency-name: org.fossify:commons
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(i18n): generate locale config automatically

One can be maintained in-app if missing translations become a problem.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Naveen Singh <snaveen935@gmail.com>
2025-06-25 15:45:41 +05:30
Naveen Singh
39f3782b53 chore: update lint rules and baselines (#183) 2025-06-24 16:09:59 +05:30
AND
5e0168fb7d chore(l10n): update Macedonian translations
Currently translated at 4.3% (2 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/mk/
Via: Weblate
2025-06-17 16:25:05 +05:30
Naveen Singh
7c7e7de611 chore(l10n): update Portuguese (Brazil) translations
Currently translated at 100.0% (46 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/pt_BR/
Via: Weblate
2025-06-17 16:25:05 +05:30
elid
bf261a2c96 chore(l10n): update Hebrew translations
Currently translated at 100.0% (46 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/he/
Via: Weblate
2025-06-17 16:25:05 +05:30
elid
526b4f9edc chore(l10n): update Hebrew translations
Currently translated at 100.0% (46 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/he/
Via: Weblate
2025-06-06 18:42:51 +05:30
ButterflyOfFire
454c4b79b5 chore(l10n): update Kabyle translations
Currently translated at 58.6% (27 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/kab/
Via: Weblate
2025-06-03 13:57:52 +05:30
elid
4ef1df22ad chore(l10n): update Hebrew translations
Currently translated at 100.0% (46 of 46 strings)

Translation: Fossify/Keyboard
Translate-URL: https://hosted.weblate.org/projects/fossify/keyboard/he/
Via: Weblate
2025-06-03 13:57:52 +05:30
ButterflyOfFire
4c9eab90d1 feat: add Kabyle layout (#106)
* Added Kabyle azerty layout

* Added kabyle to KeyboardIME

* Added Kabyle to Context

* Added Kabyle to Constants

---------

Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com>
2025-06-02 20:01:11 +05:30