History log of /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/DialpadView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
312315440fd2fa8e76a7d63a1cd7ac61343cdb74 17-Feb-2016 Sailesh Nepal <sail@google.com> Add gradle build file for PhoneCommon

Note, the gradle build fails in DialpadView.java. The problem is that
with library projects resource IDs are no longer final. This means
that they can't be used inside switch statements. Fix was to change
everything to if statements

Bug: 26676586
Change-Id: I1a36d6fc955445ae1c6787fbdbc73af6ff54b1f1
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/DialpadView.java
c24a83bcc26ff0168f2f45e8d2bf291453316027 15-Dec-2015 Wenyi Wang <wenyiw@google.com> Backport Context.getDrawable()

Context.getDrawable() was added in API level 21. In order to backport it,
we could use ContextCompat.getDrawable(). However, the code in PhoneCommon
is built as part of master in packages/services/Telephony as well and it
doesn't include the support library. Simply importing ContextCompat would
break master, so we handle compatibility in the class itself.

Bug: 25629359
Change-Id: I98a413a1b7e0a9a94a722059e18318e22939040d
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/DialpadView.java
f35cb69a2ab9006518dabd96864096ad42128f5a 04-Sep-2015 Andrew Lee <anwlee@google.com> Fix Talkback for "DEF" in dialpad.

Use Verbatim spannable for dialpad letters. This ensures they are
read as letters instead of as one word. This is primarily to address
"DEF" being read to sound like "deaf".

Bug: 23795591
Change-Id: Ic66bfe931ffec3b45332dcd3d631f86f81e20f3e
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/DialpadView.java
fa36ce56b56eafac5dcd9908cc14b9e4de608648 19-Jun-2015 Roshan Pius <rpius@google.com> Add letters associated with a number to content description.

Add a pause(,) alongwith the letters associated with each number in the
dialpad. This would cause the letters to be announced after a pause
when talkback is enabled.

BUG: 20140277
Change-Id: Ib60f8c47d9bbb4a1b232d2d4a7ea894e468f14b9
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/DialpadView.java
85bb6af38c9d31a5ab77cb84d9c3d2471f5c4a96 10-Dec-2014 Ihab Awad <ihab@google.com> am fe9b6dbf: am 690b2c69: Enable text-to-speech in dialer edit field (1/2)

* commit 'fe9b6dbfdc8322b387fdc4df23b5a6a87a02cf02':
Enable text-to-speech in dialer edit field (1/2)
690b2c6971c6c8a8ef447a15b24d8dd1506f2d0b 09-Dec-2014 Ihab Awad <ihab@google.com> Enable text-to-speech in dialer edit field (1/2)

Bug: 18659148
Change-Id: I7c8eeda3e788579efad736b960951802081ff7fd
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/DialpadView.java
0a8db3acefd9d5c2f97d8366c07960c1fd0427f1 27-Nov-2014 Narayan Kamath <narayan@google.com> am a3488355: Merge "Get rid of manual translations for numbers."

* commit 'a34883557d27662e7d6ed98035f90335d0c09cf5':
Get rid of manual translations for numbers.
aeddfaa0be943a6ca70e7610537e7cce4fdfde0a 14-Nov-2014 Narayan Kamath <narayan@google.com> Get rid of manual translations for numbers.

Use DecimalFormat instead. Also, carry over the old rule
that these numbers are localized only for "FA".

Change-Id: I0d743dc7387510ab1481dc2b365ea45911bcc141
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/DialpadView.java
972e8730b305c921e094690ae09abf2c44b0dc12 08-Nov-2014 Evan Charlton <evanc@google.com> Show ILD rate information if present

If Dialer populates ILD (international / long distance) rate information,
populate a field above the dialed digits.

Bug: 13334252

Change-Id: Ia366148ef1318a2dacc4971d51a3bd34ec3c39de
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/DialpadView.java
fe91e00f6b5720db70e276d8d99482a3abc662e2 19-Aug-2014 Yorke Lee <yorkelee@google.com> Use correct API for getDrawable()

Bug: 17115451
Change-Id: Ib953c9dc3e55ea269f18dace3d781c3f5d206adb
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/DialpadView.java
e8efa9a75c79e9a34b7ad4148b4338e4db74665e 12-Aug-2014 Tyler Gunn <tgunn@google.com> Correcting dialpad animations in landscape (1/3).

1. Fixed slide in/out animations for RTL locales.
2. Fixed key button reveal animations for landscale LTR and RTL locales.

Bug: 16463723
Change-Id: Idaf59ef6e4f303757828f6051b389f1e757feca9
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/DialpadView.java
13b8948c0cc543f62a68fa32c4692ba16a2e93c6 19-Jun-2014 Sai Cheemalapati <saicheems@google.com> Update Emergency Dialer to match Dialer (5/7).

Emergency dialer style updated to match style in Dialer and
InCallUI.
Moved all dialpad resources to PhoneCommon.

Change-Id: Ia3b937c12fc133a04c10ba842df9e89012ba331d
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/DialpadView.java
4aac9d221bd23ae582e44064ffcadc90d06b220d 20-Jun-2014 Yorke Lee <yorkelee@google.com> Revert "Update Emergency Dialer to match Dialer (5/5)."

This reverts commit c4a7bd9be54759105c0a9ea235ac5bda2c1b3f8f.

Change-Id: I9a81515783de2ab534a611c777f10b9376ca3b7a
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/DialpadView.java
c4a7bd9be54759105c0a9ea235ac5bda2c1b3f8f 19-Jun-2014 Sai Cheemalapati <saicheems@google.com> Update Emergency Dialer to match Dialer (5/5).

Emergency dialer style updated to match style in Dialer and
InCallUI.
Moved all dialpad resources to PhoneCommon.

Change-Id: I9137a6114dad628309659b5381d501d7db2f455f
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/DialpadView.java