From 0e5853f97bd5a865d66dcb058aa5a18b95ea6f0d Mon Sep 17 00:00:00 2001 From: Altaf-Mahdi Date: Sun, 24 Apr 2016 23:01:57 +0100 Subject: z2_plus: Doze improvements * restructure the app * add a tilt sensor from hammerhead-caf with an option to enable/disable * add a one time dialog on first start to help users understand how the app works * remove proximity wake up option and add an option to enable the sensors as soon as the screen turns off * adjust and add new doze configs * squashed translations Change-Id: Ia9d9a807d6c4f1a80a2ba8780e7486560f9a1d87 --- doze/res/xml/doze_settings.xml | 72 ++++++++++++++++++++++++++++++++++++++++++ doze/res/xml/gesture_panel.xml | 53 ------------------------------- 2 files changed, 72 insertions(+), 53 deletions(-) create mode 100644 doze/res/xml/doze_settings.xml delete mode 100644 doze/res/xml/gesture_panel.xml (limited to 'doze/res/xml') diff --git a/doze/res/xml/doze_settings.xml b/doze/res/xml/doze_settings.xml new file mode 100644 index 0000000..09e27b5 --- /dev/null +++ b/doze/res/xml/doze_settings.xml @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doze/res/xml/gesture_panel.xml b/doze/res/xml/gesture_panel.xml deleted file mode 100644 index 40a017c..0000000 --- a/doze/res/xml/gesture_panel.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3