summaryrefslogtreecommitdiff
path: root/android_icu4j/libcore_bridge
AgeCommit message (Expand)Author
2024-06-06Cache the timezone bundles, e.g. metaZones.res, in the Zygote process due to ...Victor Chang
2024-06-04Revert^3 "Read files from versioned tzdata paths."Priyanka Advani
2024-06-04Revert^2 "Read files from versioned tzdata paths."Almaz Mingaleev
2024-06-03Revert "Read files from versioned tzdata paths."Liana Kazanova
2024-05-22Read files from versioned tzdata paths.Almaz Mingaleev
2024-03-20Increment CURRENT_FORMAT_MAJOR_VERSION for Android VVictor Chang
2024-01-25[DON'T BLOCK] Test ownership migration rulesAditya Choudhary
2024-01-10Update imported path in `android_icu4j/libcore_bridge/src/native/TEST_MAPPING`.Roland Levillain
2023-10-21Prevent private classes from being added to the stubsPaul Duffin
2023-07-21Add missing <functional> include for std::functionRyan Prichard
2023-05-30Preload ZoneMeta.ZONEIDS in ZygoteVictor Chang
2022-06-23Merge "Remove TZUvA feature."Almaz Mingaleev
2022-06-13Remove TZUvA feature.Almaz Mingaleev
2022-05-23Increment CURRENT_FORMAT_MAJOR_VERSION due to ICU 71 for Android UVictor Chang
2022-03-22Merge "Make peek*Array methods for Buffers FastNative."Miguel Aranda
2022-03-21Make peek*Array methods for Buffers FastNative.Miguel
2022-02-14Switch "UTC time" to "Unix epoch time" (icu)Neil Fuller
2021-08-26Merge remote-tracking branch 'aosp/icu69' into icu69 am: 26e1a3e915Victor Chang
2021-08-19Increment the CURRENT_FORMAT_MAJOR_VERSION due to ICU upgradeVictor Chang
2021-06-09Add private empty constructor to static-only classes am: b9150ba817 am: 6696b...Victor Chang
2021-06-09Add private empty constructor to static-only classesVictor Chang
2021-05-10Merge "Rename the return type of ExtendedTimeZoneNames.matchName method - par...vichang
2021-05-07Rename the return type of ExtendedTimeZoneNames.matchName method am: 963ea00a...Victor Chang
2021-05-06Rename the return type of ExtendedTimeZoneNames.matchName method - part 2Victor Chang
2021-05-06Rename the return type of ExtendedTimeZoneNames.matchName methodVictor Chang
2021-05-04Merge "Add findCanonicalTimeZoneId method." into sc-devAlmaz Mingaleev
2021-05-04Rename ExtendedTimeZoneNames.matchName methodVictor Chang
2021-05-04Add findCanonicalTimeZoneId method.Almaz Mingaleev
2021-04-07Remove TimeZoneMapping#isShownInPicker.Almaz Mingaleev
2021-03-30Merge "Add TimeZoneMapping#isShownInPickerAfter method."Almaz Mingaleev
2021-03-29Add TimeZoneMapping#isShownInPickerAfter method.Almaz Mingaleev
2021-03-25Improve the documentation about IntraCoreApiVictor Chang
2021-03-22ScopedIcuLocale incorrectly parses the input as locale IDVictor Chang
2021-03-10Replace ZoneInfoData#getLatestDstSavings with ZoneInfoData#getLatestDstSaving...Victor Chang
2021-03-09Add time unit suffix to ZoneInfoData#getLatestDstSavingsVictor Chang
2021-03-08Add @hide to AppSpecializationHooks#handleCompatChangesBeforeBindingApplicationVictor Chang
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to external/icuBob Badour
2021-02-08Add 2 APIs in ExtendedTimeZoneNames and ExtendedTimeZoneVictor Chang
2021-01-28Remove createZoneInfo() methodVictor Chang
2021-01-28Add @IntraCoreApi createInstance() to avoid binary inputVictor Chang
2021-01-06Add ExtendedTimeZone and ExtendedTimeZoneNamesVictor Chang
2021-01-05Remove @IntraCoreApi which have been moved / renamedVictor Chang
2020-12-22Rename and document @IntraCoreApi in com.androidVictor Chang
2020-12-09Do not touch cache on ZoneInfoDb::hasTimeZone.Almaz Mingaleev
2020-12-09Flip array element and index boundary checks.Almaz Mingaleev
2020-11-30Remove unused @IntraCoreApi Icu4cMetadataVictor Chang
2020-11-23Reduce memory usage by avoiding clones of ZoneInfoData objectsVictor Chang
2020-11-23Remove current-time-sensitive fields from ZoneInfoDataVictor Chang
2020-11-23Add new API required to replace time-sensitive fields in ZoneInfoDataVictor Chang
2020-11-13Make ZoneInfoData immutableVictor Chang