TreeHugger Robot
2f75ebed19
Merge "Explicitly request focus after button pressed" into rvc-dev am: d9a246c49e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11851989
Change-Id: I5c6cdfe795d9df67bbb034e2120a0916e0dea570
2020-06-13 00:30:34 +00:00
TreeHugger Robot
d9a246c49e
Merge "Explicitly request focus after button pressed" into rvc-dev
2020-06-13 00:19:44 +00:00
Beverly
258fd7c03b
Explicitly request focus after button pressed
...
Don't use focusableInTouchMode, it was causing focus/clickability issues
when the device wasn't in touch mode.
Test: manually tap button (tap works first try)
Test: turn on talkback and toggle buttons, also try toggling QS tile
while on the Settings page - doesn't reannounce state
Fixes: 158717450
Change-Id: I785d0200dd61235aa3308a8588f9ee998e7cb6e5
2020-06-12 16:01:50 +00:00
TreeHugger Robot
4327cd65cc
Merge "Don't pass channel info for the bubble app page" into rvc-dev am: d6081039c6
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11636410
Change-Id: Icc6c824db2ad89a8a18fdcdcd595afc4f406aa6d
2020-06-11 17:37:14 +00:00
Mady Mellor
87e16f416f
Don't pass channel info for the bubble app page
...
Fixes: 157485149
Test: make SettingsUnitTests; adb shell am instrument etc
Change-Id: If8d9b446ed056996cda91fcc5e92c7077ff3ea5d
2020-06-11 08:33:45 -07:00
TreeHugger Robot
cc2652c5e9
Merge "Fix shortcut flags" into rvc-dev am: 01464a1bff
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11797526
Change-Id: I9e00ad9c654ce922cd3d10803eabc71b0b6f37c1
2020-06-08 22:15:36 +00:00
Julia Reynolds
6534317317
Fix shortcut flags
...
Test: view the conversation detail page for a conversation
with a posted notification
Fixes: 158033229
Change-Id: I3c51d9565201cb39a5d76d8aaca75c026e630e51
2020-06-08 16:11:23 -04:00
Will Brockman
5d859ea300
Merge "Statsd UiEvent logging for notification history." into rvc-dev am: 5c1b9c357d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11694447
Change-Id: I93a6ace5ceab0cf0b0794c8a241e99d301f07cb1
2020-06-03 17:58:02 +00:00
Will Brockman
7f43530a15
Statsd UiEvent logging for notification history.
...
Events logged:
Notif history on/off/open/close
Notif click (recent/snoozed/older)
Notif delete (older)
Notif package history open/close
Additional background: There are 3 notif history sections: snoozed
notifs, recently dismissed notifs, and older notifs. In the snoozed &
recent sections we still know the notif SBN, so actions on those
events are logged with instance ID. The older-notifs section is
grouped by package, and we no longer know the instance ID.
This change depends on change 11692386 in frameworks/base, which adds
UiEventLogger support for the RankingSelected atom.
Bug: 155061525
Test: Manual (statsd testdrive)
Change-Id: If267fca97c40c1bbd8dfa785814c85927ab36c91
2020-06-02 13:07:05 -04:00
TreeHugger Robot
f349972f5a
Merge "Some text polish" into rvc-dev am: 56c820fb65
...
Original change: undetermined
Change-Id: Ia8ca1f7e5977299de3515fa057e1cd22bf1dc359
2020-06-01 23:03:05 +00:00
Julia Reynolds
e32e6cc981
Some text polish
...
- Update styles and alignment
Test: manual
Fixes: 157769522
Change-Id: I92113b5e7a918e1ec31acb64aa10457f4c762760
2020-06-01 14:57:30 -04:00
TreeHugger Robot
101209195e
Merge "Hide header if no items present" into rvc-dev am: 729c6c64a9
...
Change-Id: I8d4d7931e5c33c31126cd734ab496e6365a4dd29
2020-06-01 16:27:43 +00:00
Julia Reynolds
2545b4aa3d
Hide header if no items present
...
Test: atest
Fixes: 157093918
Change-Id: If4f86ff71fc5e961e36e5485186d247546355174
2020-06-01 09:24:18 -04:00
Julia Reynolds
9be31ce9ef
Merge "Only show Bubbles link for messaging apps" into rvc-dev am: 73b6bfc1e8
...
Change-Id: Ied54b377c639d4beeff1d0f576f426f55b110fdc
2020-05-31 19:08:20 +00:00
Julia Reynolds
73b6bfc1e8
Merge "Only show Bubbles link for messaging apps" into rvc-dev
2020-05-31 18:57:41 +00:00
Julia Reynolds
ff85c188d8
Add a bubbles content description am: 4029f92f12
...
Change-Id: I2bb8406aca20a1052379b6c4cf06608785363ee9
2020-05-29 22:25:38 +00:00
Julia Reynolds
4029f92f12
Add a bubbles content description
...
Test: manual with a11y service
Fixes: 155262236
Change-Id: Ib4c9650e1d90c4681ca721df3fde58ffc9430078
2020-05-29 20:47:40 +00:00
Julia Reynolds
3d613bb6c9
Only show Bubbles link for messaging apps
...
Apps that have sent at least one valid conversation
Test: manual, atest
Fixes: 156033178
Change-Id: If4fff6810f2e390ba0ad0f7587b8d8c2d5819c93
2020-05-29 14:51:06 -04:00
TreeHugger Robot
39507de82b
Merge "Some notification history fixes" into rvc-dev am: 69d210c7df
...
Change-Id: I122252be30db11ea6030d5d23c353d36b617b059
2020-05-27 20:35:46 +00:00
Julia Reynolds
ef4c044053
Some notification history fixes
...
- Update header count when item swiped away
- Clean up container when last notification is swiped away
- Long pressing on the top two section brings you to settings to
modify notification behavior
- Show more notification content
Test: manual
Bug: 157547283
Change-Id: I1d43cacca7a0f22f83cef9187cf288839e0d5795
2020-05-27 09:45:32 -04:00
Julia Reynolds
4b78d753b8
Merge "clean up layout & styling of notification history" into rvc-dev am: edca211a67
...
Change-Id: I2a163df1ff0574518804bcff3be2f9650357f73a
2020-05-22 11:48:34 +00:00
Julia Reynolds
61e956443d
Update conversation-related strings am: 9e78ec75d1
...
Change-Id: I9fb42f08125dcfd078045c5737bae429870022d5
2020-05-22 11:48:26 +00:00
Julia Reynolds
edca211a67
Merge "clean up layout & styling of notification history" into rvc-dev
2020-05-22 11:23:59 +00:00
Julia Reynolds
9e78ec75d1
Update conversation-related strings
...
Test: atest
Bug: 157215227
Change-Id: Iba279bb285e53918a1e1b43c04d6ec7576cd48a0
2020-05-21 20:49:53 +00:00
Julia Reynolds
22ac6baf3d
Merge "Switch from shortlabel to label" into rvc-dev am: 6d63120295
...
Change-Id: I84fb7adb02d4b7731327e531cddd48171bd4329b
2020-05-21 19:16:53 +00:00
Julia Reynolds
2679bf5af0
clean up layout & styling of notification history
...
Test: manual
Fixes: 157161601
Fixes: 157162238
Fixes: 157160265
Fixes: 157161125
Fixes: 157160611
Fixes: 157158944
Change-Id: I9853426987549898b7996e9db43f7767e4c41641
2020-05-21 14:55:51 -04:00
TreeHugger Robot
1560e89128
Merge "Only show work profile notifs if enabled" into rvc-dev am: 43d6bd38f5
...
Change-Id: I97bc8f4fa39ca1fef9bbce21d1fb48832d948fba
2020-05-21 12:20:57 +00:00
Julia Reynolds
04d50c9709
Switch from shortlabel to label
...
Test: atest
Bug: 157140669
Change-Id: Iebcb2f076fef33b6f3ce16326af4e4c5c6770459
2020-05-20 14:23:43 -04:00
Julia Reynolds
39ceee9e00
Only show work profile notifs if enabled
...
Test: manual, turn off profile
Fixes: 157137055
Change-Id: Ic042300297c09d132e793d13fec18b23d24f2cc8
2020-05-20 12:29:39 -04:00
Julia Reynolds
fad67dd63f
Fix button selected state am: d1d32e7d22
...
Change-Id: Idb656b349b5e19da62d73132cbb5468fa9523409
2020-05-19 21:51:19 +00:00
Julia Reynolds
f704b4eb6d
Guard against NPE am: 663cc934d9
...
Change-Id: If2121f13113055dc1a31c82046e8d5b2000fceba
2020-05-19 21:02:08 +00:00
Julia Reynolds
d1d32e7d22
Fix button selected state
...
Test: toggle between buttons with a11y service
Fixes: 156990411
Change-Id: I421c6d2e9762794bdf8a090db8a808678ffd8a1c
2020-05-19 14:36:32 -04:00
Julia Reynolds
f633a228ba
Map local context menu to the correct item am: a1c0269027
...
Change-Id: I0d264207efb081a1f6f3583bc39f080830f775c1
2020-05-19 17:44:48 +00:00
Julia Reynolds
663cc934d9
Guard against NPE
...
Test: manual, launching screen from locked lock screen
Fixes: 153569405
Change-Id: Idb546f58623792d94a43ca6659f7498de3beec94
2020-05-19 12:29:24 -04:00
Julia Reynolds
a1c0269027
Map local context menu to the correct item
...
Since the position of the item might have changed
if ohter items were deleted
Test: manual: delete item 0/2, item 2/2, then 1/2
Fixes: 156716919
Change-Id: I989a064d3a3f89b5c2692d5a687d759c842e080c
2020-05-19 11:22:31 -04:00
Julia Reynolds
3d6dca14cc
Merge "Fix jank on conversation screen" into rvc-dev am: 35a839a689
...
Change-Id: I12849de313c5d373d34902d7215786bf2bec2a0f
2020-05-18 23:22:25 +00:00
TreeHugger Robot
d127bdc14a
Merge changes from topic "jr-update" into rvc-dev am: 4bbe564aea
...
Change-Id: I18305781e02f5c14c5c2b192e922d0294420cbf9
2020-05-15 23:38:24 +00:00
Julia Reynolds
f0c3245639
Fix jank on conversation screen
...
Onboarding should only appear if needed
Test: manual
Fixes: 156756305
Change-Id: I663677772806db9c80979cdac103c9fa657ee7e2
2020-05-15 19:41:12 +00:00
Julia Reynolds
cd237ccf9b
Update conversation launch point
...
Test: make -j64 RunSettingsRoboTests ROBOTEST_FILTER="com.android.settings.notification"
Fixes: 156670585
Change-Id: I31f306d1b7d480ac0ef0cc4a5f7e66efe528383d
2020-05-15 19:40:56 +00:00
Julia Reynolds
eca1e4d197
Add settings for apps that don't use full conversations
...
Test: make -j64 RunSettingsRoboTests ROBOTEST_FILTER="com.android.settings.notification"
Fixes: 155276427
Change-Id: Ie145b9cdc9555d4676a8bd225427abc9222f31c5
2020-05-15 19:38:14 +00:00
TreeHugger Robot
08686a1d88
Merge "Remove divider after last items" into rvc-dev am: abeb1a09fa
...
Change-Id: Ia13f617854a1c23134040ba726f0ad033025529a
2020-05-13 20:24:39 +00:00
Julia Reynolds
9a6e7329be
Remove divider after last items
...
Fixes: 155890866
Test: manual
Change-Id: Ie0e3f7ad8c1868bda7623718dd60926c300fa353
2020-05-13 14:03:40 -04:00
tim peng
325e4bc058
Merge "Settings > Sound crashes if no BT" into rvc-dev am: 0b60b3cc9f
...
Change-Id: Ic16c64c0a7ebe4a8969cec96da9f5e84e5d4581e
2020-05-11 12:47:40 +00:00
tim peng
0b60b3cc9f
Merge "Settings > Sound crashes if no BT" into rvc-dev
2020-05-08 01:55:28 +00:00
Amit Mahajan
2d9fb25e63
Remove hard-coding cellbroadcastreceiver package name.
...
Test: manual
Bug: 154436403
Change-Id: Id634a88060c63d57316cb8cdb923966a8409db78
Merged-in: Id634a88060c63d57316cb8cdb923966a8409db78
2020-05-07 20:19:56 +00:00
TreeHugger Robot
5625958a20
Merge "Remove hard-coding cellbroadcastreceiver package name." into rvc-dev
2020-05-07 19:50:33 +00:00
Tim Peng
7fcfac49cf
Settings > Sound crashes if no BT
...
-Replace androidx.lifecycle.LifecycleObserver with com.android.settingslib.core.lifecycle.LifecycleObserver
-Observer is added in DashboardFragment
Bug: 155195625
Test: make -j50 RunSettingsRoboTests
Change-Id: I99c587e4227e81ba521782f92b159051a1cba2d2
2020-05-07 07:06:36 +00:00
tim peng
c5531ce6e8
Merge "Update "Play media to" to "Play <APP> on"" into rvc-dev am: b8e18b4fb1
...
Change-Id: I33f5accb6c2ec61bb9fd33fd77bbfaab4d4f3aff
2020-05-07 02:45:38 +00:00
tim peng
b8e18b4fb1
Merge "Update "Play media to" to "Play <APP> on"" into rvc-dev
2020-05-07 02:33:19 +00:00
Amit Mahajan
5e7f190a65
Remove hard-coding cellbroadcastreceiver package name.
...
Test: manual
Bug: 154436403
Change-Id: Id634a88060c63d57316cb8cdb923966a8409db78
Merged-in: Id634a88060c63d57316cb8cdb923966a8409db78
2020-05-06 19:42:08 +00:00