Commit Graph

40290 Commits

Author SHA1 Message Date
Emilian Peev
11179290a2 Merge "Settings: Add laser sensor preference" into oc-mr1-dev
am: 22eb007eea

Change-Id: I34ab89bd2a175aa77a78a9a46aea75f148bab284
2017-09-13 08:40:10 +00:00
jackqdyulei
55b71cf230 Merge "Init the pref summary in onCreate()" into oc-mr1-dev
am: 7420c095a9

Change-Id: I3b06886495ba3ec6277c84051bee4974c004c9a1
2017-09-13 08:39:31 +00:00
Xiangyu/Malcolm Chen
5bf7af0154 Merge "In ApnEditor, restore preference values after re-creating." into oc-mr1-dev
am: 8b6fd21f1e

Change-Id: I1e7c9235b424905f4a0d6fc219b2c8c1e6830cae
2017-09-13 08:39:05 +00:00
Matthew Fritze
8896df965b Merge "Index the System status page" into oc-mr1-dev
am: 6203bde8d3

Change-Id: If4350a9cb90e995aa5095c77570055e464103879
2017-09-13 08:38:40 +00:00
Rebecca Silberstein
91f5a63262 Merge "Revert back to isDualBandSupported() for Wifi tethering." into oc-mr1-dev
am: b975e352a2

Change-Id: I883ab8568ae0393e86de770af08cf7779f18b595
2017-09-13 08:38:14 +00:00
TreeHugger Robot
22eb007eea Merge "Settings: Add laser sensor preference" into oc-mr1-dev 2017-09-13 07:19:35 +00:00
edgar.huang
bbd47bd460 Don't need to authenticate fingerprint when the fingerprint list is empty.
Enter into the fingerprint list screen and can authenticate fingerprint still when the list is empty.
Test: manual - enrolling some fingerprints and remove all fingerprintd, touch the fingerprint touch panel and no response.
2017-09-13 11:04:01 +08:00
TreeHugger Robot
7420c095a9 Merge "Init the pref summary in onCreate()" into oc-mr1-dev 2017-09-13 01:38:20 +00:00
Xiangyu/Malcolm Chen
8b6fd21f1e Merge "In ApnEditor, restore preference values after re-creating." into oc-mr1-dev 2017-09-13 01:07:29 +00:00
Wale Ogunwale
0221a56c25 Removed unused use of setting launch stack id.
Why are you setting to what is already the default?

Test: N/A
Change-Id: I507d526db96d5e595e00289eea9ec84dfb87556d
2017-09-12 17:07:44 -07:00
TreeHugger Robot
6203bde8d3 Merge "Index the System status page" into oc-mr1-dev 2017-09-13 00:06:27 +00:00
TreeHugger Robot
98fb28c8f2 Merge "Add OWNERS for folder bluetooth" 2017-09-12 23:48:55 +00:00
TreeHugger Robot
3ce7dfc354 Merge "Add OWNERS for folder fuelgauge" 2017-09-12 23:48:55 +00:00
TreeHugger Robot
88775759d8 Merge "Add OWNERS for folder users" 2017-09-12 23:48:55 +00:00
TreeHugger Robot
544961b1ee Merge "Add OWNERS for folder notification" 2017-09-12 23:48:55 +00:00
TreeHugger Robot
e219a8782d Merge "Add OWNERS for folder wifi" 2017-09-12 23:48:55 +00:00
TreeHugger Robot
347222d292 Merge "Add OWNERS for folder nfc" 2017-09-12 23:48:55 +00:00
TreeHugger Robot
a6d310b45a Merge "Add OWNERS for folder tts" 2017-09-12 23:48:55 +00:00
TreeHugger Robot
545221ee72 Merge "Add OWNERS for folder location" 2017-09-12 23:48:55 +00:00
TreeHugger Robot
06fd05eb93 Merge "Add OWNERS for folder password" 2017-09-12 23:48:55 +00:00
TreeHugger Robot
a562bdef8b Merge "Add OWNERS for folder inputmethod" 2017-09-12 23:48:55 +00:00
TreeHugger Robot
c652ff1a81 Merge "Add OWNERS for package enterprise" 2017-09-12 23:48:55 +00:00
TreeHugger Robot
5f7a3dee84 Merge "Add OWNERS for folder fingerprint" 2017-09-12 23:48:55 +00:00
TreeHugger Robot
e4aa914754 Merge "Add OWNERS for package backup" 2017-09-12 23:48:55 +00:00
TreeHugger Robot
b51dd8a119 Merge "Add OWNER for accessibility package." 2017-09-12 23:48:55 +00:00
TreeHugger Robot
957f6fdbed Merge "Add OWNERS file for settings" 2017-09-12 23:48:55 +00:00
TreeHugger Robot
12a6fc3a16 Merge "Define Utils.formatRelativeTime() and use it" 2017-09-12 23:21:37 +00:00
TreeHugger Robot
b975e352a2 Merge "Revert back to isDualBandSupported() for Wifi tethering." into oc-mr1-dev 2017-09-12 23:20:03 +00:00
Daniel Nishi
c1d42a510a Remove outdated storage search results.
The cache category is gone. Also, downloads no longer comes from that
screen.

