OSDN Git Service

android-x86/frameworks-base.git
6 years agoAlways enable nav and status bar opaque/translucency
Matthew Ng [Fri, 1 Sep 2017 19:45:04 +0000 (12:45 -0700)]
Always enable nav and status bar opaque/translucency

Removed the logic to enable or disable translucency and have it fully
enable all the time. Having it on has very or no impact on RAM.

Test: boot device and look at nav and status bar
Change-Id: Id9e613abc689ab8c1b53424aa92e864f75f8ed02
Fixes: 65286386

6 years agoMerge "Bluetooth: add metrics for pairing with devices without names" into oc-mr1-dev
Jack He [Thu, 7 Sep 2017 23:12:25 +0000 (23:12 +0000)]
Merge "Bluetooth: add metrics for pairing with devices without names" into oc-mr1-dev

6 years agoMerge "Fixes clear all button disappearing after rotate on low ram device" into oc...
TreeHugger Robot [Thu, 7 Sep 2017 21:14:17 +0000 (21:14 +0000)]
Merge "Fixes clear all button disappearing after rotate on low ram device" into oc-mr1-dev

6 years agoMerge "Finishes the session when the service returns a null response on authenticatio...
Felipe Leme [Thu, 7 Sep 2017 21:13:18 +0000 (21:13 +0000)]
Merge "Finishes the session when the service returns a null response on authentication." into oc-mr1-dev

6 years agoBluetooth: add metrics for pairing with devices without names
Jack He [Thu, 31 Aug 2017 02:24:37 +0000 (19:24 -0700)]
Bluetooth: add metrics for pairing with devices without names

Bug: 34685932
Test: make, unit test
Change-Id: I486c210790fe72a594d6144dfd17b01a7a4a9003
Merged-In: I486c210790fe72a594d6144dfd17b01a7a4a9003

6 years agoMerge "Fix crash in presubmit tests" into oc-mr1-dev
Jason Monk [Thu, 7 Sep 2017 18:55:43 +0000 (18:55 +0000)]
Merge "Fix crash in presubmit tests" into oc-mr1-dev

6 years agoFix crash in presubmit tests
Jason Monk [Thu, 7 Sep 2017 18:51:41 +0000 (14:51 -0400)]
Fix crash in presubmit tests

Test: runtest systemui
Bug: 65289824
Change-Id: Ibbce459e5e87ea667e91d546b7568f9addbb1c66

6 years agoMerge "Bluetooth: Thread-safe binder invocation" into oc-mr1-dev
TreeHugger Robot [Thu, 7 Sep 2017 17:38:59 +0000 (17:38 +0000)]
Merge "Bluetooth: Thread-safe binder invocation" into oc-mr1-dev

6 years agoMerge "Introduced AppRestrictionsLock" into oc-mr1-dev
Fyodor Kupolov [Thu, 7 Sep 2017 17:30:54 +0000 (17:30 +0000)]
Merge "Introduced AppRestrictionsLock" into oc-mr1-dev

6 years agoMerge "Always add local subnet routes to the interface's routing table" into oc-mr1-dev
Rubin Xu [Thu, 7 Sep 2017 17:15:35 +0000 (17:15 +0000)]
Merge "Always add local subnet routes to the interface's routing table" into oc-mr1-dev

6 years agoMerge "Fix presubmit tests" into oc-mr1-dev
Jason Monk [Thu, 7 Sep 2017 16:11:24 +0000 (16:11 +0000)]
Merge "Fix presubmit tests" into oc-mr1-dev

6 years agoFix presubmit tests
Jason Monk [Thu, 7 Sep 2017 16:04:42 +0000 (12:04 -0400)]
Fix presubmit tests

Test: runtest systemui
Bug: 65289824
Change-Id: Ibf2b61670d09a76eb908bd9d322ae36e0f7af3e0

6 years agoMerge "Correctly block system work profile notifications." into oc-mr1-dev
Julia Reynolds [Thu, 7 Sep 2017 15:40:28 +0000 (15:40 +0000)]
Merge "Correctly block system work profile notifications." into oc-mr1-dev

6 years agoMerge "Ensure *# are included in TTS spans generated with PhoneNumberUtils." into...
Tyler Gunn [Thu, 7 Sep 2017 15:14:44 +0000 (15:14 +0000)]
Merge "Ensure *# are included in TTS spans generated with PhoneNumberUtils." into oc-mr1-dev

6 years agoMerge "Ensures zen rule update locale retains enabled val" into oc-mr1-dev
Beverly Tai [Thu, 7 Sep 2017 13:20:59 +0000 (13:20 +0000)]
Merge "Ensures zen rule update locale retains enabled val" into oc-mr1-dev

