History log of /packages/apps/Dialer/src/com/android/dialer/list/RegularSearchListAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
495110a89d71f68379a0046d624be1af4085c7b8 25-Jan-2016 Victor Chang <vichang@google.com> Remove the work badge icon for Google caller id in call log

An extended directory is custom directory in the app,
but not a directory provided by framework. So it can't
be USER_TYPE_WORK

When a search result is selected, RegularSearchFragment
calls getContactInfo and caches the resulting @{link ContactInfo}
into a local db. Set userType to USER_TYPE_WORK only
if it's NOT extended directory id and is enterprise directory

BUG=26680007

Change-Id: I92aa4b7c3dac20257e689eb0a4dfa0afbd81764c
/packages/apps/Dialer/src/com/android/dialer/list/RegularSearchListAdapter.java
240523d3e1b4502326c8d0d313dd1787aa8ff024 17-Dec-2015 Victor Chang <vichang@google.com> Show work badge icon/description in InCallUI/Dialer

Add work badge icon in calllog for work contacts

To see this feature
1. Receive/Make a call from work contact
(a contact in work profile has the phone number)
2. Drop/miss the call. See a badge icon next to phone label in calllog
BUG=26082618

Change-Id: I7371795e3c3ef925739096f39a70f03722dd430b
/packages/apps/Dialer/src/com/android/dialer/list/RegularSearchListAdapter.java
e78b54ce7bbe51501e3c2a7f269bcdc0334d425a 28-Sep-2015 Anne Rong <annerong@google.com> Add search for adding blocked numbers to the blocked number management screen.

Bug: 24134038
Change-Id: I30b283a6b67d7e64b58138762079c4bceb8fc64f
/packages/apps/Dialer/src/com/android/dialer/list/RegularSearchListAdapter.java
c2356a3626929cb9388d1d0acc6a15cb1e6e8e4d 06-May-2015 Andrew Lee <anwlee@google.com> resolved conflicts for merge of 7206436b to master

Change-Id: I06aea6c87970c98a539785c1c1bb51eb08ab1495
222c96dbbfa184416d459b2661ca89438a0eed85 06-May-2015 Andrew Lee <anwlee@google.com> Shown actions for queries with at least one digit.

It can be confusing to show the "smartdial" string converting chars
to digits, so only show the actions in a potential vanity-scenario.

Bug: 20699894
Change-Id: I4df5e94841c519cc591d1d5333d48efa739124e7
/packages/apps/Dialer/src/com/android/dialer/list/RegularSearchListAdapter.java
b08c0a9d88efa9d4835f50fa3dd91d46286d798f 25-Apr-2015 Yorke Lee <yorkelee@google.com> Allow dialing SIP calls directly from search

Bug: 20554942
Change-Id: I27a120ec17aaacfce1ec9d0bbab7adf15e95afaf
/packages/apps/Dialer/src/com/android/dialer/list/RegularSearchListAdapter.java
5b8a5cb6b8e15913bb6faa8f44b4b69a62eff85e 19-Mar-2015 Andrew Lee <anwlee@google.com> Cleanup logic for showing/hiding shortcuts.

+ Update SEND_SMS in the regular search list adapter. Before, it was showing
up all the time, even when it wasn't supposed to.
+ Hide CREATE and ADD in the regular search list adapter.
+ Move disabling of DIRECT_CALL to the smart dial adapter. It's only used by
the single fragment right now, so centralizes the enabling of the shortcuts.

Bug: 19372539
Change-Id: Iea9108e83f15026d86400a5d1e63d5c011b2770a
/packages/apps/Dialer/src/com/android/dialer/list/RegularSearchListAdapter.java
87dc7309388941ec0017f3ff1aee329364dec484 19-Mar-2015 Andrew Lee <anwlee@google.com> Add shortcut for creating new contact with number.

Add a shortcut in the search fragment for "Create new contact" which
opens the compact editor with the entered phone number populated as
the main phone number.

Bug: 19372539
Change-Id: I9ccb462f399e3fab77c2d8ad536dbd0bd0e23609
/packages/apps/Dialer/src/com/android/dialer/list/RegularSearchListAdapter.java
0247a9b7e357c05155081bd4e4bee3333c5179b5 18-Mar-2015 Andrew Lee <anwlee@google.com> Change add contact shortcut to be for "existing".

We're going to "fork" the add action into "existing" and "new".
This converts the existing shortcut action to the scenario for
adding to an existing contact, and the action for adding to a new
contact will be added as a follow up.

