History log of /packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fb5dc5ec02f304a75d679cf0da34032ed12660de 08-Jun-2015 Andrew Lee <anwlee@google.com> Get rid of some now-unused VM code.

Bug: 21471763
Change-Id: Ie28dc2715a173179ed753a7e38bd252c01e78f46
/packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java
247df6ee4f43af916f7e7f339ed181a18807ef36 13-May-2015 Andrew Lee <anwlee@google.com> Reorganize Intent utilities, add send SMS intent.

+ Rename CallIntentUtils.java to IntentUtil.java.
+ Consolidate various intent creation methods to new file, and update
referenes throughout the application.

Bug: 20433758
Change-Id: Iee9e37985217c38c816124d0e74dff40a2871680
/packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java
4aece9536ed64da965fd42da07a393f935abd6b1 03-May-2015 Yorke Lee <yorkelee@google.com> Dynamically check for permission denials

Don't crash when performing certain operations that the
dialer might not have permissions to execute:

* Access voicemail provider
* Certain TelecomManager methods

Add a class TelecomUtil that checks for permissions/default
dialer status, and handles the privileged operations
appropriately.

Bug: 20266292

Change-Id: Ibe8a85440b9ca20169b5ce3be24d1a385caaebb6
/packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java
5a9cd71b8ea670cd7c9aebd3dba27ea8cbe769df 08-May-2015 Andrew Lee <anwlee@google.com> Add call log list item actions for adding contacts.

+ Add two actions: create new contact and add to existing contact.
+ Pass in ContactInfo to the CallLogListItem's ViewHolder.

Bug: 20433758
Change-Id: Ic1387b33ebe027fa6ddbdb971996fc7d4c4ac88b
/packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java
b82e8dae149a9f247e5c9fcae02ced460670b0e7 18-Apr-2015 Yorke Lee <yorkelee@google.com> Use TelecomManager.placeCall API

Bug: 20348183
Change-Id: If1b193f933b4a7b2b322784b0cbbc66c210b25df
/packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java
2cdfa7bca519a98b8f937f3729418d0f5a73e1be 16-Mar-2015 Andrew Lee <anwlee@google.com> Move add contact intent creation to IntentProvider.

This is the more established pattern for creating intents to be used
by call log list item actions.

Bug: 19372817
Change-Id: I62cf5170cf51c4fbec8d1d9910b3fa3380a3dc3e
/packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java
8204324a69c4d6b1b95351ab2863b5ddac6fb0a5 03-Feb-2015 Brian Attwell <brianattwell@google.com> Move CallUtil into Dialer. P1/3

CallUtil relies on the a priviliged intent that should only
be used by system apps. Therefore, it shouldn't be used by an
unbundled Contacts app.

I'm leaving one (isVideoEnabled) method from CallUtil inside
ContactsCommon. This way, when the changes that Tyler made
inside m-wireless-telephony-shamu-dev (b/19062133) get
merged back into master both ContactsCommon and Dialer
will be updated.

Bug: 18777272
Change-Id: I49c9cc714ded01d523ed770a5bf62cf92c378e2f
/packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java
f663fa083983a9b417f642e246d0873e0c424bb9 14-Oct-2014 Nancy Chen <nancychen@google.com> Make a general call to voicemail when calling back from call log.

A voicemail call log entry is saved with the number of the voicemail
that was called. In the multi-sim case, however, we don't want to call
back to the voicemail number of the original call because it might be
the number of a different phone account.

Bug: 17925501
Change-Id: I528c4039cc227608e040ae71b6b10488376fb357
/packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java
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/calllog/IntentProvider.java
8f7c4368817a17727b2132d399d0895e33f67a95 28-Jul-2014 Nancy Chen <nancychen@google.com> Do not call back from original sim, ask everytime or default.

Removed feature to call back from original SIM. When user calls back, it
will either call from default or ask every time depending on system
setting.

Bug: 15473965

Change-Id: I2ea33732571b6849fbe0bd743bb0535d9eb8217e
/packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java
a2eadf3d68d4f6d0a948d37bc48e930115723ce0 20-Jul-2014 Evan Charlton <evanc@google.com> Rename PhoneAccountMetadata to PhoneAccount

Change-Id: I4597b14110c1cee7f637ec125b839852ef0f34c4
/packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java
c329bfb6d47f20237d22e13297d5bbb72e612919 20-Jul-2014 Evan Charlton <evanc@google.com> Rename PhoneAccount to PhoneAccountHandle

Change-Id: I2e97b348e6316a8b3ccc39fd81013e7f514a2889
/packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java
5619f2ed87cb207352c0ff5578348baeb69ee202 15-Jul-2014 Tyler Gunn <tgunn@google.com> Various call log / call details video call changes.
Requires cl/501841.

Call log:
1. Add video call affordance.
2. Add accessibility text for calls, video call afforance.
3. Fixed unit test

