summaryrefslogtreecommitdiff
path: root/core/java/android/util/TimeUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Switch "UTC time" to "Unix epoch time" (core)Neil Fuller2022-02-111-2/+2
* Use isShownInPickerAt instead of isShownInPicker.Almaz Mingaleev2021-03-311-2/+31
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-041-1/+1
* Merge "Move libcore.timezone to the i18n module - Final part" am: 35d6ab6a89 ...vichang2020-07-021-4/+3
|\
| * Move libcore.timezone to the i18n module - Final partVictor Chang2020-06-301-4/+3
* | Merge "Use new package name for ZoneInfo and libcore.timezone" am: af6f8e2301...vichang2020-06-301-1/+2
|\|
| * Use new package name for ZoneInfo and libcore.timezoneVictor Chang2020-06-301-1/+2
* | Fix up LocationRequest and ProviderRequestSoonil Nagarkar2020-04-011-1/+11
* | Merge "Avoid a @Nullable Boolean" am: 81a42af40d am: fd9c242128 am: 0db1f949daAutomerger Merge Worker2020-02-061-1/+1
|\|
| * Avoid a @Nullable BooleanNeil Fuller2020-02-051-1/+1
* | Merge "Tidy up libcore.timezone APIs" am: 8e0e0e8535 am: 0769745f70 am: 5075b...Automerger Merge Worker2020-01-311-3/+3
|\|
| * Merge "Tidy up libcore.timezone APIs"Neil Fuller2020-01-301-3/+3
| |\
| | * Tidy up libcore.timezone APIsNeil Fuller2020-01-281-3/+3
* | | Merge "Rename ZoneInfoDB -> ZoneInfoDb" am: 402674f2a0 am: c3e31d6ac5 am: f8a...Automerger Merge Worker2020-01-291-2/+2
|\| |
| * | Rename ZoneInfoDB -> ZoneInfoDbNeil Fuller2020-01-281-2/+2
| |/
* | Merge "Add new module-lib APIs for MTS testing" am: b9e3e9e34c am: 876c59823e...Automerger Merge Worker2020-01-221-1/+1
|\|
| * Add new module-lib APIs for MTS testingNeil Fuller2020-01-211-1/+1
| * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-091-1/+1
* | Custom dark theme schedulingJay Aliomer2020-01-211-0/+23
* | Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
|/
* Track changes to CountryTimeZones APINeil Fuller2019-09-101-6/+5
* Simplify APIs exposed for time zone lookupsNeil Fuller2019-09-101-5/+12
* Added some TestApi that are already used by CTSWale Ogunwale2019-02-211-0/+2
* Fix job concurrency calculationMakoto Onuki2019-01-171-1/+28
* Limit access to suspected false positives.Mathew Inwood2018-12-281-2/+3
* Track move of timezone classes to libcore.timezoneNeil Fuller2018-11-271-1/+1
* Track move of timezone classes to libcore.timezoneNeil Fuller2018-11-221-3/+3
* API for retrieving time zone IDs by countryNeil Fuller2018-11-201-0/+40
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+4
* Adding batterystats history to proto dump.Kweku Adams2018-05-071-0/+8
* Remove code no longer used by telephonyNeil Fuller2018-01-151-95/+3
* Extend JobInfo to support NetworkRequest.Jeff Sharkey2017-11-091-0/+8
* Remove time_zones_by_country.xml fileNeil Fuller2017-05-241-116/+54
* Fix TimeUtils.formatDuration for exactly one of a unitMitchell Wills2015-09-221-3/+3
* Better handling of trim/benchmark results.Jeff Sharkey2015-07-011-0/+12
* Implement some control over ALLOW_WHILE_IDLE alarms.Dianne Hackborn2015-06-121-33/+53
* am 5a44bdc8: am 8382b0d3: am ab9a19e3: Merge "Remove some pointless code."Narayan Kamath2014-06-161-4/+1
|\
| * Remove some pointless code.Narayan Kamath2014-06-131-4/+1
* | Add TimeInterpolator support to RNAJohn Reck2014-05-121-0/+3
|/
* Use the newer ZoneInfoDB API.Elliott Hughes2013-04-261-1/+1
* Power manager rewrite.Jeff Brown2012-08-151-0/+13
* Avoid emitting broken ASCII.Jeff Sharkey2012-07-211-3/+11
* Add additional debug for time zone handling.Wink Saville2012-05-101-0/+19
* If no NITZ information use Country Code to set TimeZone.Wink Saville2012-03-011-30/+131
* Tracking merge of dalvik-dev to masterBrian Carlstrom2011-04-011-1/+1
* am b732b7b5: am ce57a7f3: am 6504490c: am dff6b8e7: Merge "Add --non-constant...Xavier Ducrohet2011-02-281-1/+1
|\
| * am dff6b8e7: Merge "Add --non-constant-id to aapt."Xavier Ducrohet2011-02-281-1/+1
| |\
| | * Fixing infinite loop for zero duration.Jozef BABJAK2011-02-221-1/+1
| * | Fix issue #3224616: TimeUtils.formatDuration() can drop 0s.Bjorn Bringert2010-12-201-3/+2
| |/
* | Remove default constructors from static utility classes.Jesse Wilson2011-02-241-14/+15