shwetachahar
d6fb2cd724
Set the minimum speech rate to a value of ten instead of zero.
...
Bug: 27093805
Change-Id: I090a9345c3b05937d1f790ea051945ac187ddb61
2016-04-18 16:39:53 +01:00
Shweta Chahar
da4ecea845
Merge "Add a button to reset pitch to default value." into nyc-dev
2016-04-18 15:14:24 +00:00
Shweta Chahar
abef602337
Merge "Replace the try catch block for retrieving pitch and speech rate values from secure settings with getInt() supplied with a default arg. Also, set the pitch and speech rate of the TTS engine to the default rate and pitch when initSetting() is called." into nyc-dev
2016-04-18 14:56:51 +00:00
Sudheer Shanka
39975a60cc
Fix NullPointerException in Utils.copyMeProfilePhoto.
...
Bug: 28221898
Change-Id: I2f67c4ba349a1c831b22174fefd0db6efeffbf1e
2016-04-15 17:21:41 -07:00
Mihai Niță
50669fa3e8
Merge "Fix checkboxes and warning dialog lost when device rotates" into nyc-dev
2016-04-15 18:44:19 +00:00
TreeHugger Robot
2ed2158236
Merge "Add metrics for Data Saver actions." into nyc-dev
2016-04-15 17:53:41 +00:00
Jason Monk
15310bbb2f
Merge ""Fix" search" into nyc-dev
2016-04-15 16:06:47 +00:00
Makoto Onuki
547fc3983e
Merge "Don't allow removing admin to be added again" into nyc-dev
2016-04-15 16:05:21 +00:00
shwetachahar
87f3e11da1
Replace the try catch block for retrieving pitch and speech rate
...
values from secure settings with getInt() supplied with a default
arg.
Also, set the pitch and speech rate of the TTS engine to the
default rate and pitch when initSetting() is called.
Bug: 27916665
Bug: 27871182
Change-Id: Ie772ee6f29d40774f70e73fe091f6f884472e2f8
2016-04-15 16:48:17 +01:00
Julia Reynolds
8b01df5d78
Merge "Notification slider changes." into nyc-dev
2016-04-15 15:20:21 +00:00
Julia Reynolds
088fb52ef8
Notification slider changes.
...
Bug: 27558254
Change-Id: I15635ae19e82a57d6e6fcb2f8f946f31bebf5d0f
2016-04-15 11:04:13 -04:00
shwetachahar
aaf9df3b19
Add a button to reset pitch to default value.
...
Bug: 27949093
Change-Id: Ia7fd2f824b8e87c08f9e2f3defca6e645c5c1bfb
2016-04-15 15:56:13 +01:00
Benjamin Franz
89726fd952
Merge "Only try disabling quiet mode" into nyc-dev
2016-04-15 14:53:16 +00:00
Noah Wang
87ec078dd5
Merge "Change Preview Pager and Pager Indicator order for RTL environment Bug: 28025982" into nyc-dev
2016-04-15 14:47:58 +00:00
Ricky Wai
697f3a6ce2
Merge "Show "work mode off" dialog when work notification setting is clicked" into nyc-dev
2016-04-15 14:40:11 +00:00
Noah Wang
37c95e41e0
Change Preview Pager and Pager Indicator order for
...
RTL environment
Bug: 28025982
Change-Id: Ia80220f9e4c4a22a10e7cd857dc4e3573ee7b51d
2016-04-15 07:34:39 -07:00
Ricky Wai
af67c3b576
Show "work mode off" dialog when work notification setting is clicked
...
Bug: 28158297
Change-Id: Iea4eaa32f3c4b2e605b6eace82ee4443e387fb4b
2016-04-15 14:43:44 +01:00
Oleksandr Peletskyi
bd666a17a2
Merge "Fixed stopped countdown when PIN entered incorrect." into nyc-dev
2016-04-15 13:29:35 +00:00
Mihai Nita
930176b131
Fix checkboxes and warning dialog lost when device rotates
...
The frame is destroyed then the device rotates, so we need
to save and restore the complete status (remove mode or not,
list of checked locales, if the warning dialog it showing).
Bug: 26720315
Bug: 26758726
Change-Id: Ie1340d3242cb61dc736a0b456224b8570826e937
2016-04-14 20:33:56 -07:00
Sudheer Shanka
2cae2f1613
Merge "Set user icon to default when updating profile without photo" into nyc-dev
2016-04-15 02:18:11 +00:00
Makoto Onuki
d141856586
Don't allow removing admin to be added again
...
Bug 27909181
Change-Id: I15bcff0f790e8f701bacea912c1624be926a2076
2016-04-15 01:14:55 +00:00
Sudheer Shanka
71caf698b4
Set user icon to default when updating profile without photo
...
If the user photo was deleted in the Myself contact, the change
was not reflected neither in Settings/Users nor in expanded
status bar. This was because the ProfileUpdateReceiver did not
handle the case where the updated image was null (deleted).
Fixed by assigning default user icon in UserManager if no photo
found in the profile update.
AOSP change: https://android-review.googlesource.com/#/c/153137
Bug: 28031914
Change-Id: I2f452f78dcf777414f50b133b1a9cee334bbd9a8
2016-04-14 16:56:15 -07:00
Felipe Leme
0628e33bf2
Add metrics for Data Saver actions.
...
BUG: 28166693
Change-Id: Ie435db66183ef645467ffa6cc7537d54d35cab31
2016-04-14 16:14:55 -07:00
Jason Monk
6c9e884aa0
"Fix" search
...
- Only consider a locale actually indexed after it has had a full
update run
- Run all indexing queueing on the AsyncTask's serial threadpool
to avoid more threading issues.
Change-Id: I8fc84b0faafc5c104d090b6bbd87857550b3af89
Fixes: 27826745
2016-04-14 14:34:16 -04:00
Ricky Wai
29d59dd21f
Merge "Force to unlock work challenge before reply inline notification" into nyc-dev
2016-04-14 17:59:27 +00:00
Oleksandr Peletskyi
a6fb46621b
Fixed stopped countdown when PIN entered incorrect.
...
When device is locked CountDownTimer.onFinish() is not called
after countdown finished. Thus some logic was copied to onResume().
BUG:28160696
Change-Id: I1906e7ab2202b437b909afc12b7b3628692a00f1
2016-04-14 19:35:04 +02:00
Robin Lee
1932aa95d4
Merge "Allow disconnecting always-on VPNs" into nyc-dev
2016-04-14 16:50:42 +00:00
Bernard Chau
78f1e3de5e
Merge "Fixed typos "QuiteMode"" into nyc-dev
2016-04-14 16:18:32 +00:00
Felipe Leme
2b131e58a7
Merge "Improvements on "App data usage" screen." into nyc-dev
2016-04-14 15:55:18 +00:00
Robin Lee
b3c4133a71
Allow disconnecting always-on VPNs
...
Bug: 28072644
Change-Id: If7595f7e17747867158368d95db5addf97d3a14c
2016-04-14 15:41:41 +01:00
Bernard Chau
88d523bc5c
Fixed typos "QuiteMode"
...
Bug: 28186496
Change-Id: I460509f7fda205711532c290f764d842f07aba49
2016-04-14 15:12:14 +01:00
Jason Monk
452e371aa1
Merge "Don't debug log on ConditionManager" into nyc-dev
2016-04-14 13:14:44 +00:00
Oleksandr Peletskyi
9abb6b01f4
Merge "Improved UX for DISALLOW_SET_USER_ICON restriction." into nyc-dev
2016-04-14 10:46:08 +00:00
Abodunrinwa Toki
bbf5df73f9
Merge "Show Physical keyboards only after everything has been loaded" into nyc-dev
2016-04-14 10:04:17 +00:00
Noah Wang
7444be6f28
Merge "Remove the preview screens from Display/Font size settings when the activity height is smaller. Also refactored for readability. Bug: 27699996 Change-Id: Iff3c3ffdc1ccf82080cafdcedf392e499175acaf" into nyc-dev
2016-04-14 05:10:49 +00:00
Noah Wang
6e1586150e
Merge "Instantiating background image of preview video in Magnification Gesture screen using ImageView, also set GlobalLayoutListener to adjust its position. Bug: 27992162 Bug: 27901691" into nyc-dev
2016-04-14 05:10:34 +00:00
Noah Wang
f3a20cc9bc
Instantiating background image of preview video in
...
Magnification Gesture screen using ImageView, also
set GlobalLayoutListener to adjust its position.
Bug: 27992162
Bug: 27901691
Change-Id: I9563eb2776bcde3d7edeb4a420a9b3c02481baf8
2016-04-13 19:02:41 -07:00
Julia Reynolds
cc43dd935f
Merge "Notification listeners have full DND access." into nyc-dev
2016-04-14 00:58:09 +00:00
Noah Wang
45393213da
Remove the preview screens from Display/Font size settings
...
when the activity height is smaller.
Also refactored for readability.
Bug: 27699996
Change-Id: Iff3c3ffdc1ccf82080cafdcedf392e499175acaf
2016-04-13 16:55:11 -07:00
Felipe Leme
4133fc1cb1
Improvements on "App data usage" screen.
...
- Don't disply whitelist toggle if app is blacklisted.
- Handle scenario where app don't have any quota usage.
BUG: 27481520
Change-Id: I0147025d6bba2d6deeda109aeebb296607550bd8
2016-04-13 15:35:27 -07:00
Julia Reynolds
83f35ba88d
Notification listeners have full DND access.
...
Bug: 27976092
Change-Id: I9603d900d7cee5666ec3567b4f42fee6d93ae5f8
2016-04-13 16:55:31 -04:00
Sudheer Shanka
91f287908b
Merge "Update usage of DPM.getLongSupportMessageForUser." into nyc-dev
2016-04-13 20:12:03 +00:00
Jason Monk
d49a846a39
Don't debug log on ConditionManager
...
Change-Id: I383c8ca4cfea732ace8213a17df375babad5f793
2016-04-13 15:30:07 -04:00
Jason Monk
906927f1c8
Merge "Settings dashboard tablet fixes" into nyc-dev
2016-04-13 19:11:15 +00:00
Benjamin Franz
e00cd80a1e
Only try disabling quiet mode
...
The underlying API has slightly changed to require the profile
challenge if the profile that we're trying to enable hasn't been
unlocked yet.
Bug: 27764124
Change-Id: I9efb3d3ed49034b573abb4c18119ffadcccfe947
2016-04-13 19:14:37 +01:00
Sudheer Shanka
41dde76a6b
Merge "Avoid showing DeviceAdminAdd screen in the background of support dialog." into nyc-dev
2016-04-13 17:47:43 +00:00
Sudheer Shanka
f13a6a1795
Merge "Add new section in Apps screen to show app installer name." into nyc-dev
2016-04-13 17:47:05 +00:00
Jason Monk
25d69a1ae3
Merge "Protect against monkey crash" into nyc-dev
2016-04-13 16:45:16 +00:00
Jason Monk
9d0542a314
Protect against monkey crash
...
Change-Id: If1fd7dd51247bf29e86db16d4a01b2a45fac791e
Fixes: 27678593
2016-04-13 12:34:37 -04:00
Jason Monk
79f3706785
Settings dashboard tablet fixes
...
Change-Id: I21b306f6932af4fc2c5b79feeba60cdd820e2b8a
Fixes: 27834674
2016-04-13 12:24:54 -04:00