-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update accent handling #10
base: master
Are you sure you want to change the base?
Conversation
- use long press - generalize `AccentKeyButton` - rm accent button from french keyboard, not needed as long press is used
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #10 +/- ##
==========================================
- Coverage 77.51% 77.47% -0.05%
==========================================
Files 7 7
Lines 378 435 +57
==========================================
+ Hits 293 337 +44
- Misses 85 98 +13
☔ View full report in Codecov by Sentry. |
- squashed
- finish - danish - norwegian - swedish (cherry picked from commit 5b909d4dfbdceddbe9c9e47c5d6e818075e4a05c)
- finnish - norwegian
Add support for scandinvaian languages
- can be used for a lot of latinous languaes - supports some common diacritics - uses Unicode combining charactes (U+0300–U+036F)
Add general latin language layout
- refactor View.keyboardBackground -> KeyboardTheme - use `@ViewBuilder` instead of `return AnyView` - use `Rectangle().fill(.clear)` instead `AnyView(EmptyView())`
- refactor View.keyboardBackground -> KeyboardTheme - use `@ViewBuilder` instead of `return AnyView` - use `Rectangle().fill(.clear)` instead `AnyView(EmptyView())`
Add clear theme
- i18n (cherry picked from commit d7b7f1c7cb7c424386f500b453345d8673dbf5fd)
Kudos, SonarCloud Quality Gate passed!
|
- add Korean - update yeartext
AccentKeyButton
Language.latinWithAccents
KeyboardTheme.clear