3a623dfea097ca2e30534a44df3600d7c1894e39 |
|
20-Aug-2009 |
Scott Su <scott.su@myriadgroup.com> |
Refactor IM client to build all stuff in a single APK - 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.
/packages/apps/IM/src/com/android/im/imps/DefaultPresenceMapping.java
|