<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_packages_apps_CellBroadcastReceiver/src/com/android, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CellBroadcastReceiver/'/>
<entry>
<title>KR public safety toggle part 3</title>
<updated>2021-07-29T23:51:24+00:00</updated>
<author>
<name>Chen Xu</name>
<email>fionaxu@google.com</email>
</author>
<published>2021-07-29T20:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CellBroadcastReceiver/commit/?id=e5a0576d772346fea5edc586ef4d8ca149715200'/>
<id>e5a0576d772346fea5edc586ef4d8ca149715200</id>
<content type='text'>
When users turns off full-screen messages, the notification displayed
show switch from importance low to importance high (headsup
notification).

Bug: 175045929
Test: Manaul

Change-Id: If6a286347ac6068c4c2286d5b1d6f825b5e575be
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When users turns off full-screen messages, the notification displayed
show switch from importance low to importance high (headsup
notification).

Bug: 175045929
Test: Manaul

Change-Id: If6a286347ac6068c4c2286d5b1d6f825b5e575be
</pre>
</div>
</content>
</entry>
<entry>
<title>support Ecuador emergency alert</title>
<updated>2021-07-28T22:30:37+00:00</updated>
<author>
<name>Chen Xu</name>
<email>fionaxu@google.com</email>
</author>
<published>2021-04-06T07:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CellBroadcastReceiver/commit/?id=9025e8d0a2c5340af15d6082198c75caa8cacbff'/>
<id>9025e8d0a2c5340af15d6082198c75caa8cacbff</id>
<content type='text'>
support Ecuador emergency alert
refactor timestamp support

Bug: 181791547
Test: Manual
Change-Id: Ib80fe1bc0e467cc50bb2aeb81266c17923ab3eac
(cherry picked from commit 5bc4c0a34dace311ea83c4135c15be755bb4f488)
Merged-in: Ib80fe1bc0e467cc50bb2aeb81266c17923ab3eac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
support Ecuador emergency alert
refactor timestamp support

Bug: 181791547
Test: Manual
Change-Id: Ib80fe1bc0e467cc50bb2aeb81266c17923ab3eac
(cherry picked from commit 5bc4c0a34dace311ea83c4135c15be755bb4f488)
Merged-in: Ib80fe1bc0e467cc50bb2aeb81266c17923ab3eac
</pre>
</div>
</content>
</entry>
<entry>
<title>use customize layout in CollapsingToolbarBaseActivity for R SDK</title>
<updated>2021-07-26T16:31:16+00:00</updated>
<author>
<name>Chen Xu</name>
<email>fionaxu@google.com</email>
</author>
<published>2021-07-13T23:40:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CellBroadcastReceiver/commit/?id=3f2e446f80dc2eea5d972a228d7b3da98b4a4e46'/>
<id>3f2e446f80dc2eea5d972a228d7b3da98b4a4e46</id>
<content type='text'>
We introduced the collapsing toolbar on S. To enable this feature needs
to correspondingly adjust the theme that the activity uses. However
these changes might cause some mainline module apps get crashed when
running on R. A customize layout is allowed to use for some cases that
need to roll back to the layout used in R.

Bug: 192395187
Test: visual verified
Change-Id: Ifd0153dcc94324102d9ac07c20b03afcc720a9a7
(cherry picked from commit 6ea1ee7abbc1a17ba264ba5bc6a3b6dbdd5bfe4d)
Merged-in: Ifd0153dcc94324102d9ac07c20b03afcc720a9a7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We introduced the collapsing toolbar on S. To enable this feature needs
to correspondingly adjust the theme that the activity uses. However
these changes might cause some mainline module apps get crashed when
running on R. A customize layout is allowed to use for some cases that
need to roll back to the layout used in R.

Bug: 192395187
Test: visual verified
Change-Id: Ifd0153dcc94324102d9ac07c20b03afcc720a9a7
(cherry picked from commit 6ea1ee7abbc1a17ba264ba5bc6a3b6dbdd5bfe4d)
Merged-in: Ifd0153dcc94324102d9ac07c20b03afcc720a9a7
</pre>
</div>
</content>
</entry>
<entry>
<title>check sim state to avoid cachining the wrong resources before sim loaded</title>
<updated>2021-07-23T02:21:07+00:00</updated>
<author>
<name>Chen Xu</name>
<email>fionaxu@google.com</email>
</author>
<published>2021-07-23T02:21:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CellBroadcastReceiver/commit/?id=f1e913b20b038b5c0521400961ca8d8d6e359638'/>
<id>f1e913b20b038b5c0521400961ca8d8d6e359638</id>
<content type='text'>
based on the latest design, subId can be valid earlier than mcc mnc is
known to telephon. check if sim is loaded to avoid caching the wrong
resources.

Bug: 183480331
Test: Manual
Change-Id: Id696bfd820a31ad666a91e0ebf0ace2d5d41e833
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
based on the latest design, subId can be valid earlier than mcc mnc is
known to telephon. check if sim is loaded to avoid caching the wrong
resources.

