OSDN Git Service

Move the landing page to IM application and remove the depency of com.android.im...
authorScott Su <scott.su@myriadgroup.com>
Thu, 20 Aug 2009 14:28:59 +0000 (22:28 +0800)
committerWei Huang <weih@google.com>
Sat, 22 Aug 2009 17:52:47 +0000 (10:52 -0700)
commit333b3e69df0cb257814348a752d54a43aa2e2f4a
tree100e66d7c630d394cea265facac445abb095e70d
parent831c72a84730fd177642ef22560b38cd70750843
Move the landing page to IM application and remove the depency of com.android.im.plugin.jar

Some other tiny changes:
  - Allows the client to delete providersettings records through uri "content://im/providerSettings/#"
  - Allows the client to get account.keep_signed_in when query the active account with given provider.
31 files changed:
Android.mk
AndroidManifest.xml
res/color/landing_page_text.xml [deleted file]
res/color/landing_page_text_secondary.xml [deleted file]
res/layout/account_view.xml [deleted file]
res/values-cs/strings.xml
res/values-da/strings.xml
res/values-de/strings.xml
res/values-el/strings.xml
res/values-es-rUS/strings.xml
res/values-es/strings.xml
res/values-fr/strings.xml
res/values-it/strings.xml
res/values-ja/strings.xml
res/values-ko/strings.xml
res/values-nb/strings.xml
res/values-nl/strings.xml
res/values-pl/strings.xml
res/values-pt-rPT/strings.xml
res/values-pt/strings.xml
res/values-ru/strings.xml
res/values-sv/strings.xml
res/values-tr/strings.xml
res/values-zh-rCN/strings.xml
res/values-zh-rTW/strings.xml
res/values/config.xml [deleted file]
res/values/strings.xml
src/com/android/providers/im/BrandingResources.java [deleted file]
src/com/android/providers/im/ImProvider.java
src/com/android/providers/im/LandingPage.java [deleted file]
src/com/android/providers/im/ProviderListItem.java [deleted file]