summaryrefslogtreecommitdiff
path: root/src/com/android/im
AgeCommit message (Collapse)Author
2009-09-10Copy ImProvider to IM appScott Su
2009-08-23Fix bug that Google Talk is shown on IM's landing pageScott Su
Copy consts defined in framework/base/im to IM app
2009-08-22Refactor IM client to build all stuff in a single APKScott Su
- IM app was separated as three separated parts before: IM.apk, com.android.im.plugin.jar and the plugin APK. With this structure, it's hard to maintain the dependency and impossible to update through Market. - The plug-in structure is kept with some changes: instead of with aidl files in a shared library, they are changed as normal java interfaces and will be built in the apk now. - The branding resources have to be put in IM/res now since there is only one APK after the refactoring. - The landing page has been moved to IM APK from ImProvider since GTalk has been separated from IMPS client.
2009-05-20API changes for Im.Messages.Wei Huang
2009-04-29store contact_id in messages table instead of the contact name string; merge ↵Wei Huang
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.
2009-04-02AI 144245: Fix merge conflict for megering in the CDMA changes in to master ↵Wink Saville
from donutburger. Automated import of CL 144245
2009-03-18auto import from //branches/cupcake_rel/...@140373The Android Open Source Project
2009-03-13auto import from //branches/cupcake_rel/...@138607The Android Open Source Project
2009-03-09auto import from //branches/cupcake/...@137197The Android Open Source Project
2009-03-05auto import from //depot/cupcake/@136594The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@132589The Android Open Source Project
2009-03-02auto import from //depot/cupcake/@137055The Android Open Source Project
2009-02-19auto import from //branches/cupcake/...@132276The Android Open Source Project
2009-02-13auto import from //branches/cupcake/...@131421The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745The Android Open Source Project
2009-01-20auto import from //branches/cupcake/...@127101The Android Open Source Project
2009-01-15auto import from //branches/cupcake/...@126645The Android Open Source Project
2009-01-09auto import from //branches/cupcake/...@125939The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial Contributionandroid-1.0release-1.0cdma-importThe Android Open Source Project