Tomohiro Takeda
2a03d33945
Merge "Fix ApplicationsState.Session memory leak in settings app" am: 00a2619a10
...
am: 7b357f0b55
Change-Id: I5d7d5041c32c18c2ce50b883656cdce28daa4d93
2016-09-17 15:53:11 +00:00
Paul Stewart
3766a2d7d3
Bad Wi-Fi: Change strings to carrier specs am: 49d703319b
am: 00641d68c3
am: e089439788
...
am: 6e488ecf26
Change-Id: Id794f7c82c577dcd4824e3d6caab29712c7d4c9f
2016-09-17 04:00:08 +00:00
Paul Stewart
6e488ecf26
Bad Wi-Fi: Change strings to carrier specs am: 49d703319b
am: 00641d68c3
...
am: e089439788
Change-Id: I894960bd05265da4f7dab8028c4fb508e8469cc1
2016-09-17 03:55:06 +00:00
Paul Stewart
e089439788
Bad Wi-Fi: Change strings to carrier specs am: 49d703319b
...
am: 00641d68c3
Change-Id: I12a333eeda4b90b3b20a59c55140a53a6c2b129d
2016-09-17 03:50:06 +00:00
Paul Stewart
00641d68c3
Bad Wi-Fi: Change strings to carrier specs
...
am: 49d703319b
Change-Id: I644d183683367280b3653750f84d9d2c9ee4c5ff
2016-09-17 03:47:35 +00:00
Paul Stewart
49d703319b
Bad Wi-Fi: Change strings to carrier specs
...
Also add a checkbox to persist the value. However, the logic to
pass this persistence to ConnectivityService has not yet been added.
Bug: 31075769
Test: Visual inspection of dialog (upcoming)
Change-Id: I370ab07ea276b024ce4adc61e10ca085be1c5549
2016-09-16 17:51:16 -07:00
Amit Mahajan
5892792b17
Changes to support read-only apn types.
...
User will not be allowed to add/modify APNs for the read-only types.
Bug: 31074581
Change-Id: I954bd68249a93ce9deb0146725c1432ea6cb0f38
2016-09-16 16:22:18 -07:00
Daniel Nishi
7f075a3c41
Use a config flag instead of a RO flag for showing Manage Storage.
...
Bug: 30455784
Test: make SettingsTests; run the instrumentation.
Change-Id: I860192c1c20fcaec2a5cbcdc085ff01dafa7351a
2016-09-16 15:56:47 -07:00
Hugo Benichi
e590183dcc
Add a "Cellular data fallback" pref. am: a317684cfc
am: aabd051f50
am: d294f58361
...
am: 56e754b446
Change-Id: Id2c098cf8df2c8f3b1dc5a6f6aa7cb4618f85ddd
2016-09-16 16:57:11 +00:00
Hugo Benichi
56e754b446
Add a "Cellular data fallback" pref. am: a317684cfc
am: aabd051f50
...
am: d294f58361
Change-Id: Iceca5357dab0d1a2755070f9b3b2fd7964b6e8ca
2016-09-16 16:53:17 +00:00
Hugo Benichi
d294f58361
Add a "Cellular data fallback" pref. am: a317684cfc
...
am: aabd051f50
Change-Id: Iddbac3787f05e97bee559a8e991d1c2412ccbc37
2016-09-16 16:51:11 +00:00
Hugo Benichi
aabd051f50
Add a "Cellular data fallback" pref.
...
am: a317684cfc
Change-Id: I902d4039aefddbe38a7caa20afede7af20d03086
2016-09-16 16:45:15 +00:00
Julia Reynolds
2dcc7a8895
Merge "Add notification channel settings."
2016-09-16 15:35:23 +00:00
Hugo Benichi
a317684cfc
Add a "Cellular data fallback" pref.
...
Also adjust working of the "lost internet" notification.
Bug: 31075769
Change-Id: I17e18516c9bfdc32b38686191327b6d6f87aed95
2016-09-17 00:30:05 +09:00
Julia Reynolds
b5ec2d71a2
Add notification channel settings.
...
If a user has set a preference at an app wide level, it cannot be
undone at a channel level, but channels can be more restrictive.
Tests: changing settings for apps and channels.
Change-Id: I7907b8179ffc24d68197c917f182e63d8e1ff7a7
2016-09-15 21:46:17 -04:00
TreeHugger Robot
19b062265e
Merge "Extend MetricsFactory so it can log to different LogWriters"
2016-09-15 23:07:33 +00:00
Lei Yu
7976bb5b83
Merge "RTL: Navigate to previous tab when back."
2016-09-15 23:04:28 +00:00
Fan Zhang
66a9852a7b
Extend MetricsFactory so it can log to different LogWriters
...
- Renamed MetricsFractory to MetricsFeatureProvider, and access it using
FeatureFactory.
- Instead of containing exactly 1 logWriter, MetricsFeatureProvider now
contain a list.
- Added OnAttach event in Lifecycle. This is needed when a mixin
requires Context to initialize itself.
- Updated tests.
Bug: 29575437
Test: make RunSettingsRoboTests
Change-Id: I7cc1528b9a744cd40088701e2bd115f41a8bf744
2016-09-15 14:25:31 -07:00
Todd Kennedy
6ed0c7e8d7
Add remote control of Instant Apps
...
Bug: 31470039
Test: manual
Change-Id: I82eb47f4d24fb88d0f264eca1176aec55364867c
2016-09-15 13:55:44 -07:00
Julia Reynolds
5de900acf9
Non-blockable notification packages can't be blocked. am: 77b1f52574
am: d8a033cca5
...
am: 77f405ae50
Change-Id: I22a588c12e61774a46e79f34e0a6190116c27c8f
2016-09-15 18:34:24 +00:00
Lorenzo Colitti
5a88e67aa5
Support displaying a dialog when Wi-Fi loses Internet access. am: 1449ecd460
am: a4aa79bb69
am: 0e92ddbc1b
...
am: e4d8284000
Change-Id: Ie207cae240bce6acee3211cbdb5291ffd1a0f702
2016-09-15 18:31:55 +00:00
jackqdyulei
e54dd3a0cd
RTL: Navigate to previous tab when back.
...
When go back from RTL language, user should be navigated to the
previous setting tab.
Bug: 31145366
Test: make RunSettingsRoboTests
Change-Id: I2f2ec727f9737ea0e52dac9950c8af34559e3d9a
2016-09-15 11:22:53 -07:00
Julia Reynolds
77f405ae50
Non-blockable notification packages can't be blocked. am: 77b1f52574
...
am: d8a033cca5
Change-Id: Ibf527a51f6f16348b8ca245685f5325cbdab31b4
2016-09-15 17:16:44 +00:00
Julia Reynolds
d8a033cca5
Non-blockable notification packages can't be blocked.
...
am: 77b1f52574
Change-Id: I3b202fcb17e36960d97ecf10d60b99e688c9914f
2016-09-15 17:08:58 +00:00
Julia Reynolds
e28857ddb9
Merge "Non-blockable notification packages can't be blocked." into nyc-mr1-dev
2016-09-15 17:01:53 +00:00
Lorenzo Colitti
e4d8284000
Support displaying a dialog when Wi-Fi loses Internet access. am: 1449ecd460
am: a4aa79bb69
...
am: 0e92ddbc1b
Change-Id: I346f3b3267c3108db8fec585a0d0b7c54934b37e
2016-09-15 16:17:02 +00:00
Lorenzo Colitti
0e92ddbc1b
Support displaying a dialog when Wi-Fi loses Internet access. am: 1449ecd460
...
am: a4aa79bb69
Change-Id: I2558b419cdb5897ed8b3cd2c36c52411eab48936
2016-09-15 16:10:46 +00:00
Lorenzo Colitti
a4aa79bb69
Support displaying a dialog when Wi-Fi loses Internet access.
...
am: 1449ecd460
Change-Id: I835eeb9165e726e20c26c47fb4e20fbd6d9e3f5a
2016-09-15 16:05:53 +00:00
Lorenzo Colitti
1449ecd460
Support displaying a dialog when Wi-Fi loses Internet access.
...
Bug: 31075769
Change-Id: Ia0c76d80591937dc40765c437e5779f3b6dde217
2016-09-15 23:43:00 +09:00
TreeHugger Robot
6a435bbb61
Merge "resolve merge conflicts of 0ee60c0
to master"
2016-09-15 00:01:17 +00:00
TreeHugger Robot
818d7e8675
Merge "Add logging for a few dialogs in Settings."
2016-09-14 23:51:12 +00:00
Fan Zhang
661248cf3e
resolve merge conflicts of 0ee60c0
to master
...
Change-Id: Id371c6f3687dc35f87c4a93f032bfc5ca87d15ab
2016-09-14 14:14:14 -07:00
Philip P. Moltmann
58e2b50292
USB restriction is similar to media restriction
...
Bug: 31472955
Change-Id: I3682ccd102565982c434d70fc0d907b1aa779689
2016-09-14 13:31:29 -07:00
Fan Zhang
ac5e593223
Add logging for a few dialogs in Settings.
...
Bug: 30681529
Test: Checked via adb logcat -b events |egrep'(sysui_|notification_)'
Change-Id: Ida7ce88f11fd476164f2d016ac0badcd7c549ae4
2016-09-14 13:25:28 -07:00
Fan Zhang
0ee60c068a
Add ability to disable data warning. am: 7bd19b8891
...
am: 7c7a101a98
Change-Id: Ie752bc73c9034402efc478a0b1631ad7aec3934c
2016-09-14 17:35:12 +00:00
Rubin Xu
d1ba5538e0
Show approprate text when enrolling fingerprint am: ae093e2428
...
am: 307767380a
Change-Id: I5cd78f269d54b0c208ccebcce686ad0e73dabf65
2016-09-14 17:32:21 +00:00
Fan Zhang
7c7a101a98
Add ability to disable data warning.
...
am: 7bd19b8891
Change-Id: Ibde5eb39a32e836c2ae30f036998d19523efcd9b
2016-09-14 17:29:32 +00:00
Rubin Xu
307767380a
Show approprate text when enrolling fingerprint
...
am: ae093e2428
Change-Id: I536e3bafd65461038544e6f24e35bac902d768bc
2016-09-14 17:29:00 +00:00
Matthew Fritze
932bb2ee02
resolve merge conflicts of a04bf12
to master
...
Change-Id: Ie8b93666d98832af510e76ec50af964e2460743b
2016-09-14 09:30:01 -07:00
TreeHugger Robot
7b7e6260f8
Merge "Add ability to disable data warning." into nyc-mr1-dev
2016-09-14 16:24:19 +00:00
Fan Zhang
7bd19b8891
Add ability to disable data warning.
...
- Add a preference to disable data warning.
- Disable data usage chart in summary page when data warning is turned
off.
Bug: 26934313
Test: Manually turned on/off data warning and inspected UI.
Test: ag/1440361
Change-Id: I6d5b86b8502647781c52cf940f276e1969251b59
2016-09-14 09:22:43 -07:00
Rubin Xu
ae093e2428
Show approprate text when enrolling fingerprint
...
Inform the user that unlocking device by fingerprint is disabled if the
device admin has disallowed it.
Bug: 27201226
Change-Id: Id1694f07a9421ebfe3c777f2a6b624a836bff2d5
2016-09-14 13:53:03 +01:00
Matthew Fritze
14e9535fc8
resolve merge conflicts of e6431c7
to master
...
Change-Id: I9d3c5fd5c8b73add93894a21d2f17ed0ae442a32
2016-09-13 19:08:11 -07:00
Matthew Fritze
a04bf124e6
Prevent Data Usage Settings crash on phones without cellular history am: 10d7e4c060
...
am: d7b12c8180
Change-Id: I7353ad43ddce8d37dfdda8e13e1d5b5df7aecfa0
2016-09-13 23:16:48 +00:00
Matthew Fritze
e6431c79c7
Data Usage summary creates a dialog to change data warning level am: 25437d7c61
...
am: 68e8770d17
Change-Id: I0524bddab4a490ed30fdbff5b5a42d7e9d95b686
2016-09-13 23:16:42 +00:00
Matthew Fritze
d7b12c8180
Prevent Data Usage Settings crash on phones without cellular history
...
am: 10d7e4c060
Change-Id: Ic6bcdd378ab19a70dee11e7fc352cd54903309bd
2016-09-13 23:13:46 +00:00
Matthew Fritze
68e8770d17
Data Usage summary creates a dialog to change data warning level
...
am: 25437d7c61
Change-Id: I7a5be447ccbff41c4114f2a8146c8432f8dbf896
2016-09-13 23:13:41 +00:00
Matthew Fritze
b5807e199f
Merge changes Ida1281a7,I70398d46 into nyc-mr1-dev
...
* changes:
Prevent Data Usage Settings crash on phones without cellular history
Data Usage summary creates a dialog to change data warning level
2016-09-13 23:06:45 +00:00
Matthew Fritze
10d7e4c060
Prevent Data Usage Settings crash on phones without cellular history
...
Refactored the logic to determine the data usage summary mark which now
correctly tests for null.
Bug: 30946416
Change-Id: Ida1281a771013fd807242f846edb4f2a9c0ccabb
Test: make RunSettingsRoboTests
2016-09-13 22:59:53 +00:00
Felipe Leme
3b0a9cb54f
Improved storage accounting: am: 7358b7802f
am: 49260969b7
...
am: 1469dde1a0
Change-Id: I2cb0e03aab3c79bde080ea3b73a1ad31c72d5cfa
2016-09-13 21:35:33 +00:00