Change-Id: Ia9a85b6496b0be3106e0ca8572b7c0aed38f336c
Fixes: 65266640
Test: Manual
2017-09-12 16:05:12 -07:00
jackqdyulei
1a49a8ab39 Turn on wakeupAlarm anomaly detector
In ag/2642771, wakeup alarms is changed to based on screen-off
timebase. After that, all the wakeup alarms will be background
ones.

So it is safe to turn on the wakeupAlarm anomaly detector.

Bug: 65597330
Test: RunSettingsRoboTests
Change-Id: I653d4bbfa671c52890dc6c6b13870c666ba9b944
2017-09-12 15:59:52 -07:00
jackqdyulei
1c5d663ed7 Init the pref summary in onCreate()
The visibility of bottom summary in BatteryHistoryPrefence will
be changed dynamically(charging status + flags). Before this cl,
we only update it in a callback, which makes other preference
may have unnecessary moves.

This cl add init method in onCreate(), which removes the uncessary
preference position moves.

Bug: 65529494
Test: RoboTest still pass
Change-Id: I09d2e26fc3caaeb272422997c16957770cdc1d3f
(cherry picked from commit 65dea0a7b2)
2017-09-12 22:49:29 +00:00
Matthew Fritze
80d3ea2a73 Move search indexing into a separate class
Step 2 in refactoring DatabaseIndexingManager.

This step moves the insertion of data into the database
into a new class. This removes the remaining bulk of the
code outside of DIM, but it does not fix the actual issue
with the indexing code.

The indexing code still chains functions together to
insert data into the database at the end of the functions.

It is exceedingly hard to read, and hard to track down bugs.

I would like the converter to eventually return a list of
IndexData objects, which lets us dissociate the database
from the data collection. I.e. we can store the database
in the Search app, and just pass IndexData objects via
IPC.Fixing this requires more of a refactor, and will be
done in a subsquent CL.

Bug: 33577327
Test: make RunSettingsRoboTests
Test: Took a database dump before and after change,
      and they were the same. Cool.
Change-Id: Ia9bb815657b76f6cb9163014e746ec5eb6db8c5e
2017-09-12 15:40:54 -07:00
Lei Yu
7592b05e61 Merge "Init the pref summary in onCreate()" 2017-09-12 22:18:16 +00:00
Matthew Fritze
4b0677a2a4 Index the System status page
- Page is found in System > About Phone > Status
The page was simply never indexed.

- Remove the unavailable summary text.

- Suppress IP address because it appears in wifi
settings as well.

Test: make RunSettingsRoboTests
Change-Id: I0c5eb5222fc356dd3686fb84ca47da8e2d3274f5
Fixes: 65443327
2017-09-12 14:18:09 -07:00
Roozbeh Pournader
4de9df2943 Define Utils.formatRelativeTime() and use it
Previously, relative times were formatted using formatElapsedTime()
(appending translations of "ago" to them), sometimes resulting in
grammatically hard-to-understand or unnatural localizations. Now we
use ICU's RelativeDateTimeFormatter, which uses grammatically correct
and natural localizations from CLDR data.

Bug: 64507689
Bug: 64605781
Bug: 64556849
Bug: 64550172
Test: make -j RunSettingsRoboTests
Change-Id: Ia2d098b190ab99e7748ef6f03b919f5c6174ba7d
2017-09-12 20:48:00 +00:00
jackqdyulei
be137eb7c5 Add OWNERS file for settings
Bug: 65294119
Test: manual
Change-Id: I054a6df08046cda1c2f202390ed24839a6b10349
2017-09-12 13:10:08 -07:00
TreeHugger Robot
ad3a7f4066 Merge "Add switch bar to enable/disable dev settings in new page." 2017-09-12 19:50:15 +00:00
Rebecca Silberstein
d52c17c765 Revert back to isDualBandSupported() for Wifi tethering.
This is needed to maintain OEM compatibility