6 years agoAlways add local subnet routes to the interface's routing table
Rubin Xu [Tue, 5 Sep 2017 17:40:49 +0000 (18:40 +0100)]
Always add local subnet routes to the interface's routing table

For some networks such as mobile data connections, its LinkProperties
does not contain routes for the local subnet so no such route is added
to the interface's routing table. This can be problematic especially
if the device is in VPN lockdown mode where there exists high-priority
PROHIBIT routing rule which in turn blocks the network's default gateway
route from being added (next hop address hitting the prohibit rule).

We fix this by patching LinkProperties to always include direct connected routes
when they are received by ConnectivityService. This has the added advantage that
when apps get LinkProperties, they see the directly connected routes as well.

Bug: 63662962
Test: runtest frameworks-core -c android.net.LinkPropertiesTest
Test: runtest frameworks-services -c com.android.server.ConnectivityServiceTest
Test: Start with device with mobile data, set up ics-OpenVPN in always-on
      lockdown mode. Turn off mobile data then turn it back on, observe
      mobile data connectivity is restored and VPN successfully reconnects.

(cherry picked from commit 1bb5c0818f0c4fb426e13b65a3ba3db7f36c3d88)

Change-Id: Ia14f88bcf49d37286519c26dff6b7180303e2cbe

6 years agoMerge "Fix disabled views with nearest touch frame" into oc-mr1-dev
Jason Monk [Thu, 7 Sep 2017 12:48:02 +0000 (12:48 +0000)]
Merge "Fix disabled views with nearest touch frame" into oc-mr1-dev

6 years agoMerge "Support NAT keepalives" into oc-mr1-dev
Erik Kline [Thu, 7 Sep 2017 12:46:12 +0000 (12:46 +0000)]
Merge "Support NAT keepalives" into oc-mr1-dev

6 years agoSupport NAT keepalives
Erik Kline [Mon, 19 Jun 2017 02:33:59 +0000 (11:33 +0900)]
Support NAT keepalives

Test: as follows
    - built
    - flashed
    - booted
    - "runtest frameworks-net" passes
    - turned on debugging and walked around watching IpReachabilityMonitor
      force neighbors into NUD_PROBE state without error
    - observed NAT callbacks happening without any reported errors
    - watched:
        adb shell cat /proc/net/nf_conntrack | egrep '192[.]168[.]43[.]' | sort -n -k5
      for correct timeout updates

Bug: 29337859
Bug: 32163131

Change-Id: Icb23da64cfaa3a19f7bc75fba426a52b0994fb0f

6 years agoBluetooth: Thread-safe binder invocation
Jack He [Thu, 17 Aug 2017 19:11:18 +0000 (12:11 -0700)]
Bluetooth: Thread-safe binder invocation

* Binder object may become null between null check and actual invocation
  if using a instance private variable assignable by service connection
  callbacks
* The solution to this problem without locking is to assign existing
  binder variable to a local final variable before the null check
* Any further invocation to a disconnected binder object will result in
  RemoteException that is caught by the try-catch block
* Read and write to volatile variable is always atomic and hence thread-safe
* Removed unnecessary synchronization in BluetoothAdapter constructor
* Private mConnection objects should be final
* Simplfied several return statements where booleans can be returned
  directly
* Removed unnecessary catches for NPE since there won't be any

Bug: 64724692
Test: make, pair and use devices, no functional change
Change-Id: Ifc9d6337c0d451a01484b61243230725d5314f8e
(cherry picked from commit 16eeac356c68f3674677169b618774718ec982b2)

6 years agoMerge "disable carrier actions on redirection part 2" into oc-mr1-dev
Chen Xu [Thu, 7 Sep 2017 04:08:02 +0000 (04:08 +0000)]
Merge "disable carrier actions on redirection part 2" into oc-mr1-dev

6 years agoMerge "Make ASSIST launch VIS and add a keycode for TV (ALL_APPS)" into oc-dev am...
Sujith Ramakrishnan [Thu, 7 Sep 2017 02:08:53 +0000 (02:08 +0000)]
Merge "Make ASSIST launch VIS and add a keycode for TV (ALL_APPS)" into oc-dev am: c07c23b1f7  -s ours
am: 1255f26551

Change-Id: I00e8a8a61aea8b48830405018265d04dea179508

6 years agoMerge "Make ASSIST launch VIS and add a keycode for TV (ALL_APPS)" into oc-dev
Sujith Ramakrishnan [Thu, 7 Sep 2017 01:59:58 +0000 (01:59 +0000)]
Merge "Make ASSIST launch VIS and add a keycode for TV (ALL_APPS)" into oc-dev
am: c07c23b1f7  -s ours

