OSDN Git Service

store contact_id in messages table instead of the contact name string; merge messages...
authorWei Huang <weih@google.com>
Wed, 29 Apr 2009 05:42:01 +0000 (22:42 -0700)
committerWei Huang <weih@google.com>
Wed, 29 Apr 2009 18:59:01 +0000 (11:59 -0700)
commitb26882e6024b4cb86268472ca04eb29f5d1a60f6
tree172fa9af500c30dee8769ccead99a942b249eeb4
parent4961ea99e4a765a5b4a6e9e0a36e51d8cec2af78
store contact_id in messages table instead of the contact name string; merge messages and group messages table.

- modify the IM app to use the new Im.Messages.getContentUriByThreadId().
- corresponding changes due to android.provider.Im api change.
src/com/android/im/app/ChatView.java
src/com/android/im/service/ChatSessionAdapter.java
src/com/android/im/service/ContactListManagerAdapter.java