<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_packages_services_Telephony/res/drawable-mdpi, 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_services_Telephony/'/>
<entry>
<title>Change action bar icon and text color from white to grey</title>
<updated>2019-03-22T20:32:22+00:00</updated>
<author>
<name>Youming Ye</name>
<email>paulye@google.com</email>
</author>
<published>2019-03-11T22:06:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_services_Telephony/commit/?id=1541ffe498286cc0588cc3bda23650cf71c4b132'/>
<id>1541ffe498286cc0588cc3bda23650cf71c4b132</id>
<content type='text'>
Change-Id: I52afd834d7b8699b55c34ad6f6102d425e79e1b5
Test: Manual
Bug: 109947100

Icon color: use ic_add_gnu_grey icon instead of white ic_add_24dp icon in
dialer settings -&gt; calls -&gt; Calling accounts -&gt; SIP accounts.

Text color: change text color in action bar from white to grey in dialer
settings -&gt; calls -&gt; Calling accounts -&gt; SIP accounts -&gt; ADD ACCOUNTS.
"DISCARD" and "SAVE" are changed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I52afd834d7b8699b55c34ad6f6102d425e79e1b5
Test: Manual
Bug: 109947100

Icon color: use ic_add_gnu_grey icon instead of white ic_add_24dp icon in
dialer settings -&gt; calls -&gt; Calling accounts -&gt; SIP accounts.

Text color: change text color in action bar from white to grey in dialer
settings -&gt; calls -&gt; Calling accounts -&gt; SIP accounts -&gt; ADD ACCOUNTS.
"DISCARD" and "SAVE" are changed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Faster Emergency Dialer new UI design</title>
<updated>2018-10-01T09:48:53+00:00</updated>
<author>
<name>Wesley.CW Wang</name>
<email>wesleycwwang@google.com</email>
</author>
<published>2018-08-09T12:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_services_Telephony/commit/?id=5e785391ae6a3e7db9cbef7c7398445a3175772e'/>
<id>5e785391ae6a3e7db9cbef7c7398445a3175772e</id>
<content type='text'>
- Change the layout parameter to match UI guideline.
- Emergency info button need double tap to launch Emergency information.
- Emergency info button vertical margin will changed when emergency
shortcut button more than 2.

Test: Manually
Bug: 111967652
Change-Id: Ibdd105e6da9f4c9b548b83420ba1b27ef88c82b9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Change the layout parameter to match UI guideline.
- Emergency info button need double tap to launch Emergency information.
- Emergency info button vertical margin will changed when emergency
shortcut button more than 2.

Test: Manually
Bug: 111967652
Change-Id: Ibdd105e6da9f4c9b548b83420ba1b27ef88c82b9
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an adapter to bridge ECC data and emergency dialer UI</title>
<updated>2018-08-31T15:20:41+00:00</updated>
<author>
<name>CY Cheng</name>
<email>cycheng@google.com</email>
</author>
<published>2018-06-15T13:20:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_services_Telephony/commit/?id=9a69c189e003fc7a76bffa5e8e8bb2c8e5fd5abc'/>
<id>9a69c189e003fc7a76bffa5e8e8bb2c8e5fd5abc</id>
<content type='text'>
- EccInfoHelper is not instanciated in EmergencyDialer yet, it's
waiting for a proper IsoToEccRepository to supply EccInfo.
- After get current country's EccInfo list from EccInfoHelper, apply
the EccInfo list to EccShortcutAdapter.
- With EccShortcutAdapter, each EccInfo will show as a shortcut button
in EmergencyDialer. The types of an EccInfo will be combined together
to generate the description string for the shortcut button.
- Add strings for ECC types.
- Add police and fire icon resources.

Test: Manually
Bug: 80406570
Bug: 111622312
Change-Id: I1f15bb81598f21364309f2a19ad8d2f14a195d42
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- EccInfoHelper is not instanciated in EmergencyDialer yet, it's
waiting for a proper IsoToEccRepository to supply EccInfo.
- After get current country's EccInfo list from EccInfoHelper, apply
the EccInfo list to EccShortcutAdapter.
- With EccShortcutAdapter, each EccInfo will show as a shortcut button
in EmergencyDialer. The types of an EccInfo will be combined together
to generate the description string for the shortcut button.
- Add strings for ECC types.
- Add police and fire icon resources.

