History log of /packages/apps/Contacts/src/com/android/contacts/quickcontact/QuickContactListFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5d07104275dceacf219838229bbd583147986f08 06-Jan-2012 Josh Gargus <jjosh@google.com> Fix gap above overscroll indicator in quick-contacts.

There is a 1-pixel gap between the list and the quick-contact
"track". It looks a bit like a shadow and adds a bit of depth
to the track, but the resulting gap is an eyesore. The simple
fix is to remove the gap.

Bug: 5748071
Change-Id: Id29c7d359364d28dac8ff17d732b4c80d3388e2d
/packages/apps/Contacts/src/com/android/contacts/quickcontact/QuickContactListFragment.java
9daca14706f3699c9e9d46dfb522132fc566e57e 20-Dec-2011 Daniel Lehmann <lehmannd@google.com> Show presence in QuickContacts and remove "CHAT USING" for consistency

- Also cleaned up some unused variables
- Unified QuickContacts and contact card a bit more

Bug:5779951

Change-Id: I64a846f03250e6a94f7ab063b8fedc509afeef19
/packages/apps/Contacts/src/com/android/contacts/quickcontact/QuickContactListFragment.java
ee05dcdd4b066ad909322c10919fb1812214673b 06-Oct-2011 Katherine Kuan <katherinekuan@google.com> Cleanup of chat capability icon and primary icon in DataKind

- Add content description to chat capability icon for
accessibility

- Remove primary icon from DataKind because we don't display
it anymore in the UI (it's an unused field since we only
display secondary action icons now)

Bug: 5416674
Change-Id: I6587dd9186af68b0e794d3e73cbc3dad9fdac332
/packages/apps/Contacts/src/com/android/contacts/quickcontact/QuickContactListFragment.java
485b5af512ea100875d06554384216e52b653d07 06-Oct-2011 Mindy Pereira <mindyp@google.com> Additional ui changes for quick contact.

More fixes to bug:5233213 Quick contacts still needs some UI fixes
These changes:
1) shorten the max height of a list of contact pts
2) add borders to the top of the image and bottom of the list
3) move the content of the quick contact down
4) make the dividers narrower.
5) make the first line of text for everything except a postal address
1 line max and ellipsized at the end.
Change-Id: I7fce4db1a18d1b68814e55805fe4fe7c51cbd648
/packages/apps/Contacts/src/com/android/contacts/quickcontact/QuickContactListFragment.java
df4336c1af254945971c991c93dc1a4860a2f904 06-Oct-2011 Mindy Pereira <mindyp@google.com> More adjustments to quick contacts to fixup layout.

1) make website 1 line and ellipsize
2) give 12dip margin on top and bottom of all text

More fixes for bug:5233213 Quick contacts still needs some UI fixes
Change-Id: Ibba14d51bee44ca4e551ca411693035a5a45d57c
/packages/apps/Contacts/src/com/android/contacts/quickcontact/QuickContactListFragment.java
e128f1e6790c6efd219aca11bcfe4f5fadd594bc 06-Oct-2011 Mindy Pereira <mindyp@google.com> Make fixes to the quick contact layout.

Fixes bug:5233213 Quick contacts still needs some UI fixes

Change-Id: I096a3305b063bf52bda828da298f33c79fa719bc
/packages/apps/Contacts/src/com/android/contacts/quickcontact/QuickContactListFragment.java
44d8fbe0c972706200f407eb078e421bca62cb97 10-Sep-2011 Flavio Lerda <flerda@google.com> Update highlight state for primary/secondary targets.

This commit makes it so that when selecting the primary action, the
secondary action is part of the highlighted area, while when selecting
the secondary action, only that is focused.

Bug: 5317438
Change-Id: I85fde86812c7ce35dd2887d158ca7c2eff205809
/packages/apps/Contacts/src/com/android/contacts/quickcontact/QuickContactListFragment.java
faa49c913fedb67161dc784b91faa9a27195b0a8 15-Sep-2011 Isaac Katzenelson <isaack@android.com> Fix accesibility text in quick contact and itemview

Bug: 5275688 accessibility: phone and messaging icon
both are read as 'image-number' in quick-contact card/contact card.

5320265 Accessibility: content description for quick contact
image is the image id number

Added code in quick contact to add specific content description for phone numbers.
Added a specific content description for the quick contact bagde in the ContactListItemView.

Change-Id: Iad57b7bf8e563ac77b121bb15cd8096616fb1d9e
/packages/apps/Contacts/src/com/android/contacts/quickcontact/QuickContactListFragment.java
1792b08c500ed528e7d21401affd936b3a7b3dc6 24-Aug-2011 Daniel Lehmann <lehmannd@google.com> Fix various Quick Contact visuals

Also fixed a bug where the secondary action can be tapped even though
it doesn't exist (crashes)

This also fixes pushed states, which have been filed a couple of times

Bug:5137515

Change-Id: I810d12a79f0088a0770a0eaf9225fe7906ebd8e7
/packages/apps/Contacts/src/com/android/contacts/quickcontact/QuickContactListFragment.java
54eb1ea74b71fc4f8248e649b37fdb737aea920e 28-Jul-2011 Daisuke Miyakawa <dmiyakawa@google.com> Show separate pressed effect for primary/secondary actions

Previously the whole content is highlightened by users'
item selection. Now we have two separate touch targets.

Affects Contact detail screen and quick contacts. In the
future we need to do similar thing to CallLog screen too.

- stop using onItemClick() but handle two separate onClick
events
- modify layouts so that we can show correct "pressed"
look-and-feel
- prepare two focusable Views for keyboard navigation

Bug: 5042772
Change-Id: I548f2e4ba11043081b3444f6eb341364bf71d917
/packages/apps/Contacts/src/com/android/contacts/quickcontact/QuickContactListFragment.java
b7950f9e602270686d7c9a8e019b492088860c45 28-Jul-2011 Daniel Lehmann <lehmannd@google.com> Fix NPE issue with items that don't have a subtitle (happens with Exchange)

Bug:5090824
Change-Id: I35806f25d750db66d18e82d977aaa64a02f8605c
/packages/apps/Contacts/src/com/android/contacts/quickcontact/QuickContactListFragment.java
edb576aab33efff623691a89ace3c76cb2ff12d1 28-Jul-2011 Daniel Lehmann <lehmannd@google.com> Implement new QuickContact design

- Also removes default-functionality
- Fixes the flicker when dismissing (Bug:5025418)

Change-Id: I46cf0fbdb2dcbf002612672e5e8f81a9b1ab6939
/packages/apps/Contacts/src/com/android/contacts/quickcontact/QuickContactListFragment.java