Difference between revisions of "Contact Editor Pro"

From dmfswiki
Jump to: navigation, search
(Created page with "This is the contact editor (and only the editor) from the Android 2.1 sources. I fixed it to make it work with arbitrary contact sources and removed the dependencies on the inter...")
 
Line 1: Line 1:
 
This is the contact editor (and only the editor) from the Android 2.1 sources.
 
This is the contact editor (and only the editor) from the Android 2.1 sources.
 
I fixed it to make it work with arbitrary contact sources and removed the dependencies on the internal API to make it work with more recent Android versions.
 
I fixed it to make it work with arbitrary contact sources and removed the dependencies on the internal API to make it work with more recent Android versions.
 +
 +
== additional features ==
 +
 +
* more predefined labels for phone numbers and emails (for custom contact sources)
 +
* labels for websites
 +
* slightly rearranged layout (less scrolling)
 +
* extra confirmation step when deleting fields (to prevent accidental deletion of fields)
 +
* "take photo" option
 +
* manage multiple contact photos
 +
* additional fields in organization: department & role
 +
* date picker for events (can handle phones that store dates as timestamps internally)
 +
* set contact ring tone and "send directly to voice mail"
 +
* more to come (write me)
  
 
== known issues ==
 
== known issues ==
  
 
* Taken contact photos may appear twice in the media gallery.
 
* Taken contact photos may appear twice in the media gallery.

Revision as of 18:16, 26 June 2011

This is the contact editor (and only the editor) from the Android 2.1 sources. I fixed it to make it work with arbitrary contact sources and removed the dependencies on the internal API to make it work with more recent Android versions.

additional features

  • more predefined labels for phone numbers and emails (for custom contact sources)
  • labels for websites
  • slightly rearranged layout (less scrolling)
  • extra confirmation step when deleting fields (to prevent accidental deletion of fields)
  • "take photo" option
  • manage multiple contact photos
  • additional fields in organization: department & role
  • date picker for events (can handle phones that store dates as timestamps internally)
  • set contact ring tone and "send directly to voice mail"
  • more to come (write me)

known issues

  • Taken contact photos may appear twice in the media gallery.