summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename package to android.icu.* instead of com.android.ibm.icu.*.Narayan Kamath2015-04-073-5/+5
* Merge "Changes to enable timezone data overrides for ICU and libcore"Neil Fuller2015-04-072-19/+64
|\
| * Changes to enable timezone data overrides for ICU and libcoreNeil Fuller2015-03-262-19/+64
* | Merge "GZIPInputStream: Correctly handle extras in gzip headers."Narayan Kamath2015-04-072-1/+17
|\ \
| * | GZIPInputStream: Correctly handle extras in gzip headers.Narayan Kamath2015-04-072-1/+17
|/ /
* | Merge "Fix annoying (but non-fatal) java doc error."Ying Wang2015-04-031-1/+10
|\ \
| * | Fix annoying (but non-fatal) java doc error.Ying Wang2015-04-021-1/+10
* | | 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
* | | | Merge "GZIPInputStream: Fix handling of header CRCs."Narayan Kamath2015-04-032-3/+19
|\ \ \ \
| * | | | GZIPInputStream: Fix handling of header CRCs.Narayan Kamath2015-04-032-3/+19
|/ / / /
* | | | Merge "Update test expectations after rename."Narayan Kamath2015-04-031-3/+3
|\ \ \ \
| * | | | Update test expectations after rename.Narayan Kamath2015-04-031-3/+3
|/ / / /
* | | | Merge "Don't use zip64 by default."Narayan Kamath2015-04-036-579/+669
|\ \ \ \
| * | | | Don't use zip64 by default.Narayan Kamath2015-04-036-579/+669
|/ / / /
* | | | 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
* | | | | Merge "Add dalvik.system.TransactionAbortError class"Sebastien Hertz2015-04-031-0/+62
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add dalvik.system.TransactionAbortError classSebastien Hertz2015-04-021-0/+62
| |/ / /
* | | | Merge "Implement BreakIterator in terms of icu4j."Narayan Kamath2015-04-026-450/+37
|\ \ \ \
| * | | | Implement BreakIterator in terms of icu4j.Narayan Kamath2015-04-026-450/+37
|/ / / /
* | | | Merge "Override ICU4Js search path for ICU4C data."Narayan Kamath2015-04-021-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Override ICU4Js search path for ICU4C data.Narayan Kamath2015-04-011-0/+6
* | | | Merge "Fix KeyGeneratorTest breakage due to AndroidKeyStore."Alex Klyubin2015-04-012-1/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Fix KeyGeneratorTest breakage due to AndroidKeyStore.Alex Klyubin2015-04-012-1/+13
* | | | Merge "Exclude resources from charset/translit/localespi."Narayan Kamath2015-04-011-3/+6
|\ \ \ \
| * | | | Exclude resources from charset/translit/localespi.Narayan Kamath2015-04-011-3/+6
|/ / / /
* | | | Merge "Revert "Revert "Add icu4j to core-libart.jar."""Narayan Kamath2015-04-014-8/+47
|\ \ \ \
| * | | | Revert "Revert "Add icu4j to core-libart.jar.""Narayan Kamath2015-04-014-8/+47
|/ / / /
* | | | Merge "Revert "Add icu4j to core-libart.jar.""Narayan Kamath2015-03-314-47/+8
|\ \ \ \
| * | | | Revert "Add icu4j to core-libart.jar."Narayan Kamath2015-03-314-47/+8
* | | | | Merge "Add icu4j to core-libart.jar."Narayan Kamath2015-03-314-8/+47
|\ \ \ \ \ | |/ / / /
| * | | | Add icu4j to core-libart.jar.Narayan Kamath2015-03-304-8/+47
| |/ / /
* | | | Merge "Timezone data installer code"Neil Fuller2015-03-3120-1/+2045
|\ \ \ \ | |/ / / |/| | |
| * | | Timezone data installer codeNeil Fuller2015-03-3120-1/+2045
* | | | Merge "Add a test to confirm that TZ data is in sync"Neil Fuller2015-03-303-0/+22
|\ \ \ \
| * | | | Add a test to confirm that TZ data is in syncNeil Fuller2015-03-273-0/+22
| |/ / /
* | | | Merge "Make ArtField have no functionality"Mathieu Chartier2015-03-295-257/+73
|\ \ \ \
| * | | | Make ArtField have no functionalityMathieu Chartier2015-03-295-257/+73
|/ / / /
* | | | Merge "Test NetworkSecurityPolicy effect on HTTP connections."Alex Klyubin2015-03-261-0/+54
|\ \ \ \
| * | | | Test NetworkSecurityPolicy effect on HTTP connections.Alex Klyubin2015-03-251-0/+54
| |/ / /
* | | | 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-254-2/+340
|\ \ \ \
| * | | | Add libcore.net.NetworkSecurityPolicy.Alex Klyubin2015-03-244-2/+340
| | |/ / | |/| |
* | | | 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 for devices with multiple multicast-capable interfaces"Neil Fuller2015-03-241-8/+28
|\ \ \
| * | | Fix for devices with multiple multicast-capable interfacesNeil Fuller2015-03-171-8/+28
| |/ /
* | | Merge "Remove forced alignment code."Christopher Ferris2015-03-244-84/+291
|\ \ \