Commit Graph

8638 Commits

Author SHA1 Message Date
Jason Monk
c93a998a91 Update data usage graph to use new graph ui
am: 9dc9a0ebb3

* commit '9dc9a0ebb383df0225c4d0f92cb837ccabe40021':
  Update data usage graph to use new graph ui
2016-03-09 16:33:41 +00:00
Sudheer Shanka
64d424a1c2 Merge "Update the timeout list dialog in display and security settings." into nyc-dev 2016-03-09 16:24:55 +00:00
Sudheer Shanka
900adce6ca Update the timeout list dialog in display and security settings.
Currently, we add padlocks to all the timeout options which are
more than the timeout enforced by the admin. Instead of adding
the padlocks to the options, updated the timeout list dialog to
have a disabled by admin message as dialog footer.

Bug: 27564363
Change-Id: I66ce35e92c044ce1864d14e1fc0e83881f8f4ab0
2016-03-09 16:19:37 +00:00
Geoff Mendal
c76c37ef6d Merge "Import translations. DO NOT MERGE" into nyc-dev 2016-03-09 15:45:34 +00:00
Jason Monk
9dc9a0ebb3 Update data usage graph to use new graph ui
Bug: 27278313
Change-Id: Ia9e8598dcb970540877f7dac7061cfc55ed99d4d
2016-03-09 10:39:57 -05:00
Geoff Mendal
f14efd9f97 Import translations. DO NOT MERGE
Change-Id: Id46ae01e6b35ba18f2e12c151acab4c156293976
Auto-generated-cl: translation import
2016-03-09 07:39:42 -08:00
Julia Reynolds
3fd9a62b39 Merge "Don\'t reference framework strings." into nyc-dev
am: 179a57b21f

* commit '179a57b21ff1053442b93e2cc943dc1feb65c952':
  Don't reference framework strings.
2016-03-08 21:44:35 +00:00
Julia Reynolds
5f5d049e00 Don't reference framework strings.
Bug: 27513548
Change-Id: Ia459d540ebcb81c8a6d6b045e71141aef849d1f1
2016-03-08 16:37:32 -05:00
Julia Reynolds
f830adddb8 Merge "Don\'t reference the notification led if it doesn\'t exist." into nyc-dev
am: d3c07da6e9

* commit 'd3c07da6e916c128b20adee3c1ccfd845725cdee':
  Don't reference the notification led if it doesn't exist.
2016-03-08 21:32:24 +00:00
Julia Reynolds
1d91e0f910 Merge "Notification summary updates." into nyc-dev
am: 5354f8a2d0

* commit '5354f8a2d097f6e67917e94dc019ac8ded8280db':
  Notification summary updates.
2016-03-08 21:25:02 +00:00
Julia Reynolds
184da33bba Don't reference the notification led if it doesn't exist.
Bug: 27318491
Change-Id: Ic43f1e8c0c7cf376b19278ab6c2661abc1052ddb
2016-03-08 16:23:03 -05:00
Julia Reynolds
3e912e7ea5 Notification summary updates.
Change-Id: I6b824acf27743637ca661b38b51c639ecf099208
2016-03-08 16:08:12 -05:00
Udam Saini
704ea2ddef Merge "Fixes a crash in setup wizard when adding a lock screen." into nyc-dev
am: 4695fc7e48

* commit '4695fc7e484bdc76ca9bd3d6b04a72f82a559f41':
  Fixes a crash in setup wizard when adding a lock screen.
2016-03-08 02:01:27 +00:00
Udam Saini
4695fc7e48 Merge "Fixes a crash in setup wizard when adding a lock screen." into nyc-dev 2016-03-08 01:55:00 +00:00
Udam Saini
6d6e117720 Fixes a crash in setup wizard when adding a lock screen.
bug:27528834
Change-Id: Idc06850740695669162e239f28c30a1ddad6d2df
2016-03-07 17:50:40 -08:00
Ruben Brunk
caab7e72cd Merge "Add settings VR listener service." into nyc-dev
am: 31a3b770c7

* commit '31a3b770c7f50f9e7038759f189b33761301281d':
  Add settings VR listener service.
