summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Tidy up Package and classloader comments"Neil Fuller2015-04-242-12/+7
|\
| * Tidy up Package and classloader commentsNeil Fuller2015-04-222-12/+7
* | Remove unnecessary code from InputStreamReader/OutputStreamWriter.init.Narayan Kamath2015-04-242-2/+7
* | Merge "java/io/RandomAccessFile: do not nullify FileChannel when closing the ...Sergio Giro2015-04-241-1/+4
|\ \
| * | java/io/RandomAccessFile: do not nullify FileChannel when closing the RAFSergio Giro2015-04-221-1/+4
| |/
* | Merge "Ensure consistency of capitalization in RelativeDateTimeFormatter"Neil Fuller2015-04-234-212/+305
|\ \
| * | Ensure consistency of capitalization in RelativeDateTimeFormatterNeil Fuller2015-04-224-212/+305
* | | Move java.nio.Charsets to libcore.util.Narayan Kamath2015-04-221-3/+3
| |/ |/|
* | X509Certificate: Narrow down the scope of caught exceptions.Narayan Kamath2015-04-221-2/+2
* | Fix Class.forName(..., ..., null) to pass 068-classloader's testClassForNameBrian Carlstrom2015-04-212-13/+17
* | Return unlocalized TimeZoneID from TimeZone.getTimeZone()Taiju Tsuiki2015-04-211-1/+1
* | Remove support for reading mime types from property files.Narayan Kamath2015-04-211-61/+0
* | Merge "Implement mapLibraryName in Java."Elliott Hughes2015-04-161-1/+6
|\ \
| * | Implement mapLibraryName in Java.Elliott Hughes2015-04-161-1/+6
* | | Merge "Use ICU4J more in DateIntervalFormat and RelativeDateTimeFormatter"Neil Fuller2015-04-162-85/+85
|\ \ \ | | |/ | |/|
| * | Use ICU4J more in DateIntervalFormat and RelativeDateTimeFormatterNeil Fuller2015-04-162-85/+85
| |/
* | Make Manifest#clone obey clone's contract.Narayan Kamath2015-04-161-6/+20
* | Fix bad negation in Collections#binarySearch.Narayan Kamath2015-04-161-16/+16
|/
* Switch DateIntervalFormat/RelativeDateTimeFormatter to ICU4JTravis Keep2015-04-142-111/+85
* StrictJarFile: better handle missing filesNick Kralevich2015-04-141-0/+7
* Refactor security classes for static initializationKenny Root2015-04-132-13/+45
* Libcore: Refactor TimeZone for compile-time initializationAndreas Gampe2015-04-131-36/+46
* Libcore: Make Date compile-time initializableAndreas Gampe2015-04-101-2/+5
* Make ICU4J look for timezone updates in /dataNeil Fuller2015-04-091-1/+33
* Small documentation changes to SystemNeil Fuller2015-04-081-4/+6
* Rename package to android.icu.* instead of com.android.ibm.icu.*.Narayan Kamath2015-04-071-1/+1
* 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
* | GZIPInputStream: Correctly handle extras in gzip headers.Narayan Kamath2015-04-071-1/+1
* | Merge "Expose getSpi from crypto operations as hidden API."Alex Klyubin2015-04-034-4/+22
|\ \
| * | Expose getSpi from crypto operations as hidden API.Alex Klyubin2015-03-244-4/+22
* | | GZIPInputStream: Fix handling of header CRCs.Narayan Kamath2015-04-031-1/+1
* | | Don't use zip64 by default.Narayan Kamath2015-04-031-7/+9
* | | Merge "Be consistent with the library path."Nicolas Geoffray2015-04-031-1/+5
|\ \ \
| * | | Be consistent with the library path.Nicolas Geoffray2015-04-021-1/+5
* | | | Implement BreakIterator in terms of icu4j.Narayan Kamath2015-04-023-225/+37
* | | | Override ICU4Js search path for ICU4C data.Narayan Kamath2015-04-011-0/+6
|/ / /
* | | Merge "Add a test to confirm that TZ data is in sync"Neil Fuller2015-03-301-0/+3
|\ \ \
| * | | Add a test to confirm that TZ data is in syncNeil Fuller2015-03-271-0/+3
* | | | Merge "Remove a misleading comment."Neil Fuller2015-03-261-3/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove a misleading comment.Neil Fuller2015-03-131-3/+0
* | | | Merge "Add libcore.net.NetworkSecurityPolicy."Alex Klyubin2015-03-253-2/+79
|\ \ \ \
| * | | | Add libcore.net.NetworkSecurityPolicy.Alex Klyubin2015-03-243-2/+79
| | |/ / | |/| |
* | | | Merge "Fix for ftp:// invalid urls with ProxySelector"Neil Fuller2015-03-251-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix for ftp:// invalid urls with ProxySelectorNeil Fuller2015-03-251-1/+1
| |/ /
* | | Merge "Fix the year display when formatting absolute date string"Tao Bao2015-03-231-5/+24
|\ \ \
| * | | Fix the year display when formatting absolute date stringTao Bao2015-03-231-5/+24
* | | | Pass getDexPath to Runtime.nativeLoadDmitriy Ivanov2015-03-201-9/+10
|/ / /
* | | Merge "Libcore: Avoid double-checked locking"Andreas Gampe2015-03-163-70/+68
|\ \ \
| * | | Libcore: Avoid double-checked lockingAndreas Gampe2015-03-153-70/+68
| |/ /