History log of /packages/apps/Contacts/src/com/android/contacts/util/PhoneCapabilityTester.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b8e0f40953f4b2d1a2c96b117784e071d3e6589e 22-Dec-2015 Nancy Chen <nancychen@google.com> Move TelephonyManagerCompat to ContactsCommon (2/2).

Bug: 25776171
Change-Id: Ifc9749660bf2a960def29d5bc5b36edd1e99594a
/packages/apps/Contacts/src/com/android/contacts/util/PhoneCapabilityTester.java
aac0e66fb100b329d6010637998849048efadca9 19-Dec-2015 Wenyi Wang <wenyiw@google.com> Backport ContactsContract.PinnedPositions and create compat package

This class was unhidden in API level 21 and the undemote method was
added in API level 21 as well.

Bug: 25629359
Change-Id: I7eecd28338a8f14fca7b8249599c3f7eac70442c
/packages/apps/Contacts/src/com/android/contacts/util/PhoneCapabilityTester.java
8ad88302abe5b4b5a1c7cc7c22004b9d8febae0b 03-Dec-2015 Wenyi Wang <wenyiw@google.com> Backport isVoiceCapable() using getPhoneType()

isVoiceCapable() was unhidden in API 22. We couldn't copy the code to
backport it because the app doesn't have access to
com.android.internal.R.bool.config_voice_capable. So we use getPhoneType()
as a workaround since it also calls isVoiceCapable().

Bug: 25629359

Change-Id: Ia117823ae871c7132014d10c5475eba5dbfda009
/packages/apps/Contacts/src/com/android/contacts/util/PhoneCapabilityTester.java
73a6764f6724f69496afcce602234621efe7fca0 19-Dec-2014 Brian Attwell <brianattwell@google.com> Use getSystemService for services. Unbundling.

Don't directly instantiate or call .get() for UserManager
or TelephonyManager.

Bug: 16788935
Change-Id: I0b2af566776d85ceaf0e86af364418ddb2cdb3eb
/packages/apps/Contacts/src/com/android/contacts/util/PhoneCapabilityTester.java
1cd88e3ecfa72f43c3fe25c912d9f67848f11e60 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: I798561791f094c8961dfe54dd9019af9a63b4769
/packages/apps/Contacts/src/com/android/contacts/util/PhoneCapabilityTester.java
2c1bfd01bcd8f00723110c6964b399b96405a12e 05-Jun-2014 Brian Attwell <brianattwell@google.com> Remove two panel layout from PeopleActivity

Also, removed tablet versions of PeopleTheme. There isn't a good
reason to have seperate themes for tablets and phones. The only
differences will be dimensions. These will be controllable by
dimens.xml.

Change-Id: Icf24e57fe052d6a820e8bee50fced438bba157b2
/packages/apps/Contacts/src/com/android/contacts/util/PhoneCapabilityTester.java
76de0fada634c9fa73ade154a42ba9a96730ecae 25-Sep-2013 David Braun <dabraun@google.com> Update People app to direct SMS SEND_TO only to the default SMS app.

In KLP we have added the concept of a default SMS app to the platform. Only
this application has write permission to the SMS database. To help ensure
a better user experience we will always direct "send to sms" in the people
app to the app that the user has selected as their default SMS app.

Bug: 10870624 System should direct "SENDTO" intent with "sms" and "mms" schemes to the default SMS app
Change-Id: Ic35282b52d0f12baa11b57dc1b3ae8556ecb9a5a
/packages/apps/Contacts/src/com/android/contacts/util/PhoneCapabilityTester.java
c21751ddc1a91453a37273ace9e24907bb54cc99 06-Dec-2012 Yorke Lee <yorkelee@google.com> Don't show Take Photo option if device has no camera

Bug: 6470740
Change-Id: I652ce8c9da89901379c876d168ba497bf1aa5836
/packages/apps/Contacts/src/com/android/contacts/util/PhoneCapabilityTester.java
3a8df86541c91ac5023bc46efae4ed23502512fa 05-Sep-2012 Chiao Cheng <chiaocheng@google.com> Additional clean-up of dialer split.