Change-Id: I87c316c7b1738e9a85b867088a074536bc5e9db1

6 years agoMerge "Send a ranking update on global dot state change" into oc-mr1-dev
TreeHugger Robot [Thu, 7 Sep 2017 01:21:41 +0000 (01:21 +0000)]
Merge "Send a ranking update on global dot state change" into oc-mr1-dev

6 years agoMerge "Revert "Make settings themed apps have light nav"" into oc-mr1-dev
Tarandeep Singh [Thu, 7 Sep 2017 00:59:05 +0000 (00:59 +0000)]
Merge "Revert "Make settings themed apps have light nav"" into oc-mr1-dev

6 years agoMerge "Fix QS loading animation" into oc-mr1-dev
TreeHugger Robot [Thu, 7 Sep 2017 00:17:56 +0000 (00:17 +0000)]
Merge "Fix QS loading animation" into oc-mr1-dev

6 years agoMerge "Make ASSIST launch VIS and add a keycode for TV (ALL_APPS)" into oc-dev
Sujith Ramakrishnan [Thu, 7 Sep 2017 00:09:21 +0000 (00:09 +0000)]
Merge "Make ASSIST launch VIS and add a keycode for TV (ALL_APPS)" into oc-dev

6 years agoMerge "Fix truncated text in inline settings" into oc-mr1-dev
TreeHugger Robot [Wed, 6 Sep 2017 23:27:47 +0000 (23:27 +0000)]
Merge "Fix truncated text in inline settings" into oc-mr1-dev

6 years agoMerge "Show No SIM icon in QS when there is no SIM" into oc-mr1-dev
TreeHugger Robot [Wed, 6 Sep 2017 23:26:11 +0000 (23:26 +0000)]
Merge "Show No SIM icon in QS when there is no SIM" into oc-mr1-dev

6 years agoMerge "Guard against NPE" into oc-mr1-dev
TreeHugger Robot [Wed, 6 Sep 2017 23:21:11 +0000 (23:21 +0000)]
Merge "Guard against NPE" into oc-mr1-dev

6 years agoMerge "Import translations. DO NOT MERGE" into oc-mr1-dev
TreeHugger Robot [Wed, 6 Sep 2017 23:09:05 +0000 (23:09 +0000)]
Merge "Import translations. DO NOT MERGE" into oc-mr1-dev

6 years agoMerge "Flag storage settings cache invalidation time." into oc-mr1-dev
Daniel Nishi [Wed, 6 Sep 2017 23:07:13 +0000 (23:07 +0000)]
Merge "Flag storage settings cache invalidation time." into oc-mr1-dev

6 years agoRevert "Make settings themed apps have light nav"
Tarandeep Singh [Wed, 6 Sep 2017 22:16:12 +0000 (22:16 +0000)]
Revert "Make settings themed apps have light nav"

This reverts commit 45484206740874ddd4024fedfdd8676d935ea67b.

The above change causes restart due to ClassCastException.

Test: Manually:
      1. Open the Dialer app.
      2. Focus into the edit field to show the IME.
      3. Open the notification shade.
      4. Tap the gear icon to show the system settings.
      5. Make sure the system no longer restarts due to
         ClassCastException.
Bug: 63630024
Fixes: 65413752
Change-Id: I4a17ba2f8d70f99009f091c2aaad5cd5f4e9b31c

6 years agodisable carrier actions on redirection part 2
fionaxu [Wed, 6 Sep 2017 19:07:14 +0000 (12:07 -0700)]
disable carrier actions on redirection part 2

DO NOT MERGE handle the corner case: user on new pixel device update from O-DR to
O-MR when they are in captive portal scenario. In this scenrio,
we enabled captiveportalLoginActivity has the default url handler. this
will be persist and reset on sim absent/sim load/network avail.
On my previous fix, I removed all the signals which means after OTA
we won't reset this part. We should leave the reset signal to ensure
no carrier actions applied. even if something abnormal happens, we can
recover gracefully from reboot.

Bug: 65113738
Test: Manual
Change-Id: I445c7bce01e0bf36214f5f4f6327a0582c774dae

6 years agoMerge "Add metrics for status bar" into oc-mr1-dev
Jason Monk [Wed, 6 Sep 2017 21:29:08 +0000 (21:29 +0000)]
Merge "Add metrics for status bar" into oc-mr1-dev

6 years agoMerge "Update demo mode clock to 8:00 for O." into oc-mr1-dev
TreeHugger Robot [Wed, 6 Sep 2017 21:17:48 +0000 (21:17 +0000)]
Merge "Update demo mode clock to 8:00 for O." into oc-mr1-dev