Bug: 33160120
Test: robotests
Change-Id: Ic302969d33f32da72aee47d29615a250d3d924e2
2017-09-12 12:46:26 -07:00
TreeHugger Robot
e71fa15fe2 Merge "Add modify button to WifiNetworkDetailsFragment." 2017-09-12 19:35:29 +00:00
Jeffrey Huang
4a020c468f Merge "Do not dim icons when Preference is Disabled" 2017-09-12 18:47:52 +00:00
jackqdyulei
ed3fab65e8 Add OWNERS for folder wifi
Bug: 65294119
Test: Manual
Change-Id: I49159950521a013422b1087ea2c3e6cd5151457c
2017-09-12 10:37:42 -07:00
Fan Zhang
d77881f88d Add switch bar to enable/disable dev settings in new page.
Bug: 65522852
Test: make RunSettingsRoboTests -j40 ROBOTEST_FILTER=Development
Change-Id: I0958950dc6aaee24d8d5e0be58d7564d108bc72e
2017-09-12 10:25:43 -07:00
Malcolm Chen
26938b36ee In ApnEditor, restore preference values after re-creating.
After destroying and re-creating, the preference values in ApnEditor
are not restored. This results in incorrect behavior if it enters
two window mode where it's destroyed and re-created. The fix is to
have them restored and shown correctly.

Bug: 65338066
Test: Manual
Change-Id: I5ea16ce01c72061ab116f9c15bfc5cc39bb7a095
2017-09-12 01:01:09 +00:00
jeffreyhuang
5152bf87b0 Do not dim icons when Preference is Disabled
Change DimmableIconPreference into RestrictedPreference so
that the app icon background no longer turns darker

Fixes: 65207948
Test: Manual using settings app, Run SettingsRoboTests
Change-Id: I1c458439006c9d07642b9ef35455e845cb5545e6
2017-09-11 17:05:33 -07:00
Antony Sargent
a2559ab128 Prevent brief flash of "Error" in hotspot status text
When toggling the master preference to turn on wifi hotspot, it briefly
changes the status text to "Error" because we have a catch-all in a
function monitoring wifi state changes for unexpected status codes, and
we weren't expecting to see the status of WIFI_AP_STATE_ENABLING before
the status of WIFI_AP_STATE_ENABLED.

Bug: 64811203
Test: make RunSettingsRoboTests
Change-Id: Ifba7abadbfba9ce93cc524b17232c65570f0f428
2017-09-11 16:50:10 -07:00
jackqdyulei
65dea0a7b2 Init the pref summary in onCreate()
The visibility of bottom summary in BatteryHistoryPrefence will
be changed dynamically(charging status + flags). Before this cl,
we only update it in a callback, which makes other preference
may have unnecessary moves.

This cl add init method in onCreate(), which removes the uncessary
preference position moves.

Bug: 65529494
Test: RoboTest still pass
Change-Id: I09d2e26fc3caaeb272422997c16957770cdc1d3f
2017-09-11 15:56:07 -07:00
TreeHugger Robot
a26b07292d Merge "Adding switch for Forced App Standby" 2017-09-11 22:48:35 +00:00
debesay guadad
64d3df8baf Merge "Add ims registration status" am: 9b7479f8a9 -s ours am: d3c72406b6 -s ours am: 91b143383c -s ours
am: 6d5fbfdc72  -s ours

Change-Id: Idbbdeed21c608cae5463b3babbb9b9054c74180d
2017-09-11 21:35:50 +00:00
jackqdyulei
35066bbcd7 Add OWNERS for folder tts
Bug: 65294119
Test: Manual
Change-Id: Ie9492f497824cd2b2727dde9d3a48452c72f1084
2017-09-11 14:08:09 -07:00
debesay guadad
6d5fbfdc72 Merge "Add ims registration status" am: 9b7479f8a9 -s ours am: d3c72406b6 -s ours
am: 91b143383c  -s ours

Change-Id: Iacba38adf23ae48fa92ca852620fc9232629fa73
2017-09-11 21:06:31 +00:00