History log of /packages/apps/Dialer/src/com/android/dialer/util/DialerUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9dc924c8bcc0bc8d996452e9ce3215b5f064962e 12-Sep-2014 Tyler Gunn <tgunn@google.com> Renaming Telecomm to Telecom.

- Changing package from android.telecomm to android.telecom
- Changing package from com.android.telecomm to
com.android.server.telecomm.
- Renaming TelecommManager to TelecomManager.

Bug: 17364651
Change-Id: I44d6d6546cac53232e4e2be0ebe0391d02411309
/packages/apps/Dialer/src/com/android/dialer/util/DialerUtils.java
ae274c05cdb6707ca9593bedf20c016cd8164c0b 06-Sep-2014 Jay Shrauner <shrauner@google.com> Use framework scheme definitions

Use PhoneAccount defined values for SCHEME_{TEL, SIP, VOICEMAIL}.

Bug:17398074
Change-Id: I77dfa539646b9c5ae5dca220bbc906048a17b383
/packages/apps/Dialer/src/com/android/dialer/util/DialerUtils.java
92b0e2fc719f925d22d8d77f0b51bb897453c448 19-Aug-2014 Paul Soulos <psoulos@google.com> Moves isVideoEnabled to ContactsCommon (2/3)

bug: 16015752
Change-Id: Idaedd70a53b81e375d3a8bf8d9a4fbce1c62cd3f
/packages/apps/Dialer/src/com/android/dialer/util/DialerUtils.java
0d3a73932a23cb07168d25ec331a9abf72817346 12-Aug-2014 Nancy Chen <nancychen@google.com> Send MotionEvent with touch coordinates to call intent

Be able to send the x,y coordinates of a user's touch action on an element that
introduces a call in order to start the InCallUI animation from that touch
point. This change covers the call log "call back"/recent card.

Bug: 15284651
Change-Id: Ife6fe003fcf0dd106640add5d65c10fd8fd1cb9e
/packages/apps/Dialer/src/com/android/dialer/util/DialerUtils.java
ca630af11785b88d0646bb8751b8b4af32fd2b76 12-Aug-2014 Andrew Lee <anwlee@google.com> Disable VT features in Dialer,

+ Should be contingent on a setting in any case. In teh future this
will be derived from capability, but for the moment this feature
just won't be supported.
+ Pointed everything to a false flag in DialerUtils.

Bug: 16211386
Change-Id: I37e027c94e3411d8e73a349b3101fdb6ad598b3b
/packages/apps/Dialer/src/com/android/dialer/util/DialerUtils.java
72d59616b7a491d41c9b127b777c63fe315ecd06 18-Jul-2014 Yorke Lee <yorkelee@google.com> Switch from ACTION_CALL_PRIVILEGED TO ACTION_CALL (1/5)

Bug: 6948882
Change-Id: I1f90c9f3f33d875482958d5f565629160ce2177e
/packages/apps/Dialer/src/com/android/dialer/util/DialerUtils.java
f543baadd1119bad7cd9ff7ed39e5598c6fc50d6 24-Jul-2014 Yorke Lee <yorkelee@google.com> Hide keyboard when next key is pressed

Also move some shared utility methods to DialerUtils

Bug: 16542561
Change-Id: Ibc574c24919bdcd11b0786fb9d22d29ff9c21bf1
/packages/apps/Dialer/src/com/android/dialer/util/DialerUtils.java
69c247f619fd2f2474070bdbcec32b78f6444149 22-Jul-2014 Yorke Lee <yorkelee@google.com> Make ViewPagerTabs and FABController RTL aware

* Underline in ViewPagerTabStrips is correctly drawn in RTL mode
* Clicking on ViewPagerTabs propogates correct onPageSelected position
to ViewPager
* FAB is now end aligned instead of right aligned
* ViewPager in Dialer is correctly reversed and behaves correctly
* Call Log groups headers in call log are now correctly aligned in RTL
Bug: 16162264
Bug: 16464471
Change-Id: I2db6b9147a628a68fba5bbbdb7276855d483bad5
/packages/apps/Dialer/src/com/android/dialer/util/DialerUtils.java
8b0e858d5b4c50813dbe2b5c244e7013814b23ec 10-Jul-2014 Tyler Gunn <tgunn@google.com> Adding support for video call icon and data usage in call log.

Bug: 16013684
Bug: 16015261
Change-Id: Ie75443d641c1e09a5772bb618aba55de8583716b
/packages/apps/Dialer/src/com/android/dialer/util/DialerUtils.java
35ee63feb37dcc38483a35e11fff3f16bb0bfe75 08-Jul-2014 Yorke Lee <yorkelee@google.com> Add closeQuietly utility method (1/2)

Bug: 6948882
Change-Id: I8960f457ee71bc99da0a88692e55887c8a4df2b4
/packages/apps/Dialer/src/com/android/dialer/util/DialerUtils.java
0a4327e6bfeedc23ddefb4df9f6e8041ebc87b59 11-Jun-2014 Andrew Lee <anwlee@google.com> Update empty list assets and text.

- Add new assets for empty lists, delete old no favorites banner.
- Adapt phone_no_favorites.xml into generic container shown when
a list is empty.
- Add helper to DialerUtils to configure empty list view with
a provided image and message.
- Configure empty list view in relevant fragments.
- Some text styling/margin/padding to get things to spec. A
minimum height is used on the message so that the icons and text
will be laid out in a consistent manner.

Bug: 15513399
Change-Id: I52337a4544065a991d3b8084d96b01516a458c42
/packages/apps/Dialer/src/com/android/dialer/util/DialerUtils.java
46fd712ad2896858d977274f94a08aef5bdf0e4c 19-May-2014 Yorke Lee <yorkelee@google.com> Add send message option to dialpad

Bug: 14052383
Change-Id: I45e9ffc829664af0010eb99be453160bcab2ac3d
/packages/apps/Dialer/src/com/android/dialer/util/DialerUtils.java
3921359f3f01938768f0b0e731941542f0385787 08-Apr-2014 Yorke Lee <yorkelee@google.com> Catch activity not found exceptions

Instead of crashing when an ActivityNotFoundException is thrown,
display an error toast.

Bug: 13882939
Change-Id: I5cda14ba8a404ff0f5196fdbc382201c47f4b4c8
/packages/apps/Dialer/src/com/android/dialer/util/DialerUtils.java