Bug: 19372539
Change-Id: I9e78fa5637a6f0ff22ce1d74bca3fe98e531242f
/packages/apps/Dialer/src/com/android/dialer/list/RegularSearchListAdapter.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/list/RegularSearchListAdapter.java
dd39e83aa818350b9c92fb0fd606c1fe09b1f24e 06-Oct-2014 Yorke Lee <yorkelee@google.com> Fix IllegalStateException in Dialer

Bug: 17811695
Change-Id: I5dafca3177855940f51ba414b267f59bd13be467
/packages/apps/Dialer/src/com/android/dialer/list/RegularSearchListAdapter.java
0927dc6ef623bec56415d087885f6d2607da35f7 21-Aug-2014 Andrew Lee <anwlee@google.com> Pass application context into isVideoEnabled usages.

Bug: 16211386
Change-Id: I0bda040bd6cd5c55ee7c708044befaad8977d460
/packages/apps/Dialer/src/com/android/dialer/list/RegularSearchListAdapter.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/list/RegularSearchListAdapter.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/list/RegularSearchListAdapter.java
fc1fed72d6adf5158be271646655056b14d1ccf2 02-Jul-2014 Andrew Lee <anwlee@google.com> Add "Make video call" button to search fragments.

= Add new "make video call" shortcut type, and "handle" its click
in SearchFragment.
= Enable "make video call" shortcut for regular and smart dial search
fragments. For now, this shortcut does nothing.
= Enable "add contact" shortcut for smart dial search fragment.
= Changed the bounds of the shortcut items to fill to the edges.
= Convert shortcut click handling to use switch/case block.
= TODO: Enable/disable the shortcuts depending on whether video
calling has been enabled, once the option is available.
= TODO: Handle dispatching a video call intent, once that intent
extra is provided.

Bug: 16013180
Change-Id: I7563d1f2939e27c4b13ed966b73cd4badd9d9fa7
/packages/apps/Dialer/src/com/android/dialer/list/RegularSearchListAdapter.java
c089b0d2b1bf1bd511cd54dc51d9186b6ce41681 25-Sep-2013 Jay Shrauner <shrauner@google.com> Change cached info to interface

Change AOSP cache API to interface and move DB data types to GoogleDialer

Bug:10980951
Change-Id: I37eb07f672458ab4d8789ecc4e9f2f60745de862
/packages/apps/Dialer/src/com/android/dialer/list/RegularSearchListAdapter.java
604d48099cd8e0bcf2f992237082600837630038 20-Sep-2013 Yorke Lee <yorkelee@google.com> Ignore separators when typing in Dialer search box

Bug: 10842248
Change-Id: Id0c65385af4277120ba6a57c357b980caec149c2
/packages/apps/Dialer/src/com/android/dialer/list/RegularSearchListAdapter.java
ba61ecd888c9f46e42f6ef3f4bec7e08f5a00a5f 08-Sep-2013 Jay Shrauner <shrauner@google.com> Add directory source name to cache

Add directory source name and id for extended directories.

Bug:10609551
Change-Id: I6ef7e320dde8e706233ab32afeff15ba1a7666bb
/packages/apps/Dialer/src/com/android/dialer/list/RegularSearchListAdapter.java
e142481570d7fbda5d035555fe217314e396ae90 05-Sep-2013 Yorke Lee <yorkelee@google.com> Add call shortcuts to phone number list adapters

* Add a new class DialerPhoneNumberListAdapter, which both
RegularSearchListADapter and SmartDialNumberListAdapter extend.
DialerPhoneNumberListAdapter allows the addition of pre-defined call
shortcuts at the end of the phone number list that can be toggled
on or off.

* For the SmartDialSearchFragment, the only shortcut that is available is
always the Add number to contacts shortcut.

* For the RegularSearchFragment, if the user enters a string that contains
all dialable numbers, it is treated as a phone number and the call directly
and add number to contacts shortcuts are enabled. Otherwise, it is treated
as a name, and only the add contact with a new name shortcut is enabled.

* Add a intent that allows the user to directly create a new contact
that has the name field pre-populated. This intent is used if the user
enters input that looks like a name in the search view.

Bug: 10339630
Change-Id: I2ae757ce505d85a8780d28d89e09fb7084c773b1
/packages/apps/Dialer/src/com/android/dialer/list/RegularSearchListAdapter.java
173ec96476278f0d6aa147d31a60aa3e419e5ca3 30-Aug-2013 Jay Shrauner <shrauner@google.com> Add contacts to the cache when dialed

Add GAL or local search contacts to the cache when dialed.

Bug: 10609551
Change-Id: I787e0f2e1fe458a7f5518241823493333d9ade7c
/packages/apps/Dialer/src/com/android/dialer/list/RegularSearchListAdapter.java