Test: Manually
Bug: 80406570
Bug: 111622312
Change-Id: I1f15bb81598f21364309f2a19ad8d2f14a195d42
</pre>
</div>
</content>
</entry>
<entry>
<title>Emergency info button design change</title>
<updated>2018-08-14T08:16:46+00:00</updated>
<author>
<name>Chihhang Chuang</name>
<email>chihhangchuang@google.com</email>
</author>
<published>2018-07-02T03:08:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_services_Telephony/commit/?id=f8d3300e09a0ce7eb2f021ec07d0d282d0f846e3'/>
<id>f8d3300e09a0ce7eb2f021ec07d0d282d0f846e3</id>
<content type='text'>
Title of Emergency information become subtitle of button, using
anonymous avatar to replace default user icon, using black background
with 85 percent opacity, and change the layout parameter to match UI
guideline.

- Re-layout emergency information button.
- EmergencyInfoGroup refactoring.
- Apply black background with 85 percent opacity, and always using
light text theme without updating theme.

Test: Manually
Bug: 80406570
Change-Id: Ie7b52f312696db06fe0d2b856b56f5bf2be2df8f
Merged-In: Ie7b52f312696db06fe0d2b856b56f5bf2be2df8f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Title of Emergency information become subtitle of button, using
anonymous avatar to replace default user icon, using black background
with 85 percent opacity, and change the layout parameter to match UI
guideline.

- Re-layout emergency information button.
- EmergencyInfoGroup refactoring.
- Apply black background with 85 percent opacity, and always using
light text theme without updating theme.

Test: Manually
Bug: 80406570
Change-Id: Ie7b52f312696db06fe0d2b856b56f5bf2be2df8f
Merged-In: Ie7b52f312696db06fe0d2b856b56f5bf2be2df8f
</pre>
</div>
</content>
</entry>
<entry>
<title>Add faster emergency call button UI</title>
<updated>2018-08-14T03:52:05+00:00</updated>
<author>
<name>Chihhang Chuang</name>
<email>chihhangchuang@google.com</email>
</author>
<published>2018-06-07T08:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_services_Telephony/commit/?id=92cfe51ec65444b2408a124788a20612ea9762c1'/>
<id>92cfe51ec65444b2408a124788a20612ea9762c1</id>
<content type='text'>
Faster emergency dialer list a shortcut button of no location status.
The location information would not displayed, and the call button is for
112 using. Clicking to the button, it would show a confirm view for
seeking the second click to place an emergency call.

Test: Manually
Bug: 80406570
Change-Id: I61e2deed6372bb7207cd9efc003ccb48bac611d2
Merged-In: I61e2deed6372bb7207cd9efc003ccb48bac611d2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Faster emergency dialer list a shortcut button of no location status.
The location information would not displayed, and the call button is for
112 using. Clicking to the button, it would show a confirm view for
seeking the second click to place an emergency call.

Test: Manually
Bug: 80406570
Change-Id: I61e2deed6372bb7207cd9efc003ccb48bac611d2
Merged-In: I61e2deed6372bb7207cd9efc003ccb48bac611d2
</pre>
</div>
</content>
</entry>
<entry>
<title>Add faster emergency dialer UI</title>
<updated>2018-08-14T03:51:31+00:00</updated>
<author>
<name>Chihhang Chuang</name>
<email>chihhangchuang@google.com</email>
</author>
<published>2018-06-05T07:29:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_services_Telephony/commit/?id=f264cfb2c9a514290d8b02bfdb3ad2f52f4d2814'/>
<id>f264cfb2c9a514290d8b02bfdb3ad2f52f4d2814</id>
<content type='text'>
If flag "faster_emergency_phone_call_enabled" is true, EmergencyDialer
will display emergency dialer shortcuts UI. Otherwise, EmergencyDialer
display original dialer UI.
Faster emergency dialer implement the part of user's Emergency
Infomation, and a button which is used to show dialpad.

