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
/
CalendarView.java
Age
Commit message (
Expand
)
Author
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-02-07
Update core widgets to save attribute source info.
Aurimas Liutikas
2019-02-04
@InspectableProperty coverage for android.widget
Ashley Rose
2018-08-21
Add @UnsupportedAppUsage annotations
Mathew Inwood
2016-10-11
Fix import statements in android.widget package.
Aurimas Liutikas
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
2016-04-05
Return correct unfocused month date color for pre-Material themes.
Kirill Grouchnikov
2016-01-08
Clean up CalendarView docs and annotations
Alan Viverette
2015-03-23
Update DatePicker and CalendarView to latest Material spec
Alan Viverette
2015-03-05
Annotate ARGB integer parameters with @ColorInt
Tor Norbye
2015-02-28
Remove unused imports in frameworks/base.
John Spurlock
2015-02-18
Add @ResourceInt annotations on APIs
Tor Norbye
2015-02-06
First quick implementation of auto assist data.
Dianne Hackborn
2015-01-07
Fix accessibility delegation
Alan Viverette
2014-11-13
Implement Material-style delegate for CalendarView
Alan Viverette
2014-10-15
Set content description on CalendarView day labels
Alan Viverette
2014-02-03
Add APIs for obtaining themed Drawable from Theme, Context
Alan Viverette
2014-01-30
Merge "Fix bug #12066726 java.lang.NullPointerException at android.widget.Cal...
Fabrice Di Meglio
2014-01-28
Fix bug #12066726 java.lang.NullPointerException at android.widget.CalendarVi...
Fabrice Di Meglio
2014-01-28
Fix bug #12467741 Java crash in com.android.settings: java.lang.IllegalStateE...
Fabrice Di Meglio
2013-09-24
Decouple CalendarView code
Fabrice Di Meglio
2013-09-17
am 56a87f8c: am c255a711: Merge "Ensure WeeksAdapter calls notifyDataSetChang...
Alan Viverette
2013-09-17
Ensure WeeksAdapter calls notifyDataSetChanged when needed
Alan Viverette
2013-09-09
Add View constructor that supplies a default style resource
Alan Viverette
2013-08-27
Fix bug #10515013 CalendarView is always forcing first day of the week to Sun...
Fabrice Di Meglio
2013-05-30
am ec586994: Merge "CalendarView header not updated on year change." into jb-...
Svetoslav
2013-05-29
CalendarView header not updated on year change.
Svetoslav
2013-03-21
Fix CalendarView to show the month title properly.
Ki-Hwan Lee
2012-09-23
Merge "Fix bug #7205589 CalendarView's WeekView rows are LTR in RTL locales" ...
Fabrice Di Meglio
2012-09-23
Merge "Fix bug #7206086 NumberPicker widget should use locale digits" into jb...
Fabrice Di Meglio
2012-09-21
Fix bug #7205589 CalendarView's WeekView rows are LTR in RTL locales
Fabrice Di Meglio
2012-09-21
Fix bug #7206086 NumberPicker widget should use locale digits
Fabrice Di Meglio
2012-09-21
Day numbers in CalendarView have incorrect size.
Svetoslav Ganov
2012-05-04
API REVIEW: android.widget.CalendarView
Svetoslav Ganov
2012-03-01
Adding getter/setter for all public attributes in CalendarView.
Svetoslav Ganov
2012-01-17
AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...
Svetoslav Ganov
2011-10-31
CalendarView title incorrectly updated for different languages.
Svetoslav Ganov
2011-09-15
CalendarView diregarding XML attributes.
Svetoslav Ganov
2011-07-13
Polish of the ActivityChooserView and ShareActionProvider.
Svetoslav Ganov
2011-07-12
Date/time pickers and calendar view not handling locale change.
Svetoslav Ganov
2011-03-14
Tapping on the week number sends the DatePicker to epoch start.
Svetoslav Ganov
2011-01-26
The calendar view widget was jumping incorrectly to the next week
Svetoslav Ganov
2011-01-24
DatePicker is picking the wrong date
Svetoslav Ganov
2010-12-28
Updating the ColandarView javadoc to reflect public attributes
Svetoslav Ganov
2010-12-28
3313982 DatePicker/TimePicker allow users to scroll date/time even when disab...
Svetoslav Ganov
2010-12-28
Adding APIs for setting whether to show week number and setting the start day...
Svetoslav Ganov