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
Henning Hall
adb4d8e25c
add is24hourSource prop ( #231 )
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
da67141128
center
5 years ago
Henning Hall
159a69e914
update prop in example app
5 years ago
Henning Hall
37eb16d8ac
progress
5 years ago
Henning Hall
32eabdf5a6
first working version
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
8c01752dac
Android performance improvements.
Only refresh visible wheels.
Fixes #98
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
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
c4eb6231f3
Max/min-date performance improvements
6 years ago
Henrik Karlsson
5bc675d230
Added utc mode in android code
6 years ago
Henning Hall
8196da4bfa
Changed date format from unix to iso.
6 years ago
Henning Hall
cbb2cc4d48
Performance improvements (android)
7 years ago
Henning Hall
a1e3477bb4
Date mode
WIP: Year fixes.
Date mode.
7 years ago
Henning Hall
92d531cc98
Bugfix: Time mode on android not returning correct date.
7 years ago
Henning Hall
89b0bf0a20
Added textColor property (android)
7 years ago
Henning Hall
a8c670c2bd
Possible to change backgroundColor
7 years ago
Henning Hall
c7fd75b472
Added mode property. Supporting time mode.
7 years ago
Henning Hall
6b64dd32c4
Bugfix: Dates below minimumDate triggers date change event.
7 years ago
Henning Hall
fb763b9f82
Posible to not specify minimumDate/maximumDate
7 years ago
Henning Hall
74d7db40e2
Minute interval support.
7 years ago
Henning Hall
44d5be1b18
Minimum/maximum date support.
7 years ago
Henning Hall
aeb3e8dc05
Switch between AM/PM when scrolling between forenoon and afternoon.
7 years ago
Henning Hall
27ecd53ef9
Locale support.
7 years ago
Henning Hall
6834df50f8
Handle wheels visibility
7 years ago
Henning Hall
3cda25ceb9
Added AM/PM support.
7 years ago
Henning Hall
0701b6b3ae
1.0.0
7 years ago