summaryrefslogtreecommitdiff
path: root/core/java/android/timezone/TzDataSetVersion.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Add app compat config from ICU4J" am: 6d5fbc8434 am: cf0dc89869 am: ↵vichang2020-11-041-2/+2
|\ | | | | | | | | | | | | | | 334b0811ac am: b295aad1bc Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1481306 Change-Id: Ie64209ccda762c3c7ebabdeace1a34c16794c47d
| * Add app compat config from ICU4JVictor Chang2020-10-301-2/+2
| | | | | | | | | | | | | | Bug: 139480281 Bug: 171979766 Test: device boots Change-Id: Ib2065368e2c5e0904c229c9383bc774269a0f410
| * Use new package name for ZoneInfo and libcore.timezoneVictor Chang2020-06-301-7/+7
| | | | | | | | | | | | | | Bug: 141747409 Test: None Merged-In: Id99a345ec024179295063c3644f72c062cb50554 Change-Id: Id99a345ec024179295063c3644f72c062cb50554
| * Remove System APIs not required for RNeil Fuller2020-02-041-3/+0
| | | | | | | | | | | | | | Test: treehugger Bug: 148842434 Merged-In: If022a726a058a90cb5446d220628c76800da8e96 Change-Id: If022a726a058a90cb5446d220628c76800da8e96
* | Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Those annotations could be inferred by some tools (like Kotlin), but the https://checkerframework.org/ doesn't check inherited annotations complaining about all equals() invocations that get nullable argument. The change was generated by running find . -name \*.java | xargs sed -i 's/public boolean equals(Object /public boolean equals(@Nullable Object /' in the frameworks/base directory and by automatically adding and formatting required imports if needed. No manual edits. Bug: 170883422 Test: Annotation change only. Should have not impact. Exempt-From-Owner-Approval: Mechanical change not specific to any component. Change-Id: I5eedb571c9d78862115dfdc5dae1cf2a35343580
* | Use new package name for ZoneInfo and libcore.timezoneVictor Chang2020-06-251-7/+7
| | | | | | | | | | | | Bug: 141747409 Test: None Change-Id: Id99a345ec024179295063c3644f72c062cb50554
* | Remove System APIs not required for RNeil Fuller2020-02-041-3/+0
|/ | | | | | Test: treehugger Bug: 148842434 Change-Id: If022a726a058a90cb5446d220628c76800da8e96
* Tidy up libcore.timezone APIsNeil Fuller2020-01-281-4/+4
| | | | | | | | | | Tidy up the libcore.timezone APIs to make them as close as possible to android.timezone. In future, these classes should be repackages to be the actual android.timezone classes, so the APIs need to be in sync. Bug: 148086409 Test: treehugger Change-Id: Ia520abcf00e691f4a1b5549dafec44b76075e31a
* Tidy up module-lib API and locksNeil Fuller2020-01-281-1/+1
| | | | | | | Fixing various nits. Test: treehugger Change-Id: I636d1b9ef084be58ea07caa0a04ba70de18a030b
* Add new module-lib APIs for MTS testingNeil Fuller2020-01-211-0/+154
Several android.timezone classes have already been exposed for the telephony module work, so these tests provide coverage for those. Additional APIs have been exposed for MTS testing, i.e. to provide greater confidence that the tzdata module data is correct / is being read correctly. Also, small changes to existing code to make them consistent with new classes. Small docs improvements. Bug: 147884233 Test: see system/timezone change Change-Id: I047b29f17a41993f859947a6d6c3685896fe4cb6