1. 18ffaa2 Renaming a couple of packages by Dmitri Plotnikov · 14 years ago[Renamed (98%) from src/com/android/contacts/views/detail/ContactDetailFragment.java]
  2. 0f78e8b Move handling of primary to quickcontacts by Daniel Lehmann · 14 years ago
  3. 40bb481 Removing the menu option to create a new contact in the editor by Dmitri Plotnikov · 14 years ago
  4. 5a30d9a Fixed issues with the handling of a null contact by Dmitri Plotnikov · 14 years ago
  5. d959104 Moving state machine logic from activity into fragment. by Dmitri Plotnikov · 14 years ago
  6. 28ac584 Hiding the type OTHER by Dmitri Plotnikov · 14 years ago
  7. 4597c92 Renaming BaseAccountType to AccountType by Dmitri Plotnikov · 14 years ago
  8. 85609ed Contact detail transition animation by Dmitri Plotnikov · 14 years ago
  9. 5ad20a6 Improve tablet portrait and phone visuals for contact details by Daniel Lehmann · 14 years ago
  10. 7bf064e Removing menu items when no contact loaded by Dmitri Plotnikov · 14 years ago
  11. f42f53d Fixing a minor regression cause by the prev CL by Dmitri Plotnikov · 14 years ago
  12. 4eeac74 Reducing the number of times contact detail reloads data by Dmitri Plotnikov · 14 years ago
  13. cfb525b Fix several layout issues by Daniel Lehmann · 14 years ago
  14. 174fdc2 Automatically selecting first found contact. by Dmitri Plotnikov · 14 years ago
  15. 3ad2f35 Removing ContactNoneFragment by Dmitri Plotnikov · 14 years ago
  16. 0540f8b Support the contact field "Relation" by Daniel Lehmann · 14 years ago
  17. 7781ea1 Remove Internet Call functionality from Contact-Details and QuickContact by Daniel Lehmann · 14 years ago
  18. 1ad4d1b Show organization in header-view; Allow only one organization per contact by Daniel Lehmann · 14 years ago
  19. 35769b8 Renamed Sources to AccountTypes by Daniel Lehmann · 14 years ago
  20. 45b4402 Improving display of birthdays by Dmitri Plotnikov · 14 years ago
  21. a472325 Improve Visuals of Detail View by Daniel Lehmann · 14 years ago
  22. 5b20147 Fixing NPE in ContactDetailFragment by Dmitri Plotnikov · 14 years ago
  23. 9fe582e Check whether data has been loaded. by Daniel Lehmann · 14 years ago
  24. be06874 Don't show QuickContacts in ContactDetails by Daniel Lehmann · 14 years ago
  25. 18db43d Turned the "copy local" command into a button under the contact detail view by Daniel Lehmann · 14 years ago
  26. bff5549 Prevent formatting the number as it was formatted. by Bai Tao · 14 years ago
  27. 09eb04f Format the number through new method by Bai Tao · 14 years ago
  28. 5da9363 Treating Result.ERROR the same as Result.NOT_FOUND by Dmitri Plotnikov · 14 years ago
  29. e843f91 Adding groups to contact editor by Dmitri Plotnikov · 14 years ago
  30. 2deaee1 Adding groups to contact view by Dmitri Plotnikov · 14 years ago
  31. 0f428ae Create new layout for xlarge contact-detail-items by Daniel Lehmann · 14 years ago
  32. 1624964 Fix "Make as default" (there was an Id clash) by Daniel Lehmann · 14 years ago
  33. 4a62be4 Refactor Dialogs by Daniel Lehmann · 14 years ago
  34. caf0bc7 Adding "make personal copy" feature by Dmitri Plotnikov · 14 years ago
  35. 02cd491 Showing directory meta-data in contact view by Dmitri Plotnikov · 14 years ago
  36. 4423ca5 Add SipAddress to Contacts UI in master by David Brown · 14 years ago
  37. 99eefbe Check whether a Listener is actually installed. Fixes potential NPE by Daniel Lehmann · 14 years ago
  38. 7779f49 Check for Voice capability using the system resource by Daniel Lehmann · 14 years ago
  39. 8fd7bb6 Show commands for XMPP video chat for Google Talk by Daniel Lehmann · 14 years ago
  40. 0deb6d3 resolved conflicts for merge of 63db02b7 to master by Daniel Lehmann · 14 years ago
  41. a35a7e2 Redo dialogs with DialogFragment and fix Join/Seperate by Daniel Lehmann · 14 years ago
  42. 7ccdc1f Making contact selection lookup key based. by Dmitri Plotnikov · 14 years ago
  43. db1f79c Sources.get() can be safely called from the UI thread. Updated source. by Daniel Lehmann · 14 years ago
  44. ef3f8f0 Replaced Google by Android Open Source project by Daniel Lehmann · 14 years ago
  45. 69e7fec Implement Delete on Contact-Detail; re-use the code from the ContactBrowser by Daniel Lehmann · 14 years ago
  46. f77b8e9 Remove Phone capabilities from devices that do not have Phone/SMS apps by Daniel Lehmann · 14 years ago
  47. 222744e Use new Loader API and properly unregister Observers by Daniel Lehmann · 14 years ago
  48. be82afa Removed Edit Button (it lives in the ActionBar now) by Daniel Lehmann · 14 years ago
  49. 2d2c5d8 Put Edit/Done into ActionBar by Daniel Lehmann · 14 years ago
  50. 9cd1708 Preserving separate contact selection per mode. by Dmitri Plotnikov · 14 years ago
  51. d364314 Preserving detail URI on orientation change by Dmitri Plotnikov · 14 years ago
  52. 3648d2e Removed done and revert. Replaced instances of LinearLayout by FrameLayout for speed. by Daniel Lehmann · 14 years ago
  53. f319cf8 Use the form-based editor in a fragment by Daniel Lehmann · 14 years ago
  54. cc8bfc8 Make the editor in the two-pane activity work by Daniel Lehmann · 14 years ago
  55. b2257cf Clean up header view. Speed up image loading by not spawning yet another async-task by Daniel Lehmann · 14 years ago
  56. eb4d1bf Follow Fragment API change: framework now handles menus. by Dianne Hackborn · 14 years ago
  57. cdef2b6 Modal field editors by Daniel Lehmann · 14 years ago
  58. 3c46291 Use the framework version of Loader and friends now that they exist. by Jeff Hamilton · 14 years ago
  59. 9c3f337 Remove instance hacks, now that findFragmentById works by Daniel Lehmann · 14 years ago
  60. 84df2b6 Update to match fragment APIs. by Dianne Hackborn · 14 years ago
  61. 37b775b Implemented all missing functionality from Editor-Fragment (minus Statehandling) by Daniel Lehmann · 14 years ago
  62. 25a0282 Changed fragments so that they can be used in Xml. Made demo 2-pane activity working by Daniel Lehmann · 14 years ago
  63. 18f104f Refactor Contact-Editor and Contact-Viewer. by Daniel Lehmann · 14 years ago[Renamed (90%) from src/com/android/contacts/views/detail/ContactPresenter.java]
  64. c2687c3 Refactor to coupler/presenter pattern. Moved framework classes to correct packages by Daniel Lehmann · 14 years ago[Renamed (96%) from src/com/android/contacts/views/detail/ContactDetailView.java]
  65. d3e0cdb Integrate ContactHeaderWidget loading into ContactLoader to save queries. Remove old Activity. by Daniel Lehmann · 14 years ago
  66. c3a0008 Some refactorings to MVC by Daniel Lehmann · 14 years ago
  67. 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 · 14 years ago