Matthew Fritze
f050ab93d1
Merge "Add synchronous indexing api to SearchFeatureProvider" into oc-dr1-dev am: e2e54e17c7
...
am: d4075ea983
Change-Id: Ie93718a9af3b3bb4e53dfbf7f43da31c1ee9404a
2017-06-28 20:53:12 +00:00
TreeHugger Robot
e2e54e17c7
Merge "Add synchronous indexing api to SearchFeatureProvider" into oc-dr1-dev
2017-06-28 20:44:13 +00:00
Matthew Fritze
5c16030dbc
Merge "Add list-select as an inline result" into oc-dr1-dev am: e455c8f377
...
am: 46483a1a29
Change-Id: Ia2f55440571504c66b67276990e9fde19a1709fa
2017-06-28 20:40:42 +00:00
TreeHugger Robot
84872626cd
Merge "Change to use new suggestion/condition UI."
2017-06-28 20:27:27 +00:00
TreeHugger Robot
e455c8f377
Merge "Add list-select as an inline result" into oc-dr1-dev
2017-06-28 20:27:00 +00:00
jackqdyulei
f43f359242
Merge "Hide the IDLE in "app list"" into oc-dr1-dev am: 9a30ceab83
...
am: 881b581e0a
Change-Id: I1a63208cc637be0f9f5ab1e4171b59e498d381ee
2017-06-28 19:48:46 +00:00
TreeHugger Robot
9a30ceab83
Merge "Hide the IDLE in "app list"" into oc-dr1-dev
2017-06-28 19:38:20 +00:00
Matthew Fritze
98a9e42c93
Add synchronous indexing api to SearchFeatureProvider
...
- Opens the database indexing to be synchronous for the
external settings api.
- Adds logging to track synchronous and async indexing
times.
Bug: 62826872
Test: make RunSettingsRoboTests
Change-Id: I28b69f3952946c0ae5dd7ea7da66f7a5fd485637
2017-06-28 11:31:27 -07:00
Doris Ling
631893f582
Change to use new suggestion/condition UI.
...
Change to always use the new UI that combines the suggestion and conditions,
and remove all codes relating to the old UI.
Bug: 37645754
Bug: 62621808
Test: make RunSettingsRoboTests
Change-Id: I3421a9e5182f6606843392d6fae8b9f07c5f2e46
2017-06-28 11:22:44 -07:00
Matthew Fritze
694088075e
Add list-select as an inline result
...
Move the majority of the Setting set & get logic into
InlinePayload, but add formatting of input to each
concrete payload class.
Bug: 62022517
Test: make RunSettingsRoboTests
Change-Id: I08932871554beb4a04625f05f8555a5b3a887fe2
2017-06-28 11:21:55 -07:00
Lei Yu
db62b52119
Merge "Add location check action for bt anomaly" into oc-dr1-dev am: a6b24388fc
...
am: 91dbfc6ee9
Change-Id: Ib7f5560b4ef44cb14bcf5e3633b09d179816b221
2017-06-28 18:13:20 +00:00
jackqdyulei
c67694686f
Merge "Hide the summary for app in PowerUsageAdvanced" into oc-dr1-dev am: d6df3b3d00
...
am: cbdaa2b56a
Change-Id: I1c260f3d1d089ae46ddba08dfc83063085ecbe42
2017-06-28 18:01:17 +00:00
Lei Yu
95a0bd4ca2
Merge "Fix the getForegroundActivityTotalTimeMs" into oc-dr1-dev am: 451b7edfd7
...
am: d3f035af0a
Change-Id: If1a3d3b931130efa18014538bc95c2d9ac41d410
2017-06-28 17:57:46 +00:00
Lei Yu
a6b24388fc
Merge "Add location check action for bt anomaly" into oc-dr1-dev
2017-06-28 17:54:59 +00:00
TreeHugger Robot
d6df3b3d00
Merge "Hide the summary for app in PowerUsageAdvanced" into oc-dr1-dev
2017-06-28 17:53:30 +00:00
Lei Yu
451b7edfd7
Merge "Fix the getForegroundActivityTotalTimeMs" into oc-dr1-dev
2017-06-28 17:49:36 +00:00
jackqdyulei
051fb19dd4
Merge "Add quickUpdate method to BatteryHeaderPrefCtrl" into oc-dr1-dev am: 7ea8ecdae1
...
am: fc55a3cef1
Change-Id: I7d23a1bab37417064a1ffc358f9856d711426c19
2017-06-28 17:20:04 +00:00
TreeHugger Robot
7ea8ecdae1
Merge "Add quickUpdate method to BatteryHeaderPrefCtrl" into oc-dr1-dev
2017-06-28 17:08:46 +00:00
Doris Ling
d5d4ae7348
Merge "Fix crash when initializing Settings suggestions." into oc-dr1-dev am: c074c1c8fe
...
am: da9d206916
Change-Id: Ia2d3416b079c617450562eb0daf3ab3625b83d0f
2017-06-28 01:50:20 +00:00
TreeHugger Robot
c074c1c8fe
Merge "Fix crash when initializing Settings suggestions." into oc-dr1-dev
2017-06-28 01:41:34 +00:00
Fan Zhang
8e1a32f3d0
Merge "Trim search query when initializing installed app searcher." into oc-dr1-dev am: a2c3828ede
...
am: b4e6874088
Change-Id: Ic2bf3841057347cd3a2556e53c5a5613135d9f4c
2017-06-28 00:38:30 +00:00
jackqdyulei
10fa63e62c
Hide the IDLE in "app list"
...
Also don't smear it.
Bug: 62423075
Test: RunSettingsRoboTests
Change-Id: I74072f9dde0dcf7b9a4abb05b86fe2102b618d6a
2017-06-27 17:31:09 -07:00
jackqdyulei
118e2baabe
Fix the getForegroundActivityTotalTimeMs
...
It should return milliseconds, not microseconds time
Bug: 63073847
Test: RunSettingsRoboTests
Change-Id: Ib7ddb947646062fc50a40d300829389e0ac401ee
2017-06-27 16:49:14 -07:00
jackqdyulei
c14daa2370
Add location check action for bt anomaly
...
This cl adds action to turn off location permission for both
ACCESS_FINE_LOCATION and ACCESS_COARSE_LOCATION by using API
in RuntimePermissionPresenter
Bug: 36921532
Test: runtest -x LocationCheckActionTest
Change-Id: Ibe1e2908bd745a137d92a70a8432e9f866c1be61
2017-06-27 16:21:50 -07:00
Doris Ling
8233ab5fe5
Fix crash when initializing Settings suggestions.
...
The dashboard spacer has been removed, but the remaining indexing is not
modified correspondingly, which results in mismatched dashboard types.
Set the dashboard header position back to 0.
Change-Id: I732c4ada556d5d4325e357b8325f66ded5cbe952
Fix: 63052534
Test: make RunSettingsRoboTests
2017-06-27 14:26:03 -07:00
jackqdyulei
13e3ab28ab
Hide the summary for app in PowerUsageAdvanced
...
Bug: 62032053
Test: RunSettingsRoboTests
Change-Id: I83fdd20ef040d102b5d5210a10a810c119f5cf44
2017-06-27 13:49:17 -07:00
jackqdyulei
19648756cb
Add quickUpdate method to BatteryHeaderPrefCtrl
...
This cl adds a method called quickUpdateHeaderPreference, which will
update the following items immediately without waiting for the
BatteryInfo:
1. Battery level
2. Battery charging status(whether to show lighting bolt)
3. Clear the charging summary
Note: this cl doesn't optimize the BatteryInfo loading time.
This cl also rename "TimeText" to "BatteryPercentText" because in
new UI that textview is used to display battery percentage.
Bug: 63029231
Test: RunSettingsRoboTests
Change-Id: I8cc886b35e937d73b46e47e303ff0994ccdcb61c
2017-06-27 13:35:41 -07:00
TreeHugger Robot
c343993be3
Merge "Improve delete fingerprint UI."
2017-06-27 20:27:49 +00:00
Fan Zhang
fbcf4e6e14
Trim search query when initializing installed app searcher.
...
Change-Id: I502185d4b497b2edac32e4a8368be76d13b68259
Fix: 62885439
Test: make RunSettingsRoboTests
2017-06-27 19:48:54 +00:00
TreeHugger Robot
ce319da841
Merge "Reduce jank around loading view when opening data usage UI"
2017-06-27 19:08:10 +00:00
Andrew Sapperstein
dd1dc22dcc
Merge "Search results page polish" into oc-dr1-dev am: 692a4b5514
...
am: a35b49a17d
Change-Id: I74370bad4f49ad1e9464e377057b5aebc74696aa
2017-06-27 18:59:35 +00:00
Maurice Lam
e765be44d6
Merge "Update buttons in FP find sensor" into oc-dr1-dev am: a102714c19
...
am: 2cc641940d
Change-Id: If6155441bff70cd30160619cdd5a61d6fe562cec
2017-06-27 18:53:48 +00:00
jackqdyulei
6b7ff12008
Merge "Update the chargeLabel when battery level is full" into oc-dr1-dev am: 1eb2f15339
...
am: e9d1f6f1ae
Change-Id: I1b6ae16aa8899561e240c09eaaa2c89083a70b4a
2017-06-27 18:46:14 +00:00
TreeHugger Robot
2f09c9e4c8
Merge "resolve merge conflicts of 758b2d4ae6
to master"
2017-06-27 18:39:34 +00:00
Fan Zhang
8a1fd388fd
Improve delete fingerprint UI.
...
- Make fingerprint preference use two_target preference
- And add a delete button as secondary target
- Remove delete fingerint code from RenameDeleteDialog, and move to new
DeleteFingerprintDialog
- Some code cleanup
- Tests
Change-Id: I49d9c7d1d03497f07c7e20a805f23e6da934f587
Fix: 37783186
Test: make RunSettingsRoboTests
2017-06-27 11:33:23 -07:00
TreeHugger Robot
692a4b5514
Merge "Search results page polish" into oc-dr1-dev
2017-06-27 16:53:54 +00:00
Phil Weaver
928045e5d5
Merge "Adjust a11y shortcut settings based on UX input"
2017-06-27 15:09:35 +00:00
TreeHugger Robot
63e36128e6
Merge "Fix assist gesture settings summary" into oc-dr1-dev
2017-06-27 03:28:43 +00:00
TreeHugger Robot
3b7ed7ae65
Merge "Dashboard search bar polish" into oc-dr1-dev
2017-06-27 02:28:26 +00:00
jackqdyulei
8ce27bc37c
resolve merge conflicts of 758b2d4ae6
to master
...
Test: I solemnly swear I tested this conflict resolution.
Change-Id: Ic82e244ad1485bdd1f73cff628e0e343bfdb1c53
2017-06-26 18:30:40 -07:00
TreeHugger Robot
58005fc5c1
Merge "Fix assist gesture settings summary"
2017-06-27 01:22:17 +00:00
Maurice Lam
a102714c19
Merge "Update buttons in FP find sensor" into oc-dr1-dev
2017-06-27 01:10:10 +00:00
Kevin Chyn
57c7294e57
Merge "Remove unnecessary functions from AssistGestureFeatureProvider"
2017-06-27 00:45:31 +00:00
Andrew Sapperstein
ab0c049bc2
Search results page polish
...
Changes made:
- up button added and in correct place
- text color correct when entering query
- query text aligned with results
- grey background around searchbar
Fixes: 37477506
Test: robotests
Change-Id: Ieb135f81f684032f3d5e4102304e617088c88117
2017-06-26 17:19:53 -07:00
TreeHugger Robot
4c1a871216
Merge "Dashboard search bar polish"
2017-06-27 00:11:59 +00:00
Kevin Chyn
59f901861b
Remove unnecessary functions from AssistGestureFeatureProvider
...
Fixes: 62945918
Test: make -j RunSettingsRoboTests && manual
Change-Id: I13438e6741a3398d06917b45f098c13df7dff97e
2017-06-26 16:58:43 -07:00
Fan Zhang
896f1b363c
Reduce jank around loading view when opening data usage UI
...
Change-Id: I3d23d8160b046de8fe125ba0697b7b3d7786453c
Fix: 28181319
Test: robotests
2017-06-26 15:15:30 -07:00
Andrew Sapperstein
c0d544943f
Merge commit 'e414cd231656314442cb503f9cda3677561dc44a' into manual_merge_e414cd2316
...
Test: none
Change-Id: I5dedcc30c9f15fa61532ecad2e0f68de4fd97c8e
2017-06-26 14:28:10 -07:00
TreeHugger Robot
c26ae0677e
Merge "Fix typo in metrics constants"
2017-06-26 21:06:48 +00:00
Kevin Chyn
891ab1a713
Fix assist gesture settings summary
...
Bug: 62841640
Test: make -j RunSettingsRoboTests && manual testing of settings
Change-Id: I75ffce4ff1054dad6b2733a7d4f6bc7e526a8034
2017-06-26 13:36:02 -07:00