History log of /packages/apps/Contacts/src/com/android/contacts/util/PhoneCapabilityTester.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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