Matthew Fritze
a705701cdc
Merge "Prevent search crashes from uninstalled apps" into oc-dev am: 6d537b6767
...
am: 8465bd3adb
-s ours
Change-Id: I1d807415b2a04632a644b0b15ce96cc3054e271a
2017-04-25 00:18:50 +00:00
Matthew Fritze
8465bd3adb
Merge "Prevent search crashes from uninstalled apps" into oc-dev
...
am: 6d537b6767
Change-Id: I21b6bbf8a2c22fe98e0a2f03fc3f95cb9edc225e
2017-04-25 00:16:20 +00:00
TreeHugger Robot
6d537b6767
Merge "Prevent search crashes from uninstalled apps" into oc-dev
2017-04-25 00:12:34 +00:00
Amit Mahajan
1abe5a78b3
Merge "Do not call update() for read only APNs." into oc-dev am: 8f18f8e087
...
am: 563d2d5a29
Change-Id: I10631e103cfc784832216281a278128d740f8da6
2017-04-24 22:56:24 +00:00
Daniel Nishi
97686254be
Merge "Fake data to be 0B after clearing." into oc-dev am: cba520fc9d
...
am: 8c6327cfe5
Change-Id: If56a028099b9b8eeb66a90fcb617be745ccac2c1
2017-04-24 22:56:01 +00:00
Lei Yu
b4da0a47ab
Merge "Add TtsSpan for formatted time." into oc-dev am: 8f9f25c541
...
am: 8c2a018e77
Change-Id: I509533491925b9c49f9a5c905d1c2e5818978684
2017-04-24 22:55:33 +00:00
Lei Yu
7dc19949a4
Merge "Add device name for connect string" into oc-dev am: bcaabec925
...
am: 96cba04e0d
Change-Id: I4de396b85b039ea3e9e64040287b21d89cad173d
2017-04-24 22:55:09 +00:00
Bartosz Fabianowski
de61f78f68
Only show headers in Master Clear when there are multiple profiles am: 28ec98cd1f
...
am: 154bb00cb0
Change-Id: I8c3363ac310452067fb4e21fc1d8969b1010e231
2017-04-24 22:54:47 +00:00
Amit Mahajan
563d2d5a29
Merge "Do not call update() for read only APNs." into oc-dev
...
am: 8f18f8e087
Change-Id: I4afa467be33359cd09fde8d00b62fc299e01a85a
2017-04-24 22:19:40 +00:00
TreeHugger Robot
8f18f8e087
Merge "Do not call update() for read only APNs." into oc-dev
2017-04-24 22:16:32 +00:00
Daniel Sheng
1721b802c5
Added settings UI for camera lift trigger gesture
...
Bug: 37154489
Test: manual + make RunSettingsRoboTests
- Added preference fragment for camera lift gesture
- Added activity alias for camera lift gesture setting
- Added resources + overlays for camera lift gesture setting
- Added config flag for limiting camera lift gesture setting for Pixel
- Added Robolectric tests for camera lift gesture settings classes
Change-Id: Ie4846cb1ea6b5279a19f20cb0299426f0d5cbb71
2017-04-24 14:57:55 -07:00
Ruchi Kandoi
7ca6c2410c
Add searchable index for Bluetooth and Nfc only if the feature exists
...
Test: make RunSettingsRoboTests
Bug: 35657961
Change-Id: Ie2f4722b2b1599981c933f87f95016909ba92022
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com >
2017-04-24 13:15:35 -07:00
Daniel Nishi
8c6327cfe5
Merge "Fake data to be 0B after clearing." into oc-dev
...
am: cba520fc9d
Change-Id: Ica285a037ead3cd869e3905489eb6abeb95c5194
2017-04-24 19:44:09 +00:00
Lei Yu
8c2a018e77
Merge "Add TtsSpan for formatted time." into oc-dev
...
am: 8f9f25c541
Change-Id: I2a1d2ccf3e7fd6353d58f30617deed756a71ddde
2017-04-24 19:43:33 +00:00
Lei Yu
96cba04e0d
Merge "Add device name for connect string" into oc-dev
...
am: bcaabec925
Change-Id: I83920ad2cecfece9ed7bb4acb50fe6a6068bd51b
2017-04-24 19:43:08 +00:00
Bartosz Fabianowski
154bb00cb0
Only show headers in Master Clear when there are multiple profiles
...
am: 28ec98cd1f
Change-Id: I125a16685be88cfc309d70550e72247cecbb75cd
2017-04-24 19:42:34 +00:00
Stephen Chen
7d32cddc73
Make connected Wi-Fi message multiline to avoid cutoff.
...
Bug: 37330280
Test: manual inspection.
Change-Id: Ifdf76d454cf98de2db03a266ad4c3a3cbcd79b4c
2017-04-24 11:39:00 -07:00
jackqdyulei
7c6e6e9254
Remove STATE_TOP_SLEEPING from foreground time
...
That state means the time when app is on top while screen is off,
we should not count it as foreground usage time.
Bug: 37547898
Test: RunSettingsRoboTests
Change-Id: I67e0c135d0c4b71cd667037b0d5dc7673b53607e
2017-04-24 11:37:00 -07:00
Matthew Fritze
d0b42b0322
Update Search UX for OC
...
- Change text opacity for Search UX
- Update dps between summary and breadcrumbs
- Remove icons for Title items
- Restrict summary to single line
Test: manual
Bug: 36853763
Change-Id: I2acd574ec9c490bbe7097d30c512e58ebe1ad9f2
2017-04-24 11:21:35 -07:00
Amit Mahajan
b4ac40b204
Do not call update() for read only APNs.
...
Calling update marks the APN USER_EDITED and thus makes it user
editable.
Test: manual
Bug: 37607890
Change-Id: Ia5aa0df470e04c8bcc58080577cc3da2ab6dc9df
2017-04-24 11:02:03 -07:00
Ajay Panicker
80d580731d
Limit btsnoop file size (4/8)
...
Limit btsnoop file size by rotating between snoop files. The rotation occurrs
when a fixed number of packets have been logged and will start overwriting
the older file.
Bug: 35998031
Test: Enable snoop logs from developer options and let logs get large
Change-Id: I94f8f6bc12ab3f7ff406c9392934ecb7209cd635
2017-04-24 10:56:37 -07:00
Daniel Nishi
cba520fc9d
Merge "Fake data to be 0B after clearing." into oc-dev
2017-04-24 17:54:20 +00:00
Lei Yu
8f9f25c541
Merge "Add TtsSpan for formatted time." into oc-dev
2017-04-24 17:01:59 +00:00
Lei Yu
bcaabec925
Merge "Add device name for connect string" into oc-dev
2017-04-24 17:00:49 +00:00
Bartosz Fabianowski
28ec98cd1f
Only show headers in Master Clear when there are multiple profiles
...
The Master Clear dialog lists the accounts whose data will be lost by
a factory reset. The list contains the headings "Personal" and "Work"
to distinguish accounts in the main user and the work profile. When
there is no work profile, the header (only "Personal" would be shown in
this case) is superfluous and misleading (as the user may be using the
device for work).
Bug: 30132270
Test: Manual :(
Change-Id: Id493652fc331d4500c4d772a9abcc716995565b3
(cherry picked from commit 30ba868014
)
2017-04-24 13:51:37 +00:00
Suprabh Shukla
c73508b88d
Merge "Updating strings for Install unknown apps" into oc-dev am: 008a9adef9
...
am: 063bd1d40c
Change-Id: Ic0c4afabdb2bf589f10e0176063e8ab79146cab2
2017-04-22 02:31:44 +00:00
Suprabh Shukla
063bd1d40c
Merge "Updating strings for Install unknown apps" into oc-dev
...
am: 008a9adef9
Change-Id: Ic33d5e774d18ba15723c581b494e625665b73ecc
2017-04-22 02:29:13 +00:00
TreeHugger Robot
008a9adef9
Merge "Updating strings for Install unknown apps" into oc-dev
2017-04-22 02:23:57 +00:00
Ajay Panicker
05d5b83b22
Merge "Add Bluetooth Pairing notifications to a channel" into oc-dev am: 8b09195f80
...
am: 344405d87a
Change-Id: I1b64ea9a1a35776c06ee3ab256031862b062f61a
2017-04-22 01:56:42 +00:00
Ajay Panicker
344405d87a
Merge "Add Bluetooth Pairing notifications to a channel" into oc-dev
...
am: 8b09195f80
Change-Id: Iced885cd7195ed48920667ef96c0cbbdec587466
2017-04-22 01:53:42 +00:00
TreeHugger Robot
8b09195f80
Merge "Add Bluetooth Pairing notifications to a channel" into oc-dev
2017-04-22 01:49:51 +00:00
Matthew Fritze
de03948870
Merge "Remove duplicates between battery and display settings" into oc-dev am: 1c7e25d3b6
...
am: a95fc0f05f
-s ours
Change-Id: I52edd436dd1a4dd97e548993de8a786c3ff17f74
2017-04-22 01:02:39 +00:00
Matthew Fritze
a95fc0f05f
Merge "Remove duplicates between battery and display settings" into oc-dev
...
am: 1c7e25d3b6
Change-Id: I1e824de321f7d8eeb9fbcefb22048af0ae5109be
2017-04-22 00:59:40 +00:00
TreeHugger Robot
1c7e25d3b6
Merge "Remove duplicates between battery and display settings" into oc-dev
2017-04-22 00:56:09 +00:00
Ajay Panicker
2432051bfd
Add Bluetooth Pairing notifications to a channel
...
Bug: 37531430
Test: Send a pairing request to DUT from remote phone
Change-Id: I2014b0aa3c4797cbf8e601003471372f4920d21d
2017-04-21 16:44:55 -07:00
Matthew Fritze
75f55d6e05
Prevent search crashes from uninstalled apps
...
All search results are now refreshed when resuming the
search fragment, to prevent crashes from results that
no longer exist.
Change-Id: I905465d14f415598ec7a2ebe7b29ed620cde0962
Fixes: 34817357
Test: make RunSettingsRoboTests
Merged-In: I96a0cbfee711ab9dee49d56bfdc4e885202d9ecd
2017-04-21 15:56:44 -07:00
jackqdyulei
471d71bae0
Add device name for connect string
...
When there are more than one connected device, show
a general summary.
Bug: 37365660
Test: RunSettingsRoboTests
Change-Id: I0eed734e82750969bef97a61dd59167e679c0203
2017-04-21 15:10:56 -07:00
TreeHugger Robot
4d33effa55
Merge "Revert "Listen to brigtness updates to update brightness summary.""
2017-04-21 22:07:14 +00:00
Suprabh Shukla
075a9f86c4
Merge "Renaming intent action manage unknown sources" into oc-dev am: d796fda4bf
...
am: 0bf520852d
Change-Id: I12c93a08b0e93b4e7d527a8cf60505ad5b73c6a5
2017-04-21 21:45:30 +00:00
jackqdyulei
f4c1cef322
Add TtsSpan for formatted time.
...
Talk back will read "Used for 3m" as "Used for 3 meters", but
it will read "Used for 3h 3m" correctly.
This cl add specific Ttsspan if the time only contains "minute"
Bug: 36379530
Test: Run SettingsRoboTests
Change-Id: I033575938cce24221980dddd9d66be4e18804541
2017-04-21 14:42:42 -07:00
Suprabh Shukla
0bf520852d
Merge "Renaming intent action manage unknown sources" into oc-dev
...
am: d796fda4bf
Change-Id: I5b477a803bbfae04819abc6d9d8169781a134a99
2017-04-21 21:32:02 +00:00
TreeHugger Robot
d796fda4bf
Merge "Renaming intent action manage unknown sources" into oc-dev
2017-04-21 21:22:10 +00:00
Suprabh Shukla
d9e317809f
Updating strings for Install unknown apps
...
Updating some strings for clarity based on ux review.
Test: Manual
Bug: 37362450
37362065
Change-Id: I26dd191d19ea8f3bd905c2e61ff77c4a2b796b3c
2017-04-21 14:20:56 -07:00
Suprabh Shukla
ed0ba74060
Renaming intent action manage unknown sources
...
Test: gts-tradefed run gts -m GtsExternalSourcesTestCases
Bug: 37515311
Change-Id: I3ad4ae24b67c6e8e68024bf5e8f73bc6563c443a
2017-04-21 14:20:55 -07:00
Fan Zhang
044dc59acc
Update account sync settings title.
...
Change-Id: I188ec1e53d88a61d854cf70d91effa47cc8b8555
Fix: 36375242
Test: make RunSettingsRoboTests
2017-04-21 14:10:37 -07:00
Fan Zhang
5f42717858
Merge "Remove icons for setting items in app & notification screen" into oc-dev am: 25b6ef1604
...
am: 63d9ad3dcc
Change-Id: I1676993390f14f45a0a73d31e0fc910fc5f24019
2017-04-21 21:08:00 +00:00
Fan Zhang
52cf12dd00
Merge "Fix disable/force stop app button incorrect state." into oc-dev am: 6190c159e8
...
am: f1267ddbe1
Change-Id: Ia7b4cbf0d318e6e8f792c984d5869f31f9bcb29e
2017-04-21 21:07:39 +00:00
Fan Zhang
63d9ad3dcc
Merge "Remove icons for setting items in app & notification screen" into oc-dev
...
am: 25b6ef1604
Change-Id: Idc68e9a24390842ca8232e2215a0173a33b84e2a
2017-04-21 21:03:40 +00:00
Fan Zhang
f1267ddbe1
Merge "Fix disable/force stop app button incorrect state." into oc-dev
...
am: 6190c159e8
Change-Id: I3aff38236f1eeb69779a53a1b971f83f69bc752d
2017-04-21 21:03:20 +00:00
TreeHugger Robot
25b6ef1604
Merge "Remove icons for setting items in app & notification screen" into oc-dev
2017-04-21 21:01:30 +00:00