summaryrefslogtreecommitdiff
path: root/core/java/android/widget/CalendarViewLegacyDelegate.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove @CorePlatformApi LocaleData usage in frameworksVictor Chang2020-07-201-3/+1
| | | | | | | | | | | They can be replaced by the public API provided by ICU4J instead. No extra layer of caching equivalent to the LocaleData cache is added because ICU4J has caches instances, e.g. DateFormatSymbols, etc. Bug: 160606356 Test: atest FrameworksCoreTests:android.text.format Change-Id: I07048e0e1a4835d2744b7fce6a5ed79a112e456b
* Implicitly cast views obtained via View.findView methodsAlan Viverette2017-02-271-3/+3
| | | | | | | | | | Removes all explicit casts from android.widget classes. Also @removes methods on ListView that were overriding @hidden methods and should never have been exposed as public API. Bug: 24137209 Test: make Change-Id: I89f0e51258560987b3942251fd249210f825ac2a
* Revert "Implicitly cast views obtained via View.findView methods"Alan Viverette2017-02-031-3/+3
| | | | | | | | This reverts commit 06c2fffdaa81544522de751846754f781a9970a9. Reason for revert: Java 8 doesn't support this magic. Change-Id: Iaa41f4e4d0072b9a97cff9cd3788403d4ab79d13
* Implicitly cast views obtained via View.findView methodsAlan Viverette2017-01-271-3/+3
| | | | | | | | | | Removes all explicit casts from android.widget classes. Also @removes methods on ListView that were overriding @hidden methods and should never have been exposed as public API. Bug: 24137209 Test: make Change-Id: I6ccfc6f001b355c4880f2b54e1a5474df78d6228
* Fix import statements in android.widget package.Aurimas Liutikas2016-10-111-3/+3
| | | | | | | Additionally this CL removes spaces at the end of the line. Test: code still compiles. Change-Id: I1ce98b4e70aa3ae614f87966c3bc6181fa4389a4
* CalendarView Material - throw exception if date is out of rangeAndrei Stingaceanu2016-07-081-4/+4
| | | | | | | Similar to CalendarViewLegacyDelegate#goTo Bug: 28019187 Change-Id: Id21dcd208a594b98dc89caf59d36b32bdf9484be
* Merge commit '75dfc87e5e83c04adf876bc7d0d7cab17a31b4d5' into ↵Alan Viverette2016-05-251-1/+1
|\ | | | | | | | | | | manual_merge_75dfc87 Change-Id: Ib55f65f9b00ea6c6515d3e4fc59d86351398b7e1
| * Use ICU's Calendar class in date picker & related classesAlan Viverette2016-05-251-1/+1
| | | | | | | | | | | | | | Also organizes imports. Bug: 28756630 Change-Id: I4e59c4b35c88edd94ff4b2945ad9feb2a4bd0022
* | Add @TestApi-guarded way to get bounds of specific day in CalendarViewKirill Grouchnikov2016-04-141-9/+61
|/ | | | | | | | Two separate implementation paths, one for Material look / layout, and one for legacy / pre-Material one. Bug: 28037149 Change-Id: Id1946802c0a93218d9eb0b73c81ad76dc027763c
* Return correct unfocused month date color for pre-Material themes.Kirill Grouchnikov2016-04-051-1/+1
| | | | | | | Also deprecate setter / getter for showWeekNumber field. Bug: 28022795 Change-Id: Ie0c33353f76c2a3d9666959a07f6809b7b85183f
* Replace usages of deprecated version of TextView.setTextAppearance()Alan Viverette2015-05-081-1/+1
| | | | Change-Id: Ie501affe2e3a275d3172ce8ed584ba1cd5494da8
* Update DatePicker and CalendarView to latest Material specAlan Viverette2015-03-231-5/+4
| | | | | Bug: 19431364 Change-Id: If364a051a5208d170495de4182e46b32c7560e08
* Implement Material-style delegate for CalendarViewAlan Viverette2014-11-131-0/+1527
BUG: 18266649 Change-Id: Ifd749328754b82dc43259ca7dadb472e449bdfff