6 years agoShow No SIM icon in QS when there is no SIM
Evan Laird [Wed, 6 Sep 2017 20:43:24 +0000 (16:43 -0400)]
Show No SIM icon in QS when there is no SIM

Before we were just showing the greyed out full signal triangle and
that's confusing.

Change-Id: Id6bac421f9192cbfe3a6d4389120832fb91e9966
Fixes: 64755132
Test: Remove/add SIM card; visual

6 years agoMerge "Import translations. DO NOT MERGE" into oc-mr1-dev
TreeHugger Robot [Wed, 6 Sep 2017 20:04:30 +0000 (20:04 +0000)]
Merge "Import translations. DO NOT MERGE" into oc-mr1-dev

6 years agoMerge "Fix a bug where image apps were double-counted." into oc-mr1-dev
Daniel Nishi [Wed, 6 Sep 2017 19:58:22 +0000 (19:58 +0000)]
Merge "Fix a bug where image apps were double-counted." into oc-mr1-dev

6 years agoMerge "Fix issue #65359137: Apps with target API 26 can bypass background..." into...
TreeHugger Robot [Wed, 6 Sep 2017 19:54:00 +0000 (19:54 +0000)]
Merge "Fix issue #65359137: Apps with target API 26 can bypass background..." into oc-mr1-dev

6 years agoFix QS loading animation
Jason Monk [Wed, 6 Sep 2017 19:38:52 +0000 (15:38 -0400)]
Fix QS loading animation

Was using wrong colors depending on the theme.

Test: visual
Change-Id: I49e00fcfc607b712e545a19bb1f49130c6a686d5
Fixes: 63648257

6 years agoMerge "Use raw string when setting wifi preference title." into oc-mr1-dev
TreeHugger Robot [Wed, 6 Sep 2017 19:26:56 +0000 (19:26 +0000)]
Merge "Use raw string when setting wifi preference title." into oc-mr1-dev

6 years agoFixes clear all button disappearing after rotate on low ram device
Matthew Ng [Tue, 5 Sep 2017 23:36:45 +0000 (16:36 -0700)]
Fixes clear all button disappearing after rotate on low ram device

When configuration occurs it would hide the button. To fix this issue,
do not hide the button when rotating.

Change-Id: I2073652a3744cdf4e3a67cef73c507d9ea27bf81
Fixes: 65384096
Test: manual - load apps into recents, rotate screen

6 years agoMerge "Import translations. DO NOT MERGE" into oc-dr1-dev
Bill Yi [Wed, 6 Sep 2017 19:10:33 +0000 (19:10 +0000)]
Merge "Import translations. DO NOT MERGE" into oc-dr1-dev
am: b1d8caa355  -s ours

Change-Id: Ifd66f13f6b1384eae3f3697b7ac275c442386e0c

6 years agoMerge "Import translations. DO NOT MERGE am: 2c1d066618 -s ours" into oc-mr1-dev
Android Build Merger (Role) [Wed, 6 Sep 2017 19:07:20 +0000 (19:07 +0000)]
Merge "Import translations. DO NOT MERGE am: 2c1d066618  -s ours" into oc-mr1-dev

6 years agoMerge "Import translations. DO NOT MERGE" into oc-mr1-dev
TreeHugger Robot [Wed, 6 Sep 2017 19:03:51 +0000 (19:03 +0000)]
Merge "Import translations. DO NOT MERGE" into oc-mr1-dev

6 years agoImport translations. DO NOT MERGE
Bill Yi [Wed, 6 Sep 2017 19:03:42 +0000 (19:03 +0000)]
Import translations. DO NOT MERGE
am: 2c1d066618  -s ours

Change-Id: I70ac747da20112bcabac751ab990e82da87bfcb1

6 years agoAdd metrics for status bar
Jason Monk [Wed, 6 Sep 2017 13:22:29 +0000 (09:22 -0400)]
Add metrics for status bar

Test: runtest systemui
Fixes: 65289824
Change-Id: Ife5ce98862fc6a92740eaf80cdc0b74cb01dd04e

6 years agoMerge "Import translations. DO NOT MERGE" into oc-dr1-dev
TreeHugger Robot [Wed, 6 Sep 2017 19:00:00 +0000 (19:00 +0000)]
Merge "Import translations. DO NOT MERGE" into oc-dr1-dev

6 years agoMerge "Retry crashed bound foreground service with some delay" into oc-mr1-dev
Amith Yamasani [Wed, 6 Sep 2017 18:58:34 +0000 (18:58 +0000)]
Merge "Retry crashed bound foreground service with some delay" into oc-mr1-dev