- Moving resource only used by dialer.
- Moving out common utilities.

Bug: 6993891
Change-Id: Ieb851adb1d6a3492290b84a56aa2cd00cae2f260
/packages/apps/Contacts/src/com/android/contacts/util/PhoneCapabilityTester.java
e0b2f1e2d01d1ac52ba207dc7ce76971d853298e 12-Jun-2012 Chiao Cheng <chiaocheng@google.com> Global import order fix.

Changed import order to be in accordance with style guide:
http://source.android.com/source/code-style.html#order-import-statements

Static imports will be placed at the top since most existing files used that
convention. It is also a style that can be handled by both eclipse and intellij.

Change-Id: Ia7013c7a2d88e5fefb8f4975d121f7fcd3fcc462
/packages/apps/Contacts/src/com/android/contacts/util/PhoneCapabilityTester.java
2871d61514f014926d991e8b037828c67438e522 01-May-2012 Maurice Chu <mochu@google.com> Made Favorites view in portrait orientation in 7" look like phone

Added two new configuration parameters in resources:
- (integer) contact_tile_column_count_in_favorites - which specifies the
number of columns for the image thumbnails in the favorites tab
- (bool) config_use_two_panes_in_favorites - indicates whether favorites
should be shown in two-pane mode

Bug: 6379260
Change-Id: I41100b2aee507e0b9a2a37e9149b944a4831a3e9
/packages/apps/Contacts/src/com/android/contacts/util/PhoneCapabilityTester.java
c90c705db8b3665ba9c8d8ce4b8ab3a03e38ddc7 17-Mar-2011 Daniel Lehmann <lehmannd@google.com> Show contact details when contact is tapped.

Do this by changing the routing logic: For viewing contacts, we
do not use the FrontDoorActivity as a proxy anymore. Instead,
ContactDetailActivity will forward the Intent to the ContactBrowserActivity
on a tablet

Change-Id: I04a03404410f3108f583da4592f6ae9f0f4e5bd2
/packages/apps/Contacts/src/com/android/contacts/util/PhoneCapabilityTester.java
27bfa40a248101925abd69cc3106897baf81cbac 23-Feb-2011 Dmitri Plotnikov <dplotnikov@google.com> Disable SIP calling from Contacts on no-voice devices

Bug: 3413467
Change-Id: I3c937aec5aa95fe4e6d6e4ffb43fb1423b96a2af
/packages/apps/Contacts/src/com/android/contacts/util/PhoneCapabilityTester.java
e9b196e446cc34f690a043c5f5d9e5a7b8b92b3f 26-Oct-2010 Daniel Lehmann <lehmannd@google.com> Dialog for showing phone numbers on devices that can not be used as phones

Bug:3116684

Change-Id: I000df5fa6d83812a60fa5eb4c7e621cca2adb4fe
/packages/apps/Contacts/src/com/android/contacts/util/PhoneCapabilityTester.java
7781ea12308e5c5d7bbeab175c31cc6cf1f19188 22-Oct-2010 Daniel Lehmann <lehmannd@google.com> Remove Internet Call functionality from Contact-Details and QuickContact

Bug:3116889
Change-Id: I6ee352623c2b9c01a52153f0435d159b31688710
/packages/apps/Contacts/src/com/android/contacts/util/PhoneCapabilityTester.java
7779f490ccc2af98b5cd2cd537d1bdb36e173c94 25-Aug-2010 Daniel Lehmann <lehmannd@google.com> Check for Voice capability using the system resource

Change-Id: I0091fbc603c39a1604dcc7d5a1e78fd8c4b58648
/packages/apps/Contacts/src/com/android/contacts/util/PhoneCapabilityTester.java
f77b8e994f512e3d75d3169198183fde482614d8 17-Jul-2010 Daniel Lehmann <lehmannd@google.com> Remove Phone capabilities from devices that do not have Phone/SMS apps

Change-Id: I580439a9296eb6440e4fd45eba5e552be8a57763
/packages/apps/Contacts/src/com/android/contacts/util/PhoneCapabilityTester.java