aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/com
Commit message (Collapse)AuthorAgeFilesLines
* Update language to comply with Android's inclusive language guidanceNeil Fuller2020-07-281-1/+1
| | | | | | | | See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Test: build only Change-Id: I11d399b3728d5a1d721bac7f5ad0f7210db186cb
* Move TimeZoneData to androidx.android-9.0.0_r47android-9.0.0_r46android-9.0.0_r45android-9.0.0_r44android-9.0.0_r43android-9.0.0_r42android-9.0.0_r41android-9.0.0_r40android-9.0.0_r39android-9.0.0_r38android-9.0.0_r37android-9.0.0_r36android-9.0.0_r35android-9.0.0_r34android-9.0.0_r33android-9.0.0_r32android-9.0.0_r31android-9.0.0_r30android-9.0.0_r22android-9.0.0_r21android-9.0.0_r20android-9.0.0_r19android-9.0.0_r16android-9.0.0_r12android-9.0.0_r11pie-qpr3-s1-releasepie-qpr3-releasepie-qpr3-b-releasepie-qpr2-releasepie-qpr1-s3-releasepie-qpr1-s2-releasepie-qpr1-s1-releasepie-qpr1-releasepie-dr1-releasepie-dr1-devpie-devpie-b4s4-releasepie-b4s4-devFilip Pavlis2018-03-291-2/+2
| | | | | | Bug: 76692459 Test: make -j TimeZoneData. Change-Id: I93ee1654f34aea0775bcdc25b8a4f8dddaa46a42
* Explicitly disallow multiple user executeNeil Fuller2017-09-251-0/+9
| | | | | | | | | | | | | | | | Explicitly disallow multiple user execution: it's not expected because everything runs as system but this change explicitly rules out execution. This change also adds an xTS to confirm that a secondary user installing the app triggers an update (as the owner) and the device is updated correctly. Test: Manual testing installing updates as secondary device user Test: PTS: run pts -m PtsTimeZoneTestCases Bug: 64111659 Change-Id: Ic839bb264b9ce5448e6191c71ffb7c2b634e4efa
* Switch back to use manifest constantNeil Fuller2017-08-111-2/+2
| | | | | | | | | | | | | | Switch back to use a manifest constant instead of android.provider.TimeZoneRulesDataContract.READER_PERMISSION based on feedback from API council. This is the second of three changes to (1) add the new constant, (2) switch over code using the constant, (3) remove the old constant. Bug: 64568899 Test: None, build only Change-Id: I1126656f0bde2db9564c3e122bb78c7a4c9b44e2
* Make time zone data app code unbundleableNeil Fuller2017-07-311-4/+4
| | | | | | | | Remove references to internal classes and depend on system stubs. Bug: 64139059 Test: Ran internal xTS tests Change-Id: I2430e7ce23769a7f60e4d8202b4f6320b52cc1ab
* Track TimeZoneDataContract changesNeil Fuller2017-07-111-17/+18
| | | | | | | | Track TimeZoneDataContract in frameworks/base. Bug: 31008728 Test: make droid Change-Id: Id7669dcc808c04371601245d7cd76eb99cf9b8f6
* Track TimeZoneDataContract changesNeil Fuller2017-07-101-27/+23
| | | | | | | | Track TimeZoneDataContract changes in frameworks/base. Bug: 31008728 Test: make droid Change-Id: I08c2a64a9ee6c5fd19812cd5dfc56153b97db02f
* Initial check-in of AOSP example/demo/base codeNeil Fuller2017-06-261-0/+330
Initial check-in of the AOSP example/demo/base code for the time zone update data app. Included are targets for building test versions (beneath the testing dir) with interesting properties for manual testing. Many of the files are copied / adapted from files in libcore/tzdata/prototype_data. Those files will be deleted in a follow up change. Test: mmm packages/apps/TimeZoneData Test: mmm packages/apps/TimeZoneData/testing Bug: 31008728 Change-Id: Icd18b0ef642e223be20fd106ad90e06ac6911873