1. 6fa7384 Allow adding/replacing a photo from contact card. by Dave Santoro · 14 years ago
  2. 6cd5b0a Fix viewing legacy and raw contact URI on tablet by Katherine Kuan · 14 years ago
  3. 08bcf71 Only show "add connection" button if relevant by Katherine Kuan · 14 years ago
  4. 2621c5b ContactLoader: set requested URI to error/not found result by Makoto Onuki · 14 years ago
  5. a4400d5 Fix stream item photo loading for profile updates. by Dave Santoro · 14 years ago
  6. 77f22a4 Merge "Use THREAD_POOL_EXECUTOR when loading a contact" by Makoto Onuki · 14 years ago
  7. 685157e Fix blank screen on VIEW raw contact URIs or legacy URIs on phone by Daniel Lehmann · 14 years ago
  8. 73c341f Use THREAD_POOL_EXECUTOR when loading a contact by Makoto Onuki · 14 years ago
  9. 9e7b5da Propagate original exception when throwing load exception by Makoto Onuki · 14 years ago
  10. 6ad227f Friend intent: Proper support for dataSet by Makoto Onuki · 14 years ago
  11. 2c41f5b Merge "Throttle view notifications" by Makoto Onuki · 14 years ago
  12. 59a887e Fixes ContactLoaderTests. by Flavio Lerda · 14 years ago
  13. aba2b83 Throttle view notifications by Makoto Onuki · 14 years ago
  14. 870a87e Don't show "more networks" for me profile by Makoto Onuki · 14 years ago
  15. 1a106ba Merge "Start service intent when contact is being displayed" by Daniel Lehmann · 14 years ago
  16. 3ef27fb Start service intent when contact is being displayed by Daniel Lehmann · 14 years ago
  17. ead19c5 Support for local profile by Isaac Katzenelson · 14 years ago
  18. 2b3f3c5 App changes for account types with data sets. by Dave Santoro · 14 years ago
  19. d510f8a Merge "Options Menu layout changes" by Isaac Katzenelson · 14 years ago
  20. 683b57e Options Menu layout changes by Isaac Katzenelson · 14 years ago
  21. 3e6991e Add UI for the "invite" by Makoto Onuki · 14 years ago
  22. 69b4a88 "Invite" part 2 by Makoto Onuki · 14 years ago
  23. 3915600 Stream items UI. by Dave Santoro · 14 years ago
  24. 0a2a5db Contacts App modifications for large photos. by Dave Santoro · 14 years ago
  25. 4ff3128 Remove restricted white-listing by Daniel Lehmann · 14 years ago
  26. 37a2684 Fixes tests on userdebug builds. by Flavio Lerda · 14 years ago
  27. da5bf1c Modifications to bold contacts' first names. by Dave Santoro · 14 years ago
  28. 7cee774 Fixing picture loading for directory contacts. by Dmitri Plotnikov · 15 years ago
  29. 97e90c6 Bringing custom loader in compliance with new Loader API by Dmitri Plotnikov · 15 years ago
  30. c04fc27 Update to use new Loader callbacks. by Dianne Hackborn · 15 years ago
  31. 9d2bcfb Update to new Loader APIs. by Dianne Hackborn · 15 years ago
  32. 4ef95cc Prepare for some changes to LoaderManager/Loader. by Dianne Hackborn · 15 years ago
  33. 18ffaa2 Renaming a couple of packages by Dmitri Plotnikov · 15 years ago[Renamed (99%) from src/com/android/contacts/views/ContactLoader.java]
  34. 5a30d9a Fixed issues with the handling of a null contact by Dmitri Plotnikov · 15 years ago
  35. c3f2a52 Adding support for initial state: no accounts, no contacts by Dmitri Plotnikov · 15 years ago
  36. 40ec3a8 Fixing the flow for copying contact from directory by Dmitri Plotnikov · 15 years ago
  37. 7f4f8d1 Refactoring: ContactLoader now responsible for photo binary data by Dmitri Plotnikov · 15 years ago
  38. 325bc61 Avoiding unnecessary reloads of directory contacts. by Dmitri Plotnikov · 15 years ago
  39. 1536ea1 Preserving lookup URI in contact loader when loading from GAL by Dmitri Plotnikov · 15 years ago
  40. f9eb73f Asynchronously loading directory photos. by Dmitri Plotnikov · 15 years ago
  41. 1ad4d1b Show organization in header-view; Allow only one organization per contact by Daniel Lehmann · 15 years ago
  42. 2d4f759 First version of the ContactSocialWidget by Daniel Lehmann · 15 years ago
  43. 217245c Fixing NPE when Google GAL returns code 406. by Dmitri Plotnikov · 15 years ago
  44. e843f91 Adding groups to contact editor by Dmitri Plotnikov · 15 years ago
  45. 2deaee1 Adding groups to contact view by Dmitri Plotnikov · 15 years ago
  46. caf0bc7 Adding "make personal copy" feature by Dmitri Plotnikov · 15 years ago
  47. 5f72c1f Fixing an exception thrown when contact is not found by Dmitri Plotnikov · 15 years ago
  48. 02cd491 Showing directory meta-data in contact view by Dmitri Plotnikov · 15 years ago
  49. 8fd7bb6 Show commands for XMPP video chat for Google Talk by Daniel Lehmann · 15 years ago
  50. 4d44424 Switching ContactLoader to the all-encompassing query by Dmitri Plotnikov · 15 years ago
  51. ef3f8f0 Replaced Google by Android Open Source project by Daniel Lehmann · 15 years ago
  52. 222744e Use new Loader API and properly unregister Observers by Daniel Lehmann · 15 years ago
  53. 3a12077 Some inline editing work by Daniel Lehmann · 15 years ago
  54. cdef2b6 Modal field editors by Daniel Lehmann · 15 years ago[Renamed (92%) from src/com/android/contacts/views/detail/ContactDetailLoader.java]
  55. 3c46291 Use the framework version of Loader and friends now that they exist. by Jeff Hamilton · 15 years ago
  56. 18f104f Refactor Contact-Editor and Contact-Viewer. by Daniel Lehmann · 15 years ago[Renamed (88%) from src/com/android/contacts/views/detail/ContactLoader.java]
  57. c2687c3 Refactor to coupler/presenter pattern. Moved framework classes to correct packages by Daniel Lehmann · 15 years ago
  58. d3e0cdb Integrate ContactHeaderWidget loading into ContactLoader to save queries. Remove old Activity. by Daniel Lehmann · 15 years ago
  59. 74a2dc5 Speedup query by using a more narrow View. Change the Loader tests to use a Mock-ContentProvider to not change any real data by Daniel Lehmann · 15 years ago
  60. 1316b13 Write tests for ContactLoader. Re-added support for legacy style (donut) ContactUris by Daniel Lehmann · 15 years ago
  61. cbcc449 Update to new MVC framework by Daniel Lehmann · 15 years ago
  62. 4cd9441 Break up view-contact-activity into smaller pieces so that they can be better recombined. Also first import of temporary mvc-framework classes that should later go into the framework. by Daniel Lehmann · 15 years ago