History log of /packages/apps/Dialer/src/com/android/dialer/list/RegularSearchListAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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