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
UnableHead
423fdfa67b
[Android] Bug fix for date order
- Swapped lines into localeToWheelOrder function
6 years ago
Henning Hall
9f22834c25
re-added keystore for ci
6 years ago
Henning Hall
b9c90a310f
android X compatibility
6 years ago
Henning Hall
e215538424
Custom width and height + Layout improvements ( #82 )
* Custom height and width. Layout fixes. Organising example projects
* After merge fixes
* cleanup
* cleanup example
* cleanup
6 years ago
Henning Hall
99191b037b
Change width and height ( #80 )
6 years ago
Sam Cheng
3e3c1af895
Handle Chinese date format ( #71 )
6 years ago
Maksim Tolochko
2ea519b0d1
Fix DayWheel interval forming when either maximumDate or minimumDate prop is missing ( #62 )
6 years ago
Diego
96cfa06249
consume NumberPickerView:1.2.0 ( #66 )
* consume NumberPickerView:1.2.0
6 years ago
JangBongKi
e0b0b6b994
Add ko day format for DayWheel ( #58 )
6 years ago
takanishi
df509cc810
add ja day format ( #55 )
6 years ago
Henning Hall
93a89d0347
Fixed typo
6 years ago
Henning Hall
8f3f2e561b
Support picking dates in different centuries
6 years ago
Henning Hall
d6491b6c47
12/24h preference is read from device instead
6 years ago
Henning Hall
2d9857835e
cleanup
6 years ago
Henning Hall
c4eb6231f3
Max/min-date performance improvements
6 years ago
Henning Hall
7f8d174439
Bugfix: Fixing crash in some timezones
6 years ago