6 years agoMerge "Close idle connections to release RAM" into oc-mr1-dev
Fyodor Kupolov [Wed, 6 Sep 2017 18:40:02 +0000 (18:40 +0000)]
Merge "Close idle connections to release RAM" into oc-mr1-dev

6 years agoCorrectly block system work profile notifications.
Julia Reynolds [Tue, 5 Sep 2017 15:07:18 +0000 (11:07 -0400)]
Correctly block system work profile notifications.

Test: runtest systemui
Change-Id: I22a89b985a114485237f5ed8832d1a9c17789ca8
Fixes: 64951994

6 years agoIntroduced AppRestrictionsLock
Fyodor Kupolov [Tue, 5 Sep 2017 23:31:08 +0000 (16:31 -0700)]
Introduced AppRestrictionsLock

It is used to serialize access to app restrictions state and reduce
contention on PM lock.

Bug: 65096648
Test: com.android.cts.devicepolicy.MixedManagedProfileOwnerTest#testApplicationRestrictions
Change-Id: I87c364e641e511f6cbe1e55f4fa3aa12c453c08f

6 years agoSend a ranking update on global dot state change
Julia Reynolds [Wed, 6 Sep 2017 18:08:23 +0000 (14:08 -0400)]
Send a ranking update on global dot state change

Test: manual
Change-Id: I2024bdf6448c7577e29498c7d3b43fcbaca2924f
Fixes: 65384965

6 years agoGuard against NPE
Jason Monk [Wed, 6 Sep 2017 18:24:24 +0000 (14:24 -0400)]
Guard against NPE

Test: manual
Change-Id: I4ffc6aafb75b967f8a0a0ca0f0a3aeeb5d6e8c85
Fixes: 65229458

6 years agoMerge "Allow Instant Apps to access send_action_app_error" into oc-mr1-dev
Chad Brubaker [Wed, 6 Sep 2017 18:20:46 +0000 (18:20 +0000)]
Merge "Allow Instant Apps to access send_action_app_error" into oc-mr1-dev

6 years agoFix disabled views with nearest touch frame
Jason Monk [Wed, 6 Sep 2017 18:10:39 +0000 (14:10 -0400)]
Fix disabled views with nearest touch frame

Test: runtest systemui
Change-Id: I83fe0483d2d45c05750cb52fa66c579be0194091
Fixes: 65158062

6 years agoMerge "Fix shift in share sheet" into oc-mr1-dev
Jason Monk [Wed, 6 Sep 2017 17:50:36 +0000 (17:50 +0000)]
Merge "Fix shift in share sheet" into oc-mr1-dev

6 years agoFix issue #65359137: Apps with target API 26 can bypass background...
Dianne Hackborn [Tue, 5 Sep 2017 23:44:36 +0000 (16:44 -0700)]
Fix issue #65359137: Apps with target API 26 can bypass background...

...limit introduced in Oreo by swiping away from the task list

There was an edge case where, when restarting a service, if the
process wasn't already running we would bring it up directly in
the idle state and never go through the mechanism of force stopping
services once an app goes idle.

The fix for now is pretty targeted, detecting when we have a new
uid that is immediately idle, and in that case doing the same
thing we do when an existing uid goes idle (stopping any services
in it).  This means that in this flow you will get a glitch of
the service starting and then immediately stopping when idle is
applied at that point, but we do end up ultimately in the correct
final state.

Test: manual
Bug: 65359137

Change-Id: I64c29975ad75e7d7390512bf59673d423df16cf2

6 years agoMerge "Make settings themed apps have light nav" into oc-mr1-dev
Jason Monk [Wed, 6 Sep 2017 16:45:41 +0000 (16:45 +0000)]
Merge "Make settings themed apps have light nav" into oc-mr1-dev

6 years agoMerge "Use correct thread to remove starting window" into oc-mr1-dev
TreeHugger Robot [Wed, 6 Sep 2017 15:45:01 +0000 (15:45 +0000)]
Merge "Use correct thread to remove starting window" into oc-mr1-dev

6 years agoEnsures zen rule update locale retains enabled val
Beverly [Wed, 6 Sep 2017 14:36:04 +0000 (10:36 -0400)]
Ensures zen rule update locale retains enabled val

Bug: 65344958
Test: manual
Change-Id: I7c929b0398fce61cbf7aaa7b7b491a489422af5f

