History log of /packages/apps/TimeZoneData/src/main/com/android/timezone/data/TimeZoneRulesDataProvider.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
620e71825663f5ee9810bbaa5bd431f5e4535151 11-Aug-2017 Neil Fuller <nfuller@google.com> Switch back to use manifest constant

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
(cherry picked from commit 3cdcb52bed671be4d0cd31154674c70156a4e3ca)
/packages/apps/TimeZoneData/src/main/com/android/timezone/data/TimeZoneRulesDataProvider.java
db57697b3fafd9e326663b465f3a50d564ee1334 28-Jul-2017 Neil Fuller <nfuller@google.com> Make time zone data app code unbundleable

Remove references to internal classes and depend on system stubs.

Bug: 64139059
Test: Ran internal xTS tests
Change-Id: I2430e7ce23769a7f60e4d8202b4f6320b52cc1ab
(cherry picked from commit 2488204386d0c6810e2ab921c6ed1517e6c7436a)
/packages/apps/TimeZoneData/src/main/com/android/timezone/data/TimeZoneRulesDataProvider.java
00059991b6cfd23ed605d6e2d0578505de3396a7 11-Jul-2017 Neil Fuller <nfuller@google.com> Track TimeZoneDataContract changes

Track TimeZoneDataContract in frameworks/base.

Bug: 31008728
Test: make droid
Change-Id: Id7669dcc808c04371601245d7cd76eb99cf9b8f6
/packages/apps/TimeZoneData/src/main/com/android/timezone/data/TimeZoneRulesDataProvider.java
9f7d2908bda8399074a49e0531c2afb5851fd985 10-Jul-2017 Neil Fuller <nfuller@google.com> Track TimeZoneDataContract changes

Track TimeZoneDataContract changes in frameworks/base.

Bug: 31008728
Test: make droid
Change-Id: I08c2a64a9ee6c5fd19812cd5dfc56153b97db02f
/packages/apps/TimeZoneData/src/main/com/android/timezone/data/TimeZoneRulesDataProvider.java
f68ad8c913885a597dc41da70cbdc23477fe85a6 05-Jun-2017 Neil Fuller <nfuller@google.com> Initial check-in of AOSP example/demo/base code

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
/packages/apps/TimeZoneData/src/main/com/android/timezone/data/TimeZoneRulesDataProvider.java