History log of /frameworks/ex/chips/src/com/android/ex/chips/RecipientAlternatesAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1e12ddb8232423b09b8df6c59f2e65189a0eea0a 14-Oct-2011 Mindy Pereira <mindyp@google.com> Make sure we perform reverse lookup on pasted recips

Change-Id: Iff0d8670962f279e4fa3158a1acc3395f9e9ddc9
/frameworks/ex/chips/src/com/android/ex/chips/RecipientAlternatesAdapter.java
2f5589283d93933751c20791ef42dc7eab87061a 29-Aug-2011 Mindy Pereira <mindyp@google.com> Dont show copy dialog when the user is editing a contact. Fix crash.

Fixes bug:5210400 Email address only chips sometimes display "Copy email adress" even on tap
Also fixed crash in the alternates adapter where it was still looking for a dest type.

Change-Id: I97b68c3f3e45f3d654551953ac4356ff76dfba26
/frameworks/ex/chips/src/com/android/ex/chips/RecipientAlternatesAdapter.java
c0f97e4f56bc35d99d181c5f604b26fbb89c113f 25-Jul-2011 Mindy Pereira <mindyp@google.com> Make more chip, dropdown match pixel perfects.

1) the destination type should be uppercase; there is not
textview style to do this
2) fix the heights of the dropdown items to be 48dip
3) text for more says "NUMBER more..." and is styled

Change-Id: I8a391bbd3703c1ccd1415b78d5e843107b1d2095
/frameworks/ex/chips/src/com/android/ex/chips/RecipientAlternatesAdapter.java
9160cd5d914d6975a5e72920950bd007d05aa7ba 21-Jul-2011 Daisuke Miyakawa <dmiyakawa@google.com> show type correctly in alternate listing

Change-Id: I8ca30df876a33d7dde544f1f2a9f59af51cae6d0
/frameworks/ex/chips/src/com/android/ex/chips/RecipientAlternatesAdapter.java
8c03d35fec744db28a2a3230795f123c7afd50cc 20-Jul-2011 Daisuke Miyakawa <dmiyakawa@google.com> Show address type in auto-complete list

Also tweak layout file for better layouting.

Bug: 5028342
Change-Id: Iff81ed0c3013c65e6a293575f89c12606832838f
/frameworks/ex/chips/src/com/android/ex/chips/RecipientAlternatesAdapter.java
4f36b72bcfe3e9f9b9d99a5872de0522f20c7a6c 11-Jul-2011 Mindy Pereira <mindyp@google.com> Print debug info for reverse lookup.

Change-Id: I8102bbe4d63e0c87e0603966b58d5773b20b4302
/frameworks/ex/chips/src/com/android/ex/chips/RecipientAlternatesAdapter.java
77056d7532cd26e869964a52456ef18c96f6cbd7 28-Jun-2011 Mindy Pereira <mindyp@google.com> Do reverse lookups on pre-appended recipient chips.

Change-Id: I338a07f89264606a58942520791f39908fedbedb
/frameworks/ex/chips/src/com/android/ex/chips/RecipientAlternatesAdapter.java
0fc929e5fb977fe028d7db04a3ad57e74f42e654 01-Jul-2011 Mindy Pereira <mindyp@google.com> Always show the more chip for a collapsed recipient view if there are too many recipients.

Previously, this would not get shrunk until the user focused/ unfocusd
the field. Now, if the field doesn't have focus, it starts out
in the shrunk mode.
Also, when appending a contact, properly tokenizes the contact
so that we show just the email address.
Change-Id: I085ed00dc94b38d22e871d7e80589e5b2d74f98f
/frameworks/ex/chips/src/com/android/ex/chips/RecipientAlternatesAdapter.java
3656f7e97c58dc8443132d2d8297629b6a04cce7 17-Jun-2011 Mindy Pereira <mindyp@google.com> Fix race condition.

Crash was reported where the checked item position had yet to be
set when the list tried to get it. This uses a listener to make sure
that the checked item isnt set in the list until the adapter has it.

Change-Id: I2b5170ab9440bbb0a69989657313b1a4b6d653cd
/frameworks/ex/chips/src/com/android/ex/chips/RecipientAlternatesAdapter.java
156467329e276c9bc90945bea916ce3ac4849574 14-Jun-2011 Mindy Pereira <mindyp@google.com> Delay closing the alternates popup when the user selects an alternate.

Per UX, this gives the user a better idea of what has just occured.
Using temporary assets.

Change-Id: Ied49f899d7999356cc01a672ecb22f492901d55c
/frameworks/ex/chips/src/com/android/ex/chips/RecipientAlternatesAdapter.java
55bb2833b29945c08b809408ff94ddf7703e911a 02-Jun-2011 Mindy Pereira <mindyp@google.com> Fix a crash in the removeChip logic. Update alternates dropdown.

There was a crash that could happen if you deleted the first item.
The change in RecipientEditTextView to check that toDelete >= 0 fixes
this.
Also, made the icon and the recipient display name show for the topmost
entry only.

Change-Id: I56b8768c8ead282e2477f91a130bf8cc6fb72b15
/frameworks/ex/chips/src/com/android/ex/chips/RecipientAlternatesAdapter.java
5f2cc770801133c2db389ebe108063427d1cf6aa 01-Jun-2011 Mindy Pereira <mindyp@google.com> Make RecipientEditTextViewInner package private.

Also add license and make EmailQuery values package private.
Change-Id: I366ca01ac54f04fbc999377be59dbaa139307550
/frameworks/ex/chips/src/com/android/ex/chips/RecipientAlternatesAdapter.java
699c1e37a1bf26daab34f2117a14c6e883636077 01-Jun-2011 Mindy Pereira <mindyp@google.com> Show alternate addresses when the user taps on a contact.

Change-Id: I9a88dd1612b98587e560c1e50030e36a28e30db9
/frameworks/ex/chips/src/com/android/ex/chips/RecipientAlternatesAdapter.java