<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages_apps_PhoneCommon/src/com/android, branch cm-13.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_PhoneCommon/'/>
<entry>
<title>[1/2] Credit text and action should be limited to single line</title>
<updated>2016-05-12T22:47:32+00:00</updated>
<author>
<name>Richard MacGregor</name>
<email>rmacgregor@cyngn.com</email>
</author>
<published>2016-05-11T21:31:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_PhoneCommon/commit/?id=ff0327931a1fdf2617559f7b0a7958c922dbfa30'/>
<id>ff0327931a1fdf2617559f7b0a7958c922dbfa30</id>
<content type='text'>
The credit text and action weren't limited to a single line, causing
increased credit bar size if text was translated into another language.

Ticket CD-631 &amp; CD-637
Change-Id: I89c3725f5d7040299b90491a745eb96d93fb1db9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The credit text and action weren't limited to a single line, causing
increased credit bar size if text was translated into another language.

Ticket CD-631 &amp; CD-637
Change-Id: I89c3725f5d7040299b90491a745eb96d93fb1db9
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce InCallUI name text field size to prevent text truncation</title>
<updated>2016-05-06T21:36:05+00:00</updated>
<author>
<name>Kamaljeet Maini</name>
<email>kmaini@cyngn.com</email>
</author>
<published>2016-04-29T01:03:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_PhoneCommon/commit/?id=7b1fe0109483f22f8c5e1852efe7230e0a4ced71'/>
<id>7b1fe0109483f22f8c5e1852efe7230e0a4ced71</id>
<content type='text'>
The resizeText() function calculates maximum possible text size for
the available width. In some cases, this leads to slightly bigger
text than width of text view, causing InCallUI name truncation.

To prevent this issue, the text size is now reduced by a fixed value
of 1. This solves the issue by providing enough margin on a failing
product. This margin may not be enough for all scenarios. So it may
need to be changed for other products. The goal is to keep this margin
small enough to minimize impact on  non-failing products.

Change-Id: I390ca38b1cad29db42d6a1ed52346c6a72dec4a8
Issue-Id: CYNGNOS-2674
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The resizeText() function calculates maximum possible text size for
the available width. In some cases, this leads to slightly bigger
text than width of text view, causing InCallUI name truncation.

To prevent this issue, the text size is now reduced by a fixed value
of 1. This solves the issue by providing enough margin on a failing
product. This margin may not be enough for all scenarios. So it may
need to be changed for other products. The goal is to keep this margin
small enough to minimize impact on  non-failing products.

Change-Id: I390ca38b1cad29db42d6a1ed52346c6a72dec4a8
Issue-Id: CYNGNOS-2674
</pre>
</div>
</content>
</entry>
<entry>
<title>[1/4] Refactor CallMethodHelper</title>
<updated>2016-04-27T05:38:42+00:00</updated>
<author>
<name>Stephen Bird</name>
<email>sbird@cyngn.com</email>
</author>
<published>2016-03-31T22:03:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_PhoneCommon/commit/?id=ecc708d3c1417b60f316a0387d17f2cf4c67c2b1'/>
<id>ecc708d3c1417b60f316a0387d17f2cf4c67c2b1</id>
<content type='text'>
Change-Id: I3b24eedffddbf0960023dc2f1429038e5353de2f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I3b24eedffddbf0960023dc2f1429038e5353de2f
</pre>
</div>
</content>
</entry>
<entry>
<title>Check if Volte is enabled in ImsManager to determine Volte support</title>
<updated>2016-04-26T23:06:05+00:00</updated>
<author>
<name>Kamaljeet Maini</name>
<email>kmaini@cyngn.com</email>
</author>
<published>2016-04-25T20:44:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_PhoneCommon/commit/?id=33beb0a0b887dbfa9797f7fa97f3cd715bb71a74'/>
<id>33beb0a0b887dbfa9797f7fa97f3cd715bb71a74</id>
<content type='text'>
Change-Id: I3209b4b814a041cbe6cdf354b853623943175e0b
Issue-Id: CYNGNOS-2011
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I3209b4b814a041cbe6cdf354b853623943175e0b
Issue-Id: CYNGNOS-2011
</pre>
</div>
</content>
</entry>
<entry>
<title>Move VoLTE changes to PhoneCommon</title>
<updated>2016-04-08T17:42:51+00:00</updated>
<author>
<name>Kamaljeet Maini</name>
<email>kmaini@cyngn.com</email>
</author>
<published>2016-03-08T23:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_PhoneCommon/commit/?id=cf732b7076d62e2e2862dd2b320c67f101a2fadf'/>
<id>cf732b7076d62e2e2862dd2b320c67f101a2fadf</id>
<content type='text'>
While porting VoLTE support from DialerNext to AOSP Dialer, some of
the relevant changes are moved to PhoneCommon.

