History log of /libcore/tzdata/update_test_app/src/libcore/tzdata/update_test_app/installupdatetestapp/MainActivity.java
Revision Date Author Comments
4915beb0de583a0641fe114f2b4ee171c9f0c05d 23-Mar-2017 Neil Fuller <nfuller@google.com> Improve logging / status

The test app now outputs information about the currently
active tzdata version.

Test: Manual
Bug: 31008728

Change-Id: I8e14abfa25b222f4556c685645dc4996ed5c09c6
266664659f091122ec603435bc3dea4282a353f1 14-May-2015 Neil Fuller <nfuller@google.com> Remove signature generation from UpdateTestApp

The need for a signature was removed in internal changes for the
M release. Instead, a permission is required.

Related commits:
12964bf5dd36d13fc25efef7c7175a677f9490a5
ef3d6079a55f559191c90d15e3f30a72b576c499

Bug: 19941636
(cherry picked from commit ba148e2de81badc77ad21daca18996d0766e412e)

Change-Id: Ie107b344b4e60cd4d71fe78a87d2260405d94c3a
ba148e2de81badc77ad21daca18996d0766e412e 14-May-2015 Neil Fuller <nfuller@google.com> Remove signature generation from UpdateTestApp

The need for a signature was removed in internal changes for the
M release. Instead, a permission is required.

Related commits:
12964bf5dd36d13fc25efef7c7175a677f9490a5
ef3d6079a55f559191c90d15e3f30a72b576c499

Bug: 19941636
Change-Id: Iec185117e8ab47303cbe1536209e8ad2bc0aa070
91c98d778c80e53a7f458264233375f982dcae14 13-Mar-2015 Neil Fuller <nfuller@google.com> Timezone data installer code

The code here is used by the system server to install timezone data updates.
It is separate so it can be tested.

Scripts are included that build an "update bundle" (a zip file with a
well-defined contents).

ConfigBundle contains logic to extract the bundle safely.
TzDataBundleBuilder is used in the test and tools to construct a bundle.

The scripts in tools is a placeholder and will evolve.
bionic/libc/tools/zoneinfo tools will likely move there so they can be
integrated more closely.

An app is included for testing updates.

Bug: 19941636
Change-Id: Id0985f8c5be2f12858ee8bf52acf52bdb2df8741