Peter Qiu
d49c2ff80f
Merge "wifi: use Passpoint API when forgetting a Passpoint network" am: ff960ed859
...
am: c5848718ee
Change-Id: I05bf08cbd3231c5c6579c3a1949c24e0cccfd446
2017-03-02 16:59:23 +00:00
Peter Qiu
c5848718ee
Merge "wifi: use Passpoint API when forgetting a Passpoint network"
...
am: ff960ed859
Change-Id: I0e085c5c31656c943d7674770ea9f28d963f2726
2017-03-02 16:57:25 +00:00
Treehugger Robot
ff960ed859
Merge "wifi: use Passpoint API when forgetting a Passpoint network"
2017-03-02 16:52:42 +00:00
Li Bai
b09610a3dc
Merge "Change default long-press time to 400ms" am: b96cbedfb2
...
am: 957b15c9ae
Change-Id: I7a0b5216e5551223b626b0ab1c7addf4cec2463c
2017-03-01 19:31:06 +00:00
long.x.qiao
e0e00077bc
Merge "Show search results when query string contains trailing space" am: 8eb0c24e5a
...
am: 19000b747c
Change-Id: I250cc44ea08498ef751c3f9cf370b09b7cd0e39f
2017-03-01 19:28:43 +00:00
Li Bai
957b15c9ae
Merge "Change default long-press time to 400ms"
...
am: b96cbedfb2
Change-Id: I953076ce2fe44fb96f2cfbd60e771694c225fc99
2017-03-01 19:28:38 +00:00
Treehugger Robot
b96cbedfb2
Merge "Change default long-press time to 400ms"
2017-03-01 19:26:16 +00:00
long.x.qiao
19000b747c
Merge "Show search results when query string contains trailing space"
...
am: 8eb0c24e5a
Change-Id: Ic0382e8b3ce65b52ae2d77987ff4a79945fddb4f
2017-03-01 19:25:42 +00:00
Treehugger Robot
8eb0c24e5a
Merge "Show search results when query string contains trailing space"
2017-03-01 19:20:26 +00:00
Peter Qiu
4ec020a424
wifi: use Passpoint API when forgetting a Passpoint network
...
Use WifiManager#removePasspointConfiguration when forgetting a
Passpoint network to remove the configuration.
This maintains the legacy behavior, where forgetting a Passpoint
network/AP will remove its provider's profile.
Bug: 34207710
Test: manual test
Change-Id: I8b7f6d9fb20fa9f0f0d90566f76c2a39308ce420
2017-03-01 10:13:07 -08:00
long.x.qiao
9973b01489
Show search results when query string contains trailing space
...
The query expression used to search for a term prefix is the prefix
itself with a '*' character appended to it. However, if query string
contains trailing space, the query expresssion (e.g. "screen *") doesn't
work. So to fix this issue, the unnecessary trailing space should be
removed.
Bug: 35231587
Test: manual - go to search in Settings and enter "screen "
Change-Id: Ifa5d96f5d38ad5454272f140da440b8ff55d5614
2017-03-01 21:00:57 +09:00
Meng Wang
556e3bb3e8
Merge "WiFiCallingSettings: don't start carrier app in onResume" am: 05c88316ec
...
am: e21cbcb6b4
Change-Id: If09bb76b63b0e71d3fa9cf6a42c2436e52093d6a
2017-02-27 18:32:30 +00:00
Meng Wang
e21cbcb6b4
Merge "WiFiCallingSettings: don't start carrier app in onResume"
...
am: 05c88316ec
Change-Id: I1e212c2486e896ad9945d7881f01895fedb27615
2017-02-27 18:29:48 +00:00
Treehugger Robot
05c88316ec
Merge "WiFiCallingSettings: don't start carrier app in onResume"
2017-02-27 18:25:05 +00:00
Meng Wang
d3b0c37ef2
WiFiCallingSettings: don't start carrier app in onResume
...
onResume initialize UI before registering switch change listener.
So that listener is not invoked in UI initialization, but only real
switch change by user.
Bug: 33680334
Test: make
Test: manual - carrier app is not invoked in onResume
Change-Id: I7ca1eb1eab214b50c8de72946590c1ecb676d4df
2017-02-25 10:23:23 -08:00
Marie Janssen
14795a7855
Merge "Bluetooth: aim OPEN_RECEIVED_FILES at bluetooth" am: 17ad73ed9b
...
am: 019c8f38fe
Change-Id: I12084f452872d8fb9778ad6360c8e58196fdcddf
2017-02-25 13:47:59 +00:00
Marie Janssen
019c8f38fe
Merge "Bluetooth: aim OPEN_RECEIVED_FILES at bluetooth"
...
am: 17ad73ed9b
Change-Id: Ib26f0014a8ef37f0c1b0e738597690343c30e940
2017-02-25 13:44:29 +00:00
Treehugger Robot
17ad73ed9b
Merge "Bluetooth: aim OPEN_RECEIVED_FILES at bluetooth"
2017-02-25 13:39:28 +00:00
Marie Janssen
41cdfd8887
Bluetooth: aim OPEN_RECEIVED_FILES at bluetooth
...
Bluetooth is the receiver for the OPEN_RECEIVED_FILES intent, so we
should aim the intent directly at them.
Test: go to BT settings and click "Open Received Files" in the context
Change-Id: I057215f1faf04c8c735a7e9340325716225ad22d
Fix: 35246073
2017-02-25 13:39:16 +00:00
Chen Xu
9f5e1f92b8
Merge "move ACTION_CARRIER_SETUP intent to public api" am: d989558616
...
am: fbf747bb76
Change-Id: I4fa43c07a96d070c209e6c71a7c5227958aef2ee
2017-02-25 01:17:45 +00:00
Chen Xu
fbf747bb76
Merge "move ACTION_CARRIER_SETUP intent to public api"
...
am: d989558616
Change-Id: Ic1b747c58bd8dc786e98bb3786e7ccecee7889be
2017-02-25 01:11:04 +00:00
Chen Xu
d989558616
Merge "move ACTION_CARRIER_SETUP intent to public api"
2017-02-25 01:05:30 +00:00
fionaxu
181138d2d1
move ACTION_CARRIER_SETUP intent to public api
...
As per CDD: The "android.*" namespace for intent constants is reserved
for public
Android API in AOSP. (Whether public to the full SDK, @SystemApi or
defined in AOSP support libraries.)
ACTION_CARRIER_SETUP intent is generally useful for carrier privileged
apps which is unbundled carrier apps, thus move to public APIs 33679956
Test: Manual
Bug: 33679956
Merged-in: I85dfa99d0b20bb1b534dfe8ead3c274a5c739786
Change-Id: I84ffd5f2c8c3418689ee3d5ff5ddc3f9f7959763
2017-02-24 10:45:12 -08:00
Marie Janssen
dd0c9e6265
Merge "Bluetooth: service for pairing notification" am: 7dfc705ad9
...
am: 7b9f96983d
Change-Id: I0392be2a4016dd8df5cb5f682a858178a3a2dd37
2017-02-23 21:56:41 +00:00
Marie Janssen
7b9f96983d
Merge "Bluetooth: service for pairing notification"
...
am: 7dfc705ad9
Change-Id: Ib48d174e99ac1debd9cf578c222bdcfd5fc10ea1
2017-02-23 21:52:24 +00:00
Marie Janssen
7dfc705ad9
Merge "Bluetooth: service for pairing notification"
2017-02-23 21:41:05 +00:00
Bill Yi
8d36f807bc
Import translations. DO NOT MERGE
...
am: 55ba636186
-s ours
Change-Id: I9d64b082f425dbc5bd37b453e51a5e01127400a4
2017-02-22 18:51:16 +00:00
Bill Yi
55ba636186
Import translations. DO NOT MERGE
...
Change-Id: Ied9c4535fc4e6739099864f17584108b1d938c50
Auto-generated-cl: translation import
2017-02-22 08:50:31 -08:00
Marie Janssen
d06d83c531
Bluetooth: service for pairing notification
...
Use a foreground service to show the notification, separating dialog
creation from the receiver.
Test: pair request from remote device while the screen is off
Bug: 35234069
Change-Id: Ia3be3e8efdacf465e095af5a498ef5eb0fca83cd
2017-02-21 14:43:40 -08:00
Junda Liu
3e24e46b39
Ignore orientation change to preserve ApnEditor. am: f414d58ddf
am: 77f75b3859
...
am: 8db5e61fac
Change-Id: I0b00e7afb390fb91556f0abc5b2bfdee39af767f
2017-02-17 18:12:27 +00:00
Junda Liu
7372d9d323
Ignore orientation change to preserve ApnEditor. am: f414d58ddf
am: 77f75b3859
...
am: 1bc3adf38a
Change-Id: Id8fa449ad8bc7f3b36c26ad2bfb0c8d79a04376e
2017-02-17 18:12:08 +00:00
Junda Liu
1bc3adf38a
Ignore orientation change to preserve ApnEditor. am: f414d58ddf
...
am: 77f75b3859
Change-Id: Idf45ab75502d89ed26cf082e11f155b7d6201658
2017-02-17 18:07:06 +00:00
Junda Liu
8db5e61fac
Ignore orientation change to preserve ApnEditor. am: f414d58ddf
...
am: 77f75b3859
Change-Id: I9e58a2cb02bc3c71f97ac43061e2ceb5d5702c2e
2017-02-17 18:07:06 +00:00
Junda Liu
77f75b3859
Ignore orientation change to preserve ApnEditor.
...
am: f414d58ddf
Change-Id: I76b7df13239829f0fbba24db30babf640b2506fd
2017-02-17 18:02:35 +00:00
Bill Yi
8f405abe1a
Import translations. DO NOT MERGE
...
am: 6f3ae7778c
-s ours
Change-Id: I10a744f60859902543922168db03a878614f641e
2017-02-17 00:44:39 +00:00
Bill Yi
6f3ae7778c
Import translations. DO NOT MERGE
...
Change-Id: Ie282481af5e8303bdbbdf8f0e91b70cfe433440e
Auto-generated-cl: translation import
2017-02-16 13:47:19 -08:00
Bill Yi
f6247a41f7
Import translations. DO NOT MERGE
...
am: 7e0985b644
-s ours
Change-Id: I90c3ee4b3610f62d693663cb7372b0e96806e9b5
2017-02-16 15:49:10 +00:00
Bill Yi
7e0985b644
Import translations. DO NOT MERGE
...
Change-Id: I9e1516012801af3f6f21231d6615f9a8969625ed
Auto-generated-cl: translation import
2017-02-16 05:24:28 -08:00
Li Bai
642e717704
Change default long-press time to 400ms
...
The default long-press time has been changed from 500ms to 400ms by
b/30159825. so the values for the list of long-press timeout options
in Settings app should be changed.
Bug: 35226519
Test: manual - go to Settings > Accessibility > Touch & hold delay
Change-Id: I8e2421ea4119742bb6bf0e27688c65e3de3099dc
2017-02-16 06:28:51 +00:00
Philip P. Moltmann
afe6320d70
resolve merge conflicts of 9ac842a753
to nyc-mr2-dev-plus-aosp
...
Test: built
Change-Id: I156db22c13da98bce0077b2acb8d9f1a3d2ce406
2017-02-14 09:51:34 -08:00
Philip P. Moltmann
9ac842a753
Merge "[DO NOT MERGE] Revert "[DO NOT MERGE] Use new QueuedWork interface."" into nyc-mr2-dev
2017-02-14 16:03:28 +00:00
Philip P. Moltmann
b92663afb1
[DO NOT MERGE] Revert "[DO NOT MERGE] Use new QueuedWork interface."
...
This reverts commit 81758edffa
.
Bug: 30662828
Change-Id: I5c877a3a888f075afcfb9f49ec92cf3ad43f6304
2017-02-13 23:44:55 +00:00
Bill Yi
daa2d5a23a
Import translations. DO NOT MERGE
...
am: da8a98fb26
-s ours
Change-Id: I111397e147e83c3cc0e8d83d365627792035b238
2017-02-13 17:31:14 +00:00
Bill Yi
da8a98fb26
Import translations. DO NOT MERGE
...
Change-Id: Ia85aa9d355617a44a438932f30332cfcbb70842a
Auto-generated-cl: translation import
2017-02-12 23:02:41 -08:00
Fan Zhang
6583bc3479
DO NOT MERGE Fix "3 dot" icon size so it displays fully
...
am: fa190d437b
Change-Id: I7deb37ac62ff85f37d945d453bd6285a809779f1
2017-02-12 01:42:03 +00:00
Fan Zhang
fa190d437b
DO NOT MERGE Fix "3 dot" icon size so it displays fully
...
Viewport size was set wrong due to bad merge, causing the last dot got
truncated slightly.
Change-Id: I5d5bbd703e780b21957613d88a2250bc3ba69bb8
Fix: 28194068
Test: visual
2017-02-11 16:00:31 -08:00
Pavlin Radoslavov
73aa2c6b3f
Merge "Add null pointer checks when updating A2DP configuration values" am: 6f7437580c
am: bd3f96703c
...
am: fae23e1e00
Change-Id: I55f901bee2b1a7368cf28cf0b2c6a89e8af27342
2017-02-11 01:31:52 +00:00
Pavlin Radoslavov
fae23e1e00
Merge "Add null pointer checks when updating A2DP configuration values" am: 6f7437580c
...
am: bd3f96703c
Change-Id: I04f7187c23a0f17c5ef2d37f75d892e4da54111e
2017-02-11 01:28:22 +00:00
Pavlin Radoslavov
bd3f96703c
Merge "Add null pointer checks when updating A2DP configuration values"
...
am: 6f7437580c
Change-Id: I567042ca38e74e2ce228e4bb03c73095c8cf6513
2017-02-11 01:25:50 +00:00
Treehugger Robot
6f7437580c
Merge "Add null pointer checks when updating A2DP configuration values"
2017-02-11 01:21:26 +00:00