summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore/util
Commit message (Expand)AuthorAgeFilesLines
* libcore: add a way to clear cached time zone stringsRoman Birg2015-11-071-0/+7
* am 3bb83381: Add a ZoneInfoDB.hasTimeZone API.Narayan Kamath2015-04-301-0/+4
|\
| * Add a ZoneInfoDB.hasTimeZone API.Narayan Kamath2015-04-301-0/+4
* | am 39f72b16: Merge "Removed offset and value from String and added StringFact...Jeff Hao2015-04-281-13/+13
|\ \ | |/ |/|
| * Removed offset and value from String and added StringFactory.Jeff Hao2015-04-271-13/+13
* | am ccb61deb: am 97ca5855: Merge "Move java.nio.Charsets to libcore.util."Narayan Kamath2015-04-221-0/+80
|\ \ | |/
| * Move java.nio.Charsets to libcore.util.Narayan Kamath2015-04-221-0/+80
* | am 8426170b: am 345d118d: Merge "Changes to enable timezone data overrides fo...Neil Fuller2015-04-071-1/+2
|\ \ | |/
| * Merge "Changes to enable timezone data overrides for ICU and libcore"Neil Fuller2015-04-071-1/+2
| |\
| | * Changes to enable timezone data overrides for ICU and libcoreNeil Fuller2015-03-261-1/+2
* | | Use uppercase for hex encoded strings.Narayan Kamath2015-03-161-1/+1
|/ /
* | Implement zip64 support for ZipFile/ZipInputStream/ZipOutputStream.Narayan Kamath2015-02-271-0/+59
|/
* Avoid a type conversion during comparisonNeil Fuller2015-01-061-1/+1
* Fix integer overflow issue in ZoneInfo.Narayan Kamath2014-12-301-9/+20
* Create GregorianCalendar via a delegate.Deepanshu Gupta2014-12-241-1/+7
* Repurpose "HexEncoding" for internal users.Narayan Kamath2014-12-161-0/+99
* Disable tzdata in $ANDROID_DATA.Elliott Hughes2014-10-281-2/+1
* Fix ZoneInfo.useDaylightTime()Neil Fuller2014-09-151-8/+7
* Fix TimeZone.getAvailableIDs(int).Elliott Hughes2014-08-111-8/+24
* Merge "Add FLOAT entry to EmptyArray"Elliott Hughes2014-07-291-0/+1
|\
| * Add FLOAT entry to EmptyArrayMichael Wright2014-07-291-0/+1
* | Support for a android.text.format.Time implemented entirely in JavaNeil Fuller2014-07-222-4/+663
* | Revert "Revert "Add a cache for ZoneInfo objects in Java""Neil Fuller2014-07-172-12/+36
* | Revert "Add a cache for ZoneInfo objects in Java"Neil Fuller2014-07-172-35/+12
* | Add a cache for ZoneInfo objects in JavaNeil Fuller2014-07-162-12/+35
|/
* Revert "Fix internal master until I have access again."Elliott Hughes2014-04-251-25/+0
* Fix internal master until I have access again.Elliott Hughes2014-04-241-0/+25
* Groundwork towards making the Libcore.os functionality public.Elliott Hughes2014-04-249-201/+1
* Add an empty long arrayAdam Lesinski2014-03-171-0/+1
* Lazier annotation signature parsing.Ian Rogers2013-09-211-0/+3
* 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-192-40/+46
* Pull libcore's time zone data from the new single 'tzdata' file.Elliott Hughes2012-10-171-73/+57
* Slim down ZoneInfo.toString.Elliott Hughes2012-10-051-29/+9
* Fix LocaleData.toString once and for all.Elliott Hughes2012-09-201-0/+64
* Add consistent reasons for NullPointerExceptionKenny Root2012-09-141-3/+5
* Fix TimeZone's handling of Australia/Lord_Howe.Elliott Hughes2012-07-302-23/+34
* Implement the finalizer watchdog.Jesse Wilson2011-06-201-0/+1
* Make ErrnoException a checked exception.Elliott Hughes2011-05-271-15/+26
* AutoCloseable.Jesse Wilson2011-04-251-0/+1
* Add sendfile(2).Elliott Hughes2011-03-298-0/+200
* Follow up on enh's comments for CollectionUtils.uniqueCopy()Jesse Wilson2011-03-281-12/+11
* Move ClassMembers' members into Class; remove ClassMembers.Jesse Wilson2011-03-281-0/+23
* 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