History log of /packages/apps/Contacts/src/com/android/contacts/list/ContactListPinnedHeaderView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e0b2f1e2d01d1ac52ba207dc7ce76971d853298e 12-Jun-2012 Chiao Cheng <chiaocheng@google.com> Global import order fix.

Changed import order to be in accordance with style guide:
http://source.android.com/source/code-style.html#order-import-statements

Static imports will be placed at the top since most existing files used that
convention. It is also a style that can be handled by both eclipse and intellij.

Change-Id: Ia7013c7a2d88e5fefb8f4975d121f7fcd3fcc462
/packages/apps/Contacts/src/com/android/contacts/list/ContactListPinnedHeaderView.java
76df4577358b36dae9c0fdd9afb1b16cc428a265 26-Oct-2011 Katherine Kuan <katherinekuan@google.com> Fix "<N> contacts" label in tablet contact list

- When scrolling the contact list, the "<N contacts>"
label jumps by about 20dip because the mPaddingRight
value is accounted for twice in the layout.

Bug: 5429921

Change-Id: I375fe1ffe4ab82a4003f9d30f7bb2327e7aeac58
/packages/apps/Contacts/src/com/android/contacts/list/ContactListPinnedHeaderView.java
a5aa278ce9089c6b9f81fc24ff55d158aabdc340 07-Sep-2011 Dave Santoro <dsantoro@google.com> Make pinned section header stay in all caps.

Bug 5270148

Change-Id: I28bd7e91f727f1de0c0a0d9df305e6c91153912c
/packages/apps/Contacts/src/com/android/contacts/list/ContactListPinnedHeaderView.java
08c87460331cbab92e94d96b704bd8f713a65202 10-Aug-2011 Daisuke Miyakawa <dmiyakawa@google.com> Contact picker/group list pixel-perfect

There are still a few issues to be fixed around picker
stuff, but it looks basically fine enough.

- fix misc padding issues around contact listing itself
- introduce conditional padding for phone search view to keep
top padding consistency
- keep consistency between group and contact listing
- remove "groups per account" count
- stop showing quick scroll bar in group list

Bug: 5137457
Bug: 5144140
Bug: 5143350
Bug: 5080599
Change-Id: I038c112bbf9e956e9a2b784178c0360d03e3f333
/packages/apps/Contacts/src/com/android/contacts/list/ContactListPinnedHeaderView.java
30dff0f18a24d83cbb31d74bc6ab65736795ba81 10-Aug-2011 Itzhak Katzenelson <isaack@android.com> Account filter and profile header style fixes

Bugs: 5144226, 5142982

Fixed layout and style according to Marco's document:
1. Fixed style of account filter
2. Fixed style for profile header
3. Fixed contacts count to not include the profile

Change-Id: I0c6fc0f4839a993c0fede8840b7636c0460eed55
/packages/apps/Contacts/src/com/android/contacts/list/ContactListPinnedHeaderView.java
ead19c5eafee0ffb43b02a4ae75ac5244ad3f853 30-Jul-2011 Isaac Katzenelson <isaack@android.com> Support for local profile

Bug: 5121834 Support local profile
5086184 Account name is overlapped by number of contacts
5082317 Text is chopped on the top in contact list

1. New headers were added at the top of the contact list to
present an empty local profile.
2. Clicking the empty local profile opens the editor to allow
the user to create a local profile.
3. Profiles are shown at the top of the contacts list with the
"ME" header and the number of contatcs.
4. "Add to contacts" button and the starred button were removed
from the details view when it is a profile.
5. Fixed a problem with a header view that remained when you had
a profile or was in search mode.
6. Fixed problem with contacts count apearing in search mode

Change-Id: I45615616e03a603759888d9e7169a853b3328b14
/packages/apps/Contacts/src/com/android/contacts/list/ContactListPinnedHeaderView.java
36b27c6289a2e28db5dc7554762106d17437ecf3 20-Jul-2011 Isaac Katzenelson <isaack@android.com> Redesigned ContactListItemView

Change-Id: I6ebbf3e534b4a728d3af0de21ec337d65d8fb59f
/packages/apps/Contacts/src/com/android/contacts/list/ContactListPinnedHeaderView.java
3bc7d028812eb88533fdd41f190def2c502083f2 12-Nov-2010 Dmitri Plotnikov <dplotnikov@google.com> Adjusting section header layout according to UI design

Change-Id: Ia027d807798eb4c2619f5ee542d6c802a62b545f
/packages/apps/Contacts/src/com/android/contacts/list/ContactListPinnedHeaderView.java