Test: Manually
Bug: 80406570
Change-Id: I3637dab0059d6fa87417bb282163ebff04eae71d
Merged-In: I3637dab0059d6fa87417bb282163ebff04eae71d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If flag "faster_emergency_phone_call_enabled" is true, EmergencyDialer
will display emergency dialer shortcuts UI. Otherwise, EmergencyDialer
display original dialer UI.
Faster emergency dialer implement the part of user's Emergency
Infomation, and a button which is used to show dialpad.

Test: Manually
Bug: 80406570
Change-Id: I3637dab0059d6fa87417bb282163ebff04eae71d
Merged-In: I3637dab0059d6fa87417bb282163ebff04eae71d
</pre>
</div>
</content>
</entry>
<entry>
<title>CFI for individual subscriptions</title>
<updated>2017-11-01T06:04:34+00:00</updated>
<author>
<name>Kazuya Ohshiro</name>
<email>kazuya.ohshiro@sony.com</email>
</author>
<published>2017-10-06T10:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_services_Telephony/commit/?id=263737d547dc27601740115f9b7d71d32f4d3940'/>
<id>263737d547dc27601740115f9b7d71d32f4d3940</id>
<content type='text'>
Based on the subscription select the corresponding CFI from the resource
and display it on the UI.

Test: manual - Display the call forwarding indication at each SIM when
several SIM cards that enabled call forwarding or voicemail message
received are inserted.
Bug: 34871334
Change-Id: Ia9741c70e701cd5953881888751cd5ddf3203563
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on the subscription select the corresponding CFI from the resource
and display it on the UI.

Test: manual - Display the call forwarding indication at each SIM when
several SIM cards that enabled call forwarding or voicemail message
received are inserted.
Bug: 34871334
Change-Id: Ia9741c70e701cd5953881888751cd5ddf3203563
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace "add account" with plus icon.</title>
<updated>2015-06-05T20:35:33+00:00</updated>
<author>
<name>Andrew Lee</name>
<email>anwlee@google.com</email>
</author>
<published>2015-06-05T20:35:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_services_Telephony/commit/?id=b2eba2d966529e4f6bb9c8ec9b43a3b5e0e884de'/>
<id>b2eba2d966529e4f6bb9c8ec9b43a3b5e0e884de</id>
<content type='text'>
Label is still set on the icon for accessibility.

Bug: 21602822
Change-Id: I4b600a643074feed4f2845e40fd5b6bc6eaa8edd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Label is still set on the icon for accessibility.

Bug: 21602822
Change-Id: I4b600a643074feed4f2845e40fd5b6bc6eaa8edd
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit 'a623a51c61536eed1b510c2c72f3756f1d47c622' into merge_v2</title>
<updated>2015-04-02T04:14:26+00:00</updated>
<author>
<name>Etan Cohen</name>
<email>etancohen@google.com</email>
</author>
<published>2015-04-02T04:14:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_services_Telephony/commit/?id=0bde4fb4d8c9db934e72b8b3b1ee67720ed09b1b'/>
<id>0bde4fb4d8c9db934e72b8b3b1ee67720ed09b1b</id>
<content type='text'>
Change-Id: I152efaa5c681845ac534790fcc943059cc76c18e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I152efaa5c681845ac534790fcc943059cc76c18e
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert InCall WFC labeling to use StatusHints.</title>
<updated>2015-03-20T22:44:49+00:00</updated>
<author>
<name>Andrew Lee</name>
<email>anwlee@google.com</email>
</author>
<published>2015-03-20T22:44:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_services_Telephony/commit/?id=70294b50fc1627d800ff5cb114dda979fa3a4164'/>
<id>70294b50fc1627d800ff5cb114dda979fa3a4164</id>
<content type='text'>
Bug: 19866988
Change-Id: Ib2353524361fcbff8e0caf44517f76c8cf573927
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 19866988
Change-Id: Ib2353524361fcbff8e0caf44517f76c8cf573927
</pre>
</div>
</content>
</entry>
</feed>