Call details:
1. Showing video icon when a call had video.
2. Changing call headings to indicate they were video calls.

Bug: 16013879
Bug: 16013344
Bug: 16013684
Change-Id: I53b5bf9b0b1a63f9d119318d59f690d310cca7c8
/packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java
1d1bd0da0b32a5b8cb1c7c5585acccb180b19849 01-Jul-2014 Ihab Awad <ihab@google.com> Rename Telecomm "Subscription" to "Account" (3/7)

Change-Id: I866e9d4f629a2b23acb3d3d3f2baeb0a674522f7
/packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java
87ba489564b25d4a64c9faaeafea46e2f72d8933 12-Jun-2014 Nancy Chen <nancychen@google.com> Add icon indicating subscription in call log/call history

Display an icon in the call details showing which connection provider
(subscription) is responsible for the call.

Bug: 15473965

Change-Id: I0c6755864083799b8bafe20c3692b0d943beeee3
/packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java
cf5e001120916deb770ea65ae55730e456f92137 16-May-2014 Tyler Gunn <tgunn@google.com> Adding call details affordance to call log.

Bug: 14876142
Change-Id: Ic4e806153156489473aeff91dbb9380302431ace
/packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java
643e78532e5d40ca62e6545855f847e26eaffa4e 08-Oct-2013 Chiao Cheng <chiaocheng@google.com> Check for closed cursor to prevent crash.

No-op if click detected while cursor is closed.

Bug: 10937133
Change-Id: I702e30c91a0c76cd36204a4c689155e49b775c1e
/packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java
dfb2eee7d98f8540fd1614db66bb03e8e1f3a26a 27-Jun-2013 Yorke Lee <yorkelee@google.com> Initial commit of all new dialer activities, layouts and styles

As far as possible, this change does not modify any behavior/look
of the existing dialer. All modifications to classes/layouts/style attributes
that would affect functionality of the old dialer are instead done in
separate new files.

Added new versions of all activities, fragments, layouts, menus
and resources that have been rewritten or modified.

The activities do not have intent filters yet in order to not interfere
with the existing dialer.

Added some new values in colors/styles/dimens for the newly added
layouts.

Added NewCallLogActivity to separate the CallLogFragment from
DialtactsActivity. All call log and voicemail entries are now presented
in a separate (New)CallLogActivity.

IntentProvider.getCallDetailIntent now takes a cursor instead of an
adapter for more flexibility.

Add OnListFragmentScrolledListener interface for DialtactsActivity
to receive callback when one of its children fragment is scrolled.

Added slide in and slide out animations for DialpadFragment.

Add slide up and hide animations for search view

All menu options now show up in a PopupMenu in NewPhoneFavoriteFragment.

Added call log adapter into NewPhoneFavoriteMergedAdapter.

Rewrote layout of DialpadFragment to show up as a fragment partially overlaying
the screen.
Removed some unused code in DialpadFragment (smart dialing, menu handling)

Add fragments and adapters for SmartDial.

- Update Dialer database to support highlight masking and record contact
data Uri, as well as photo uri
- Add a fragment and adapter for smart dialing
- Add SmartDialCursorLoader to load SmartDial results.
- Typing in the dialpad now returns smart dialing results instead of regular
search results

QuickContactTiles for all sub-adapters of PhoneFavoriteMergedAdapter now use
light theme instead of the the default dark theme.

Removed all redundant call log filter and contacts to display filter code

Moved Dialer specific UI list-related classes to the Dialer package

Change-Id: I34885813e4fa79b69e29ac870a87a56d6f08a5e7
/packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java
f517e7bb367d1ed749b500959d0a0a1ba8c3d5e5 03-Jul-2013 Christine Chen <christinech@google.com> Remove CallLog New and Old sectioning.

Bug: <5751629>
Change-Id: I1689fa10f285bc66fc69b6a9b9da139ce5461d83
/packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java
9d4f3b20793a007b4489547aa40fc1049d0d8fef 06-Sep-2012 Chiao Cheng <chiaocheng@google.com> Moving resources from Contacts to Dialer.

- Also moving some shared utilities.

Bug: 6993891
Change-Id: I5fa18d26e4f5423f4d3f3450b8f3e3dacbfb947a
/packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java
91197049c458f07092b31501d2ed512180b13d58 24-Aug-2012 Chiao Cheng <chiaocheng@google.com> Moving more classes from contacts into dialer.

- These classes are only used by dialer code.
- Fixed import order.

Bug: 6993891
Change-Id: I7941a029989c4793b766fdc77a4666f9f99b750a
/packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java
94b10b530c0fc297e2974e57e094c500d3ee6003 18-Aug-2012 Chiao Cheng <chiaocheng@google.com> Initial move of dialer features from contacts app.

Bug: 6993891
Change-Id: I758ce359ca7e87a1d184303822979318be171921
/packages/apps/Dialer/src/com/android/dialer/calllog/IntentProvider.java