Bug: 183480331
Test: Manual
Change-Id: Id696bfd820a31ad666a91e0ebf0ace2d5d41e833
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "apply settings new widget lib for the main feature switch" into sc-dev</title>
<updated>2021-07-01T18:02:01+00:00</updated>
<author>
<name>Chen Xu</name>
<email>fionaxu@google.com</email>
</author>
<published>2021-07-01T18:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CellBroadcastReceiver/commit/?id=543f8eae95e8b67a897730c9f9a6ed79fa80491d'/>
<id>543f8eae95e8b67a897730c9f9a6ed79fa80491d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improvements of CBR on compainion devices</title>
<updated>2021-06-23T21:25:28+00:00</updated>
<author>
<name>Chen Xu</name>
<email>fionaxu@google.com</email>
</author>
<published>2021-03-08T02:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CellBroadcastReceiver/commit/?id=395d44abe73b52b9ef2931b08eadfe3046b9d9c1'/>
<id>395d44abe73b52b9ef2931b08eadfe3046b9d9c1</id>
<content type='text'>
improve cbr on companion devices by display notification only when there is an active
bluetooth connections.

Bug: 181773113
Test: Manual test

Change-Id: Ie106e67ea8691fc3be55d2ca22f503d60054af4f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
improve cbr on companion devices by display notification only when there is an active
bluetooth connections.

Bug: 181773113
Test: Manual test

Change-Id: Ie106e67ea8691fc3be55d2ca22f503d60054af4f
</pre>
</div>
</content>
</entry>
<entry>
<title>apply settings new widget lib for the main feature switch</title>
<updated>2021-06-03T20:40:24+00:00</updated>
<author>
<name>Chen Xu</name>
<email>fionaxu@google.com</email>
</author>
<published>2021-06-03T20:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CellBroadcastReceiver/commit/?id=d36714fa208d330b3522cfb8e68a166cfa1012bc'/>
<id>d36714fa208d330b3522cfb8e68a166cfa1012bc</id>
<content type='text'>
apply settings new widget lib for the main feature switch

Bug: 183574149
Test: Manual test
Change-Id: Ic36a94ea14019fc24227e974bf7e9f2e6e8f49f1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
apply settings new widget lib for the main feature switch

Bug: 183574149
Test: Manual test
Change-Id: Ic36a94ea14019fc24227e974bf7e9f2e6e8f49f1
</pre>
</div>
</content>
</entry>
<entry>
<title>TalkBack spoke "Labels available" on the "List" of Emergency alert history page</title>
<updated>2021-06-02T16:50:46+00:00</updated>
<author>
<name>Chen Xu</name>
<email>fionaxu@google.com</email>
</author>
<published>2021-06-02T03:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CellBroadcastReceiver/commit/?id=225e492b9008e97c047fcff7a395875256e89ed8'/>
<id>225e492b9008e97c047fcff7a395875256e89ed8</id>
<content type='text'>
TalkBack spoke "Labels available" on the "List" of Emergency alert
history page. Set specific label to improve accessibity experience.

Bug: 189572404
Test: Manaul test with talkback mode enabled
Change-Id: I388e513da59c77384c8320ccaba994c3e1cd00b4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TalkBack spoke "Labels available" on the "List" of Emergency alert
history page. Set specific label to improve accessibity experience.

Bug: 189572404
Test: Manaul test with talkback mode enabled
Change-Id: I388e513da59c77384c8320ccaba994c3e1cd00b4
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Support multiple selection UI for deleting alerts" into sc-dev</title>
<updated>2021-05-17T19:47:13+00:00</updated>
<author>
<name>Chen Xu</name>
<email>fionaxu@google.com</email>
</author>
<published>2021-05-17T19:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CellBroadcastReceiver/commit/?id=91c343ca152987c9f259422cc568cbc4efebec6e'/>
<id>91c343ca152987c9f259422cc568cbc4efebec6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support multiple selection UI for deleting alerts</title>
<updated>2021-05-17T09:04:20+00:00</updated>
<author>
<name>Hsiaoan Hsu</name>
<email>hsiaoanhsu@google.com</email>
</author>
<published>2021-05-13T06:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CellBroadcastReceiver/commit/?id=be47969ebaf81fd8ecc0798f3275a3a0fd96d7b8'/>
<id>be47969ebaf81fd8ecc0798f3275a3a0fd96d7b8</id>
<content type='text'>
1. pop out an action bar when long pressing one message
2. each message item includes a checkbox to be selected for deleting

Bug: 173086365
Test: Manual
Change-Id: I2018f879faee67723062b91a2e453831489720bd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. pop out an action bar when long pressing one message
2. each message item includes a checkbox to be selected for deleting

Bug: 173086365
Test: Manual
Change-Id: I2018f879faee67723062b91a2e453831489720bd
</pre>
</div>
</content>
</entry>
</feed>
