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
Henning Hall
2fa76e8021
Revert "Bugfix: onDateChange not called for some locales"
This reverts commit a5d1da6e7a
.
5 years ago
Henning Hall
a5d1da6e7a
Bugfix: onDateChange not called for some locales
Fixes an bug that was introduced in 2.7.0 by separating display format and value format properly.
Fixes https://github.com/henninghall/react-native-date-picker/issues/111
5 years ago
Henning Hall
233d460907
build.gradle improvements
5 years ago
Henning Hall
8c01752dac
Android performance improvements.
Only refresh visible wheels.
Fixes #98
6 years ago
Henning Hall
d0fad0538a
Remove temp file
6 years ago
Henning Hall
bea8494878
Removed nullable
6 years ago
Henning Hall
92e1b8b7c9
Using support lib as default since rn 60 now have jetifier as default
6 years ago
Henning Hall
f51edf779f
Moved keystore to bitrise
6 years ago
Henning Hall
dbee207428
Bumped NumberPickerView library version to fix initialization bug.
6 years ago