TreeHugger Robot
b42162c819
Merge "Pass component name into SuggestionFeatureProvider"
2017-06-01 19:33:29 +00:00
TreeHugger Robot
21fc59464b
Merge "Bluetooth string changes"
2017-06-01 19:04:07 +00:00
Daniel Nishi
1e6b7171ff
Merge "Fix a bug where cache was double-counted." into oc-dev am: 7035a41715
...
am: 0a8b12a30a
Change-Id: I3f17e10a9aaf011aee587dbe0e36d18a3a27c42f
2017-06-01 17:48:41 +00:00
Daniel Nishi
0a8b12a30a
Merge "Fix a bug where cache was double-counted." into oc-dev
...
am: 7035a41715
Change-Id: I2c465b9561cea69e5772efd08af7794f762758ca
2017-06-01 17:42:55 +00:00
Daniel Nishi
7035a41715
Merge "Fix a bug where cache was double-counted." into oc-dev
2017-06-01 17:30:33 +00:00
Antony Sargent
e90f29bacf
Bluetooth string changes
...
This includes:
-Title string for device details page
-MAC address string for device details page
Bug: 35876580
Test: make RunSettingsRoboTests
Change-Id: I360996915d1dfa59bbb12f33f42afc4aa0bde64b
2017-06-01 10:28:29 -07:00
TreeHugger Robot
9ccd8ab619
Merge "Add search index for support dashboard activity."
2017-06-01 17:03:06 +00:00
TreeHugger Robot
0a53489248
Merge "Use a common style for custom preference icon layouts"
2017-06-01 08:40:46 +00:00
Kevin Chyn
7359c0d5f4
Merge "Add onResume to FingerprintEnrollEnrolling" into oc-dev am: 98b67a4e94
...
am: 618467daff
Change-Id: I78b14e932635fd316fa96fc2cfadcdf9567e724c
2017-06-01 08:25:07 +00:00
Kevin Chyn
618467daff
Merge "Add onResume to FingerprintEnrollEnrolling" into oc-dev
...
am: 98b67a4e94
Change-Id: Ic3497ccbd63ba4e56ad1923f6b4d082e78c95b70
2017-06-01 08:17:06 +00:00
TreeHugger Robot
98b67a4e94
Merge "Add onResume to FingerprintEnrollEnrolling" into oc-dev
2017-06-01 08:09:52 +00:00
TreeHugger Robot
181ea4509a
Merge "Update bluetooth strings"
2017-06-01 07:25:59 +00:00
TreeHugger Robot
d2b751ebd1
Merge "Add method to calculate last full charge time"
2017-06-01 07:11:37 +00:00
TreeHugger Robot
8306791889
Merge "Remove night display headers and change strings"
2017-06-01 06:45:14 +00:00
TreeHugger Robot
fca1b78d94
Merge "Initial search bar implementation."
2017-06-01 06:43:22 +00:00
Daniel Sheng
b01bf85a15
Merge "Added strings for gesture suggestions"
2017-06-01 05:39:02 +00:00
Kevin Chyn
bb846a6608
Add onResume to FingerprintEnrollEnrolling
...
Fixes: 62233947
Test: revoke usb permissions, start enrolling, attach usb,
press ok, continue enroll. enroll should be able to continue
and complete
onPause was added in b/38102355, but onResume was not added. We should
set the listener in onResume()
Change-Id: I59e617b4789f028d01b86d38049671888c07a5ec
2017-05-31 17:11:03 -07:00
Fan Zhang
c2b0c7bf31
Use a common style for custom preference icon layouts
...
Change-Id: Ief3bc54f700cb891041adf92846149c6f41caad0
Fix: 35961001
Test: instrumentation test
2017-05-31 17:09:15 -07:00
jackqdyulei
ab1df0bbd3
Update bluetooth strings
...
Update based on new change in doc:
1. revert "visible as" string
2. change "device mac" string
Bug: 35876580
Test: RunSettingsRoboTests
Change-Id: I8950ed3e2e9c000ab25ea0a3d0d15f69fc075fda
2017-05-31 16:41:33 -07:00
Christine Franks
c101dda9f7
Merge "Allow FR in carrier demo mode" into oc-dev am: 9ef166a578
...
am: d974ccb625
Change-Id: I8d693fd2d41f73b53416ee83d7b289496765c660
2017-05-31 22:54:31 +00:00
Matthew Fritze
3c666f0b27
Merge "Remove dynamic summary from Security Patch info" into oc-dev am: 564d90faf0
...
am: 6a50c4555c
Change-Id: Iaf810111f5c4d5e820a0d336eb3029b9474757f3
2017-05-31 22:52:58 +00:00
Christine Franks
d974ccb625
Merge "Allow FR in carrier demo mode" into oc-dev
...
am: 9ef166a578
Change-Id: I1cc4ed80c31c572b2d091e234c1a41a4dbc9f992
2017-05-31 22:52:57 +00:00
Doris Ling
a72775a47a
Merge "Add new strings to highlight gestures in settings."
2017-05-31 22:47:55 +00:00
Christine Franks
9ef166a578
Merge "Allow FR in carrier demo mode" into oc-dev
2017-05-31 22:47:43 +00:00
Matthew Fritze
6a50c4555c
Merge "Remove dynamic summary from Security Patch info" into oc-dev
...
am: 564d90faf0
Change-Id: I91993bdbf7de1256fb8149478126ec507833611b
2017-05-31 22:47:27 +00:00
TreeHugger Robot
564d90faf0
Merge "Remove dynamic summary from Security Patch info" into oc-dev
2017-05-31 22:41:28 +00:00
Maurice Lam
15fbe83165
Merge "Center align icon and title in choose lock pattern"
2017-05-31 22:37:00 +00:00
Andrew Sapperstein
048f6fb8b3
Initial search bar implementation.
...
Replaces the default Toolbar in SettingsActivity with one that looks
like a search bar. It uses a Toolbar inside a CardView with some custom
styling.
Since the search bar is a floating element, the new toolbar lives in the
content frame of the dashboard. A FrameLayout is used to provide the
layering that is desired.
Since the search bar is on top, an additional spacer view is added to
the list of items in the dashboard. Its color changes based on what
the first view is so that it always matches.
Adds android-support-v7-cardview as a dependency (and reorders the
other deps to be in alphabetical order).
Remaining work (in future CLs):
- remove search menu option?
- clean up initial window
- remove the line between the header and the first condition
when there's a condition
Bug: 37477506
Test: make RunSettingsRoboTests
Change-Id: Id7477b90fbaf30eb5cac1ee244c847bddb95b3fd
2017-05-31 15:24:25 -07:00
TreeHugger Robot
f03bf1843a
Merge "Add method to disable "disable" button in installed app UI"
2017-05-31 21:46:36 +00:00
TreeHugger Robot
23eca9a2c4
Merge "Update user string for battery"
2017-05-31 21:39:43 +00:00
Fan Zhang
b47373014f
Add search index for support dashboard activity.
...
Change-Id: Ie9cf20316f94454a3d41f76d05b662e398c2c2ea
Fix: 36005923
Test: make RunSettingsRoboTests
2017-05-31 14:15:14 -07:00
TreeHugger Robot
10534456ed
Merge "Update bluetooth strings in settings"
2017-05-31 21:14:31 +00:00
Daniel Sheng
f12376dda8
Added strings for gesture suggestions
...
Bug: 62225100
Test: N/A
Change-Id: I77a328746782a02df7a33c720b4d8f2a193419b3
2017-05-31 14:10:19 -07:00
Maurice Lam
996eaff52e
Center align icon and title in choose lock pattern
...
Test: Manual
Bug: 62225461
Change-Id: I62eb76597f5be7165e0e1047d87d99dbd6f2e33d
2017-05-31 13:30:51 -07:00
Joe Onorato
86457af8db
Merge "Add unoptimized ble scans to batterystats." into oc-dev am: 37eb1c580b
...
am: 98952ced4f
Change-Id: I14df97cb60643605ae0f34642aedc91abb68c475
2017-05-31 20:06:05 +00:00
Doris Ling
d3ba08d957
Add new strings to highlight gestures in settings.
...
- add new title and summary strings for language & input settings.
Bug: 62219660
Test: build
Change-Id: I52a62dad73e2468e7acd3ef47b241cfea6046ad8
2017-05-31 12:59:17 -07:00
Joe Onorato
98952ced4f
Merge "Add unoptimized ble scans to batterystats." into oc-dev
...
am: 37eb1c580b
Change-Id: Ia794a4e1d51a6a0a28b65f9ade1530ca2c79cf90
2017-05-31 19:50:03 +00:00
TreeHugger Robot
ad587bf155
Merge "Update updateEmptyView"
2017-05-31 19:32:33 +00:00
Joe Onorato
37eb1c580b
Merge "Add unoptimized ble scans to batterystats." into oc-dev
2017-05-31 19:27:04 +00:00
jackqdyulei
58575a9803
Update bluetooth strings in settings
...
This cl contains strings used in bluetooth main page and
pairing page
Bug: 35876580
Test: RunSettingsRoboTests
Change-Id: Ied514e50fc2dcf4b5d9ece49159c9e13def1b0f3
2017-05-31 12:19:58 -07:00
TreeHugger Robot
6af679a4bf
Merge "Update summary for Hotspot & Tethering."
2017-05-31 19:09:36 +00:00
Christine Franks
2d0293951a
Allow FR in carrier demo mode
...
Bug: 62133292
Test: make RunSettingsRoboTests -j100, and manually verified FR is
available in carrier demo mode.
Change-Id: Ia793bf234b229da0490accfea6d44b72395a04bc
2017-05-31 12:04:01 -07:00
Christine Franks
2935f3eb6d
Remove night display headers and change strings
...
Bug: 38362741
Test: manual - looks like what was expected
Change-Id: Ied5ebd2b13a23e799488a476cc08d8f5db4c9ff5
2017-05-31 12:00:29 -07:00
Bill Yi
1dac5d5c21
Merge "Import translations. DO NOT MERGE" into oc-dev am: 76e9bd72f9 -s ours
...
am: d8d031701b -s ours
Change-Id: Ie1d77e8c529ff7409f7169cdeb6c3d7511cd8a0b
2017-05-31 18:59:07 +00:00
Fan Zhang
a45f3d2f33
Add method to disable "disable" button in installed app UI
...
OEMs can now force grey out the "disable" button for important apps on
device.
Change-Id: Ic075a07ad12592bd60238c7b1c9ab84932c8db3c
Fix: 38250742
Test: make RunSettingsRoboTests
2017-05-31 11:53:29 -07:00
Bill Yi
d8d031701b
Merge "Import translations. DO NOT MERGE" into oc-dev
...
am: 76e9bd72f9 -s ours
Change-Id: Iba41564e3e6efc69724c8da69663bbe93c0b358f
2017-05-31 18:36:26 +00:00
TreeHugger Robot
76e9bd72f9
Merge "Import translations. DO NOT MERGE" into oc-dev
2017-05-31 18:18:05 +00:00
TreeHugger Robot
51333ec21f
Merge "Import translations. DO NOT MERGE"
2017-05-31 18:05:16 +00:00
Daniel Nishi
6f92b661a4
Fix a bug where cache was double-counted.
...
Cache was being counted as cache and also as data in the app info page.
This is due to a faulty assumption I made that getDataBytes() and
getCacheBytes() measured distinct areas of storage (in actuality,
getCacheBytes() is a subset of getDataBytes()). This improper assumption
also led to the unit test being incorrect.
Change-Id: I4144d50800f82feaecb7a0a8dff26be3e4f14da8
Fixes: 62182151
Test: Settings robotest & manual
2017-05-31 11:00:51 -07:00
Matthew Fritze
2b562f84b6
Remove dynamic summary from Security Patch info
...
Change-Id: I96b2e32a101077c58efd56115e70b63e4eb25049
Fixes: 36101902
Test: builds :)
2017-05-31 09:53:07 -07:00