TreeHugger Robot
b630ecfb52
Merge "Rank ChooserTargets using appTarget#rank instead of shortcut#rank. AppTarget#rank contains the score passed from AppPredictionService." into rvc-dev am: 14eea93f57 am: c19bd9220a am: cf6ce36350 am: 781d1b8099
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11997576
Change-Id: I44917004b7224e8ac3f084f7aec7766bffdfbea2
2020-06-25 19:38:32 +00:00
TreeHugger Robot
c19bd9220a
Merge "Rank ChooserTargets using appTarget#rank instead of shortcut#rank. AppTarget#rank contains the score passed from AppPredictionService." into rvc-dev am: 14eea93f57
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11997576
Change-Id: If1aeeb470349b04ee7e1af954b94c323e66eb381
2020-06-25 18:57:59 +00:00
TreeHugger Robot
14eea93f57
Merge "Rank ChooserTargets using appTarget#rank instead of shortcut#rank. AppTarget#rank contains the score passed from AppPredictionService." into rvc-dev
2020-06-25 18:45:55 +00:00
TreeHugger Robot
03d2f77358
Merge "Also listen to ACTION_MANAGED_PROFILE_AVAILABLE in sharesheet ResolverActivity." into rvc-dev am: 3c34454ae9 am: 39cea4718d am: 794f5d6cb6 am: 22bcce6058
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11987765
Change-Id: I168c8bb8579355684e8d791e893397c5bd342e46
2020-06-25 18:08:09 +00:00
TreeHugger Robot
39cea4718d
Merge "Also listen to ACTION_MANAGED_PROFILE_AVAILABLE in sharesheet ResolverActivity." into rvc-dev am: 3c34454ae9
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11987765
Change-Id: Ia26c3c37e74c993eb73d793ff559f83bf38e4edc
2020-06-25 16:41:34 +00:00
TreeHugger Robot
3c34454ae9
Merge "Also listen to ACTION_MANAGED_PROFILE_AVAILABLE in sharesheet ResolverActivity." into rvc-dev
2020-06-25 16:29:26 +00:00
Daniel Sandler
f9cf277bcf
Merge "Fixed bug: Not everyone has home controls yet, or pets." into rvc-dev am: fc86cfb5bd
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11933640
Change-Id: I92f667e4a82998393354e33262a8da0e213bd14a
2020-06-25 14:45:31 +00:00
Daniel Sandler
fc86cfb5bd
Merge "Fixed bug: Not everyone has home controls yet, or pets." into rvc-dev
2020-06-25 14:34:52 +00:00
Daniel Sandler
625770f7fd
Merge "Fixed bug: Not everyone has home controls yet, or pets."
2020-06-25 14:34:51 +00:00
Jonathan Scott
cab7ed2b2e
Also listen to ACTION_MANAGED_PROFILE_AVAILABLE in sharesheet
...
ResolverActivity.
Test: Manual, using `adb shell su 1000 service call user 72 s16 android
i32 1 i32 10 i32 0 i32 0 && adb shell su 1000 service call user 72 s16
android i32 0 i32 10 i32 0 i32 0` to quickly toggle work profile while
on share sheet. Confirm that the work profile is visible again.
Fixes: 159646289
Change-Id: I29e5600b6d416e1bb6150629c9d94d20b344e4a9
2020-06-25 15:08:03 +01:00
Song Hu
16cfc840ce
Rank ChooserTargets using appTarget#rank instead of shortcut#rank. AppTarget#rank contains the score passed from AppPredictionService.
...
Bug: 159889652
Test: atest CtsSharesheetTestCases:android.sharesheet.cts.CtsSharesheetDeviceTest
Change-Id: I311233283db55d7da37c4d1332b60fc7ca6e3ce6
2020-06-25 04:31:12 -07:00
TreeHugger Robot
7bc874bf3c
Merge "Request keyguard dismissal from suspend dialog"
2020-06-24 23:59:57 +00:00
Dan Sandler
16c814f927
Fixed bug: Not everyone has home controls yet, or pets.
...
Fixes: 156301524
Test: # to enable controls component
adb shell am start -n com.android.egg.test/com.android.egg.neko.NekoActivationActivity
# manual step: activate controls from GlobalActions
# to visit the cat list
adb shell am start -n com.android.egg.test/com.android.egg.neko.NekoLand
# to check on the status of the food bowl job (once
# the food bowl control has been tapped)
adb shell cmd jobscheduler get-job-state com.android.egg.test 42
# to trigger the food immediately
adb shell cmd jobscheduler run com.android.egg.test 42
Change-Id: I985a930bb5dd56d99eb57a340e4affe08c09724b
2020-06-24 23:20:37 +00:00
Suprabh Shukla
9f542ba103
Request keyguard dismissal from suspend dialog
...
Sometimes a suspended app may be started while the device is locked. The
suspend dialog should request the user to unlock in these cases.
Test: Manual:
1. Suspend camera app.
2. Lock the screen.
3. Try to launch the camera while the screen is locked, e.g., by double
tapping the power button.
Bug: 157867645
Change-Id: Ie3b5e2903804bc8b385de4fc9276dd55a8108c0f
2020-06-24 20:56:32 +00:00
Dan Sandler
f4e83e0a4a
Fixed bug: Not everyone has home controls yet, or pets.
...
Fixes: 156301524
Test: # to enable controls component
adb shell am start -n com.android.egg.test/com.android.egg.neko.NekoActivationActivity
# manual step: activate controls from GlobalActions
# to visit the cat list
adb shell am start -n com.android.egg.test/com.android.egg.neko.NekoLand
# to check on the status of the food bowl job (once
# the food bowl control has been tapped)
adb shell cmd jobscheduler get-job-state com.android.egg.test 42
# to trigger the food immediately
adb shell cmd jobscheduler run com.android.egg.test 42
Change-Id: I985a930bb5dd56d99eb57a340e4affe08c09724b
2020-06-24 16:54:37 -04:00
Josh Tsuji
9d9e3f0993
Merge "Hide the IME using InputMethodManagerInternal, because doing it that way actually works." into rvc-dev am: 88e88190eb am: 644d1add13 am: 5648d9349e am: d32a0e7a8a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11948939
Change-Id: I3760639b9ffb949ce9770333fe12e803e76ad3b4
2020-06-24 03:44:22 +00:00
Josh Tsuji
5648d9349e
Merge "Hide the IME using InputMethodManagerInternal, because doing it that way actually works." into rvc-dev am: 88e88190eb am: 644d1add13
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11948939
Change-Id: I7cfe3666b94962ddb1c099babe8fa311342b92f6
2020-06-24 03:04:19 +00:00
Josh Tsuji
b88071930b
Merge "Hide the IME using InputMethodManagerInternal, because doing it that way actually works." into rvc-dev am: 88e88190eb
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11948939
Change-Id: I3700ae275241501de82f2eafae4ed702037b2b6e
2020-06-24 02:43:32 +00:00
Josh Tsuji
88e88190eb
Merge "Hide the IME using InputMethodManagerInternal, because doing it that way actually works." into rvc-dev
2020-06-24 02:31:47 +00:00
TreeHugger Robot
cafffe1686
Merge "Tap convo avatar to expand/collapse" into rvc-dev am: 254b6cbd3a am: 4d1eb4fd9e am: ee3625d989 am: bb5a3586c0
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11973242
Change-Id: Ia92707eecf7f716bad4c432570aa17cd1768f437
2020-06-23 22:14:11 +00:00
Automerger Merge Worker
d028bf2be4
Merge "Merge "Fix NPE in sharesheet on devices without Work Profile." into rvc-dev am: 58bb12f7f8 am: 14ae5d77ee am: 57962cd18b" into rvc-qpr-dev-plus-aosp am: f3333136f4
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11971848
Change-Id: I7842f94bd3a7a2755bcd859c88a376e959a6ffc7
2020-06-23 22:11:53 +00:00
TreeHugger Robot
bb5a3586c0
Merge "Tap convo avatar to expand/collapse" into rvc-dev am: 254b6cbd3a am: 4d1eb4fd9e am: ee3625d989
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11973242
Change-Id: I22b65eee504807bbcd6e5ba0c8874dbabad12a88
2020-06-23 22:00:30 +00:00
TreeHugger Robot
33e574fd7a
Merge "Tap convo avatar to expand/collapse" into rvc-dev am: 254b6cbd3a am: 4d1eb4fd9e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11973242
Change-Id: I687f4abff8fdd8b12b44897947c780bf36989964
2020-06-23 21:46:59 +00:00
TreeHugger Robot
57962cd18b
Merge "Fix NPE in sharesheet on devices without Work Profile." into rvc-dev am: 58bb12f7f8 am: 14ae5d77ee
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11971848
Change-Id: Ic79fe42260dee8274a389f6b6644694bcb858722
2020-06-23 21:46:39 +00:00
TreeHugger Robot
a05d793f1a
Merge "Tap convo avatar to expand/collapse" into rvc-dev am: 254b6cbd3a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11973242
Change-Id: I4c3b82315c11104a1bafcadd66690b39b1859e66
2020-06-23 21:42:30 +00:00
TreeHugger Robot
254b6cbd3a
Merge "Tap convo avatar to expand/collapse" into rvc-dev
2020-06-23 21:41:18 +00:00
TreeHugger Robot
8af7e4a68f
Merge "Fix NPE in sharesheet on devices without Work Profile." into rvc-dev am: 58bb12f7f8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11971848
Change-Id: Ifc0aa5d27d23fc6f96d7690b7297acc1938c4f9a
2020-06-23 21:31:38 +00:00
TreeHugger Robot
58bb12f7f8
Merge "Fix NPE in sharesheet on devices without Work Profile." into rvc-dev
2020-06-23 21:25:24 +00:00
TreeHugger Robot
053c236d42
Merge "Remove circular ref from MessagingLinearLayout" into rvc-dev am: f33516115a am: 8b4a786347 am: 5b26462646 am: 13a3f8f6ad
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11971391
Change-Id: I3b99a6f0f8c4fa151b8561808f6b1719c27d46b8
2020-06-23 18:47:18 +00:00
Alison Cichowlas
c391362e95
Fix NPE in sharesheet on devices without Work Profile.
...
Fixes: 159710864
Test: chooseractivitytests & manual
Change-Id: I664955eef96eebab0b412d19ed31292c7439f142
2020-06-23 14:20:32 -04:00
TreeHugger Robot
5b26462646
Merge "Remove circular ref from MessagingLinearLayout" into rvc-dev am: f33516115a am: 8b4a786347
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11971391
Change-Id: I98651e68e278012d3195f2a253ec49ab3893d088
2020-06-23 18:09:24 +00:00
Steve Elliott
0afc301462
Tap convo avatar to expand/collapse
...
Fixes: 153751368
Test: manual
Change-Id: I42b0f05604797faba6ae3769b32bcbbe74d56a4e
2020-06-23 13:55:16 -04:00
TreeHugger Robot
07a3cde7b5
Merge "Remove circular ref from MessagingLinearLayout" into rvc-dev am: f33516115a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11971391
Change-Id: Id905112a84a4d418bc87f40a6fa2171d0d5ed5a2
2020-06-23 17:50:22 +00:00
TreeHugger Robot
f33516115a
Merge "Remove circular ref from MessagingLinearLayout" into rvc-dev
2020-06-23 17:35:37 +00:00
Joshua Tsuji
53f6e83df0
Hide the IME using InputMethodManagerInternal, because doing it that way actually works.
...
This technique is also used by the Recents animation to hide the IME. It replaces the AV back press workaround entirely, which fixes the IME hanging around issue (and by extension, the weirdness around the insets).
Test: open a bubble (go/use-bubbles), focus an input field, then tap outside the bubbles UI to close the stack, observe that the IME hides
Test: open a bubble, focus an input field, switch to another bubble, observe IME hides
Test: open bubble, focus input field, switch to another bubble, focus input field, switch to the original bubble, focus input field, collapse stack, observe IME hides (previously the IME would remain visible)
Bug: 159369847
Bug: 159561847
Change-Id: I09f27b3c187a7bcfbef663cd3101a74ad8ab95ab
2020-06-23 11:57:34 -04:00
Steve Elliott
1b0f20efee
Remove circular ref from MessagingLinearLayout
...
Fixes: 157507646
Test: manual
Change-Id: Ic2b2f99f9f80c11639849128670b335b5ec25566
2020-06-23 10:51:56 -04:00
Adrian Roos
06b04e967a
Merge "IME animation: hide IME-related navbar icons until perceptible" into rvc-dev am: e658c76b5c am: ba68b71a5c am: 1b3d71002f am: b78766031f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11837615
Change-Id: I13528f9621e3c504b53c34f20e3baecbe3468c1f
2020-06-23 07:58:59 +00:00
Adrian Roos
b78766031f
Merge "IME animation: hide IME-related navbar icons until perceptible" into rvc-dev am: e658c76b5c am: ba68b71a5c am: 1b3d71002f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11837615
Change-Id: I9bfe4da48628fa5f06b6646bbc44efae04f5f297
2020-06-23 07:48:09 +00:00
Adrian Roos
331b36e9f1
Merge "IME animation: hide IME-related navbar icons until perceptible" into rvc-dev am: e658c76b5c am: ba68b71a5c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11837615
Change-Id: I004df2ce6233ade571fea0083d29a741b5a56100
2020-06-23 07:21:16 +00:00
Adrian Roos
f771bf5301
Merge "IME animation: hide IME-related navbar icons until perceptible" into rvc-dev am: e658c76b5c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11837615
Change-Id: I8f32e4d6109277b36303fe1c3b1a94d49040a34b
2020-06-23 07:11:19 +00:00
Adrian Roos
e658c76b5c
Merge "IME animation: hide IME-related navbar icons until perceptible" into rvc-dev
2020-06-23 07:06:48 +00:00
Alison Cichowlas
b8bade075a
Merge "When Nearby is present as a chip, exclude it from app list." into rvc-dev am: 974d17209e am: c71b0edf6f am: f231e027f2 am: 55e138075c
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11931365
Change-Id: Id605f8db28f64885e583530951c0df8e76a05b2f
2020-06-22 17:35:25 +00:00
TreeHugger Robot
248ed38aa0
Merge "Turn off quiet mode in the background, allowing the dialog to dismiss quicker." into rvc-dev am: 63458fb6e5 am: f978d16719 am: 5f20fc8f85 am: e559e16c16
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11931083
Change-Id: I066cb13cc16652694ba0cd9749d6aafce2d03722
2020-06-22 17:34:29 +00:00
Alison Cichowlas
55e138075c
Merge "When Nearby is present as a chip, exclude it from app list." into rvc-dev am: 974d17209e am: c71b0edf6f am: f231e027f2
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11931365
Change-Id: Id0a70a98b3f6a52b4d5dfa3475b7d77fe7b3e677
2020-06-22 17:14:27 +00:00
TreeHugger Robot
e559e16c16
Merge "Turn off quiet mode in the background, allowing the dialog to dismiss quicker." into rvc-dev am: 63458fb6e5 am: f978d16719 am: 5f20fc8f85
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11931083
Change-Id: I0ebd2bcbdd3f2eca1fb51a6aed8e5e89e7a66c6b
2020-06-22 17:14:05 +00:00
Alison Cichowlas
1597a9eacf
Merge "When Nearby is present as a chip, exclude it from app list." into rvc-dev am: 974d17209e am: c71b0edf6f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11931365
Change-Id: I028ebbaa2071ccf91e2e9cc95e86b4e44242c360
2020-06-22 17:04:22 +00:00
TreeHugger Robot
7ab65c71fb
Merge "Turn off quiet mode in the background, allowing the dialog to dismiss quicker." into rvc-dev am: 63458fb6e5 am: f978d16719
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11931083
Change-Id: I58ba69b1ae45270b02c715d09d5d34abd0ab536d
2020-06-22 17:03:47 +00:00
Alison Cichowlas
7f69e3e6a1
Merge "When Nearby is present as a chip, exclude it from app list." into rvc-dev am: 974d17209e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11931365
Change-Id: Ic93edc726da182ef377ca6204e837463bc428f66
2020-06-22 16:49:53 +00:00
TreeHugger Robot
c903377bc7
Merge "Turn off quiet mode in the background, allowing the dialog to dismiss quicker." into rvc-dev am: 63458fb6e5
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11931083
Change-Id: Ia5e2305d91e8ebae80c7be6807d1f11dc25bda3b
2020-06-22 16:48:59 +00:00
Alison Cichowlas
974d17209e
Merge "When Nearby is present as a chip, exclude it from app list." into rvc-dev
2020-06-22 16:31:47 +00:00