summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore/util/ZoneInfoDB.java
Commit message (Expand)AuthorAgeFilesLines
* Add a ZoneInfoDB.hasTimeZone API.Narayan Kamath2015-04-301-0/+4
* Changes to enable timezone data overrides for ICU and libcoreNeil Fuller2015-03-261-1/+2
* Disable tzdata in $ANDROID_DATA.Elliott Hughes2014-10-281-2/+1
* Fix TimeZone.getAvailableIDs(int).Elliott Hughes2014-08-111-8/+24
* Support for a android.text.format.Time implemented entirely in JavaNeil Fuller2014-07-221-3/+3
* Revert "Revert "Add a cache for ZoneInfo objects in Java""Neil Fuller2014-07-171-11/+26
* Revert "Add a cache for ZoneInfo objects in Java"Neil Fuller2014-07-171-25/+11
* Add a cache for ZoneInfo objects in JavaNeil Fuller2014-07-161-11/+25
* Groundwork towards making the Libcore.os functionality public.Elliott Hughes2014-04-241-1/+1
* Add java.nio.charsets.StandardCharsets.Elliott Hughes2013-06-281-4/+4
* Remove the now-unused ZoneInfoDB.getVersion API.Elliott Hughes2013-04-261-4/+0
* Cope with a corrupt tzdata update.Elliott Hughes2013-04-261-138/+144
* Return Olson ids from TimeZoneNames.forLocale in zone.tab order.Elliott Hughes2013-03-141-0/+13
* Support zone.tab in libcore, and remove the file format version.Elliott Hughes2012-10-221-9/+0
* Make libcore look in /data/misc for tzdata updates.Elliott Hughes2012-10-221-3/+13
* Make it possible to share libcore.util.ZoneInfo with bionic.Elliott Hughes2012-10-191-39/+3
* Pull libcore's time zone data from the new single 'tzdata' file.Elliott Hughes2012-10-171-73/+57
* Fix TimeZone's handling of Australia/Lord_Howe.Elliott Hughes2012-07-301-12/+1
* Make ErrnoException a checked exception.Elliott Hughes2011-05-271-15/+26
* Add mmap(2), msync(2), and munmap(2).Elliott Hughes2011-03-181-26/+10
* Fix a comment and remove some duplication.Elliott Hughes2011-02-221-1/+1
* Move ZoneInfo and ZoneInfoDB into libcore.util.Elliott Hughes2011-02-141-0/+281