diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a299b9e9a..2d8380258 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,23 +1,23 @@ - + + + android:versionCode="101" + android:versionName="1.0.1"> @@ -29,6 +29,7 @@ + (...); } +-keep public class * extends android.preference.Preference { + public (...); +} diff --git a/res/drawable-hdpi/divider_horizontal_bright_opaque.9.png b/res/drawable-hdpi/divider_horizontal_bright_opaque.9.png new file mode 100644 index 000000000..eb75a2206 Binary files /dev/null and b/res/drawable-hdpi/divider_horizontal_bright_opaque.9.png differ diff --git a/res/drawable-hdpi/divider_vertical_bright_opaque.9.png b/res/drawable-hdpi/divider_vertical_bright_opaque.9.png new file mode 100644 index 000000000..eb75a2206 Binary files /dev/null and b/res/drawable-hdpi/divider_vertical_bright_opaque.9.png differ diff --git a/res/drawable-hdpi/ic_ab_back_holo_light.png b/res/drawable-hdpi/ic_ab_back_holo_light.png new file mode 100644 index 000000000..e77cecbed Binary files /dev/null and b/res/drawable-hdpi/ic_ab_back_holo_light.png differ diff --git a/res/drawable-hdpi/progress_bg_holo_light.9.png b/res/drawable-hdpi/progress_bg_holo_light.9.png new file mode 100644 index 000000000..3f12166d2 Binary files /dev/null and b/res/drawable-hdpi/progress_bg_holo_light.9.png differ diff --git a/res/drawable-hdpi/progress_primary_holo_light.9.png b/res/drawable-hdpi/progress_primary_holo_light.9.png new file mode 100644 index 000000000..2f76a2264 Binary files /dev/null and b/res/drawable-hdpi/progress_primary_holo_light.9.png differ diff --git a/res/drawable-hdpi/progress_secondary_holo_light.9.png b/res/drawable-hdpi/progress_secondary_holo_light.9.png new file mode 100644 index 000000000..955b70807 Binary files /dev/null and b/res/drawable-hdpi/progress_secondary_holo_light.9.png differ diff --git a/res/drawable-mdpi/divider_horizontal_bright_opaque.9.png b/res/drawable-mdpi/divider_horizontal_bright_opaque.9.png new file mode 100644 index 000000000..eb75a2206 Binary files /dev/null and b/res/drawable-mdpi/divider_horizontal_bright_opaque.9.png differ diff --git a/res/drawable-mdpi/divider_vertical_bright_opaque.9.png b/res/drawable-mdpi/divider_vertical_bright_opaque.9.png new file mode 100644 index 000000000..eb75a2206 Binary files /dev/null and b/res/drawable-mdpi/divider_vertical_bright_opaque.9.png differ diff --git a/res/drawable-mdpi/ic_ab_back_holo_light.png b/res/drawable-mdpi/ic_ab_back_holo_light.png new file mode 100644 index 000000000..41cb0bcba Binary files /dev/null and b/res/drawable-mdpi/ic_ab_back_holo_light.png differ diff --git a/res/drawable-mdpi/progress_bg_holo_light.9.png b/res/drawable-mdpi/progress_bg_holo_light.9.png new file mode 100644 index 000000000..780b4b256 Binary files /dev/null and b/res/drawable-mdpi/progress_bg_holo_light.9.png differ diff --git a/res/drawable-mdpi/progress_primary_holo_light.9.png b/res/drawable-mdpi/progress_primary_holo_light.9.png new file mode 100644 index 000000000..6fb944577 Binary files /dev/null and b/res/drawable-mdpi/progress_primary_holo_light.9.png differ diff --git a/res/drawable-mdpi/progress_secondary_holo_light.9.png b/res/drawable-mdpi/progress_secondary_holo_light.9.png new file mode 100644 index 000000000..9104cf94b Binary files /dev/null and b/res/drawable-mdpi/progress_secondary_holo_light.9.png differ diff --git a/res/drawable-nodpi/bg_holo_background.9.png b/res/drawable-nodpi/bg_holo_background.9.png new file mode 100644 index 000000000..ca767e948 Binary files /dev/null and b/res/drawable-nodpi/bg_holo_background.9.png differ diff --git a/res/drawable-nodpi/bg_holo_popup_background.9.png b/res/drawable-nodpi/bg_holo_popup_background.9.png new file mode 100644 index 000000000..fe0424158 Binary files /dev/null and b/res/drawable-nodpi/bg_holo_popup_background.9.png differ diff --git a/res/drawable-nodpi/theme_no_preview.png b/res/drawable-nodpi/theme_no_preview.png new file mode 100644 index 000000000..4e417030e Binary files /dev/null and b/res/drawable-nodpi/theme_no_preview.png differ diff --git a/res/drawable-nodpi/theme_preview.png b/res/drawable-nodpi/theme_preview.png new file mode 100644 index 000000000..f385813aa Binary files /dev/null and b/res/drawable-nodpi/theme_preview.png differ diff --git a/res/drawable-xhdpi/divider_horizontal_bright_opaque.9.png b/res/drawable-xhdpi/divider_horizontal_bright_opaque.9.png new file mode 100644 index 000000000..eb75a2206 Binary files /dev/null and b/res/drawable-xhdpi/divider_horizontal_bright_opaque.9.png differ diff --git a/res/drawable-xhdpi/divider_vertical_bright_opaque.9.png b/res/drawable-xhdpi/divider_vertical_bright_opaque.9.png new file mode 100644 index 000000000..eb75a2206 Binary files /dev/null and b/res/drawable-xhdpi/divider_vertical_bright_opaque.9.png differ diff --git a/res/drawable-xhdpi/ic_ab_back_holo_light.png b/res/drawable-xhdpi/ic_ab_back_holo_light.png new file mode 100644 index 000000000..ef30e5fdc Binary files /dev/null and b/res/drawable-xhdpi/ic_ab_back_holo_light.png differ diff --git a/res/drawable-xhdpi/progress_bg_holo_light.9.png b/res/drawable-xhdpi/progress_bg_holo_light.9.png new file mode 100644 index 000000000..cbd19ac4f Binary files /dev/null and b/res/drawable-xhdpi/progress_bg_holo_light.9.png differ diff --git a/res/drawable-xhdpi/progress_primary_holo_light.9.png b/res/drawable-xhdpi/progress_primary_holo_light.9.png new file mode 100644 index 000000000..e62123c4d Binary files /dev/null and b/res/drawable-xhdpi/progress_primary_holo_light.9.png differ diff --git a/res/drawable-xhdpi/progress_secondary_holo_light.9.png b/res/drawable-xhdpi/progress_secondary_holo_light.9.png new file mode 100644 index 000000000..37c6d5ff1 Binary files /dev/null and b/res/drawable-xhdpi/progress_secondary_holo_light.9.png differ diff --git a/res/drawable/checkable_selector.xml b/res/drawable/checkable_selector.xml index 93814c586..cac107b2e 100644 --- a/res/drawable/checkable_selector.xml +++ b/res/drawable/checkable_selector.xml @@ -1,19 +1,19 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_app.xml b/res/drawable/fso_type_app.xml index cd5719500..dfac60d00 100644 --- a/res/drawable/fso_type_app.xml +++ b/res/drawable/fso_type_app.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_audio.xml b/res/drawable/fso_type_audio.xml index 7dc833097..5ec1e7781 100644 --- a/res/drawable/fso_type_audio.xml +++ b/res/drawable/fso_type_audio.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_binary.xml b/res/drawable/fso_type_binary.xml index 2f48f6445..089715f27 100644 --- a/res/drawable/fso_type_binary.xml +++ b/res/drawable/fso_type_binary.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_calendar.xml b/res/drawable/fso_type_calendar.xml index f3fe3d685..318b05f9b 100644 --- a/res/drawable/fso_type_calendar.xml +++ b/res/drawable/fso_type_calendar.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_cdimage.xml b/res/drawable/fso_type_cdimage.xml index c949daa0f..a1ea80bf8 100644 --- a/res/drawable/fso_type_cdimage.xml +++ b/res/drawable/fso_type_cdimage.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_compress.xml b/res/drawable/fso_type_compress.xml index 701906f80..e64f53748 100644 --- a/res/drawable/fso_type_compress.xml +++ b/res/drawable/fso_type_compress.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_contact.xml b/res/drawable/fso_type_contact.xml index d6c6d6ba6..f87a7d5d0 100644 --- a/res/drawable/fso_type_contact.xml +++ b/res/drawable/fso_type_contact.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_database.xml b/res/drawable/fso_type_database.xml index 23e8e3ed9..09ef9d478 100644 --- a/res/drawable/fso_type_database.xml +++ b/res/drawable/fso_type_database.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_document.xml b/res/drawable/fso_type_document.xml index 334c7eae3..cd98ac538 100644 --- a/res/drawable/fso_type_document.xml +++ b/res/drawable/fso_type_document.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_ebook.xml b/res/drawable/fso_type_ebook.xml index 02ae0c576..73dcccb27 100644 --- a/res/drawable/fso_type_ebook.xml +++ b/res/drawable/fso_type_ebook.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_email.xml b/res/drawable/fso_type_email.xml index 393495e8e..b945ead56 100644 --- a/res/drawable/fso_type_email.xml +++ b/res/drawable/fso_type_email.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_executable.xml b/res/drawable/fso_type_executable.xml index 1ea973572..da0322849 100644 --- a/res/drawable/fso_type_executable.xml +++ b/res/drawable/fso_type_executable.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_feed.xml b/res/drawable/fso_type_feed.xml index e70c4cce3..06a05412c 100644 --- a/res/drawable/fso_type_feed.xml +++ b/res/drawable/fso_type_feed.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_font.xml b/res/drawable/fso_type_font.xml index 5ed448d5e..a28e384d1 100644 --- a/res/drawable/fso_type_font.xml +++ b/res/drawable/fso_type_font.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_image.xml b/res/drawable/fso_type_image.xml index c1ee8e776..1fbd6b80c 100644 --- a/res/drawable/fso_type_image.xml +++ b/res/drawable/fso_type_image.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_markup_document.xml b/res/drawable/fso_type_markup_document.xml index 4b99ee697..e2c510957 100644 --- a/res/drawable/fso_type_markup_document.xml +++ b/res/drawable/fso_type_markup_document.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_pdf.xml b/res/drawable/fso_type_pdf.xml index 76ac88b72..748fdaa83 100644 --- a/res/drawable/fso_type_pdf.xml +++ b/res/drawable/fso_type_pdf.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_presentation.xml b/res/drawable/fso_type_presentation.xml index bd6ef5670..c1aed9d7f 100644 --- a/res/drawable/fso_type_presentation.xml +++ b/res/drawable/fso_type_presentation.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_security.xml b/res/drawable/fso_type_security.xml index 48e3e9996..aaabb5291 100644 --- a/res/drawable/fso_type_security.xml +++ b/res/drawable/fso_type_security.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_shell.xml b/res/drawable/fso_type_shell.xml index ff69b465b..d7e439072 100644 --- a/res/drawable/fso_type_shell.xml +++ b/res/drawable/fso_type_shell.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_source.xml b/res/drawable/fso_type_source.xml index 143d43a6f..32702700d 100644 --- a/res/drawable/fso_type_source.xml +++ b/res/drawable/fso_type_source.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_spreadsheet.xml b/res/drawable/fso_type_spreadsheet.xml index cbf7a0672..d53d292b8 100644 --- a/res/drawable/fso_type_spreadsheet.xml +++ b/res/drawable/fso_type_spreadsheet.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_system.xml b/res/drawable/fso_type_system.xml index 084467ecd..4f17694c0 100644 --- a/res/drawable/fso_type_system.xml +++ b/res/drawable/fso_type_system.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_text.xml b/res/drawable/fso_type_text.xml index 4f28b1528..c55106454 100644 --- a/res/drawable/fso_type_text.xml +++ b/res/drawable/fso_type_text.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/fso_type_video.xml b/res/drawable/fso_type_video.xml index 7fecb88db..1b81c6f19 100644 --- a/res/drawable/fso_type_video.xml +++ b/res/drawable/fso_type_video.xml @@ -1,22 +1,22 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/holo_button_selector.xml b/res/drawable/holo_button_selector.xml new file mode 100644 index 000000000..97ebf2697 --- /dev/null +++ b/res/drawable/holo_button_selector.xml @@ -0,0 +1,29 @@ + + + + + + + + + + diff --git a/res/drawable/holo_list_selector_deselected.xml b/res/drawable/holo_list_selector_deselected.xml new file mode 100644 index 000000000..0a68e3203 --- /dev/null +++ b/res/drawable/holo_list_selector_deselected.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + diff --git a/res/drawable/holo_list_selector_deseleted.xml b/res/drawable/holo_list_selector_deseleted.xml deleted file mode 100644 index f4c10147d..000000000 --- a/res/drawable/holo_list_selector_deseleted.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/res/drawable/holo_list_selector_selected.xml b/res/drawable/holo_list_selector_selected.xml index f5b7cda24..b560c34bb 100644 --- a/res/drawable/holo_list_selector_selected.xml +++ b/res/drawable/holo_list_selector_selected.xml @@ -1,19 +1,19 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/holo_popup_selector.xml b/res/drawable/holo_popup_selector.xml new file mode 100644 index 000000000..fcda638ec --- /dev/null +++ b/res/drawable/holo_popup_selector.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + diff --git a/res/drawable/holo_selection.xml b/res/drawable/holo_selection.xml index 2be8ac50c..8b13f21c8 100644 --- a/res/drawable/holo_selection.xml +++ b/res/drawable/holo_selection.xml @@ -1,19 +1,19 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/holo_selector.xml b/res/drawable/holo_selector.xml index 38575cf9b..e9c03d5d2 100644 --- a/res/drawable/holo_selector.xml +++ b/res/drawable/holo_selector.xml @@ -1,19 +1,19 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/holo_selector_nonfocusable.xml b/res/drawable/holo_selector_nonfocusable.xml index e5ea90e49..ab161cdb4 100644 --- a/res/drawable/holo_selector_nonfocusable.xml +++ b/res/drawable/holo_selector_nonfocusable.xml @@ -1,19 +1,19 @@ - + + - \ No newline at end of file + diff --git a/res/drawable/progress_horizontal_holo_light.xml b/res/drawable/progress_horizontal_holo_light.xml new file mode 100644 index 000000000..3dfe32185 --- /dev/null +++ b/res/drawable/progress_horizontal_holo_light.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + diff --git a/res/layout-land/theme_view.xml b/res/layout-land/theme_view.xml new file mode 100644 index 000000000..93772ec15 --- /dev/null +++ b/res/layout-land/theme_view.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + diff --git a/res/layout/editor.xml b/res/layout/editor.xml index d24f9fbb3..af78d622a 100644 --- a/res/layout/editor.xml +++ b/res/layout/editor.xml @@ -15,6 +15,7 @@ --> @@ -80,4 +81,4 @@ - \ No newline at end of file + diff --git a/res/layout/execution_dialog.xml b/res/layout/execution_dialog.xml index 4831d9c59..b6adc0c80 100644 --- a/res/layout/execution_dialog.xml +++ b/res/layout/execution_dialog.xml @@ -26,6 +26,7 @@ android:layout_height="wrap_content" android:orientation="horizontal"> - \ No newline at end of file + diff --git a/res/layout/filesystem_info_dialog.xml b/res/layout/filesystem_info_dialog.xml index 00b5541bf..b5c0aa81b 100644 --- a/res/layout/filesystem_info_dialog.xml +++ b/res/layout/filesystem_info_dialog.xml @@ -26,6 +26,7 @@ android:orientation="vertical" > @@ -42,7 +43,9 @@ android:textAllCaps="true" android:textAppearance="@style/primary_text_appearance" /> - + - + @@ -86,6 +91,7 @@ android:layout_marginRight="@dimen/extra_large_margin" > - \ No newline at end of file + diff --git a/res/layout/fso_properties_dialog.xml b/res/layout/fso_properties_dialog.xml index 13cd1260f..65c962fff 100644 --- a/res/layout/fso_properties_dialog.xml +++ b/res/layout/fso_properties_dialog.xml @@ -25,6 +25,7 @@ android:layout_height="wrap_content" > @@ -40,7 +41,9 @@ android:textAllCaps="true" android:textAppearance="@style/primary_text_appearance" /> - + - + @@ -84,6 +89,7 @@ android:layout_marginRight="@dimen/extra_large_margin" > - - - @@ -314,6 +309,7 @@ android:layout_marginRight="@dimen/extra_large_margin" > - + @@ -384,6 +383,7 @@ android:textAppearance="@style/primary_text_appearance" /> - \ No newline at end of file + diff --git a/res/layout/menu_item.xml b/res/layout/menu_item.xml index 5a9112b13..762ec28cc 100644 --- a/res/layout/menu_item.xml +++ b/res/layout/menu_item.xml @@ -14,10 +14,13 @@ limitations under the License. --> + + android:layout_height="48dp" + android:background="@drawable/holo_list_selector_deselected" > - \ No newline at end of file + diff --git a/res/layout/menu_item_separator.xml b/res/layout/menu_item_separator.xml index 6c9010dad..90d12e315 100644 --- a/res/layout/menu_item_separator.xml +++ b/res/layout/menu_item_separator.xml @@ -14,13 +14,16 @@ limitations under the License. --> + + android:layout_height="0.75dp"> - \ No newline at end of file + diff --git a/res/layout/message_progress_dialog.xml b/res/layout/message_progress_dialog.xml index b30fb1974..2665c9a0a 100644 --- a/res/layout/message_progress_dialog.xml +++ b/res/layout/message_progress_dialog.xml @@ -57,6 +57,6 @@ android:text="@null" android:textAppearance="@style/secondary_text_appearance" android:textStyle="normal" - android:layout_marginBottom="@dimen/extra_margin" /> + android:paddingBottom="@dimen/extra_margin" /> diff --git a/res/layout/navigation.xml b/res/layout/navigation.xml index d1ab805c2..f77033c71 100644 --- a/res/layout/navigation.xml +++ b/res/layout/navigation.xml @@ -34,6 +34,7 @@ android:id="@+id/navigation_selectionbar" android:layout_width="match_parent" android:layout_height="@dimen/small_row_height" + android:background="@drawable/bg_holo_selectionbar" android:visibility="invisible" /> diff --git a/res/layout/navigation_view_details_item.xml b/res/layout/navigation_view_details_item.xml index 243fdeaa7..0422155c6 100644 --- a/res/layout/navigation_view_details_item.xml +++ b/res/layout/navigation_view_details_item.xml @@ -18,7 +18,7 @@ android:id="@+id/navigation_view_details_item" android:layout_width="match_parent" android:layout_height="@dimen/default_row_height" - android:background="@drawable/holo_list_selector_deseleted" > + android:background="@drawable/holo_list_selector_deselected" > + android:background="@drawable/holo_list_selector_deselected" > + + android:background="@drawable/holo_list_selector_deselected" > + + + + + + + + + + + diff --git a/res/layout/theme_selector_preference.xml b/res/layout/theme_selector_preference.xml new file mode 100644 index 000000000..d7118f4af --- /dev/null +++ b/res/layout/theme_selector_preference.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + +