Skip to content
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

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Update accent handling #10

wants to merge 20 commits into from

Conversation

thisIsTheFoxe
Copy link
Owner

@thisIsTheFoxe thisIsTheFoxe commented Aug 21, 2023

  • use long press
  • generalize AccentKeyButton
  • rm accent button from french keyboard, not needed as long press is used
  • Add haptic feedback
  • Add Language.latinWithAccents
  • Add KeyboardTheme.clear

- use long press
- generalize `AccentKeyButton`
- rm accent button from french keyboard, not needed as long press is used
@codecov-commenter
Copy link

codecov-commenter commented Aug 21, 2023

Codecov Report

Attention: 28 lines in your changes are missing coverage. Please review.

Comparison is base (07163f0) 77.51% compared to head (829846f) 77.47%.
Report is 2 commits behind head on master.

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     
Files Coverage Δ
Sources/SimpleKeyboard/Models/Language.swift 98.98% <100.00%> (+1.03%) ⬆️
Sources/SimpleKeyboard/Views/SimpleKeyboard.swift 87.50% <100.00%> (ø)
...ources/SimpleKeyboard/Helper/View+Background.swift 84.61% <0.00%> (-11.39%) ⬇️
...ources/SimpleKeyboard/Helper/ThemingModifier.swift 0.00% <0.00%> (ø)
.../SimpleKeyboard/Views/SimpleStandardKeyboard.swift 59.77% <33.33%> (-1.41%) ⬇️
Sources/SimpleKeyboard/Views/KeyButton.swift 70.99% <52.17%> (-3.23%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

- 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)
- 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())`
- i18n

(cherry picked from commit d7b7f1c7cb7c424386f500b453345d8673dbf5fd)
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

- add Korean
- update yeartext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants