OSDN Git Service

Initial implementation of guest invitation and status
authorMichael Chan <mchan@android.com>
Thu, 23 Jul 2009 23:01:07 +0000 (16:01 -0700)
committerMichael Chan <mchan@android.com>
Thu, 30 Jul 2009 17:31:15 +0000 (10:31 -0700)
commit47f3f70eafed4545f60a47a3ec6c1b24fc11b56f
tree8b446c06de4a4d5aa67f020b850a5ec16f680b94
parentb099bb9c225fd264275c8d134fd2f964f5518884
Initial implementation of guest invitation and status

Added a number of TODO's which will be taken care of later. Performance
needs to be improved.  Also changed some of the content provider calls
to the batch API.
AndroidManifest.xml
res/drawable/im_avatar_picture_border_normal.9.png [new file with mode: 0644]
res/layout/contact_item.xml [new file with mode: 0644]
res/layout/edit_event.xml
res/layout/event_info_activity.xml
res/values/strings.xml
res/values/styles.xml
src/com/android/calendar/EditEvent.java
src/com/android/calendar/EmailAddressAdapter.java [new file with mode: 0644]
src/com/android/calendar/EventInfoActivity.java