index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
DayPickerView.java
Age
Commit message (
Expand
)
Author
2020-07-20
Remove @CorePlatformApi LocaleData usage in frameworks
Victor Chang
2019-02-07
Update core widgets to save attribute source info.
Aurimas Liutikas
2017-06-13
DayPickerView - clamp date to min/max
Andrei Stingaceanu
2017-06-06
Fix unexpected DatePicker validation
Andrei Stingaceanu
2017-05-17
Unbreak even more APK 26 apps running on "O" preview/beta builds.
Jeff Sharkey
2017-04-14
Remove unnecessary casts on calls to findViewById
Alan Viverette
2017-02-21
CalendarView Material - fix exception if date is out of range
Andrei Stingaceanu
2016-10-11
Fix import statements in android.widget package.
Aurimas Liutikas
2016-07-08
CalendarView Material - throw exception if date is out of range
Andrei Stingaceanu
2016-05-25
Merge commit '75dfc87e5e83c04adf876bc7d0d7cab17a31b4d5' into manual_merge_75d...
Alan Viverette
2016-05-25
Use ICU's Calendar class in date picker & related classes
Alan Viverette
2016-04-14
Add @TestApi-guarded way to get bounds of specific day in CalendarView
Kirill Grouchnikov
2015-05-15
Return correct year in DayPickerPagerAdapter.getYearForPosition()
Alan Viverette
2015-05-14
Update button visibility as a final step in DayPickerView construction
Alan Viverette
2015-04-28
Fix DatePicker max date, disabled day color, and arrow visibility
Alan Viverette
2015-04-22
Implement RTL support in framework ViewPager, DatePicker
Alan Viverette
2015-04-17
Move date picker arrows out of SimpleMonthView
Alan Viverette
2015-04-10
Fix date picker dialog size
Alan Viverette
2015-04-01
Scale month view for small screens, use verbatim span for AM/PM label
Alan Viverette
2015-03-30
Clean up date picker attributes, add carets
Alan Viverette
2015-03-23
Update DatePicker and CalendarView to latest Material spec
Alan Viverette
2015-01-08
Merge "Fix accessibility delegation"
Alan Viverette
2015-01-07
Fix accessibility delegation
Alan Viverette
2015-01-07
Fix date picker color handling, expose StateSet utils in more places
Alan Viverette
2014-11-13
Implement Material-style delegate for CalendarView
Alan Viverette
2014-11-06
Clean up encapsulation in date picker classes
Alan Viverette
2014-11-03
Always update date picker position after change in range
Alan Viverette
2014-10-24
Fix min/max date range in DatePicker calendar mode
Alan Viverette
2014-08-25
Update date and time picker styling
Alan Viverette
2014-07-15
Update DatePicker widget and its related dialog
Fabrice Di Meglio