2016-03-08 00:26:36 +00:00
Ruben Brunk
31a3b770c7 Merge "Add settings VR listener service." into nyc-dev 2016-03-08 00:14:56 +00:00
Adrian Roos
d24f3d9fa9 Merge "Fix SUW redaction interstitial crash" into nyc-dev
am: bd705413ba

* commit 'bd705413babe94c3382598217757d4b95d2dcc6a':
  Fix SUW redaction interstitial crash
2016-03-07 21:40:29 +00:00
Adrian Roos
bd705413ba Merge "Fix SUW redaction interstitial crash" into nyc-dev 2016-03-07 20:50:05 +00:00
Adrian Roos
0128d6d28b Fix SUW redaction interstitial crash
Bug: 27518157
Change-Id: Id0c2eae88db41080e35200ee8f94ee74ea0a9a1f
2016-03-07 12:49:25 -08:00
Philip P. Moltmann
00c3ed1a7a Make Print Settings use the new PrintManager.getPrintServices loader
am: d9779db8c9

* commit 'd9779db8c966347734c5791cf63b7dc2e466a0f4':
  Make Print Settings use the new PrintManager.getPrintServices loader
2016-03-07 19:17:31 +00:00
Philip P. Moltmann
d9779db8c9 Make Print Settings use the new PrintManager.getPrintServices loader
This makes sure that all data always stays up to date.

printer_dropdown_item.xml:
- Reduce the amount of overriden properties

PrintServiceSettingsFragment:
- Instead receiving most data from PrintSettingsFragment have own loader
  and keep data up to date
- Also the updating of the print service state now has a dedicated
  PrintManager call instead of relying of the Settings-ContentObserver
  to transport this information. No more race-conditions, whohoo!

DynamicIndexableContentMonitor:
- To not rewrite too much code the update logic has to live here but the
  reading of the actual data is in PrintSettingsFragment.

Change-Id: I60715cda8952565d7f68cb24fb7da61a37085887
2016-03-07 09:32:55 -08:00
Jason Monk
86aa79b60f Fix add network alignment
am: ebfbe5cfe6

* commit 'ebfbe5cfe64c0ac46a6812652c9139e674fc3056':
  Fix add network alignment
2016-03-07 16:55:59 +00:00
Geoff Mendal
c654adf99c Merge "Import translations. DO NOT MERGE" into nyc-dev 2016-03-07 15:39:40 +00:00
Geoff Mendal
8158dcb06d Import translations. DO NOT MERGE
Change-Id: I066af915c57a99077bb8c2eba2193707154f0b90
Auto-generated-cl: translation import
2016-03-07 07:37:10 -08:00
Jason Monk
ebfbe5cfe6 Fix add network alignment
Bug: 26759951
Change-Id: I5ba657b5a4099d9f2f1ecf2f27a6a25908bc4a86
2016-03-07 10:19:47 -05:00
Ruben Brunk
e1c98ca821 Add settings VR listener service.
Bug: 22855417
Bug: 26724891

- Adds a settings panel allowing users to toggle the
  enabled/disabled state of each VrListenerService
  component installed.
- If disabled, a VrListenerService will not be bound
  from the framework, even when requested by a VR
  application.

Change-Id: I606eb712c011d160b9fbdd3c0e8fd744c653ef07
2016-03-04 16:07:09 -08:00
Noah Wang
5505e81e4c Merge "Make preview pager and pager indicator screenreader-enabled" into nyc-dev
am: f465eb3bf2

* commit 'f465eb3bf2572bf67c2b245b8342760a482361ed':
  Make preview pager and pager indicator screenreader-enabled
2016-03-04 19:01:01 +00:00
Noah Wang
f465eb3bf2 Merge "Make preview pager and pager indicator screenreader-enabled" into nyc-dev 2016-03-04 18:52:49 +00:00
Julia Reynolds
1548a088a0 Remove DND & Notification access screen links.
am: d53f90d0d1

* commit 'd53f90d0d1ac677e52e8f4b9aa8324366e7566d5':
  Remove DND & Notification access screen links.
2016-03-04 16:04:58 +00:00
Julia Reynolds
d53f90d0d1 Remove DND & Notification access screen links.
These should only be available from 'special access.'

Change-Id: I9e49be9263b3e880031906345422459a5ad23d7f
2016-03-04 09:44:34 -05:00
Michal Karpinski
27916b7a98 Merge "New activity for handling dialogs of remote bugreports" into nyc-dev
am: e6be2411e4

