Baligh Uddin
e5e29d5073
Import translations. DO NOT MERGE
...
Change-Id: I1f10df22a0d22c5408d2c1cc83441e19ffa28405
Auto-generated-cl: translation import
2016-05-16 23:39:18 -07:00
Baligh Uddin
e896cb7519
Import translations. DO NOT MERGE
...
Change-Id: I445f622f50145fa550439715192e744fd2cc79e9
Auto-generated-cl: translation import
2016-05-16 22:36:38 -07:00
Maurice Lam
a275fdd5ac
Merge "Set fingerprint accent/primary color" into nyc-mr1-dev am: 8c64604d16
...
am: ee5af0f825
* commit 'ee5af0f82532754df16a12e9d8f668eadce9562d':
Set fingerprint accent/primary color
Change-Id: I0585f0307e85b8344e7a9a1d4ebba613913bc96d
2016-05-16 23:42:31 +00:00
Maurice Lam
ee5af0f825
Merge "Set fingerprint accent/primary color" into nyc-mr1-dev
...
am: 8c64604d16
* commit '8c64604d16500a43e607d0517605d5d62b4108c6':
Set fingerprint accent/primary color
Change-Id: Iabc41c0cfaa160e575c19858a48ac27ad54fe8af
2016-05-16 23:38:36 +00:00
Maurice Lam
8c64604d16
Merge "Set fingerprint accent/primary color" into nyc-mr1-dev
2016-05-16 23:25:29 +00:00
Daniel Nishi
46c32b9e32
Add an alert dialog before clearing data in deletion helper.
...
The dialog states how much space will be freed by the deletion
and prompts the user to either cancel or continue with the
deletion.
BUG: 28762412
Change-Id: I8db2a8f928c82ebaa2cf5fea030b6b6f4730eb3e
2016-05-16 15:36:28 -07:00
Rachel Zhang
471815e4bd
Remove settings overflow menu
...
Bug: 28139684
Change-Id: I099af85878fde5f2317be312f979994fbbc87287
2016-05-16 13:43:51 -07:00
Sudheer Shanka
2753def6b2
Merge "Fix crash in SetupRedactionInterstitial." into nyc-dev am: 31fb2a7a1d
am: 7cc2fa51d1
...
am: f114a556fe
* commit 'f114a556fedb84a0f82925360431abaa7d034bc5':
Fix crash in SetupRedactionInterstitial.
Change-Id: Ic0cb5a47169da68260a1384e21549d7843fa708a
2016-05-16 20:27:37 +00:00
Sudheer Shanka
f114a556fe
Merge "Fix crash in SetupRedactionInterstitial." into nyc-dev am: 31fb2a7a1d
...
am: 7cc2fa51d1
* commit '7cc2fa51d1dc40a85f88a86c748c039b81a6af46':
Fix crash in SetupRedactionInterstitial.
Change-Id: I6b924c3a07fb51b29e39fb18c7af5e3038f472fd
2016-05-16 20:24:58 +00:00
Sudheer Shanka
7cc2fa51d1
Merge "Fix crash in SetupRedactionInterstitial." into nyc-dev
...
am: 31fb2a7a1d
* commit '31fb2a7a1d3ee27ad7f47fb26cd5900b033ef24d':
Fix crash in SetupRedactionInterstitial.
Change-Id: I526e7fe3e9c11bb36babc386c1cbbcb0187e6bbd
2016-05-16 20:22:31 +00:00
Sudheer Shanka
5581312428
Merge "Fix crash in SetupRedactionInterstitial." into nyc-dev
...
am: 31fb2a7a1d
* commit '31fb2a7a1d3ee27ad7f47fb26cd5900b033ef24d':
Fix crash in SetupRedactionInterstitial.
Change-Id: I55d25ec0d3fc06ba099aec098220500ed7c8d61f
2016-05-16 20:22:30 +00:00
Sudheer Shanka
dc3ed0a5bf
Fix crash in SetupRedactionInterstitial.
...
Change-Id: Ia662cd60e4c9eeaccd0eb168431e755c2c79b676
Fixes: 28785168
2016-05-16 11:46:34 -07:00
Jiaquan He
fe4e80b98b
Add an option allowing to skip wallpaper apps selection.
...
This commit adds an option to the Settings application, making it
possible to skip the wallpaper apps selecting and directly lead to
the wallpaper picker.
Bug: 28554244
Change-Id: Id93b69c397e7eec6fdf9fd2c5812fd359cae58c2
2016-05-16 18:08:34 +00:00
Daniel Nishi
07e9f774b0
Merge "Add downloads to the deletion helper." into nyc-mr1-dev am: 95c3c5045f
...
am: de98b25c01
* commit 'de98b25c01341663847252fceaf97d64ceafbb29':
Add downloads to the deletion helper.
Change-Id: I092289edbde4d9b439cb6a55ce2a507f5a36a444
2016-05-14 00:15:06 +00:00
Daniel Nishi
de98b25c01
Merge "Add downloads to the deletion helper." into nyc-mr1-dev
...
am: 95c3c5045f
* commit '95c3c5045fde4667e8085d69a0aba4b82126d682':
Add downloads to the deletion helper.
Change-Id: I192143eb333d584b4ec792913eda79d9614c6150
2016-05-14 00:12:32 +00:00
Felipe Leme
9c7bb2775a
Display total storage for Internal shared storage.
...
Prior to this change, Settings was using
volume.getPath().getTotalBytes() to calculate the total, which includes
the user-accessible storage, but not the internal partitions. As such,
the total displayed was often missing many GBs (for example, in a 32GB
device, it could display "12.09GB of 25.01GB used".
This change fix this problem by using the total size and creating a
"System" section containing the "missing" storage.
BUG: 24128505
Change-Id: Ic35cd7c8406eff16ac1d97c4b4c233ecde64a6e1
2016-05-13 15:40:34 -07:00
Daniel Nishi
2ef20fb36d
Add downloads to the deletion helper.
...
This adds a deletion service to delete files in the Downloads
folder. All of the files there are collected and offered to the
user to delete.
Bug: 28621781
Change-Id: I94431f9abc3a0afa2d07dbab763312c09e830aef
2016-05-13 13:35:37 -07:00
Makoto Onuki
7f8be3672c
Merge "ShortcutManager: Remove developer option from NYC" into nyc-dev am: a23cd4614f
am: f4ffd6daff
...
am: dc3bb2798a
* commit 'dc3bb2798ad962b6ca4e4508ff2189d747c75825':
ShortcutManager: Remove developer option from NYC
Change-Id: Ia21a7274381dd28c16934d23570962867a08680b
2016-05-13 19:02:35 +00:00
Makoto Onuki
dc3bb2798a
Merge "ShortcutManager: Remove developer option from NYC" into nyc-dev am: a23cd4614f
...
am: f4ffd6daff
* commit 'f4ffd6daff1a626d196e30cdebcbf913f936714e':
ShortcutManager: Remove developer option from NYC
Change-Id: I7689577ee57a58d1abdb4690c453f6a9cadfa251
2016-05-13 18:59:31 +00:00
Makoto Onuki
446e5a536e
Merge "ShortcutManager: Remove developer option from NYC" into nyc-dev
...
am: a23cd4614f
* commit 'a23cd4614f0341051e85c3dbdb7766d09c089947':
ShortcutManager: Remove developer option from NYC
Change-Id: Icd507fcaba578122e50f4fc86e53bd65b4cac1fb
2016-05-13 18:57:00 +00:00
Makoto Onuki
f4ffd6daff
Merge "ShortcutManager: Remove developer option from NYC" into nyc-dev
...
am: a23cd4614f
* commit 'a23cd4614f0341051e85c3dbdb7766d09c089947':
ShortcutManager: Remove developer option from NYC
Change-Id: Ie49323be5bb7f8b5e258ecb40382463e3cbb847b
2016-05-13 18:57:00 +00:00
Makoto Onuki
a23cd4614f
Merge "ShortcutManager: Remove developer option from NYC" into nyc-dev
2016-05-13 18:51:41 +00:00
Makoto Onuki
d819814c63
ShortcutManager: Remove developer option from NYC
...
Bug 28704708
Change-Id: Ib2301ea556104e9ffd6a18885e228717843d6acb
2016-05-13 09:40:26 -07:00
Maurice Lam
5e292d249c
Set fingerprint accent/primary color
...
Bug: 28728613
Change-Id: Id3b2d0b6ca7cbff1dd695a7a6cd5d93988d29077
2016-05-12 18:06:14 -07:00
Adrian Roos
373060c2a3
Merge "Allow DPMs to restrict Remote Input on Keyguard" into nyc-dev am: ef505d628a
am: 1d1ca8e590
...
am: 3b7eedabb8
* commit '3b7eedabb85f18229911a67d91864849532f8bba':
Allow DPMs to restrict Remote Input on Keyguard
Change-Id: Iadad066e04fde46b247634b9f2d36f472deb4285
2016-05-12 21:06:07 +00:00
Adrian Roos
3b7eedabb8
Merge "Allow DPMs to restrict Remote Input on Keyguard" into nyc-dev am: ef505d628a
...
am: 1d1ca8e590
* commit '1d1ca8e5905c100efde0ffdfcc8b1dcc7dbc32c8':
Allow DPMs to restrict Remote Input on Keyguard
Change-Id: I2e2310c09f240beb92146d8d24c4bc6fdc413364
2016-05-12 21:02:28 +00:00
Adrian Roos
e7c67aae22
Merge "Allow DPMs to restrict Remote Input on Keyguard" into nyc-dev
...
am: ef505d628a
* commit 'ef505d628ae96f175fca871013da8c24271667dc':
Allow DPMs to restrict Remote Input on Keyguard
Change-Id: Ieaa1f148c3db5fc41e1bb51faf987eac1b896bd4
2016-05-12 21:00:03 +00:00
Adrian Roos
1d1ca8e590
Merge "Allow DPMs to restrict Remote Input on Keyguard" into nyc-dev
...
am: ef505d628a
* commit 'ef505d628ae96f175fca871013da8c24271667dc':
Allow DPMs to restrict Remote Input on Keyguard
Change-Id: I5746a924564e8eb866b0c0e0a1e0205a38896f89
2016-05-12 20:59:47 +00:00
Adrian Roos
ef505d628a
Merge "Allow DPMs to restrict Remote Input on Keyguard" into nyc-dev
2016-05-12 20:52:25 +00:00
Adrian Roos
059b0fa060
Allow DPMs to restrict Remote Input on Keyguard
...
Change-Id: I84b90b4047129794f1397351f9c8624f0048ad41
Fixes: 26981262
2016-05-12 19:12:17 +00:00
Fan Zhang
c6b411d58a
Merge "Update suggestion/support UI to use more negative space." into nyc-mr1-dev am: f5746f9078
...
am: 1fb38d03bf
* commit '1fb38d03bf6c9ce43114f0ec9f20c07b6c93e3cc':
Update suggestion/support UI to use more negative space.
Change-Id: Ibfa15b9c1c8d8f3b29dd3c7b31cee03c9021af7b
2016-05-12 18:53:55 +00:00
Fan Zhang
1fb38d03bf
Merge "Update suggestion/support UI to use more negative space." into nyc-mr1-dev
...
am: f5746f9078
* commit 'f5746f90781c40380f8ec3057abcf9c67d830882':
Update suggestion/support UI to use more negative space.
Change-Id: Ie1f58f267b284735b7f2c86741a516d385f07530
2016-05-12 18:51:10 +00:00
Fan Zhang
f5746f9078
Merge "Update suggestion/support UI to use more negative space." into nyc-mr1-dev
2016-05-12 18:41:11 +00:00
Fan Zhang
50cde75ef7
Update suggestion/support UI to use more negative space.
...
Bug: 28435214
-- Tweaked layout and padding in suggestions and support tab.
-- Added support to show different text color in SlidingTabLayout.
Change-Id: If5d90ec5360e35565176aae7475e355c27fcef7c
2016-05-12 11:14:59 -07:00
Maurice Lam
bbdd716bcf
Merge "Set Wi-Fi dialog spinners to 48dps tall" into nyc-dev am: aead073d44
am: 3fdb526bbd
...
am: 6de1c7e4f0
* commit '6de1c7e4f071ba7bce4ea51dfb4906346a6bcd57':
Set Wi-Fi dialog spinners to 48dps tall
Change-Id: Id44ff3a5e49a70cf63a94c81d65a3b19f6b1b3d3
2016-05-12 17:53:23 +00:00
Maurice Lam
6de1c7e4f0
Merge "Set Wi-Fi dialog spinners to 48dps tall" into nyc-dev am: aead073d44
...
am: 3fdb526bbd
* commit '3fdb526bbd7959ea5959922d86387232063b91a9':
Set Wi-Fi dialog spinners to 48dps tall
Change-Id: Ib86a8883fd042f796fa83e9a9b341c94efea89a6
2016-05-12 17:50:44 +00:00
Maurice Lam
3fdb526bbd
Merge "Set Wi-Fi dialog spinners to 48dps tall" into nyc-dev
...
am: aead073d44
* commit 'aead073d4494c6b764cb384cdb96c79ec5a37aa5':
Set Wi-Fi dialog spinners to 48dps tall
Change-Id: I66c985b54718ff2a6e66b54ba67d4ccae44a09c6
2016-05-12 17:47:46 +00:00
Maurice Lam
d0035fd621
Merge "Set Wi-Fi dialog spinners to 48dps tall" into nyc-dev
...
am: aead073d44
* commit 'aead073d4494c6b764cb384cdb96c79ec5a37aa5':
Set Wi-Fi dialog spinners to 48dps tall
Change-Id: I130a82b74299ec5f358f6040e54974e4661e6dbb
2016-05-12 17:47:45 +00:00
Maurice Lam
aead073d44
Merge "Set Wi-Fi dialog spinners to 48dps tall" into nyc-dev
2016-05-12 17:42:19 +00:00
Maurice Lam
f74cf50ea7
Merge "Fix truncated text in pattern lock setup" into nyc-mr1-dev am: 8b649c0558
...
am: b0df332c35
* commit 'b0df332c35407f0c73122e6f985336aa54b16e3b':
Fix truncated text in pattern lock setup
Change-Id: I63f1716713f8cf0766d47f3fef5c685b089be23c
2016-05-11 21:52:12 +00:00
Sudheer Shanka
f3d130aab9
Merge "Add policy transparency to app notification settings on lockscreen." into nyc-dev am: 938501cf76
am: eeeb02fefb
...
am: 6c3bff4930
* commit '6c3bff493095ffd1f768c1cac159fc112c3fd351':
Add policy transparency to app notification settings on lockscreen.
Change-Id: Ie6f897b89986f7e1dcb59a1ceced3ce6ba4ae2a8
2016-05-11 21:51:48 +00:00
Maurice Lam
df055a4ac2
Set Wi-Fi dialog spinners to 48dps tall
...
Set the minimum height to align with the accessibility guidelines
and to disable ripple projection.
Also adds scroll indicators to the scroll view.
Bug: 28683023
Change-Id: I24c58c0d6e8ef4b9efc8b3f877bcd659f42b6c6d
2016-05-11 14:41:46 -07:00
Maurice Lam
b0df332c35
Merge "Fix truncated text in pattern lock setup" into nyc-mr1-dev
...
am: 8b649c0558
* commit '8b649c055859e9d67353980aaf1dd2c62bdcfe06':
Fix truncated text in pattern lock setup
Change-Id: I22db81a7c6ff572d0ebeb7998392da82d98234d2
2016-05-11 20:14:58 +00:00
Maurice Lam
8b649c0558
Merge "Fix truncated text in pattern lock setup" into nyc-mr1-dev
2016-05-11 20:05:18 +00:00
Sudheer Shanka
6c3bff4930
Merge "Add policy transparency to app notification settings on lockscreen." into nyc-dev am: 938501cf76
...
am: eeeb02fefb
* commit 'eeeb02fefbb8d8e3dbe70a8862cf21ac9ac55736':
Add policy transparency to app notification settings on lockscreen.
Change-Id: I46f14c2de931a132cc27bc678293f9e028812758
2016-05-11 19:22:24 +00:00
Sudheer Shanka
eeeb02fefb
Merge "Add policy transparency to app notification settings on lockscreen." into nyc-dev
...
am: 938501cf76
* commit '938501cf7634843460b03b6fe954e927166e1257':
Add policy transparency to app notification settings on lockscreen.
Change-Id: I2aa5788fa98cf5ac128c161fcb0123b26eae1d7b
2016-05-11 19:14:11 +00:00
Sudheer Shanka
28c44ebf65
Merge "Add policy transparency to app notification settings on lockscreen." into nyc-dev
...
am: 938501cf76
* commit '938501cf7634843460b03b6fe954e927166e1257':
Add policy transparency to app notification settings on lockscreen.
Change-Id: I7d9b313218cce94d6711d4ffa5df9a3c99d391c0
2016-05-11 19:13:46 +00:00
Sudheer Shanka
938501cf76
Merge "Add policy transparency to app notification settings on lockscreen." into nyc-dev
2016-05-11 19:04:20 +00:00
Maurice Lam
7b6791d126
Fix truncated text in pattern lock setup
...
Partially apply ag/708412 to the setup version of the layout. The
rest is not necessary because we assign a weight to the lock pattern
view as well.
Use the short header layout for screens smaller than sw360dp so that
there is more space for the pattern view.
Bug: 28663249
Change-Id: I8cda13834504a345046bc3bf6e0959d613597916
2016-05-11 11:23:43 -07:00
Maurice Lam
96aaeafa91
Merge "Fix truncated text in pattern lock setup" into nyc-dev
...
am: 353cdee69e
* commit '353cdee69e492f4571025644009024e3a1b10898':
Fix truncated text in pattern lock setup
Change-Id: I470a2267b051eb394ed95f9c7443786fbf911836
2016-05-11 18:15:35 +00:00