From f3f19141772b837ac9b541995331b2471b8fa2a8 Mon Sep 17 00:00:00 2001 From: Alexander Ivanov Date: Wed, 22 May 2013 17:05:17 +0600 Subject: [PATCH 001/668] Update min SDK version, target SDK version and build target. Close #147. --- AndroidManifest.xml | 2 +- project.properties | 2 +- res/layout/about_viewer.xml | 8 +- res/layout/account_add.xml | 32 ++++---- res/layout/account_choose_dropdown.xml | 6 +- res/layout/account_choose_item.xml | 6 +- res/layout/account_list_item.xml | 10 +-- res/layout/account_type_dropdown.xml | 6 +- res/layout/account_type_item.xml | 6 +- res/layout/add_item.xml | 4 +- res/layout/base_contact_item.xml | 12 +-- res/layout/base_group_item.xml | 4 +- res/layout/chat_list_item.xml | 4 +- res/layout/chat_notification.xml | 2 +- res/layout/chat_viewer.xml | 4 +- res/layout/chat_viewer_empty.xml | 2 +- res/layout/chat_viewer_info.xml | 4 +- res/layout/chat_viewer_item.xml | 18 ++--- res/layout/chat_viewer_message.xml | 2 +- res/layout/contact_add.xml | 4 +- res/layout/contact_add_header.xml | 16 ++-- res/layout/contact_editor.xml | 8 +- res/layout/contact_list.xml | 22 +++--- res/layout/contact_title.xml | 24 +++--- res/layout/dialog.xml | 26 +++---- res/layout/export_chat.xml | 8 +- res/layout/fingerprint_viewer.xml | 32 ++++---- res/layout/group_name.xml | 4 +- res/layout/info_preference.xml | 4 +- res/layout/list.xml | 4 +- res/layout/load.xml | 4 +- res/layout/muc_editor.xml | 28 +++---- res/layout/oauth.xml | 4 +- res/layout/occupant_list_item.xml | 8 +- res/layout/password_request.xml | 8 +- res/layout/preference.xml | 4 +- res/layout/progress_preference.xml | 6 +- res/layout/question_viewer.xml | 30 ++++---- res/layout/secret_viewer.xml | 26 +++---- res/layout/status_editor.xml | 4 +- res/layout/status_editor_header.xml | 8 +- res/layout/status_editor_item.xml | 4 +- res/layout/status_mode_dropdown.xml | 4 +- res/layout/status_mode_item.xml | 4 +- src/com/xabber/android/data/Application.java | 6 +- src/com/xabber/android/data/LogManager.java | 48 +----------- .../android/data/account/AccountManager.java | 3 +- .../data/connection/ConnectionThread.java | 4 +- .../data/extension/avatar/AvatarManager.java | 5 +- .../notification/NotificationManager.java | 8 +- .../xabber/android/service/XabberService.java | 77 ++----------------- src/com/xabber/android/utils/DummyCursor.java | 5 ++ 52 files changed, 239 insertions(+), 345 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index e07b38e337..59e51d7d05 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -235,7 +235,7 @@ - + diff --git a/project.properties b/project.properties index 4d7ea1e41e..8f51418b24 100644 --- a/project.properties +++ b/project.properties @@ -10,4 +10,4 @@ # Indicates whether an apk should be generated for each density. split.density=false # Project target. -target=android-9 +target=android-14 diff --git a/res/layout/about_viewer.xml b/res/layout/about_viewer.xml index a877a9fc24..ac18bb4dc2 100644 --- a/res/layout/about_viewer.xml +++ b/res/layout/about_viewer.xml @@ -15,15 +15,15 @@ + android:layout_width="match_parent" + android:layout_height="match_parent"> - + - + - + @@ -71,27 +71,27 @@