Change-Id: Id18fe4743af5df133069e889c817937d7847c3b6
Issue-Id: DIALER-720
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While porting VoLTE support from DialerNext to AOSP Dialer, some of
the relevant changes are moved to PhoneCommon.

Change-Id: Id18fe4743af5df133069e889c817937d7847c3b6
Issue-Id: DIALER-720
</pre>
</div>
</content>
</entry>
<entry>
<title>InCall: move CreditBarHelper to src-ambient</title>
<updated>2016-04-08T17:42:50+00:00</updated>
<author>
<name>Raj Yengisetty</name>
<email>raj@cyngn.com</email>
</author>
<published>2016-02-12T20:43:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_PhoneCommon/commit/?id=a1aefab78ec4c7de7f69b5c3a6362f6ebe9d79f9'/>
<id>a1aefab78ec4c7de7f69b5c3a6362f6ebe9d79f9</id>
<content type='text'>
Change-Id: I41cb619fc6e9fb759c3b4e388b4606e145d3c39c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I41cb619fc6e9fb759c3b4e388b4606e145d3c39c
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Credits Bar to Helper class</title>
<updated>2016-04-08T17:42:50+00:00</updated>
<author>
<name>Stephen Bird</name>
<email>sbird@cyngn.com</email>
</author>
<published>2016-02-12T01:59:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_PhoneCommon/commit/?id=95562ec70e8c61a010a77279540a1149844d11ce'/>
<id>95562ec70e8c61a010a77279540a1149844d11ce</id>
<content type='text'>
Change-Id: I38794d69853eddfc9324f8295486d0e1c8da2a79
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I38794d69853eddfc9324f8295486d0e1c8da2a79
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Login intent for credits bar</title>
<updated>2016-04-08T17:42:50+00:00</updated>
<author>
<name>Stephen Bird</name>
<email>sbird@cyngn.com</email>
</author>
<published>2016-02-03T23:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_PhoneCommon/commit/?id=96733b9865d3a57cd7893e4d2c00ba7546e760bc'/>
<id>96733b9865d3a57cd7893e4d2c00ba7546e760bc</id>
<content type='text'>
Change-Id: I50b682d854a8a8c0a1b6b80cd29c025fc6416f7b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I50b682d854a8a8c0a1b6b80cd29c025fc6416f7b
</pre>
</div>
</content>
</entry>
<entry>
<title>setOverflowMenuButton custom button placement</title>
<updated>2016-04-08T17:42:50+00:00</updated>
<author>
<name>Stephen Bird</name>
<email>sbird@cyngn.com</email>
</author>
<published>2016-02-03T18:46:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_PhoneCommon/commit/?id=57e3b009c05595617c068c1be0b3fa0a10817576'/>
<id>57e3b009c05595617c068c1be0b3fa0a10817576</id>
<content type='text'>
We need to move the default overflow button without
being to disruptive to the common dialpad layout.

Also, create way to force a PSTN call from an incall provider.

Change-Id: I5cc7d372ff8e438a4a291f4296ac2a5da086b8c8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to move the default overflow button without
being to disruptive to the common dialpad layout.

Also, create way to force a PSTN call from an incall provider.

Change-Id: I5cc7d372ff8e438a4a291f4296ac2a5da086b8c8
</pre>
</div>
</content>
</entry>
<entry>
<title>InCall: clean up logs and add ImageUtils</title>
<updated>2016-04-08T17:42:50+00:00</updated>
<author>
<name>Raj Yengisetty</name>
<email>raj@cyngn.com</email>
</author>
<published>2016-01-28T23:28:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_PhoneCommon/commit/?id=969c8f4ef904a235e0760ed6c9628910a731ca77'/>
<id>969c8f4ef904a235e0760ed6c9628910a731ca77</id>
<content type='text'>
Change-Id: I235715af94f96f9ce8bde01643d1c1ed140a8ef3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I235715af94f96f9ce8bde01643d1c1ed140a8ef3
</pre>
</div>
</content>
</entry>
</feed>