* commit 'e6be2411e427523e64026090af6bea9e2b4a103b':
  New activity for handling dialogs of remote bugreports
2016-03-04 10:11:31 +00:00
Michal Karpinski
e6be2411e4 Merge "New activity for handling dialogs of remote bugreports" into nyc-dev 2016-03-04 10:04:48 +00:00
Noah Wang
36e89f644e Make preview pager and pager indicator screenreader-enabled
Bug: 27127738
Change-Id: I11a8589f4d8e1f15e895831dc3bd0cb7472e0591
2016-03-03 20:05:14 -08:00
Adrian Roos
4671784cd0 Merge "Add remote input setting to redaction interstitial" into nyc-dev
am: a792664794

* commit 'a792664794df256385a4eafafa0c5991d6823887':
  Add remote input setting to redaction interstitial
2016-03-03 22:00:13 +00:00
Adrian Roos
a792664794 Merge "Add remote input setting to redaction interstitial" into nyc-dev 2016-03-03 21:43:59 +00:00
Anna Galusza
b29f659c15 Merge "Change nav bar style. Bug: 27226956" into nyc-dev
am: 9566ceb122

* commit '9566ceb12233c5e9ce156ecba3715a45e9fd5301':
  Change nav bar style. Bug: 27226956
2016-03-03 19:12:50 +00:00
Anna Galusza
9566ceb122 Merge "Change nav bar style. Bug: 27226956" into nyc-dev 2016-03-03 19:05:16 +00:00
Sudheer Shanka
8765cc78d0 Merge "Update the restricted icon usage." into nyc-dev
am: ca069a91c4

* commit 'ca069a91c4d153ad06df1a5c515e881588054d12':
  Update the restricted icon usage.
2016-03-03 18:36:51 +00:00
Sudheer Shanka
1d2b69a3c4 Merge "Update custom widget layouts to have a restricted icon." into nyc-dev
am: a714a7346d

* commit 'a714a7346d7e7f8a2686dbb164d08ca4c413a721':
  Update custom widget layouts to have a restricted icon.
2016-03-03 18:32:18 +00:00
Sudheer Shanka
ca069a91c4 Merge "Update the restricted icon usage." into nyc-dev 2016-03-03 18:31:50 +00:00
Sudheer Shanka
a714a7346d Merge "Update custom widget layouts to have a restricted icon." into nyc-dev 2016-03-03 18:26:44 +00:00
Michal Karpinski
707f42f01d New activity for handling dialogs of remote bugreports
Presents dialogs when commanded by DPM.

Bug: 26226230
Change-Id: Ia3301592f767ac95f1c073e9401718d717f50c83
2016-03-03 17:06:05 +00:00
Julia Reynolds
8df99d5440 Merge "Notification filter changes." into nyc-dev
am: cc52409625

* commit 'cc5240962546545969dcf72e2ae4cb68df937642':
  Notification filter changes.
2016-03-03 16:47:46 +00:00
Julia Reynolds
cc52409625 Merge "Notification filter changes." into nyc-dev 2016-03-03 16:43:58 +00:00
Jason Monk
bcbb33254c Fix notification setting summary
am: a2d47fcf59

* commit 'a2d47fcf59f03d091edaf5895fd3b651e1f499e1':
  Fix notification setting summary
2016-03-03 16:12:01 +00:00
Julia Reynolds
beb5e5210b Notification filter changes.
Bug: 27403688
Change-Id: I560ab6fc4a46673c0be4244b24f90e7c937b0006
2016-03-03 11:06:36 -05:00
Jason Monk
a2d47fcf59 Fix notification setting summary
Bug: 25926406
Change-Id: I503f2d2def095e37f6b16ca345112fe81ef73e29
2016-03-03 10:49:44 -05:00
Sudheer Shanka
729a237cd9 Update the restricted icon usage.
Bug: 25603665
Bug: 27263775
Change-Id: I72b824d01b462fa5f9f8c15eaaf0108441560f65
2016-03-02 19:09:00 -08:00
Adrian Roos
6f4edf822f Add remote input setting to redaction interstitial
Bug: 26440855
Change-Id: I8cd16074c63778defab767096261bcc99956b8fc
2016-03-02 15:37:52 -08:00