6 years agoImport translations. DO NOT MERGE
Bill Yi [Wed, 6 Sep 2017 13:57:50 +0000 (06:57 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import

Bug: 64712476
Change-Id: I1f5a8fdd408de1a74689fe6e1de0422529d797d8

6 years agoImport translations. DO NOT MERGE
Bill Yi [Wed, 6 Sep 2017 13:49:09 +0000 (06:49 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import

Bug: 64712476
Change-Id: I8f4884b5af544c9846580af19a9b23badbed357c

6 years agoFix truncated text in inline settings
Julia Reynolds [Fri, 1 Sep 2017 20:09:25 +0000 (16:09 -0400)]
Fix truncated text in inline settings

Change-Id: I6606b84d75fea308f75c39b90f5d5ee59e54b2d5
Fixes: 65059562
Test: manual

6 years agoMake settings themed apps have light nav
Jason Monk [Fri, 1 Sep 2017 16:40:06 +0000 (12:40 -0400)]
Make settings themed apps have light nav

This is needed to help with differential aging.

The nav needs to be white with a 1dp divider on it, so add support
for the divider and add hidden attribute to set the nav buttons
inverted.

Test: Open settings
Bug: 63630024
Change-Id: Iec6046baeb86fb554df73346df8652fee8b2736a

6 years agoMerge "Keyguard: Don't show when booting to cryptkeeper" into oc-mr1-dev
Adrian Roos [Wed, 6 Sep 2017 12:58:08 +0000 (12:58 +0000)]
Merge "Keyguard: Don't show when booting to cryptkeeper" into oc-mr1-dev

6 years agoUse correct thread to remove starting window
Jorim Jaggi [Tue, 5 Sep 2017 10:28:52 +0000 (12:28 +0200)]
Use correct thread to remove starting window

Test: Open app, reopen app
Test: go/wm-smoke

Bug: 63784898
Bug: 64954955
Fixes: 65256018
Change-Id: I58eb90796a002cc6962efd686cef73fb36040567

6 years agoMerge "Fix resetPasswordWithToken before user unlock" into oc-mr1-dev
Rubin Xu [Wed, 6 Sep 2017 12:12:36 +0000 (12:12 +0000)]
Merge "Fix resetPasswordWithToken before user unlock" into oc-mr1-dev

6 years agoImport translations. DO NOT MERGE
Bill Yi [Wed, 6 Sep 2017 08:25:52 +0000 (01:25 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import

Bug: 64712476
Change-Id: Ib170094788c00758e4fb41bdcbf781ac196b0e34

6 years agoImport translations. DO NOT MERGE
Bill Yi [Wed, 6 Sep 2017 05:31:46 +0000 (22:31 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import

Bug: 64712476
Change-Id: I409427c1b5e9b8b3e29947002e8bc6d5985bec77

6 years agoImport translations. DO NOT MERGE
Bill Yi [Wed, 6 Sep 2017 05:09:21 +0000 (22:09 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import

Bug: 64712476
Change-Id: Id9eecf512b037113760d96d1ec08eb8a06b16f08

6 years agoMerge "Add PACKAGE_USAGE_STATS permission to shell." into oc-mr1-dev
Sudheer Shanka [Wed, 6 Sep 2017 04:59:15 +0000 (04:59 +0000)]
Merge "Add PACKAGE_USAGE_STATS permission to shell." into oc-mr1-dev

6 years agoMerge "disable carrier actions on redirection by default" into oc-mr1-dev
TreeHugger Robot [Wed, 6 Sep 2017 04:01:43 +0000 (04:01 +0000)]
Merge "disable carrier actions on redirection by default" into oc-mr1-dev

6 years agoMerge "Lighter Quick Settings" into oc-mr1-dev
TreeHugger Robot [Wed, 6 Sep 2017 02:16:47 +0000 (02:16 +0000)]
Merge "Lighter Quick Settings" into oc-mr1-dev

6 years agoMerge "Add dump of USB descriptors to the dumpsys for UsbHostManager service." into...
TreeHugger Robot [Wed, 6 Sep 2017 01:36:41 +0000 (01:36 +0000)]
Merge "Add dump of USB descriptors to the dumpsys for UsbHostManager service." into oc-mr1-dev

6 years agoUse raw string when setting wifi preference title.
Fan Zhang [Tue, 5 Sep 2017 18:02:03 +0000 (11:02 -0700)]
Use raw string when setting wifi preference title.

This is necessary for talkback to correctly recognize content
description on the whole viewgroup.

Merged-In: Ic792102b269b9a8db09c632f7e70d8773048c840
Change-Id: I555f94afcd6f4c681bb16dd23d94b2ae0fd4c116
Fixes: 65202862
Test: robotests

6 years agoMerge "Add EVENT_ROAMING_SETTING_CHANGE in DctConstants." into oc-mr1-dev
Xiangyu/Malcolm Chen [Wed, 6 Sep 2017 01:09:35 +0000 (01:09 +0000)]
Merge "Add EVENT_ROAMING_SETTING_CHANGE in DctConstants." into oc-mr1-dev

6 years agoFix a bug where image apps were double-counted.
Daniel Nishi [Wed, 6 Sep 2017 00:40:05 +0000 (17:40 -0700)]
Fix a bug where image apps were double-counted.

The filter for photos apps includes them as well as the one for "other
apps". This removes them out of other apps.

Change-Id: I56058080b6492c054ea3171addd5ab343769bc9a
Fixes: 65384691
Test: SettingsLib integ test

6 years agoRetry crashed bound foreground service with some delay
Amith Yamasani [Mon, 28 Aug 2017 16:36:42 +0000 (09:36 -0700)]
Retry crashed bound foreground service with some delay

After quick crashes, back-off for 30 minutes and try again.
Keep backing-off up to 10 times and then give up.

Bug: 63075467
Test: runtest -x frameworks/base/tests/ServiceCrashTest

Change-Id: I3819aefac5fd48b49a70b1765e07696f2ad61328

6 years agoLighter Quick Settings
Lucas Dupin [Tue, 5 Sep 2017 23:35:25 +0000 (16:35 -0700)]
Lighter Quick Settings

Now using material grey 900 for QS, volume and power menus.
Feels more polished than just a solid black.

Test: Visual, on multiple devices
Change-Id: Ife05454d9fa0cf5f587ed0e58f3b28447de14f7b
Fixes: 65369406

6 years agoFinishes the session when the service returns a null response on authentication.
Felipe Leme [Tue, 5 Sep 2017 20:11:37 +0000 (13:11 -0700)]
Finishes the session when the service returns a null response on authentication.

Test: cts-tradefed run commandAndExit cts-dev -m CtsAutoFillServiceTestCases -t android.autofillservice.cts.LoginActivityTest#testFillResponseAuthServiceHasNoData
Test: cts-tradefed run commandAndExit cts-dev -m CtsAutoFillServiceTestCases

Fixes: 64985246

Change-Id: Id9a4b9f1752dcee6c67ac659b9dbd6dd1dd7b43c

6 years agoMerge "audio: Fix for IPlayerShell object leak." into oc-mr1-dev
TreeHugger Robot [Tue, 5 Sep 2017 22:59:02 +0000 (22:59 +0000)]
Merge "audio: Fix for IPlayerShell object leak." into oc-mr1-dev

6 years agoMerge "Fix issue #65298216: DeviceIdleController needs to watch..." into oc-mr1-dev
TreeHugger Robot [Tue, 5 Sep 2017 22:53:00 +0000 (22:53 +0000)]
Merge "Fix issue #65298216: DeviceIdleController needs to watch..." into oc-mr1-dev

6 years agoMerge "Nat464Xlat: correct racefree teardown" into oc-mr1-dev
Hugo Benichi [Tue, 5 Sep 2017 22:35:45 +0000 (22:35 +0000)]
Merge "Nat464Xlat: correct racefree teardown" into oc-mr1-dev

6 years agoMerge "Allow translucent RenderNode->Bitmap captures" into oc-mr1-dev
TreeHugger Robot [Tue, 5 Sep 2017 22:07:48 +0000 (22:07 +0000)]
Merge "Allow translucent RenderNode->Bitmap captures" into oc-mr1-dev

6 years agoMerge "Always use SSID average for SpeedLabel." into oc-mr1-dev
TreeHugger Robot [Tue, 5 Sep 2017 21:44:30 +0000 (21:44 +0000)]
Merge "Always use SSID average for SpeedLabel." into oc-mr1-dev

6 years agoEnsure *# are included in TTS spans generated with PhoneNumberUtils.
Tyler Gunn [Tue, 5 Sep 2017 21:28:47 +0000 (14:28 -0700)]
Ensure *# are included in TTS spans generated with PhoneNumberUtils.

PhoneNumber utils has a method, createTtsSpan, which creates a span
for talkback to speak a phone number.  Due to a bug in Talkback it used
to strip out * and # characters.

Removing this limitation as the bug in talkback has been fixed.

Test: Manual, added unit tests
Bug: 63613215
Change-Id: I983a98a18830e32760602723e695f11e3eab9ffe

6 years agoMerge "resolve stage dir before validation" into oc-mr1-dev
Todd Kennedy [Tue, 5 Sep 2017 21:23:43 +0000 (21:23 +0000)]
Merge "resolve stage dir before validation" into oc-mr1-dev

6 years agodisable carrier actions on redirection by default
fionaxu [Tue, 5 Sep 2017 21:15:04 +0000 (14:15 -0700)]
disable carrier actions on redirection by default

1. the assumption of "carrier will redirect users to their captive
portal page when users dont have data plan" might not be true for all
carriers. We have seem issues like carriers random redirect users when
they still have balance left.
2. turn this off by default and turn it on if the carrier is
behaving correctly and agree with it.

Bug: 65113738
Test: Manual
Change-Id: I6bc2d8ba45958eaf09e09e3ea2e57c79e0ac461e

6 years agoMerge "DO NOT MERGE: Dynamic doze check should be required before adjusting sensor...
Android Build Merger (Role) [Tue, 5 Sep 2017 21:13:29 +0000 (21:13 +0000)]
Merge "DO NOT MERGE: Dynamic doze check should be required before adjusting sensor rate. am: 1f3da1c8b9  -s ours am: c7088d8bf8  -s ours am: ef6e002b30 am: 44bdde7bd1" into oc-mr1-dev

6 years agoMerge "Double tap to expand PiP." into oc-mr1-dev
TreeHugger Robot [Tue, 5 Sep 2017 21:08:53 +0000 (21:08 +0000)]
Merge "Double tap to expand PiP." into oc-mr1-dev

6 years agoDO NOT MERGE: Dynamic doze check should be required before adjusting sensor rate...
Julius D'souza [Tue, 5 Sep 2017 21:06:32 +0000 (21:06 +0000)]
DO NOT MERGE: Dynamic doze check should be required before adjusting sensor rate. am: 1f3da1c8b9  -s ours am: c7088d8bf8  -s ours am: ef6e002b30
am: 44bdde7bd1

Change-Id: Ie9ed360a7a1ab763310bcf743804bd0f3300f9a3

6 years agoDO NOT MERGE: Dynamic doze check should be required before adjusting sensor rate...
Julius D'souza [Tue, 5 Sep 2017 20:54:13 +0000 (20:54 +0000)]
DO NOT MERGE: Dynamic doze check should be required before adjusting sensor rate. am: 1f3da1c8b9  -s ours am: c7088d8bf8  -s ours
am: ef6e002b30

Change-Id: Ie9aabc371ae2bad03bfced07acce9502d6c897ee

6 years agoDO NOT MERGE: Dynamic doze check should be required before adjusting sensor rate...
Julius D'souza [Tue, 5 Sep 2017 20:43:31 +0000 (20:43 +0000)]
DO NOT MERGE: Dynamic doze check should be required before adjusting sensor rate. am: 1f3da1c8b9  -s ours
am: c7088d8bf8  -s ours

Change-Id: I6cbd05dcb09b013e17f5c26c1fa24a656c7b8316

6 years agoMerge "Prevent INTERACT_ACROSS_USERS exception in DefaultDialerManager." into oc...
Tyler Gunn [Tue, 5 Sep 2017 20:41:03 +0000 (20:41 +0000)]
Merge "Prevent INTERACT_ACROSS_USERS exception in DefaultDialerManager." into oc-mr1-dev

6 years agoMerge "MediaBrowserService: Clean up ConnectionRecord when browser is dead" into...
Kai Wang [Tue, 5 Sep 2017 20:40:25 +0000 (20:40 +0000)]
Merge "MediaBrowserService: Clean up ConnectionRecord when browser is dead" into oc-mr1-dev

6 years agoMerge "Remove config_tether_apndata for Telstra." into oc-dr1-dev
Pankaj Kanwar [Tue, 5 Sep 2017 20:34:32 +0000 (20:34 +0000)]
Merge "Remove config_tether_apndata for Telstra." into oc-dr1-dev
am: e424d123ab

Change-Id: I58c3c189ef03bf4d054e69fae1c45852425f70d7

6 years agoAdd dump of USB descriptors to the dumpsys for UsbHostManager service.
Paul McLean [Thu, 31 Aug 2017 19:20:26 +0000 (13:20 -0600)]
Add dump of USB descriptors to the dumpsys for UsbHostManager service.

Cleaned up text formatting.

Bug: 65158441
Change-Id: Ie6531d42bb0d78f2b8af382329a973e629f23c5f
Test: Manual - connected USB headset, ran adb shell dumpsys usb. Examined output.

6 years agoMerge "Remove config_tether_apndata for Telstra." into oc-dr1-dev
Pankaj Kanwar [Tue, 5 Sep 2017 20:25:36 +0000 (20:25 +0000)]
Merge "Remove config_tether_apndata for Telstra." into oc-dr1-dev