Henning Hall
c900f85f0c
fix: native variant text color fix for Android 10 (sdk 29) ( #367 )
4 years ago
Henning Hall
67bd9fd7fa
feat: rtl support ( #365 )
4 years ago
Henning Hall
9bbcd345ed
chore: migrate to jitpack for android dependencies ( #363 )
* migrate to jitpack
* update time4j and commons dependencies
4 years ago
Henning Hall
0ffa643e96
fix: remove app_name string ( #347 )
4 years ago
Yaron Shahrabani
0df366d064
Added Hebrew translation ( #341 )
Fully translated to Hebrew, also needs RTL support to work correctly.
4 years ago
Mats
2e14235b78
Translate a11y strings to Norwegian ( #335 )
4 years ago
Jencir CJ
5038b6bf4a
Feature - Add accessibility support for android date picker ( #314 )
* Implemented accessibility support for android date picker.
* Created new function to return accessible text.
Changed access modifier of few functions to public.
* removed duplicate contentDescription for accessibility to work correct.
* Added finnish and swedish localizations for accessible items in datepicker.
* Added localisation english texts.
* Implemented localisations for accessible selections made inside android datepicker.
* Added getLocaleStringResource function for getting localised string resource.
* Added required imports for getLocaleStringResource function.
* Content description set based on localised strings from resources initially.
* Implemented meaningful content description for dateTime picker.
Added new keys for time prefix.
Content description set when screen reader is focused on picker wheels.
* Updated correct finnish and swedish translations.
* refactor: move accessibility to its own class
Co-authored-by: Jencir CJ <jencir.jamal@digia.com>
Co-authored-by: Henning Hall <henning.hall@hotmail.com>
4 years ago
Harold Lopez
e71232870c
fix: android native variant stops responding at unmount during spinn ( #296 )
4 years ago
Henning Hall
b01915bdc8
fix: bugs occurring on daylight saving day ( #291 )
* fix: am/am being shown on daylight saving day
* fix: daylight saving hour wheel missing/extra hour
4 years ago
Henning Hall
2a9be30f6e
fix: android native variant min/max scrolling issues ( #286 )
* fix: native android variant min/max dates scrolling issues
* add prop check
* keep track of animating state
* update github actions
* temp test
* change work dir
* restore compile sdk
4 years ago
Henning Hall
26f7316d60
Bugfix: Scroll away from invalid dates ( #280 )
* initial working version
* fix native variant issue
* cleanup
* cleanup
4 years ago
Henning Hall
08a0e039f2
fix android compilation issues below sdk 26
4 years ago
Mats Byrkjeland
1151c2059c
Fix nynorsk (nn) locale by adding it to Formats ( #250 )
4 years ago
Henning Hall
310e84cfca
bugfix: onDateChange not called on tapped ( #240 )
5 years ago
Henning Hall
21c054a8e0
center 24h time mode wheels ( #237 )
5 years ago
Henning Hall
69ca7de49b
fix picker width and wheel spacing ( #234 )
5 years ago
Henning Hall
adb4d8e25c
add is24hourSource prop ( #231 )
5 years ago
Vinh Le
fc67e05b7c
fix datetime order pattern for vi-vn locale ( #228 )
* fix order pattern
* remove comment string before getOrderedWheels
* Update .gitignore
* Delete gradle-wrapper.properties
* Delete Utils.java
* Revert "Delete Utils.java"
This reverts commit 97acf132f6
.
Co-authored-by: Vinh Le <vinhlv@vnpay.vn>
Co-authored-by: Henning Hall <henning.hall@hotmail.com>
5 years ago
Henning Hall
b84ccc5db8
bugfix: fast scroll flickering ( #226 )
5 years ago
Henning Hall
fa0e40b861
divider height prop ( #220 )
5 years ago
Henning Hall
37c1338b3c
larger touchable wheel area ( #222 )
5 years ago
Henning Hall
ac3a313e0b
custom am-pm width
5 years ago
Henning Hall
ade5d8b3d0
bugfix: scrolls beyond min/max date not always triggering onChange
5 years ago
Henning Hall
6a4ab3d64f
fix native android wheel glitch
5 years ago
Henning Hall
7fee84ab52
Bugfix: Prevent NullpointerException for some locales by using hard coded formats ( #204 )
5 years ago
Henning Hall
f83b83d5a8
text color
5 years ago
Henning Hall
1f8821ad5a
event stability
5 years ago
Henning Hall
2a6564cb6e
smaller font
5 years ago
Henning Hall
66938fc656
not editable
5 years ago
Henning Hall
64168ce0c1
scroll animation max min
5 years ago
Henning Hall
6b3067fb4c
divider color in example project
5 years ago
Henning Hall
070d268cd0
text size
5 years ago
Henning Hall
da67141128
center
5 years ago
Henning Hall
159a69e914
update prop in example app
5 years ago
Henning Hall
37eb16d8ac
progress
5 years ago
Hung Nguyen
a98b0d747a
Change default weekdays format for Salmi
5 years ago
Hung Nguyen
9e4921770f
Change default date format for Finnish
5 years ago
Henning Hall
32eabdf5a6
first working version
5 years ago
Mars Lan
e4b57846e7
Fix zh_* locale parsing
By properly searching for the first undescore
5 years ago
Mats Byrkjeland
481cf76fe3
Fix return of wrong pattern piece
The getPatternIncluding method would return quoted pieces if
the check contents of the quoted part included the format letter.
For instance for Danish (da_DK), the pattern is "EEE 'den' d. MMM"
If we are calling `getPatternIncluding("d", "da_DK")`, the method
would return `"den'"´, but we would like to return `"d."`.
This commit ignores pieces with apostrophe ("'") in them.
5 years ago
Trust
e503e956fb
add zh_CN locale
5 years ago
fyp
1ff26348fa
fix bug when language is Chinese or Japanese
5 years ago
Henning Hall
2aaabaf6bf
Fix crash for some default locales
5 years ago
Henning Hall
957105bb9b
Added missing chinese locales
5 years ago
Jencir CJ
0fb999a7ff
pickerview android display text size changed from sp to dp.
5 years ago
Henning Hall
31cfe87ef7
Bugfix: Too many words in day label for some locales
Affecting portugese, spanish, russian etc
Fixes #164
5 years ago
Henning Hall
accb576ff2
cleanup
5 years ago
Henning Hall
9edc7bcc8e
Improved architecture
Separating concerns
Remove duplicated code
5 years ago
Henning Hall
30b3bb3bd8
Add android tests
5 years ago
Henning Hall
071eafba71
Refactor date format and locale
Fix bugs and missing date formats related to different locales. Improved wheel order support.
5 years ago