summaryrefslogtreecommitdiff
path: root/repackaged/geocoder/src/com/android
AgeCommit message (Collapse)Author
2022-04-05Update libphone number to v8.12.46t_frc_odp_330442040t_frc_odp_330442000t_frc_ase_330444010android13-frc-odp-releaseandroid13-devGrace Jia
Test: CtsTelephonyTestCases:PhoneNumberUtilsTest Bug: 192062729 Signed-off-by: Grace Jia <xiaotonj@google.com> Change-Id: I6f16bb69fe9d15fa28acc762956b533d44d75b9d
2021-06-17Update libphonenumber to v8.12.25Grace Jia
Bug: b/184806094 Test: Telephony cts test, vogar Signed-off-by: Grace Jia <xiaotonj@google.com> Change-Id: I6dcfa56c5d73932d5409a7030ced788799c01850
2019-12-10Use new UnsupportedAppUsage annotation.Artur Satayev
Existing annotations in libcore/ and frameworks/ will deleted after the migration. This also means that any java library that compiles @UnsupportedAppUsage requires a direct dependency on "unsupportedappusage" java_library. Bug: 145132366 Test: m && diff unsupportedappusage_index.csv Change-Id: I843f94760157612715b7c34014026f77d64e0087
2019-10-16Update libphonenumber to v8.10.21Sarah Chin
Fixes: 142827352 Test: cts and vogar Change-Id: I7c3f7adbe5df11f4253fa2716c10c9731bd7f7fd
2019-10-03Update libphonenumber to v8.10.20Sarah Chin
Fixes: 142036136 Test: cts and vogar Change-Id: Ibaf98b4dc738c942462600752240c67fdbd00162
2019-09-25Update libphonenumber to v8.10.19Sarah Chin
Fixes: 141349847 Test: cts and vogar Change-Id: If0baa0bd6f6f0a3a329af92f59ef0b2675c88808
2019-07-18Version bump to 8.10.15Youming Ye
Test: Build Bug: 137614836 Change-Id: I44422712d2b5d11790d159706ee32e7ba7d90f16
2019-07-01version bump to 8.10.14Youming Ye
Bug: 135732097 Test: CTS and Vogar Change-Id: I91e197f9c6a094e95808567eccc85ddaf9d1cf18
2019-06-04Bump version to 8.10.13Youming Ye
Test: CTS and Vogar Bug: 128251745 Change-Id: Id90a1a5ed67e95b5dd4008775cb1a92bf4a9c55a Signed-off-by: Youming Ye <paulye@google.com>
2019-02-26Version bump to V8.10.6paulye
Bug: 125565166 Test: cts Change-Id: Ia112b5dfdd87755f51211e5bdd4830e05bdd6420
2019-02-12Bump version to v8.10.5paulye
Change-Id: Ife64c6ac536bb02d3ce14e4da8fb1e83df317177 Test: CTS and vogar Bug: 124084435
2019-02-05Version bump.paulye
Update libraries to version v8.10.4. Bug: 123373064 Test: CTS and Vogar Change-Id: I210c70753022b6ed095f26f93c95a478dc335b0d
2019-01-14Upgrade to 8.10.3Paul Duffin
Created using ./update-from-external.sh 8.10.3 m -j32 droid adb reboot bootloader fastboot flashall -w m -j32 cts cts-tradefed run cts -m CtsTelephonyTestCases -t android.telephony.cts.PhoneNumberUtilsTest m -j32 libphonenumber-test vogar dx vogar --timeout 0 \ --classpath ${ANDROID_BUILD_TOP}/out/target/common/obj/JAVA_LIBRARIES/libphonenumber-test_intermediates/classes.jar \ com.google.i18n.phonenumbers Bug: 120045955 Test: see above Change-Id: If633f16b8a29d00caaf973f5f8a31f2d6feead69
2018-11-27Annotate repackaged API with @UnsupportedAppUsagePaul Duffin
Adds @UnsupportedAppUsage annotations to the parts of libphonenumber that are in the hidden API. Allows the libphonenumber entries to be removed from the frameworks/base/config/hiddenapi-light-greylist.txt. The build rule had to be changed to depend (by default) on the core.platform.api.stubs as UnsupportedAppUsage annotation is not present in the core_current API. This was tested by making and then manually checking that the generated out/target/common/obj/PACKAGING/hiddenapi-light-greylist.txt was the same (after sorting) before and after this change. Bug: 117818301 Test: see above Change-Id: Ic8c6a424a083b1a6c567126b93f49ce10f4e5f93
2018-11-20Upgrade to 8.9.16Paul Duffin
Created using ./update-from-external.sh 8.9.16 m -j32 droid adb reboot bootloader fastboot flashall -w m -j32 cts cts-tradefed run cts -m CtsTelephonyTestCases -t android.telephony.cts.PhoneNumberUtilsTest m -j32 libphonenumber-test vogar dx vogar --timeout 0 \ --classpath ${ANDROID_BUILD_TOP}/out/target/common/obj/JAVA_LIBRARIES/libphonenumber-test_intermediates/classes.jar \ com.google.i18n.phonenumbers Bug: 112782289 Test: see above Change-Id: Ife8d4253a61661ec88157b9995d777fbd2d43ca1
2018-11-20Use generated source not jarjarPaul Duffin
This is in preparation to adding UnsupportedAppUsage annotations to the source. Note: Although the classes in the android/ directory are in the correct package and so do not need to be moved to a different package they do reference classes that are in the wrong package and so they need those references transformed. Tested using: m -j32 droid adb reboot bootloader fastboot flashall -w m -j32 cts cts-tradefed run cts -m CtsTelephonyTestCases -t android.telephony.cts.PhoneNumberUtilsTest Bug: 117818301 Test: see above Change-Id: I523e98eabc7eddff593afeddd399c11061664a59