OSDN Git Service

cmfm: delete obsolete themes resources
authorJorge Ruesga <jorge@ruesga.com>
Thu, 19 Mar 2015 11:45:54 +0000 (12:45 +0100)
committerGerrit Code Review <gerrit@cyanogenmod.org>
Thu, 19 Mar 2015 23:08:56 +0000 (23:08 +0000)
Change-Id: I3fc24f739b16ab6104a4349f0c8efe0eff790fbd
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
196 files changed:
Android.mk
AndroidManifest.xml
res/xml/preferences_editor_color_scheme.xml
res/xml/preferences_themes.xml [deleted file]
src/com/cyanogenmod/filemanager/activities/EditorActivity.java
src/com/cyanogenmod/filemanager/activities/preferences/EditorSHColorSchemePreferenceFragment.java
src/com/cyanogenmod/filemanager/activities/preferences/ThemesPreferenceFragment.java [deleted file]
src/com/cyanogenmod/filemanager/preferences/FileManagerSettings.java
src/com/cyanogenmod/filemanager/ui/preferences/ThemeRoulette.java [deleted file]
src/com/cyanogenmod/filemanager/ui/preferences/ThemeSelectorPreference.java [deleted file]
src/com/cyanogenmod/filemanager/ui/preferences/ThemeView.java [deleted file]
themes/README.md [deleted file]
themes/res/drawable-hdpi/btn_material_dark_check_off_normal.png [deleted file]
themes/res/drawable-hdpi/btn_material_dark_check_on_normal.png [deleted file]
themes/res/drawable-hdpi/btn_material_dark_check_on_normal_inverted.png [deleted file]
themes/res/drawable-hdpi/divider_horizontal_dark_opaque.9.png [deleted file]
themes/res/drawable-hdpi/divider_vertical_dark_opaque.9.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_accept.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_bookmarks.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_close.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_config.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_contextual_action.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_copy.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_delete.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_expander_close.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_expander_open.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_filesystem.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_fs_locked.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_fs_unlocked.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_fs_warning.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_history.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_home.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_layout.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_navigation_drawer.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_overflow.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_print.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_remote.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_save.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_sdcard.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_search.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_secure.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_settings.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_sort_alphabetically.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_tab.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_usb.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_user_defined_bookmark.png [deleted file]
themes/res/drawable-hdpi/ic_material_dark_view.png [deleted file]
themes/res/drawable-hdpi/progress_bg_material_dark.9.png [deleted file]
themes/res/drawable-hdpi/progress_primary_material_dark.9.png [deleted file]
themes/res/drawable-hdpi/progress_secondary_material_dark.9.png [deleted file]
themes/res/drawable-mdpi/btn_material_dark_check_off_normal.png [deleted file]
themes/res/drawable-mdpi/btn_material_dark_check_on_normal.png [deleted file]
themes/res/drawable-mdpi/btn_material_dark_check_on_normal_inverted.png [deleted file]
themes/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png [deleted file]
themes/res/drawable-mdpi/divider_vertical_dark_opaque.9.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_accept.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_bookmarks.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_close.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_config.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_contextual_action.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_copy.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_delete.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_expander_close.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_expander_open.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_filesystem.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_fs_locked.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_fs_unlocked.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_fs_warning.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_history.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_home.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_layout.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_navigation_drawer.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_overflow.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_print.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_remote.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_save.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_sdcard.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_search.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_secure.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_settings.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_sort_alphabetically.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_tab.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_usb.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_user_defined_bookmark.png [deleted file]
themes/res/drawable-mdpi/ic_material_dark_view.png [deleted file]
themes/res/drawable-mdpi/progress_bg_material_dark.9.png [deleted file]
themes/res/drawable-mdpi/progress_primary_material_dark.9.png [deleted file]
themes/res/drawable-mdpi/progress_secondary_material_dark.9.png [deleted file]
themes/res/drawable-nodpi/dark_background.9.png [deleted file]
themes/res/drawable-nodpi/dark_background_disabled.9.png [deleted file]
themes/res/drawable-nodpi/dark_popup_background.9.png [deleted file]
themes/res/drawable-nodpi/dark_selectionbar.9.png [deleted file]
themes/res/drawable-nodpi/dark_statusbar.9.png [deleted file]
themes/res/drawable-nodpi/dark_theme_no_preview.png [deleted file]
themes/res/drawable-nodpi/dark_theme_preview.png [deleted file]
themes/res/drawable-nodpi/dark_titlebar.9.png [deleted file]
themes/res/drawable-xhdpi/btn_material_dark_check_off_normal.png [deleted file]
themes/res/drawable-xhdpi/btn_material_dark_check_on_normal.png [deleted file]
themes/res/drawable-xhdpi/btn_material_dark_check_on_normal_inverted.png [deleted file]
themes/res/drawable-xhdpi/divider_horizontal_dark_opaque.9.png [deleted file]
themes/res/drawable-xhdpi/divider_vertical_dark_opaque.9.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_accept.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_bookmarks.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_close.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_config.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_contextual_action.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_copy.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_delete.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_expander_close.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_expander_open.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_filesystem.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_fs_locked.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_fs_unlocked.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_fs_warning.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_history.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_home.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_layout.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_navigation_drawer.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_overflow.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_print.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_remote.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_save.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_sdcard.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_search.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_secure.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_settings.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_sort_alphabetically.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_tab.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_usb.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_user_defined_bookmark.png [deleted file]
themes/res/drawable-xhdpi/ic_material_dark_view.png [deleted file]
themes/res/drawable-xhdpi/progress_bg_material_dark.9.png [deleted file]
themes/res/drawable-xhdpi/progress_primary_material_dark.9.png [deleted file]
themes/res/drawable-xhdpi/progress_secondary_material_dark.9.png [deleted file]
themes/res/drawable-xxhdpi/ic_material_dark_delete.png [deleted file]
themes/res/drawable-xxhdpi/ic_material_dark_navigation_drawer.png [deleted file]
themes/res/drawable-xxhdpi/ic_material_dark_print.png [deleted file]
themes/res/drawable-xxhdpi/ic_material_dark_remote.png [deleted file]
themes/res/drawable-xxhdpi/ic_material_dark_secure.png [deleted file]
themes/res/drawable-xxhdpi/ic_material_dark_settings.png [deleted file]
themes/res/drawable/dark_checkable_selector.xml [deleted file]
themes/res/drawable/dark_material_button_selector.xml [deleted file]
themes/res/drawable/dark_material_list_selector_deselected.xml [deleted file]
themes/res/drawable/dark_material_list_selector_selected.xml [deleted file]
themes/res/drawable/dark_material_popup_selector.xml [deleted file]
themes/res/drawable/dark_material_selection.xml [deleted file]
themes/res/drawable/dark_progress_horizontal_material.xml [deleted file]
themes/res/values-af/strings.xml [deleted file]
themes/res/values-ar/strings.xml [deleted file]
themes/res/values-ast-rES/strings.xml [deleted file]
themes/res/values-az-rAZ/strings.xml [deleted file]
themes/res/values-bn-rBD/strings.xml [deleted file]
themes/res/values-ca/strings.xml [deleted file]
themes/res/values-cs/strings.xml [deleted file]
themes/res/values-da/strings.xml [deleted file]
themes/res/values-de/strings.xml [deleted file]
themes/res/values-el/strings.xml [deleted file]
themes/res/values-en-rAU/strings.xml [deleted file]
themes/res/values-es/strings.xml [deleted file]
themes/res/values-et-rEE/strings.xml [deleted file]
themes/res/values-eu-rES/strings.xml [deleted file]
themes/res/values-fi/strings.xml [deleted file]
themes/res/values-fr/strings.xml [deleted file]
themes/res/values-gl-rES/strings.xml [deleted file]
themes/res/values-hr/strings.xml [deleted file]
themes/res/values-hu/strings.xml [deleted file]
themes/res/values-in/strings.xml [deleted file]
themes/res/values-it/strings.xml [deleted file]
themes/res/values-iw/strings.xml [deleted file]
themes/res/values-ja/strings.xml [deleted file]
themes/res/values-ko/strings.xml [deleted file]
themes/res/values-ku/strings.xml [deleted file]
themes/res/values-lb/strings.xml [deleted file]
themes/res/values-lt/strings.xml [deleted file]
themes/res/values-lv/strings.xml [deleted file]
themes/res/values-nb/strings.xml [deleted file]
themes/res/values-nl/strings.xml [deleted file]
themes/res/values-pl/strings.xml [deleted file]
themes/res/values-pt-rBR/strings.xml [deleted file]
themes/res/values-pt-rPT/strings.xml [deleted file]
themes/res/values-ro/strings.xml [deleted file]
themes/res/values-ru/strings.xml [deleted file]
themes/res/values-si-rLK/strings.xml [deleted file]
themes/res/values-sk/strings.xml [deleted file]
themes/res/values-sr/strings.xml [deleted file]
themes/res/values-sv/strings.xml [deleted file]
themes/res/values-th/strings.xml [deleted file]
themes/res/values-tr/strings.xml [deleted file]
themes/res/values-uk/strings.xml [deleted file]
themes/res/values-zh-rCN/strings.xml [deleted file]
themes/res/values-zh-rHK/strings.xml [deleted file]
themes/res/values-zh-rTW/strings.xml [deleted file]
themes/res/values/dark_theme.xml [deleted file]
themes/res/values/strings.xml [deleted file]
themes/res/values/themes.xml [deleted file]
themes/src/com/cyanogenmod/filemanager/themes/ThemeActivity.java [deleted file]

index f300721..b86ad9c 100644 (file)
@@ -18,19 +18,12 @@ LOCAL_PATH := $(call my-dir)
 include $(CLEAR_VARS)
 
 LOCAL_SRC_FILES := $(call all-subdir-java-files)
-LOCAL_SRC_FILES += $(call all-java-files-under, themes/src)
 LOCAL_SRC_FILES += $(call all-java-files-under, libs/android-syntax-highlight/src)
 LOCAL_SRC_FILES += $(call all-java-files-under, libs/color-picker-view/src)
 
-LOCAL_AAPT_FLAGS := --auto-add-overlay
-
 LOCAL_STATIC_JAVA_LIBRARIES += libtruezip
 LOCAL_STATIC_JAVA_LIBRARIES += android-support-v4
 
-LOCAL_RESOURCE_DIR += $(addprefix $(LOCAL_PATH)/, themes/res res)
-
-LOCAL_AAPT_INCLUDE_ALL_RESOURCES := true
-
 LOCAL_PACKAGE_NAME := CMFileManager
 LOCAL_CERTIFICATE := platform
 LOCAL_PROGUARD_FLAG_FILES := proguard.flags
index 82f420f..ba672a0 100644 (file)
     </activity>
 
     <activity
-      android:name=".themes.ThemeActivity"
-      android:label="@string/app_name"
-      android:permission="com.cyanogenmod.filemanager.permissions.READ_THEME"
-      android:exported="true">
-      <intent-filter>
-        <action android:name="com.cyanogenmod.filemanager.actions.MAIN_THEME" />
-        <category android:name="com.cyanogenmod.filemanager.categories.THEME" />
-      </intent-filter>
-    </activity>
-
-    <activity
       android:name=".console.secure.SecureStorageKeyPromptDialog$SecureStorageKeyPromptActivity"
       android:label="@string/app_name"
       android:uiOptions="none"
index ef06936..3d5e638 100644 (file)
 <PreferenceScreen
   xmlns:android="http://schemas.android.com/apk/res/android">
 
-    <!-- Use default theme color scheme -->
-    <SwitchPreference
-      android:key="cm_filemanager_editor_sh_use_theme_default"
-      android:title="@string/pref_syntax_sh_use_theme_default"
-      android:summary="@string/pref_syntax_sh_use_theme_default_desc"
-      android:persistent="true"
-      android:defaultValue="true" />
-
     <!-- Editor behaviour -->
     <PreferenceCategory
       android:key="editor_sh_items_category"
diff --git a/res/xml/preferences_themes.xml b/res/xml/preferences_themes.xml
deleted file mode 100644 (file)
index d4b3040..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2012 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<PreferenceScreen
-  xmlns:android="http://schemas.android.com/apk/res/android">
-
-    <!-- Search Results -->
-    <PreferenceCategory
-      android:key="themes_selection"
-      android:title="@string/pref_themes_selection_category">
-
-      <!-- Themes selector -->
-      <com.cyanogenmod.filemanager.ui.preferences.ThemeSelectorPreference
-        android:key="cm_filemanager_theme"
-        android:persistent="true"
-        android:defaultValue="com.cyanogenmod.filemanager:light" />
-
-    </PreferenceCategory>
-
-</PreferenceScreen>
index ad38f3a..9e42def 100644 (file)
@@ -26,7 +26,6 @@ import android.content.DialogInterface.OnClickListener;
 import android.content.Intent;
 import android.content.IntentFilter;
 import android.content.res.Configuration;
-import android.graphics.Color;
 import android.graphics.Typeface;
 import android.graphics.drawable.Drawable;
 import android.net.Uri;
@@ -184,8 +183,7 @@ public class EditorActivity extends Activity implements TextWatcher {
                                 });
                             }
 
-                        } else if (key.compareTo(FileManagerSettings.SETTINGS_EDITOR_SH_USE_THEME_DEFAULT.getId()) == 0 ||
-                                   key.compareTo(FileManagerSettings.SETTINGS_EDITOR_SH_COLOR_SCHEME.getId()) == 0 ) {
+                        } else if (key.compareTo(FileManagerSettings.SETTINGS_EDITOR_SH_COLOR_SCHEME.getId()) == 0 ) {
                             // Ignore in binary files
                             if (activity.mBinary) return;
 
@@ -415,11 +413,6 @@ public class EditorActivity extends Activity implements TextWatcher {
         public int getColor(String id, String resid, int def) {
             final Context ctx = EditorActivity.this;
             try {
-                // Is default theme color scheme enabled?
-                if (isDefaultThemeColorScheme()) {
-                    return ThemeManager.getCurrentTheme(ctx).getColor(ctx, resid);
-                }
-
                 // Use the user-defined settings
                 int[] colors = getUserColorScheme();
                 HighlightColors[] schemeColors = HighlightColors.values();
@@ -445,20 +438,6 @@ public class EditorActivity extends Activity implements TextWatcher {
         }
 
         /**
-         * Method that returns if we should return the default theme color scheme or not
-         *
-         * @return boolean Whether return the default theme color scheme or not
-         */
-        private boolean isDefaultThemeColorScheme() {
-            Boolean defaultValue =
-                    (Boolean)FileManagerSettings.
-                                SETTINGS_EDITOR_SH_USE_THEME_DEFAULT.getDefaultValue();
-            return Preferences.getSharedPreferences().getBoolean(
-                        FileManagerSettings.SETTINGS_EDITOR_SH_USE_THEME_DEFAULT.getId(),
-                        defaultValue.booleanValue());
-        }
-
-        /**
          * Method that returns the user-defined color scheme
          *
          * @return int[] The user-defined color scheme
index e2b8f15..03f8eb2 100644 (file)
@@ -22,7 +22,6 @@ import android.os.Bundle;
 import android.preference.Preference;
 import android.preference.Preference.OnPreferenceChangeListener;
 import android.preference.Preference.OnPreferenceClickListener;
-import android.preference.SwitchPreference;
 import android.text.TextUtils;
 import android.util.Log;
 
@@ -45,7 +44,6 @@ public class EditorSHColorSchemePreferenceFragment extends TitlePreferenceFragme
 
     private static final String KEY_RESET_COLOR_SCHEME = "ash_reset_color_scheme"; //$NON-NLS-1$
 
-    private SwitchPreference mUseThemeDefault;
     private Preference mResetColorScheme;
     private ColorPickerPreference[] mColorScheme;
 
@@ -68,13 +66,7 @@ public class EditorSHColorSchemePreferenceFragment extends TitlePreferenceFragme
                             String.valueOf(newValue)));
             }
 
-            // Use theme default
-            if (key.compareTo(
-                    FileManagerSettings.SETTINGS_EDITOR_SH_USE_THEME_DEFAULT.getId()) == 0) {
-                boolean enabled = ((Boolean)newValue).booleanValue();
-                setColorSchemeEnabled(!enabled);
-
-            } else if (isColorSchemePreference(preference)) {
+            if (isColorSchemePreference(preference)) {
                 // Unify the color schemes property. Save the property here
                 int color = ((Integer)newValue).intValue();
                 try {
@@ -134,24 +126,10 @@ public class EditorSHColorSchemePreferenceFragment extends TitlePreferenceFragme
         // Color scheme (need to resolver color scheme prior to use theme default)
         loadDefaultColorScheme(false);
 
-        // Use Theme default
-        this.mUseThemeDefault =
-                (SwitchPreference)findPreference(
-                        FileManagerSettings.SETTINGS_EDITOR_SH_USE_THEME_DEFAULT.getId());
-        Boolean defaultValue = ((Boolean)FileManagerSettings.
-                SETTINGS_EDITOR_SH_USE_THEME_DEFAULT.getDefaultValue());
-        Boolean value =
-                Boolean.valueOf(
-                        Preferences.getSharedPreferences().getBoolean(
-                            FileManagerSettings.SETTINGS_EDITOR_SH_USE_THEME_DEFAULT.getId(),
-                            defaultValue.booleanValue()));
-
         // Reset to default theme color scheme
         this.mResetColorScheme = findPreference(KEY_RESET_COLOR_SCHEME);
 
         // Now the listeners
-        this.mOnChangeListener.onPreferenceChange(this.mUseThemeDefault, value);
-        this.mUseThemeDefault.setOnPreferenceChangeListener(this.mOnChangeListener);
         this.mResetColorScheme.setOnPreferenceClickListener(this.mOnClickListener);
 
         // Loaded
@@ -202,20 +180,6 @@ public class EditorSHColorSchemePreferenceFragment extends TitlePreferenceFragme
     }
 
     /**
-     * Method that set the enabled status of the color schemes preferences
-     *
-     * @param enable If the color scheme preferences should be enabled or not.
-     * @hide
-     */
-    void setColorSchemeEnabled(final boolean enable) {
-        int cc = this.mColorScheme.length;
-        for (int i = 0; i < cc; i++) {
-            this.mColorScheme[i].setEnabled(enable);
-        }
-        this.mResetColorScheme.setEnabled(enable);
-    }
-
-    /**
      * Method that set a color scheme (use setting or theme default)
      *
      * @param color The color reference
diff --git a/src/com/cyanogenmod/filemanager/activities/preferences/ThemesPreferenceFragment.java b/src/com/cyanogenmod/filemanager/activities/preferences/ThemesPreferenceFragment.java
deleted file mode 100644 (file)
index abb0d94..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-/*
- * Copyright (C) 2012 The CyanogenMod Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package com.cyanogenmod.filemanager.activities.preferences;
-
-import android.content.Context;
-import android.os.Bundle;
-import android.preference.Preference;
-import android.preference.Preference.OnPreferenceChangeListener;
-import android.util.Log;
-
-import com.cyanogenmod.filemanager.R;
-import com.cyanogenmod.filemanager.preferences.FileManagerSettings;
-import com.cyanogenmod.filemanager.preferences.Preferences;
-import com.cyanogenmod.filemanager.ui.preferences.ThemeSelectorPreference;
-
-/**
- * A class that manages the theme selection
- */
-public class ThemesPreferenceFragment extends TitlePreferenceFragment {
-
-    private static final String TAG = "ThemesPreferenceFragment"; //$NON-NLS-1$
-
-    private static final boolean DEBUG = false;
-
-    private ThemeSelectorPreference mThemeSelector;
-
-    private final OnPreferenceChangeListener mOnChangeListener =
-            new OnPreferenceChangeListener() {
-        @Override
-        public boolean onPreferenceChange(Preference preference, Object newValue) {
-            String key = preference.getKey();
-            if (DEBUG) {
-                Log.d(TAG,
-                    String.format("New value for %s: %s",  //$NON-NLS-1$
-                            key,
-                            String.valueOf(newValue)));
-            }
-            return true;
-        }
-    };
-
-    /**
-     * {@inheritDoc}
-     */
-    @Override
-    public void onCreate(Bundle savedInstanceState) {
-        super.onCreate(savedInstanceState);
-
-        // Change the preference manager
-        getPreferenceManager().setSharedPreferencesName(Preferences.SETTINGS_FILENAME);
-        getPreferenceManager().setSharedPreferencesMode(Context.MODE_PRIVATE);
-
-        // Add the preferences
-        addPreferencesFromResource(R.xml.preferences_themes);
-        getActivity().getActionBar().setIcon(R.drawable.ic_launcher_themes);
-
-        // Theme selector
-        this.mThemeSelector =
-                (ThemeSelectorPreference)findPreference(
-                        FileManagerSettings.SETTINGS_THEME.getId());
-        this.mThemeSelector.setOnPreferenceChangeListener(this.mOnChangeListener);
-    }
-
-    /**
-     * {@inheritDoc}
-     */
-    @Override
-    public CharSequence getTitle() {
-        return getString(R.string.pref_themes);
-    }
-}
index e51cef4..06e3c59 100644 (file)
@@ -185,13 +185,6 @@ public enum FileManagerSettings {
      * When to editor should use the default color scheme of the theme for syntax highlight
      * @hide
      */
-    SETTINGS_EDITOR_SH_USE_THEME_DEFAULT(
-            "cm_filemanager_editor_sh_use_theme_default", Boolean.TRUE), //$NON-NLS-1$
-
-    /**
-     * When to editor should use the default color scheme of the theme for syntax highlight
-     * @hide
-     */
     SETTINGS_EDITOR_SH_COLOR_SCHEME(
             "cm_filemanager_editor_sh_color_scheme", ""), //$NON-NLS-1$ //$NON-NLS-2$
 
diff --git a/src/com/cyanogenmod/filemanager/ui/preferences/ThemeRoulette.java b/src/com/cyanogenmod/filemanager/ui/preferences/ThemeRoulette.java
deleted file mode 100644 (file)
index c64169c..0000000
+++ /dev/null
@@ -1,359 +0,0 @@
-/*
- * Copyright (C) 2012 The CyanogenMod Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package com.cyanogenmod.filemanager.ui.preferences;
-
-import android.content.Context;
-import android.graphics.Paint;
-import android.graphics.drawable.Drawable;
-import android.util.AttributeSet;
-import android.view.MotionEvent;
-import android.view.View;
-import android.view.ViewGroup;
-import android.widget.HorizontalScrollView;
-import android.widget.ImageView;
-import android.widget.LinearLayout;
-import android.widget.TextView;
-
-import com.cyanogenmod.filemanager.R;
-import com.cyanogenmod.filemanager.ui.ThemeManager.Theme;
-
-import java.util.List;
-
-/**
- * A view that allow view all installed themes by scrolling horizontally.
- */
-public class ThemeRoulette extends HorizontalScrollView {
-
-    /**
-     * An interface for raise theme selection events
-     */
-    public interface OnThemeScrollSelectionListener {
-        /**
-         * Method invoked when the scroll selection of a theme start
-         */
-        void onScrollSelectionStart();
-        /**
-         * Method invoked when a new scroll selection of a theme was made
-         *
-         * @param theme The new theme
-         */
-        void onScrollSelectionChanged(Theme theme);
-    }
-
-    /**
-     * @hide
-     */
-    ViewGroup mRouletteLayout;
-    private View mSpacer1;
-    private View mSpacer2;
-
-    /**
-     * @hide
-     */
-    int mSpacerWidth;
-    /**
-     * @hide
-     */
-    int mThemeWidth;
-
-    /**
-     * @hide
-     */
-    int mCurrentThemePosition;
-
-    /**
-     * @hide
-     */
-    OnThemeScrollSelectionListener mOnThemeScrollSelectionListener;
-
-    /**
-     * Constructor of <code>ThemeRoulette</code>.
-     *
-     * @param context The current context
-     */
-    public ThemeRoulette(Context context) {
-        super(context);
-        init();
-    }
-
-    /**
-     * Constructor of <code>ThemeRoulette</code>.
-     *
-     * @param context The current context
-     * @param attrs The attributes of the XML tag that is inflating the view.
-     */
-    public ThemeRoulette(Context context, AttributeSet attrs) {
-        super(context, attrs);
-        init();
-    }
-
-    /**
-     * Constructor of <code>ThemeRoulette</code>.
-     *
-     * @param context The current context
-     * @param attrs The attributes of the XML tag that is inflating the view.
-     * @param defStyle The default style to apply to this view. If 0, no style
-     *        will be applied (beyond what is included in the theme). This may
-     *        either be an attribute resource, whose value will be retrieved
-     *        from the current theme, or an explicit style resource.
-     */
-    public ThemeRoulette(Context context, AttributeSet attrs, int defStyle) {
-        super(context, attrs, defStyle);
-        init();
-    }
-
-    /**
-     * Method that initializes the view
-     */
-    private void init() {
-        this.mRouletteLayout = (ViewGroup)inflate(getContext(), R.layout.theme_roulette, null);
-        this.mRouletteLayout.setLayoutParams(
-                new LinearLayout.LayoutParams(
-                        ViewGroup.LayoutParams.WRAP_CONTENT,
-                        ViewGroup.LayoutParams.MATCH_PARENT));
-        this.mSpacer1 = this.mRouletteLayout.findViewById(R.id.spacer1);
-        this.mSpacer2 = this.mRouletteLayout.findViewById(R.id.spacer2);
-        addView(this.mRouletteLayout);
-
-        this.mCurrentThemePosition = -1;
-
-        setSmoothScrollingEnabled(false);
-    }
-
-    /**
-     * Method that sets the listener where return theme scroll selection changes
-     *
-     * @param onThemeScrollSelectionListener The listener
-     */
-    public void setOnThemeScrollSelectionListener(
-            OnThemeScrollSelectionListener onThemeScrollSelectionListener) {
-        this.mOnThemeScrollSelectionListener = onThemeScrollSelectionListener;
-    }
-
-    /**
-     * {@inheritDoc}
-     */
-    @Override
-    protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
-        int parentWidth = MeasureSpec.getSize(widthMeasureSpec);
-        int parentHeight = MeasureSpec.getSize(heightMeasureSpec);
-        this.setMeasuredDimension(parentWidth, parentHeight);
-        super.onMeasure(widthMeasureSpec, heightMeasureSpec);
-
-        int mw = (int)getResources().getDimension(R.dimen.theme_max_width);
-        int w =  (int)(getWidth() / 1.5);
-        this.mSpacerWidth = (getWidth() - Math.min(w, mw)) / 2;
-        this.mSpacer1.getLayoutParams().width = this.mSpacerWidth;
-        this.mSpacer2.getLayoutParams().width = this.mSpacerWidth;
-    }
-
-    /**
-     * {@inheritDoc}
-     */
-    @Override
-    public boolean onTouchEvent(MotionEvent ev) {
-
-        // Detect the motion
-        int action = ev.getAction();
-        switch (action & MotionEvent.ACTION_MASK) {
-        case MotionEvent.ACTION_DOWN:
-            break;
-
-        case MotionEvent.ACTION_MOVE:
-            if (this.mOnThemeScrollSelectionListener != null) {
-                this.mOnThemeScrollSelectionListener.onScrollSelectionStart();
-            }
-            break;
-
-        case MotionEvent.ACTION_CANCEL:
-        case MotionEvent.ACTION_UP:
-            post(new Runnable() {
-                @Override
-                public void run() {
-                    int themeViewPosition = getVisibleThemeViewPosition();
-                    if (themeViewPosition >= 1) {
-                        ThemeRoulette.this.mCurrentThemePosition = themeViewPosition;
-                        scrollToThemePosition(themeViewPosition, true);
-                    }
-                }
-            });
-            break;
-        }
-        return super.onTouchEvent(ev);
-    }
-
-    /**
-     * Method that sets the themes of this roulette
-     *
-     * @param themes The themes of this roulette
-     * @param currentTheme The current theme
-     * @param scrollTo The theme to scroll to
-     */
-    public void setThemes(List<Theme> themes, Theme currentTheme, final int scrollTo) {
-        int cc = themes.size();
-        int pos = -1;
-        for (int i = 0; i < cc; i++) {
-            Theme theme = themes.get(i);
-            addTheme(this.mRouletteLayout, theme);
-            if (theme.compareTo(currentTheme) == 0) {
-                pos = i + 1;
-            }
-        }
-
-        // If the theme is found
-        if (pos != -1) {
-            final int childPos = pos;
-            post(new Runnable() {
-                @Override
-                public void run() {
-                    ThemeRoulette.this.mCurrentThemePosition =
-                            (scrollTo > 0) ? scrollTo : childPos;
-                    scrollToThemePosition(ThemeRoulette.this.mCurrentThemePosition, false);
-                    markThemeAsDefault(childPos);
-                }
-            });
-        }
-    }
-
-    /**
-     * Method that adds a theme to the roulette
-     *
-     * @param root The root view
-     * @param theme The theme to add
-     */
-    private void addTheme(ViewGroup root, Theme theme) {
-        // Create the layout and assign its theme
-        ThemeView v = (ThemeView)inflate(getContext(), R.layout.theme_view, null);
-        int mw = (int)getResources().getDimension(R.dimen.theme_max_width);
-        int w =  (int)(getWidth() / 1.5);
-        this.mThemeWidth = Math.min(w, mw);
-        v.setLayoutParams(
-                new LinearLayout.LayoutParams(
-                        this.mThemeWidth,
-                        ViewGroup.LayoutParams.MATCH_PARENT));
-        v.setTag(theme);
-
-        // Set the view info
-        TextView name = (TextView)v.findViewById(R.id.theme_name);
-        name.setText(theme.getName());
-        TextView author = (TextView)v.findViewById(R.id.theme_author);
-        author.setText(theme.getAuthor());
-        TextView desc = (TextView)v.findViewById(R.id.theme_desc);
-        desc.setText(theme.getDescription());
-        ImageView preview = (ImageView)v.findViewById(R.id.theme_preview);
-        preview.setContentDescription(theme.getName());
-        Drawable dw = theme.getPreviewImage(getContext());
-        if (dw != null) {
-            preview.setImageDrawable(dw);
-        } else {
-            dw = theme.getNoPreviewImage(getContext());
-            preview.setImageDrawable(dw);
-        }
-
-        // Add to the end of the roulette
-        root.addView(v, root.getChildCount()-1);
-    }
-
-    /**
-     * Method that returns the visible theme view position, based on the position
-     * on the screen (the most centered is the current view)
-     *
-     * @return int The visible theme view position
-     * @hide
-     */
-    int getVisibleThemeViewPosition() {
-        int[] rouletteSize = new int[2];
-        this.getLocationOnScreen(rouletteSize);
-        int x = rouletteSize[0] + (this.getWidth() / 2);
-        int width = 0;
-
-        int[] location = new int[2];
-        int cc = this.mRouletteLayout.getChildCount()-1;
-        for (int i = 1; i < cc; i++) {
-            View v = this.mRouletteLayout.getChildAt(i);
-            if (v instanceof ThemeView) {
-                v.getLocationOnScreen(location);
-                width = v.getWidth();
-                if (location[0] <= x && x <= (location[0] + width)) {
-                   return  i;
-                }
-            }
-        }
-        return -1;
-    }
-
-    /**
-     * Method that scroll to the theme position
-     *
-     * @param position The position where to scroll
-     * @param smooth Use a smooth scroll to position
-     * @hide
-     */
-    void scrollToThemePosition(int position, boolean smooth) {
-        if (position <= 0) return;
-        int x = 0;
-        if (position > 1) {
-            x += ThemeRoulette.this.mThemeWidth * (position - 1);
-        }
-        if (smooth) {
-            smoothScrollTo(x, 0);
-        } else {
-            scrollTo(x, 0);
-        }
-
-        // Notify the change
-        if (ThemeRoulette.this.mOnThemeScrollSelectionListener != null) {
-            ThemeView v =
-                    (ThemeView)ThemeRoulette.this.mRouletteLayout.
-                            getChildAt(position);
-            ThemeRoulette.this.
-                mOnThemeScrollSelectionListener.
-                    onScrollSelectionChanged((Theme)v.getTag());
-        }
-    }
-
-    /**
-     * Method that mark the current visible theme as the default
-     */
-    void markCurrentVisibleThemeAsDefault() {
-       int position = getVisibleThemeViewPosition();
-       if (position >= 1) {
-           markThemeAsDefault(position);
-       }
-    }
-
-    /**
-     * Method that mark the theme as the default
-     *
-     * @param position The position of the theme
-     */
-    void markThemeAsDefault(int position) {
-        int cc = this.mRouletteLayout.getChildCount()-1;
-        for (int i = 1; i < cc; i++) {
-            ThemeView v =
-                    (ThemeView)ThemeRoulette.this.mRouletteLayout.
-                            getChildAt(i);
-            if (i == position) {
-                v.getName().setPaintFlags(
-                        v.getName().getPaintFlags() | Paint.UNDERLINE_TEXT_FLAG);
-            } else {
-                v.getName().setPaintFlags(
-                        v.getName().getPaintFlags() & ~Paint.UNDERLINE_TEXT_FLAG);
-            }
-        }
-    }
-}
diff --git a/src/com/cyanogenmod/filemanager/ui/preferences/ThemeSelectorPreference.java b/src/com/cyanogenmod/filemanager/ui/preferences/ThemeSelectorPreference.java
deleted file mode 100644 (file)
index 164ec6e..0000000
+++ /dev/null
@@ -1,322 +0,0 @@
-/*
- * Copyright (C) 2012 The CyanogenMod Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package com.cyanogenmod.filemanager.ui.preferences;
-
-import android.app.Activity;
-import android.content.Context;
-import android.content.res.Resources;
-import android.graphics.Point;
-import android.os.AsyncTask;
-import android.os.Parcel;
-import android.os.Parcelable;
-import android.preference.Preference;
-import android.util.AttributeSet;
-import android.util.Log;
-import android.view.Display;
-import android.view.View;
-import android.view.View.OnClickListener;
-import android.view.ViewGroup;
-import android.widget.Button;
-import android.widget.ProgressBar;
-import android.widget.Toast;
-
-import com.cyanogenmod.filemanager.R;
-import com.cyanogenmod.filemanager.ui.ThemeManager;
-import com.cyanogenmod.filemanager.ui.ThemeManager.Theme;
-import com.cyanogenmod.filemanager.ui.preferences.ThemeRoulette.OnThemeScrollSelectionListener;
-import com.cyanogenmod.filemanager.util.AndroidHelper;
-import com.cyanogenmod.filemanager.util.DialogHelper;
-
-import java.util.ArrayList;
-import java.util.List;
-
-/**
- * A preference implementation for the selection of a theme.
- */
-public class ThemeSelectorPreference extends Preference implements OnClickListener {
-
-    private static final String TAG = "ThemeSelectorPreference"; //$NON-NLS-1$
-
-    /**
-     * @hide
-     */
-    final AsyncTask<Void, Integer, List<Theme>> mThemeTask =
-                            new AsyncTask<Void, Integer, List<Theme>>() {
-        /**
-         * {@inheritDoc}
-         */
-        @Override
-        protected List<Theme> doInBackground(Void... params) {
-            List<Theme> themes = new ArrayList<Theme>();
-            themes.addAll(ThemeManager.getAvailableThemes(getContext()));
-            return themes;
-        }
-
-        /**
-         * {@inheritDoc}
-         */
-        @Override
-        protected void onPostExecute(List<Theme> result) {
-            ThemeSelectorPreference.this.mRoulette.setThemes(
-                    result,
-                    ThemeManager.getCurrentTheme(getContext()),
-                    ThemeSelectorPreference.this.mScrollTo);
-            ThemeSelectorPreference.this.mWaiting.setVisibility(View.GONE);
-        }
-    };
-
-
-    private View mRootView;
-    /**
-     * @hide
-     */
-    Button mButton;
-    /**
-     * @hide
-     */
-    ThemeRoulette mRoulette;
-    /**
-     * @hide
-     */
-    ProgressBar mWaiting;
-
-    // The visible theme, selected by scrolling. This may not be the current theme.
-    /**
-     * @hide
-     */
-    Theme mSelectedTheme;
-
-    /**
-     * @hide
-     */
-    int mScrollTo = -1;
-
-    /**
-     * Constructor of <code>ThemeSelectorPreference</code>.
-     *
-     * @param context The current context
-     */
-    public ThemeSelectorPreference(Context context) {
-        super(context);
-        init();
-    }
-
-    /**
-     * Constructor of <code>ThemeSelectorPreference</code>.
-     *
-     * @param context The current context
-     * @param attrs The attributes of the XML tag that is inflating the view.
-     */
-    public ThemeSelectorPreference(Context context, AttributeSet attrs) {
-        super(context, attrs);
-        init();
-    }
-
-    /**
-     * Constructor of <code>ThemeSelectorPreference</code>.
-     *
-     * @param context The current context
-     * @param attrs The attributes of the XML tag that is inflating the view.
-     * @param defStyle The default style to apply to this view. If 0, no style
-     *        will be applied (beyond what is included in the theme). This may
-     *        either be an attribute resource, whose value will be retrieved
-     *        from the current theme, or an explicit style resource.
-     */
-    public ThemeSelectorPreference(Context context, AttributeSet attrs, int defStyle) {
-        super(context, attrs, defStyle);
-        init();
-    }
-
-    /**
-     * Method that initializes the preference
-     */
-    private void init() {
-        setLayoutResource(R.layout.theme_selector_preference);
-    }
-
-    /**
-     * {@inheritDoc}
-     */
-    @Override
-    protected View onCreateView(ViewGroup parent) {
-        this.mRootView = super.onCreateView(parent);
-        this.mButton = (Button)this.mRootView.findViewById(R.id.theme_button);
-        this.mButton.setOnClickListener(this);
-        this.mRoulette = (ThemeRoulette)this.mRootView.findViewById(R.id.theme_roulette);
-        this.mRoulette.setOnThemeScrollSelectionListener(new OnThemeScrollSelectionListener() {
-            @Override
-            public void onScrollSelectionStart() {
-                ThemeSelectorPreference.this.mButton.setEnabled(false);
-            }
-
-            @Override
-            public void onScrollSelectionChanged(Theme theme) {
-                boolean enabled = ThemeManager.getCurrentTheme(getContext()).compareTo(theme) != 0;
-                ThemeSelectorPreference.this.mButton.setEnabled(enabled);
-                if (enabled) {
-                    ThemeSelectorPreference.this.mSelectedTheme = theme;
-                }
-            }
-        });
-        this.mWaiting = (ProgressBar)this.mRootView.findViewById(R.id.theme_waiting);
-        return this.mRootView;
-    }
-
-    /**
-     * {@inheritDoc}
-     */
-    @Override
-    protected void onBindView(final View view) {
-        super.onBindView(view);
-        view.post(new Runnable() {
-            @Override
-            public void run() {
-                Resources res = getContext().getResources();
-                Display display = ((Activity)getContext()).getWindowManager().getDefaultDisplay();
-                Point size = new Point();
-                display.getSize(size);
-
-                // Set the preference height
-                int mh = (int)res.getDimension(R.dimen.theme_max_height);
-                int rowHeight = 0;
-                if (!AndroidHelper.isTablet(getContext())) {
-                    rowHeight = (int)res.getDimension(R.dimen.extra_margin);
-                }
-                int[] window = new int[2];
-                view.getLocationInWindow(window);
-                view.getLayoutParams().height =
-                        Math.min(mh, size.y - window[1] - rowHeight);
-
-                // The button width
-                int minWidth = (int)res.getDimension(R.dimen.themes_min_width_button);
-                int w = ThemeSelectorPreference.this.mButton.getWidth();
-                ThemeSelectorPreference.this.mButton.setWidth(Math.max(minWidth, w));
-
-                // Now display the progress and load the themes in background
-                ThemeSelectorPreference.this.mWaiting.setVisibility(View.VISIBLE);
-                ThemeSelectorPreference.this.mThemeTask.execute();
-            }
-        });
-    }
-
-    /**
-     * {@inheritDoc}
-     */
-    @Override
-    public void onClick(View v) {
-        String newValue = this.mSelectedTheme.getComposedId();
-        if (ThemeManager.setCurrentTheme(getContext(), newValue)) {
-            if (!persistString(newValue)) {
-                Log.w(TAG, "can't save theme preference"); //$NON-NLS-1$
-            }
-            this.mRoulette.markCurrentVisibleThemeAsDefault();
-            callChangeListener(newValue);
-
-            // Now we are in the current theme
-            ThemeSelectorPreference.this.mSelectedTheme =
-                    ThemeManager.getCurrentTheme(getContext());
-            ThemeSelectorPreference.this.mButton.setEnabled(false);
-
-            // Display a confirmation
-            DialogHelper.showToast(
-                    getContext(), R.string.pref_themes_confirmation, Toast.LENGTH_SHORT);
-        } else {
-            // The theme was not found
-            DialogHelper.showToast(
-                    getContext(), R.string.pref_themes_not_found, Toast.LENGTH_SHORT);
-        }
-    }
-
-    /**
-     * {@inheritDoc}
-     */
-    @Override
-    protected Parcelable onSaveInstanceState() {
-        final Parcelable superState = super.onSaveInstanceState();
-        final SavedState myState = new SavedState(superState);
-        myState.mPosition = this.mRoulette.mCurrentThemePosition;
-        return myState;
-    }
-
-    /**
-     * {@inheritDoc}
-     */
-    @Override
-    protected void onRestoreInstanceState(Parcelable state) {
-        if (state == null || !state.getClass().equals(SavedState.class)) {
-            // Didn't save state for us in onSaveInstanceState
-            super.onRestoreInstanceState(state);
-            return;
-        }
-
-        SavedState myState = (SavedState) state;
-        super.onRestoreInstanceState(myState.getSuperState());
-        this.mScrollTo = myState.mPosition;
-    }
-
-    /**
-     * A saved state persistence class
-     */
-    static class SavedState extends BaseSavedState {
-        int mPosition;
-
-        /**
-         * Constructor of <code>SavedState</code>
-         *
-         * @param source The original parcel
-         */
-        public SavedState(Parcel source) {
-            super(source);
-            this.mPosition = source.readInt();
-        }
-
-        /**
-         * Constructor of <code>SavedState</code>
-         *
-         * @param superState The super state
-         */
-        public SavedState(Parcelable superState) {
-            super(superState);
-            this.mPosition = -1;
-        }
-
-        /**
-         * {@inheritDoc}
-         */
-        @Override
-        public void writeToParcel(Parcel dest, int flags) {
-            super.writeToParcel(dest, flags);
-            dest.writeInt(this.mPosition);
-        }
-
-        /**
-         * A class for create the saved state
-         */
-        public static final Parcelable.Creator<SavedState> CREATOR =
-                                        new Parcelable.Creator<SavedState>() {
-            @Override
-            public SavedState createFromParcel(Parcel in) {
-                return new SavedState(in);
-            }
-
-            @Override
-            public SavedState[] newArray(int size) {
-                return new SavedState[size];
-            }
-        };
-    }
-}
diff --git a/src/com/cyanogenmod/filemanager/ui/preferences/ThemeView.java b/src/com/cyanogenmod/filemanager/ui/preferences/ThemeView.java
deleted file mode 100644 (file)
index 872aab4..0000000
+++ /dev/null
@@ -1,126 +0,0 @@
-/*
- * Copyright (C) 2012 The CyanogenMod Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package com.cyanogenmod.filemanager.ui.preferences;
-
-import android.content.Context;
-import android.util.AttributeSet;
-import android.widget.ImageView;
-import android.widget.RelativeLayout;
-import android.widget.TextView;
-
-import com.cyanogenmod.filemanager.R;
-import com.cyanogenmod.filemanager.ui.ThemeManager;
-import com.cyanogenmod.filemanager.ui.ThemeManager.Theme;
-
-/**
- * A view that display information about a {@link Theme}
- */
-public class ThemeView extends RelativeLayout {
-
-    private TextView mName;
-    private TextView mAuthor;
-    private TextView mDescription;
-    private ImageView mPreview;
-
-    /**
-     * Constructor of <code>ThemeView</code>.
-     *
-     * @param context The current context
-     */
-    public ThemeView(Context context) {
-        super(context);
-    }
-
-    /**
-     * Constructor of <code>ThemeView</code>.
-     *
-     * @param context The current context
-     * @param attrs The attributes of the XML tag that is inflating the view.
-     */
-    public ThemeView(Context context, AttributeSet attrs) {
-        super(context, attrs);
-    }
-
-    /**
-     * Constructor of <code>ThemeView</code>.
-     *
-     * @param context The current context
-     * @param attrs The attributes of the XML tag that is inflating the view.
-     * @param defStyle The default style to apply to this view. If 0, no style
-     *        will be applied (beyond what is included in the theme). This may
-     *        either be an attribute resource, whose value will be retrieved
-     *        from the current theme, or an explicit style resource.
-     */
-    public ThemeView(Context context, AttributeSet attrs, int defStyle) {
-        super(context, attrs, defStyle);
-    }
-
-    /**
-     * {@inheritDoc}
-     */
-    @Override
-    protected void onLayout(boolean changed, int l, int t, int r, int b) {
-        super.onLayout(changed, l, t, r, b);
-        this.mName = (TextView)findViewById(R.id.theme_name);
-        this.mAuthor = (TextView)findViewById(R.id.theme_author);
-        this.mDescription = (TextView)findViewById(R.id.theme_desc);
-        this.mPreview = (ImageView)findViewById(R.id.theme_preview);
-
-        // Apply current theme
-        Theme theme = ThemeManager.getCurrentTheme(getContext());
-        theme.setTextColor(getContext(), this.mName, "text_color"); //$NON-NLS-1$
-        theme.setTextColor(getContext(), this.mAuthor, "text_color"); //$NON-NLS-1$
-        theme.setTextColor(getContext(), this.mDescription, "text_color"); //$NON-NLS-1$
-    }
-
-    /**
-     * Method that return the view for the name of the theme
-     *
-     * @return TextView The view that holds the name of the theme
-     */
-    public TextView getName() {
-        return this.mName;
-    }
-
-    /**
-     * Method that return the view for the author of the theme
-     *
-     * @return TextView The view that holds the author of the theme
-     */
-    public TextView getAuthor() {
-        return this.mAuthor;
-    }
-
-    /**
-     * Method that return the view for the description of the theme
-     *
-     * @return TextView The view that holds the description of the theme
-     */
-    public TextView getDescription() {
-        return this.mDescription;
-    }
-
-    /**
-     * Method that return the view for the preview image of the theme
-     *
-     * @return TextView The view that holds the preview image of the theme
-     */
-    public ImageView getPreview() {
-        return this.mPreview;
-    }
-
-}
diff --git a/themes/README.md b/themes/README.md
deleted file mode 100644 (file)
index baf11ce..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-CyanogenMod File Manager Themes
-===============================
-
-A package that contains extra themes for the CMFileManager application.
-
-This package brings with the next themes:
-
- - Dark theme
-
-For build new themes, developers should:
-
- - Create a new package that contains an activity with:
-       * Permission: com.cyanogenmod.filemanager.permissions.READ_THEME
-       * Action: com.cyanogenmod.filemanager.actions.MAIN_THEME
-       * Category: com.cyanogenmod.filemanager.categories.THEME
- - Define the themes_ids, themes_names and themes_descriptions arrays-strings
-   definitions for the themes that the package support.
- - Create a xxx_theme.xml for every theme that the package support, where the
-   xxx is the id of the theme. Put your resources in this file, prefixing the
-   resource with the id of the theme (xxx_). For a list of all supported
-   resources see theme.xml in res/values of CMFileManager project.
-
-
-This source was released under the terms of
-[Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) license.
-
-Visit [CyanogenMod Github](https://github.com/CyanogenMod) and [CyanogenMod
-Code Review](http://review.cyanogenmod.com/) to get the source and patches.
-
-Copyright © 2012 The CyanogenMod Project
-
diff --git a/themes/res/drawable-hdpi/btn_material_dark_check_off_normal.png b/themes/res/drawable-hdpi/btn_material_dark_check_off_normal.png
deleted file mode 100644 (file)
index 0ecc8e5..0000000
Binary files a/themes/res/drawable-hdpi/btn_material_dark_check_off_normal.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/btn_material_dark_check_on_normal.png b/themes/res/drawable-hdpi/btn_material_dark_check_on_normal.png
deleted file mode 100644 (file)
index 21788fd..0000000
Binary files a/themes/res/drawable-hdpi/btn_material_dark_check_on_normal.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/btn_material_dark_check_on_normal_inverted.png b/themes/res/drawable-hdpi/btn_material_dark_check_on_normal_inverted.png
deleted file mode 100644 (file)
index 97f723d..0000000
Binary files a/themes/res/drawable-hdpi/btn_material_dark_check_on_normal_inverted.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/divider_horizontal_dark_opaque.9.png b/themes/res/drawable-hdpi/divider_horizontal_dark_opaque.9.png
deleted file mode 100644 (file)
index 60e2cb2..0000000
Binary files a/themes/res/drawable-hdpi/divider_horizontal_dark_opaque.9.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/divider_vertical_dark_opaque.9.png b/themes/res/drawable-hdpi/divider_vertical_dark_opaque.9.png
deleted file mode 100644 (file)
index 60e2cb2..0000000
Binary files a/themes/res/drawable-hdpi/divider_vertical_dark_opaque.9.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_accept.png b/themes/res/drawable-hdpi/ic_material_dark_accept.png
deleted file mode 100644 (file)
index ede1196..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_accept.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_bookmarks.png b/themes/res/drawable-hdpi/ic_material_dark_bookmarks.png
deleted file mode 100644 (file)
index 8c964e1..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_bookmarks.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_close.png b/themes/res/drawable-hdpi/ic_material_dark_close.png
deleted file mode 100644 (file)
index 87962ec..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_close.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_config.png b/themes/res/drawable-hdpi/ic_material_dark_config.png
deleted file mode 100644 (file)
index 1f6325e..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_config.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_contextual_action.png b/themes/res/drawable-hdpi/ic_material_dark_contextual_action.png
deleted file mode 100644 (file)
index 9e7b254..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_contextual_action.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_copy.png b/themes/res/drawable-hdpi/ic_material_dark_copy.png
deleted file mode 100644 (file)
index 72c6bc6..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_copy.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_delete.png b/themes/res/drawable-hdpi/ic_material_dark_delete.png
deleted file mode 100644 (file)
index 32a63ee..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_delete.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_expander_close.png b/themes/res/drawable-hdpi/ic_material_dark_expander_close.png
deleted file mode 100644 (file)
index 94c6ec0..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_expander_close.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_expander_open.png b/themes/res/drawable-hdpi/ic_material_dark_expander_open.png
deleted file mode 100644 (file)
index a81fecc..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_expander_open.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_filesystem.png b/themes/res/drawable-hdpi/ic_material_dark_filesystem.png
deleted file mode 100644 (file)
index 4c4ec36..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_filesystem.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_fs_locked.png b/themes/res/drawable-hdpi/ic_material_dark_fs_locked.png
deleted file mode 100644 (file)
index e3aac47..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_fs_locked.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_fs_unlocked.png b/themes/res/drawable-hdpi/ic_material_dark_fs_unlocked.png
deleted file mode 100644 (file)
index 24db9da..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_fs_unlocked.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_fs_warning.png b/themes/res/drawable-hdpi/ic_material_dark_fs_warning.png
deleted file mode 100644 (file)
index 26eab48..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_fs_warning.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_history.png b/themes/res/drawable-hdpi/ic_material_dark_history.png
deleted file mode 100644 (file)
index d7f0881..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_history.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_home.png b/themes/res/drawable-hdpi/ic_material_dark_home.png
deleted file mode 100644 (file)
index b647a41..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_home.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_layout.png b/themes/res/drawable-hdpi/ic_material_dark_layout.png
deleted file mode 100644 (file)
index 33a1d8c..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_layout.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_navigation_drawer.png b/themes/res/drawable-hdpi/ic_material_dark_navigation_drawer.png
deleted file mode 100644 (file)
index 48faf10..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_navigation_drawer.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_overflow.png b/themes/res/drawable-hdpi/ic_material_dark_overflow.png
deleted file mode 100644 (file)
index 5f05026..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_overflow.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_print.png b/themes/res/drawable-hdpi/ic_material_dark_print.png
deleted file mode 100644 (file)
index 4544c7b..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_print.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_remote.png b/themes/res/drawable-hdpi/ic_material_dark_remote.png
deleted file mode 100644 (file)
index 17ed77a..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_remote.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_save.png b/themes/res/drawable-hdpi/ic_material_dark_save.png
deleted file mode 100644 (file)
index d18cc5e..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_save.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_sdcard.png b/themes/res/drawable-hdpi/ic_material_dark_sdcard.png
deleted file mode 100644 (file)
index 9545efd..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_sdcard.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_search.png b/themes/res/drawable-hdpi/ic_material_dark_search.png
deleted file mode 100644 (file)
index b8c2ba5..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_search.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_secure.png b/themes/res/drawable-hdpi/ic_material_dark_secure.png
deleted file mode 100755 (executable)
index f24aed3..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_secure.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_settings.png b/themes/res/drawable-hdpi/ic_material_dark_settings.png
deleted file mode 100644 (file)
index eee5450..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_settings.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_sort_alphabetically.png b/themes/res/drawable-hdpi/ic_material_dark_sort_alphabetically.png
deleted file mode 100644 (file)
index a80e676..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_sort_alphabetically.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_tab.png b/themes/res/drawable-hdpi/ic_material_dark_tab.png
deleted file mode 100644 (file)
index dde9546..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_tab.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_usb.png b/themes/res/drawable-hdpi/ic_material_dark_usb.png
deleted file mode 100644 (file)
index 0c448ea..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_usb.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_user_defined_bookmark.png b/themes/res/drawable-hdpi/ic_material_dark_user_defined_bookmark.png
deleted file mode 100644 (file)
index c181431..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_user_defined_bookmark.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/ic_material_dark_view.png b/themes/res/drawable-hdpi/ic_material_dark_view.png
deleted file mode 100644 (file)
index fd91f2c..0000000
Binary files a/themes/res/drawable-hdpi/ic_material_dark_view.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/progress_bg_material_dark.9.png b/themes/res/drawable-hdpi/progress_bg_material_dark.9.png
deleted file mode 100644 (file)
index a4c5b8b..0000000
Binary files a/themes/res/drawable-hdpi/progress_bg_material_dark.9.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/progress_primary_material_dark.9.png b/themes/res/drawable-hdpi/progress_primary_material_dark.9.png
deleted file mode 100644 (file)
index b73abba..0000000
Binary files a/themes/res/drawable-hdpi/progress_primary_material_dark.9.png and /dev/null differ
diff --git a/themes/res/drawable-hdpi/progress_secondary_material_dark.9.png b/themes/res/drawable-hdpi/progress_secondary_material_dark.9.png
deleted file mode 100644 (file)
index a75d0dd..0000000
Binary files a/themes/res/drawable-hdpi/progress_secondary_material_dark.9.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/btn_material_dark_check_off_normal.png b/themes/res/drawable-mdpi/btn_material_dark_check_off_normal.png
deleted file mode 100644 (file)
index d0bfa41..0000000
Binary files a/themes/res/drawable-mdpi/btn_material_dark_check_off_normal.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/btn_material_dark_check_on_normal.png b/themes/res/drawable-mdpi/btn_material_dark_check_on_normal.png
deleted file mode 100644 (file)
index c981869..0000000
Binary files a/themes/res/drawable-mdpi/btn_material_dark_check_on_normal.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/btn_material_dark_check_on_normal_inverted.png b/themes/res/drawable-mdpi/btn_material_dark_check_on_normal_inverted.png
deleted file mode 100644 (file)
index 8254d00..0000000
Binary files a/themes/res/drawable-mdpi/btn_material_dark_check_on_normal_inverted.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png b/themes/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png
deleted file mode 100644 (file)
index 60e2cb2..0000000
Binary files a/themes/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/divider_vertical_dark_opaque.9.png b/themes/res/drawable-mdpi/divider_vertical_dark_opaque.9.png
deleted file mode 100644 (file)
index 60e2cb2..0000000
Binary files a/themes/res/drawable-mdpi/divider_vertical_dark_opaque.9.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_accept.png b/themes/res/drawable-mdpi/ic_material_dark_accept.png
deleted file mode 100644 (file)
index 24d5caa..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_accept.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_bookmarks.png b/themes/res/drawable-mdpi/ic_material_dark_bookmarks.png
deleted file mode 100644 (file)
index 8044b49..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_bookmarks.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_close.png b/themes/res/drawable-mdpi/ic_material_dark_close.png
deleted file mode 100644 (file)
index 9241487..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_close.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_config.png b/themes/res/drawable-mdpi/ic_material_dark_config.png
deleted file mode 100644 (file)
index 79bc9fd..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_config.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_contextual_action.png b/themes/res/drawable-mdpi/ic_material_dark_contextual_action.png
deleted file mode 100644 (file)
index 129b763..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_contextual_action.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_copy.png b/themes/res/drawable-mdpi/ic_material_dark_copy.png
deleted file mode 100644 (file)
index d93968e..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_copy.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_delete.png b/themes/res/drawable-mdpi/ic_material_dark_delete.png
deleted file mode 100644 (file)
index 274f30a..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_delete.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_expander_close.png b/themes/res/drawable-mdpi/ic_material_dark_expander_close.png
deleted file mode 100644 (file)
index 609f10e..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_expander_close.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_expander_open.png b/themes/res/drawable-mdpi/ic_material_dark_expander_open.png
deleted file mode 100644 (file)
index aa55c8a..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_expander_open.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_filesystem.png b/themes/res/drawable-mdpi/ic_material_dark_filesystem.png
deleted file mode 100644 (file)
index 763f575..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_filesystem.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_fs_locked.png b/themes/res/drawable-mdpi/ic_material_dark_fs_locked.png
deleted file mode 100644 (file)
index 9ee963b..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_fs_locked.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_fs_unlocked.png b/themes/res/drawable-mdpi/ic_material_dark_fs_unlocked.png
deleted file mode 100644 (file)
index 134f8d7..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_fs_unlocked.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_fs_warning.png b/themes/res/drawable-mdpi/ic_material_dark_fs_warning.png
deleted file mode 100644 (file)
index 3d8bffd..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_fs_warning.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_history.png b/themes/res/drawable-mdpi/ic_material_dark_history.png
deleted file mode 100644 (file)
index e452d52..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_history.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_home.png b/themes/res/drawable-mdpi/ic_material_dark_home.png
deleted file mode 100644 (file)
index ada79e0..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_home.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_layout.png b/themes/res/drawable-mdpi/ic_material_dark_layout.png
deleted file mode 100644 (file)
index 2a45d7b..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_layout.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_navigation_drawer.png b/themes/res/drawable-mdpi/ic_material_dark_navigation_drawer.png
deleted file mode 100644 (file)
index 9680d15..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_navigation_drawer.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_overflow.png b/themes/res/drawable-mdpi/ic_material_dark_overflow.png
deleted file mode 100644 (file)
index fff5d89..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_overflow.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_print.png b/themes/res/drawable-mdpi/ic_material_dark_print.png
deleted file mode 100644 (file)
index 947459d..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_print.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_remote.png b/themes/res/drawable-mdpi/ic_material_dark_remote.png
deleted file mode 100644 (file)
index 0cf01df..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_remote.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_save.png b/themes/res/drawable-mdpi/ic_material_dark_save.png
deleted file mode 100644 (file)
index f38e301..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_save.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_sdcard.png b/themes/res/drawable-mdpi/ic_material_dark_sdcard.png
deleted file mode 100644 (file)
index 90b1de9..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_sdcard.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_search.png b/themes/res/drawable-mdpi/ic_material_dark_search.png
deleted file mode 100644 (file)
index ffe30fc..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_search.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_secure.png b/themes/res/drawable-mdpi/ic_material_dark_secure.png
deleted file mode 100644 (file)
index 1df65e3..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_secure.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_settings.png b/themes/res/drawable-mdpi/ic_material_dark_settings.png
deleted file mode 100644 (file)
index 78c3f3c..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_settings.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_sort_alphabetically.png b/themes/res/drawable-mdpi/ic_material_dark_sort_alphabetically.png
deleted file mode 100644 (file)
index b2bc7e6..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_sort_alphabetically.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_tab.png b/themes/res/drawable-mdpi/ic_material_dark_tab.png
deleted file mode 100644 (file)
index 19b26db..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_tab.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_usb.png b/themes/res/drawable-mdpi/ic_material_dark_usb.png
deleted file mode 100644 (file)
index 69c7789..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_usb.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_user_defined_bookmark.png b/themes/res/drawable-mdpi/ic_material_dark_user_defined_bookmark.png
deleted file mode 100644 (file)
index ad1d415..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_user_defined_bookmark.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/ic_material_dark_view.png b/themes/res/drawable-mdpi/ic_material_dark_view.png
deleted file mode 100644 (file)
index 64db9c2..0000000
Binary files a/themes/res/drawable-mdpi/ic_material_dark_view.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/progress_bg_material_dark.9.png b/themes/res/drawable-mdpi/progress_bg_material_dark.9.png
deleted file mode 100644 (file)
index b1f5cf3..0000000
Binary files a/themes/res/drawable-mdpi/progress_bg_material_dark.9.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/progress_primary_material_dark.9.png b/themes/res/drawable-mdpi/progress_primary_material_dark.9.png
deleted file mode 100644 (file)
index b86f4b5..0000000
Binary files a/themes/res/drawable-mdpi/progress_primary_material_dark.9.png and /dev/null differ
diff --git a/themes/res/drawable-mdpi/progress_secondary_material_dark.9.png b/themes/res/drawable-mdpi/progress_secondary_material_dark.9.png
deleted file mode 100644 (file)
index 5651a7a..0000000
Binary files a/themes/res/drawable-mdpi/progress_secondary_material_dark.9.png and /dev/null differ
diff --git a/themes/res/drawable-nodpi/dark_background.9.png b/themes/res/drawable-nodpi/dark_background.9.png
deleted file mode 100644 (file)
index f7e5e22..0000000
Binary files a/themes/res/drawable-nodpi/dark_background.9.png and /dev/null differ
diff --git a/themes/res/drawable-nodpi/dark_background_disabled.9.png b/themes/res/drawable-nodpi/dark_background_disabled.9.png
deleted file mode 100644 (file)
index ac4ec10..0000000
Binary files a/themes/res/drawable-nodpi/dark_background_disabled.9.png and /dev/null differ
diff --git a/themes/res/drawable-nodpi/dark_popup_background.9.png b/themes/res/drawable-nodpi/dark_popup_background.9.png
deleted file mode 100644 (file)
index d68ffb7..0000000
Binary files a/themes/res/drawable-nodpi/dark_popup_background.9.png and /dev/null differ
diff --git a/themes/res/drawable-nodpi/dark_selectionbar.9.png b/themes/res/drawable-nodpi/dark_selectionbar.9.png
deleted file mode 100644 (file)
index 3653f8b..0000000
Binary files a/themes/res/drawable-nodpi/dark_selectionbar.9.png and /dev/null differ
diff --git a/themes/res/drawable-nodpi/dark_statusbar.9.png b/themes/res/drawable-nodpi/dark_statusbar.9.png
deleted file mode 100644 (file)
index 373e4d2..0000000
Binary files a/themes/res/drawable-nodpi/dark_statusbar.9.png and /dev/null differ
diff --git a/themes/res/drawable-nodpi/dark_theme_no_preview.png b/themes/res/drawable-nodpi/dark_theme_no_preview.png
deleted file mode 100644 (file)
index 2be3896..0000000
Binary files a/themes/res/drawable-nodpi/dark_theme_no_preview.png and /dev/null differ
diff --git a/themes/res/drawable-nodpi/dark_theme_preview.png b/themes/res/drawable-nodpi/dark_theme_preview.png
deleted file mode 100644 (file)
index 0fc9e11..0000000
Binary files a/themes/res/drawable-nodpi/dark_theme_preview.png and /dev/null differ
diff --git a/themes/res/drawable-nodpi/dark_titlebar.9.png b/themes/res/drawable-nodpi/dark_titlebar.9.png
deleted file mode 100644 (file)
index 0dfb6f3..0000000
Binary files a/themes/res/drawable-nodpi/dark_titlebar.9.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/btn_material_dark_check_off_normal.png b/themes/res/drawable-xhdpi/btn_material_dark_check_off_normal.png
deleted file mode 100644 (file)
index a69d5a6..0000000
Binary files a/themes/res/drawable-xhdpi/btn_material_dark_check_off_normal.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/btn_material_dark_check_on_normal.png b/themes/res/drawable-xhdpi/btn_material_dark_check_on_normal.png
deleted file mode 100644 (file)
index 406fff5..0000000
Binary files a/themes/res/drawable-xhdpi/btn_material_dark_check_on_normal.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/btn_material_dark_check_on_normal_inverted.png b/themes/res/drawable-xhdpi/btn_material_dark_check_on_normal_inverted.png
deleted file mode 100644 (file)
index c74c2aa..0000000
Binary files a/themes/res/drawable-xhdpi/btn_material_dark_check_on_normal_inverted.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/divider_horizontal_dark_opaque.9.png b/themes/res/drawable-xhdpi/divider_horizontal_dark_opaque.9.png
deleted file mode 100644 (file)
index 60e2cb2..0000000
Binary files a/themes/res/drawable-xhdpi/divider_horizontal_dark_opaque.9.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/divider_vertical_dark_opaque.9.png b/themes/res/drawable-xhdpi/divider_vertical_dark_opaque.9.png
deleted file mode 100644 (file)
index 60e2cb2..0000000
Binary files a/themes/res/drawable-xhdpi/divider_vertical_dark_opaque.9.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_accept.png b/themes/res/drawable-xhdpi/ic_material_dark_accept.png
deleted file mode 100644 (file)
index 03ce9cc..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_accept.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_bookmarks.png b/themes/res/drawable-xhdpi/ic_material_dark_bookmarks.png
deleted file mode 100644 (file)
index 97f6766..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_bookmarks.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_close.png b/themes/res/drawable-xhdpi/ic_material_dark_close.png
deleted file mode 100644 (file)
index e8b36fc..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_close.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_config.png b/themes/res/drawable-xhdpi/ic_material_dark_config.png
deleted file mode 100644 (file)
index f0b7417..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_config.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_contextual_action.png b/themes/res/drawable-xhdpi/ic_material_dark_contextual_action.png
deleted file mode 100644 (file)
index 0fd69b7..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_contextual_action.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_copy.png b/themes/res/drawable-xhdpi/ic_material_dark_copy.png
deleted file mode 100644 (file)
index 04e290d..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_copy.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_delete.png b/themes/res/drawable-xhdpi/ic_material_dark_delete.png
deleted file mode 100644 (file)
index cff1862..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_delete.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_expander_close.png b/themes/res/drawable-xhdpi/ic_material_dark_expander_close.png
deleted file mode 100644 (file)
index 5df85c0..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_expander_close.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_expander_open.png b/themes/res/drawable-xhdpi/ic_material_dark_expander_open.png
deleted file mode 100644 (file)
index 48f5c7a..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_expander_open.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_filesystem.png b/themes/res/drawable-xhdpi/ic_material_dark_filesystem.png
deleted file mode 100644 (file)
index 7fda34e..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_filesystem.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_fs_locked.png b/themes/res/drawable-xhdpi/ic_material_dark_fs_locked.png
deleted file mode 100644 (file)
index 429d5fe..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_fs_locked.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_fs_unlocked.png b/themes/res/drawable-xhdpi/ic_material_dark_fs_unlocked.png
deleted file mode 100644 (file)
index bc79441..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_fs_unlocked.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_fs_warning.png b/themes/res/drawable-xhdpi/ic_material_dark_fs_warning.png
deleted file mode 100644 (file)
index a7d5cf9..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_fs_warning.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_history.png b/themes/res/drawable-xhdpi/ic_material_dark_history.png
deleted file mode 100644 (file)
index 1e7c5d0..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_history.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_home.png b/themes/res/drawable-xhdpi/ic_material_dark_home.png
deleted file mode 100644 (file)
index abead99..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_home.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_layout.png b/themes/res/drawable-xhdpi/ic_material_dark_layout.png
deleted file mode 100644 (file)
index 9f6b30b..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_layout.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_navigation_drawer.png b/themes/res/drawable-xhdpi/ic_material_dark_navigation_drawer.png
deleted file mode 100644 (file)
index e2e12be..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_navigation_drawer.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_overflow.png b/themes/res/drawable-xhdpi/ic_material_dark_overflow.png
deleted file mode 100644 (file)
index 7fe589e..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_overflow.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_print.png b/themes/res/drawable-xhdpi/ic_material_dark_print.png
deleted file mode 100644 (file)
index 781564a..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_print.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_remote.png b/themes/res/drawable-xhdpi/ic_material_dark_remote.png
deleted file mode 100644 (file)
index c8c6297..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_remote.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_save.png b/themes/res/drawable-xhdpi/ic_material_dark_save.png
deleted file mode 100644 (file)
index ecd1f8d..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_save.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_sdcard.png b/themes/res/drawable-xhdpi/ic_material_dark_sdcard.png
deleted file mode 100644 (file)
index 25cadc5..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_sdcard.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_search.png b/themes/res/drawable-xhdpi/ic_material_dark_search.png
deleted file mode 100644 (file)
index 97774e4..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_search.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_secure.png b/themes/res/drawable-xhdpi/ic_material_dark_secure.png
deleted file mode 100644 (file)
index 40a99b7..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_secure.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_settings.png b/themes/res/drawable-xhdpi/ic_material_dark_settings.png
deleted file mode 100644 (file)
index ad69b56..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_settings.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_sort_alphabetically.png b/themes/res/drawable-xhdpi/ic_material_dark_sort_alphabetically.png
deleted file mode 100644 (file)
index 9d68ecf..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_sort_alphabetically.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_tab.png b/themes/res/drawable-xhdpi/ic_material_dark_tab.png
deleted file mode 100644 (file)
index a129608..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_tab.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_usb.png b/themes/res/drawable-xhdpi/ic_material_dark_usb.png
deleted file mode 100644 (file)
index 687509a..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_usb.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_user_defined_bookmark.png b/themes/res/drawable-xhdpi/ic_material_dark_user_defined_bookmark.png
deleted file mode 100644 (file)
index a6c5747..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_user_defined_bookmark.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/ic_material_dark_view.png b/themes/res/drawable-xhdpi/ic_material_dark_view.png
deleted file mode 100644 (file)
index 33296a5..0000000
Binary files a/themes/res/drawable-xhdpi/ic_material_dark_view.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/progress_bg_material_dark.9.png b/themes/res/drawable-xhdpi/progress_bg_material_dark.9.png
deleted file mode 100644 (file)
index 3499528..0000000
Binary files a/themes/res/drawable-xhdpi/progress_bg_material_dark.9.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/progress_primary_material_dark.9.png b/themes/res/drawable-xhdpi/progress_primary_material_dark.9.png
deleted file mode 100644 (file)
index f1069fd..0000000
Binary files a/themes/res/drawable-xhdpi/progress_primary_material_dark.9.png and /dev/null differ
diff --git a/themes/res/drawable-xhdpi/progress_secondary_material_dark.9.png b/themes/res/drawable-xhdpi/progress_secondary_material_dark.9.png
deleted file mode 100644 (file)
index 06ae19c..0000000
Binary files a/themes/res/drawable-xhdpi/progress_secondary_material_dark.9.png and /dev/null differ
diff --git a/themes/res/drawable-xxhdpi/ic_material_dark_delete.png b/themes/res/drawable-xxhdpi/ic_material_dark_delete.png
deleted file mode 100644 (file)
index 0555c6a..0000000
Binary files a/themes/res/drawable-xxhdpi/ic_material_dark_delete.png and /dev/null differ
diff --git a/themes/res/drawable-xxhdpi/ic_material_dark_navigation_drawer.png b/themes/res/drawable-xxhdpi/ic_material_dark_navigation_drawer.png
deleted file mode 100644 (file)
index 4c1220d..0000000
Binary files a/themes/res/drawable-xxhdpi/ic_material_dark_navigation_drawer.png and /dev/null differ
diff --git a/themes/res/drawable-xxhdpi/ic_material_dark_print.png b/themes/res/drawable-xxhdpi/ic_material_dark_print.png
deleted file mode 100644 (file)
index f5248b9..0000000
Binary files a/themes/res/drawable-xxhdpi/ic_material_dark_print.png and /dev/null differ
diff --git a/themes/res/drawable-xxhdpi/ic_material_dark_remote.png b/themes/res/drawable-xxhdpi/ic_material_dark_remote.png
deleted file mode 100644 (file)
index a6b5750..0000000
Binary files a/themes/res/drawable-xxhdpi/ic_material_dark_remote.png and /dev/null differ
diff --git a/themes/res/drawable-xxhdpi/ic_material_dark_secure.png b/themes/res/drawable-xxhdpi/ic_material_dark_secure.png
deleted file mode 100644 (file)
index fa79fcb..0000000
Binary files a/themes/res/drawable-xxhdpi/ic_material_dark_secure.png and /dev/null differ
diff --git a/themes/res/drawable-xxhdpi/ic_material_dark_settings.png b/themes/res/drawable-xxhdpi/ic_material_dark_settings.png
deleted file mode 100644 (file)
index e5a1fba..0000000
Binary files a/themes/res/drawable-xxhdpi/ic_material_dark_settings.png and /dev/null differ
diff --git a/themes/res/drawable/dark_checkable_selector.xml b/themes/res/drawable/dark_checkable_selector.xml
deleted file mode 100644 (file)
index 38e7d56..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2012 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-
-  <item
-    android:drawable="@drawable/btn_material_dark_check_on_normal_inverted"
-    android:state_selected="true"/>
-  <item
-    android:drawable="@drawable/btn_material_dark_check_off_normal"/>
-
-</selector>
diff --git a/themes/res/drawable/dark_material_button_selector.xml b/themes/res/drawable/dark_material_button_selector.xml
deleted file mode 100644 (file)
index 8343a38..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2012 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android" android:exitFadeDuration="@android:integer/config_shortAnimTime">
-
-  <item
-    android:drawable="@color/material_palette_blue_primary"
-    android:state_pressed="true"/>
-  <item
-    android:drawable="@color/material_palette_blue_primary"
-    android:state_enabled="true"
-    android:state_focused="true"/>
-  <item
-    android:drawable="@drawable/dark_background_disabled"
-    android:state_enabled="false"/>
-  <item
-    android:drawable="@drawable/dark_background"/>
-
-</selector>
diff --git a/themes/res/drawable/dark_material_list_selector_deselected.xml b/themes/res/drawable/dark_material_list_selector_deselected.xml
deleted file mode 100644 (file)
index 9e379ff..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2012 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android" android:exitFadeDuration="@android:integer/config_shortAnimTime">
-
-  <item
-    android:drawable="@color/material_palette_blue_primary_dark"
-    android:state_selected="true"/>
-  <item
-    android:drawable="@color/material_palette_blue_primary_dark"
-    android:state_pressed="true"/>
-  <item
-    android:drawable="@color/material_palette_blue_primary"
-    android:state_enabled="true"
-    android:state_focused="true"/>
-  <item
-    android:drawable="@android:color/transparent"/>
-
-</selector>
diff --git a/themes/res/drawable/dark_material_list_selector_selected.xml b/themes/res/drawable/dark_material_list_selector_selected.xml
deleted file mode 100644 (file)
index 58d66d8..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2012 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android" android:exitFadeDuration="@android:integer/config_shortAnimTime">
-
-  <item
-    android:drawable="@color/material_palette_blue_primary_dark"
-    android:state_selected="true"/>
-  <item
-    android:drawable="@color/material_palette_blue_primary_dark"
-    android:state_pressed="true"/>
-  <item
-    android:drawable="@color/material_palette_blue_primary"
-    android:state_enabled="true"
-    android:state_focused="true"/>
-  <item
-    android:drawable="@color/material_palette_blue_primary_dark"/>
-
-</selector>
diff --git a/themes/res/drawable/dark_material_popup_selector.xml b/themes/res/drawable/dark_material_popup_selector.xml
deleted file mode 100644 (file)
index 7771f1f..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2012 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android" android:exitFadeDuration="@android:integer/config_shortAnimTime">
-
-  <item
-    android:drawable="@color/material_palette_blue_primary_dark"
-    android:state_selected="true"/>
-  <item
-    android:drawable="@color/material_palette_blue_primary_dark"
-    android:state_pressed="true"/>
-  <item
-    android:drawable="@color/material_palette_blue_primary"
-    android:state_enabled="true"
-    android:state_focused="true"/>
-  <item
-    android:drawable="@drawable/dark_popup_background"/>
-
-</selector>
diff --git a/themes/res/drawable/dark_material_selection.xml b/themes/res/drawable/dark_material_selection.xml
deleted file mode 100644 (file)
index 5b46eb8..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2012 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
- -->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android" android:exitFadeDuration="@android:integer/config_shortAnimTime">
-
-  <item
-    android:drawable="@color/material_palette_blue_primary"
-    android:state_pressed="true"/>
-  <item
-    android:drawable="@color/material_palette_blue_primary_dark"
-    android:state_enabled="true"
-    android:state_focused="true"/>
-  <item
-    android:drawable="@color/material_palette_blue_primary_dark"
-    android:state_enabled="true"
-    android:state_checked="true"/>
-  <item
-    android:drawable="@color/material_palette_blue_primary_dark"
-    android:state_enabled="true"
-    android:state_selected="true"/>
-  <item
-    android:drawable="@android:color/transparent"/>
-
-</selector>
diff --git a/themes/res/drawable/dark_progress_horizontal_material.xml b/themes/res/drawable/dark_progress_horizontal_material.xml
deleted file mode 100644 (file)
index 0676093..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 The Android Open Source Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
-
-    <item android:id="@android:id/background"
-          android:drawable="@drawable/progress_bg_material_dark" />
-
-    <item android:id="@android:id/secondaryProgress">
-        <scale android:scaleWidth="100%"
-               android:drawable="@drawable/progress_secondary_material_dark" />
-    </item>
-
-    <item android:id="@android:id/progress">
-        <scale android:scaleWidth="100%"
-               android:drawable="@drawable/progress_primary_material_dark" />
-    </item>
-
-</layer-list>
diff --git a/themes/res/values-af/strings.xml b/themes/res/values-af/strings.xml
deleted file mode 100644 (file)
index a124436..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Donker Tema</string>
-  <string name="dark_theme_desc">\'n Donker tema vir CyanogenMod Lêerbestuurder.</string>
-</resources>
diff --git a/themes/res/values-ar/strings.xml b/themes/res/values-ar/strings.xml
deleted file mode 100644 (file)
index e7c047b..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">قالب ألوان داكنة</string>
-  <string name="dark_theme_desc">قالب ألوان مظلم لإدارة الملفات CyanogenMod.</string>
-</resources>
diff --git a/themes/res/values-ast-rES/strings.xml b/themes/res/values-ast-rES/strings.xml
deleted file mode 100644 (file)
index c74a2a0..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Tema escuru</string>
-  <string name="dark_theme_desc">Un tema de colores escuros pa File Manager.</string>
-</resources>
diff --git a/themes/res/values-az-rAZ/strings.xml b/themes/res/values-az-rAZ/strings.xml
deleted file mode 100644 (file)
index 0717389..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Tünd tema</string>
-  <string name="dark_theme_desc">CyanogenMod Fayl İdarəetmə üçün tünd tema.</string>
-</resources>
diff --git a/themes/res/values-bn-rBD/strings.xml b/themes/res/values-bn-rBD/strings.xml
deleted file mode 100644 (file)
index b498b1f..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">গাঢ় থিম</string>
-  <string name="dark_theme_desc">সায়ানোজেনমড ফাইল ম্যানেজারের জন্য একটি গাঢ় থিম।</string>
-</resources>
diff --git a/themes/res/values-ca/strings.xml b/themes/res/values-ca/strings.xml
deleted file mode 100644 (file)
index 0571c07..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Tema fosc</string>
-  <string name="dark_theme_desc">Un tema fosc pel Gestor d\'arxius de CyanogenMod.</string>
-</resources>
diff --git a/themes/res/values-cs/strings.xml b/themes/res/values-cs/strings.xml
deleted file mode 100644 (file)
index e0e8b43..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Tmavý motiv</string>
-  <string name="dark_theme_desc">Tmavý motiv pro Správce souborů CyanogenMod.</string>
-</resources>
diff --git a/themes/res/values-da/strings.xml b/themes/res/values-da/strings.xml
deleted file mode 100644 (file)
index 5684610..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Mørk tema</string>
-  <string name="dark_theme_desc">Et mørkt tema til CyanogenMods filstyring.</string>
-</resources>
diff --git a/themes/res/values-de/strings.xml b/themes/res/values-de/strings.xml
deleted file mode 100644 (file)
index 630f79a..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Dunkel</string>
-  <string name="dark_theme_desc">Dunkles Design für den CM-Dateimanager.</string>
-</resources>
diff --git a/themes/res/values-el/strings.xml b/themes/res/values-el/strings.xml
deleted file mode 100644 (file)
index 810cb9c..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Σκοτεινό θέμα</string>
-  <string name="dark_theme_desc">Ένα σκοτεινό θέμα για την Διαχείριση αρχείων του CyanogenMod.</string>
-</resources>
diff --git a/themes/res/values-en-rAU/strings.xml b/themes/res/values-en-rAU/strings.xml
deleted file mode 100644 (file)
index 051e565..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Dark Theme</string>
-  <string name="dark_theme_desc">A dark theme for CyanogenMod File Manager.</string>
-</resources>
diff --git a/themes/res/values-es/strings.xml b/themes/res/values-es/strings.xml
deleted file mode 100644 (file)
index cb9fe61..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Tema oscuro</string>
-  <string name="dark_theme_desc">Un tema en colores oscuros para File Manager.</string>
-</resources>
diff --git a/themes/res/values-et-rEE/strings.xml b/themes/res/values-et-rEE/strings.xml
deleted file mode 100644 (file)
index c8c81df..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Tume Teema</string>
-  <string name="dark_theme_desc">Tume teema CyanogenMod Failihalduri jaoks.</string>
-</resources>
diff --git a/themes/res/values-eu-rES/strings.xml b/themes/res/values-eu-rES/strings.xml
deleted file mode 100644 (file)
index 00f7661..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Gai iluna</string>
-  <string name="dark_theme_desc">CyanogenMod-en fitxategi kudeatzailearentzako gai ilun bat.</string>
-</resources>
diff --git a/themes/res/values-fi/strings.xml b/themes/res/values-fi/strings.xml
deleted file mode 100644 (file)
index 3a06224..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Tumma teema</string>
-  <string name="dark_theme_desc">Tumma teema CyanogenModin tiedostonhallintaan.</string>
-</resources>
diff --git a/themes/res/values-fr/strings.xml b/themes/res/values-fr/strings.xml
deleted file mode 100644 (file)
index 2cb4e58..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Thème Sombre</string>
-  <string name="dark_theme_desc">Un thème sombre pour l\'Explorateur de fichier CyanogenMod.</string>
-</resources>
diff --git a/themes/res/values-gl-rES/strings.xml b/themes/res/values-gl-rES/strings.xml
deleted file mode 100644 (file)
index 3ee2eab..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Tema escuro</string>
-  <string name="dark_theme_desc">Un tema escuro para o xestor de ficheiros de CyanogenMod.</string>
-</resources>
diff --git a/themes/res/values-hr/strings.xml b/themes/res/values-hr/strings.xml
deleted file mode 100644 (file)
index 25db07e..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Tamna Tema</string>
-  <string name="dark_theme_desc">Tamna tema za CyanogenMod Upravitelj Datoteka.</string>
-</resources>
diff --git a/themes/res/values-hu/strings.xml b/themes/res/values-hu/strings.xml
deleted file mode 100644 (file)
index 065c968..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Sötét téma</string>
-  <string name="dark_theme_desc">Sötét téma a CyanogenMod Fájlkezelőhöz.</string>
-</resources>
diff --git a/themes/res/values-in/strings.xml b/themes/res/values-in/strings.xml
deleted file mode 100644 (file)
index a04af11..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Tema Gelap</string>
-  <string name="dark_theme_desc">Tema gelap untuk Manajer Berkas CyanogenMod.</string>
-</resources>
diff --git a/themes/res/values-it/strings.xml b/themes/res/values-it/strings.xml
deleted file mode 100644 (file)
index f20fc4a..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Tema scuro</string>
-  <string name="dark_theme_desc">Un tema scuro per il file manager di CyanogenMod.</string>
-</resources>
diff --git a/themes/res/values-iw/strings.xml b/themes/res/values-iw/strings.xml
deleted file mode 100644 (file)
index 3d9cab6..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">ערכת נושא כהה</string>
-  <string name="dark_theme_desc">ערכת נושא כהה עבור מנהל הקבצים של CyanogenMod.</string>
-</resources>
diff --git a/themes/res/values-ja/strings.xml b/themes/res/values-ja/strings.xml
deleted file mode 100644 (file)
index a820f11..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">ダークテーマ</string>
-  <string name="dark_theme_desc">CyanogenModファイルマネージャーのダークテーマ。</string>
-</resources>
diff --git a/themes/res/values-ko/strings.xml b/themes/res/values-ko/strings.xml
deleted file mode 100644 (file)
index 2bdd524..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">어두운 테마</string>
-  <string name="dark_theme_desc">CyanogenMod 파일 관리자용 어두운 테마입니다.</string>
-</resources>
diff --git a/themes/res/values-ku/strings.xml b/themes/res/values-ku/strings.xml
deleted file mode 100644 (file)
index 02036ed..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">تاریکی تیم</string>
-  <string name="dark_theme_desc">تاریکی تیم بۆ سایینۆجن مۆد فایل مانه‌جه‌ر</string>
-</resources>
diff --git a/themes/res/values-lb/strings.xml b/themes/res/values-lb/strings.xml
deleted file mode 100644 (file)
index f4ab763..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Däischteren Design</string>
-  <string name="dark_theme_desc">En Däischteren Design fir den CM-Fichiermanager.</string>
-</resources>
diff --git a/themes/res/values-lt/strings.xml b/themes/res/values-lt/strings.xml
deleted file mode 100644 (file)
index ccd3d10..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Tamsi tema</string>
-  <string name="dark_theme_desc">Tamsi tema „CyanogenMod“ failų tvarkyklei</string>
-</resources>
diff --git a/themes/res/values-lv/strings.xml b/themes/res/values-lv/strings.xml
deleted file mode 100644 (file)
index 4920994..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Tumša tēma</string>
-  <string name="dark_theme_desc">CyanogenMod failu pārvaldnieka tumšā tēma.</string>
-</resources>
diff --git a/themes/res/values-nb/strings.xml b/themes/res/values-nb/strings.xml
deleted file mode 100644 (file)
index 224f3ee..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Mørkt Tema</string>
-  <string name="dark_theme_desc">Et mørkt tema for CyanogenMod filbehandler.</string>
-</resources>
diff --git a/themes/res/values-nl/strings.xml b/themes/res/values-nl/strings.xml
deleted file mode 100644 (file)
index 64c458c..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Donker thema</string>
-  <string name="dark_theme_desc">Donkere kleuren voor de bestandsbeheerder</string>
-</resources>
diff --git a/themes/res/values-pl/strings.xml b/themes/res/values-pl/strings.xml
deleted file mode 100644 (file)
index 9c94c3f..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Ciemny motyw</string>
-  <string name="dark_theme_desc">Ciemny motyw dla Menedżera plików CyanogenMod.</string>
-</resources>
diff --git a/themes/res/values-pt-rBR/strings.xml b/themes/res/values-pt-rBR/strings.xml
deleted file mode 100644 (file)
index 0fe3fa2..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Tema escuro</string>
-  <string name="dark_theme_desc">Um tema escuro para o Gerenciador de Arquivos CyanogenMod</string>
-</resources>
diff --git a/themes/res/values-pt-rPT/strings.xml b/themes/res/values-pt-rPT/strings.xml
deleted file mode 100644 (file)
index a7d9728..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Tema escuro</string>
-  <string name="dark_theme_desc">Um tema escuro para o gestor de ficheiros CyanogenMod.</string>
-</resources>
diff --git a/themes/res/values-ro/strings.xml b/themes/res/values-ro/strings.xml
deleted file mode 100644 (file)
index 539b2e6..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Temă \"întunecată\"</string>
-  <string name="dark_theme_desc">Temă \"întunecată\" pentru Managerul de Fișiere CyanogenMod.</string>
-</resources>
diff --git a/themes/res/values-ru/strings.xml b/themes/res/values-ru/strings.xml
deleted file mode 100644 (file)
index 7899927..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Тёмная тема</string>
-  <string name="dark_theme_desc">Тёмная тема для файлового менеджера CyanogenMod</string>
-</resources>
diff --git a/themes/res/values-si-rLK/strings.xml b/themes/res/values-si-rLK/strings.xml
deleted file mode 100644 (file)
index adb669a..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">අඳුරු තේමාව</string>
-  <string name="dark_theme_desc">CyanogenMod ගොනු කළමනාකරු සඳහා අඳුරු තේමාවක්.</string>
-</resources>
diff --git a/themes/res/values-sk/strings.xml b/themes/res/values-sk/strings.xml
deleted file mode 100644 (file)
index 92e45ca..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Tmavá téma</string>
-  <string name="dark_theme_desc">Tmavá téma pre Správcu súborov CyanogenMod.</string>
-</resources>
diff --git a/themes/res/values-sr/strings.xml b/themes/res/values-sr/strings.xml
deleted file mode 100644 (file)
index 9ae4fab..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Тамна тема</string>
-  <string name="dark_theme_desc">Тамна тема за CyanogenMod менаџер фајлова.</string>
-</resources>
diff --git a/themes/res/values-sv/strings.xml b/themes/res/values-sv/strings.xml
deleted file mode 100644 (file)
index 1125947..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Mörkt tema</string>
-  <string name="dark_theme_desc">Ett mörkt tema för CyanogenMods filhanterare.</string>
-</resources>
diff --git a/themes/res/values-th/strings.xml b/themes/res/values-th/strings.xml
deleted file mode 100644 (file)
index bd4b862..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">ชุดรูปแบบมืด</string>
-  <string name="dark_theme_desc">ชุดรูปแบบมืดสำหรับตัวจัดการไฟล์ของ CyanogenMod</string>
-</resources>
diff --git a/themes/res/values-tr/strings.xml b/themes/res/values-tr/strings.xml
deleted file mode 100644 (file)
index aa49365..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Koyu Tema</string>
-  <string name="dark_theme_desc">CyanogenMod Dosya Yöneticisi için koyu tema.</string>
-</resources>
diff --git a/themes/res/values-uk/strings.xml b/themes/res/values-uk/strings.xml
deleted file mode 100644 (file)
index 6e3c19e..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">Темна тема</string>
-  <string name="dark_theme_desc">Темна тема для файлового менеджера CyanogenMod.</string>
-</resources>
diff --git a/themes/res/values-zh-rCN/strings.xml b/themes/res/values-zh-rCN/strings.xml
deleted file mode 100644 (file)
index 8e0e0c3..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">暗色主题</string>
-  <string name="dark_theme_desc">用于 CyanogenMod 文件管理器的暗色主题.</string>
-</resources>
diff --git a/themes/res/values-zh-rHK/strings.xml b/themes/res/values-zh-rHK/strings.xml
deleted file mode 100644 (file)
index e7a59ee..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">深色主題</string>
-  <string name="dark_theme_desc">用於 CyanogenMod 檔案管理器的深色主題。</string>
-</resources>
diff --git a/themes/res/values-zh-rTW/strings.xml b/themes/res/values-zh-rTW/strings.xml
deleted file mode 100644 (file)
index f8f8a66..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--Generated by crowdin.com-->
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-  <string name="dark_theme_name">深色主題</string>
-  <string name="dark_theme_desc">CyanogenMod 檔案管理器的深色主題。</string>
-</resources>
diff --git a/themes/res/values/dark_theme.xml b/themes/res/values/dark_theme.xml
deleted file mode 100644 (file)
index b68bbfb..0000000
+++ /dev/null
@@ -1,153 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-     Copyright (C) 2012-2013 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <!-- The base theme used to customize some (non-themeables) widgets like dialogs
-         2 possibles values:
-             - material: @android:style/Theme.Holo
-             - material_light: @android:style/Theme.Holo.Light
-    -->
-    <string name="dark_base_theme" translatable="false">material</string>
-
-    <!-- The image preview -->
-    <drawable name="dark_theme_preview_drawable">@drawable/dark_theme_preview</drawable>
-
-    <!-- The drawable for the title bar -->
-    <drawable name="dark_titlebar_drawable">@drawable/dark_titlebar</drawable>
-
-    <!-- The background drawable -->
-    <drawable name="dark_background_drawable">@drawable/dark_background</drawable>
-
-    <!-- The drawable for the status bar -->
-    <drawable name="dark_statusbar_drawable">@drawable/dark_statusbar</drawable>
-
-    <!-- The drawable for the selection bar -->
-    <drawable name="dark_selectionbar_drawable">@drawable/dark_selectionbar</drawable>
-
-    <!-- The drawable for the overflow action bar button -->
-    <drawable name="dark_ab_overflow_drawable">@drawable/ic_material_dark_overflow</drawable>
-    <!-- The drawable for the actions action bar button -->
-    <drawable name="dark_ab_actions_drawable">@drawable/ic_material_dark_contextual_action</drawable>
-    <!-- The drawable for the search action bar button -->
-    <drawable name="dark_ab_search_drawable">@drawable/ic_material_dark_search</drawable>
-    <!-- The drawable for the bookmarks action bar button -->
-    <drawable name="dark_ab_bookmarks_drawable">@drawable/ic_material_dark_bookmarks</drawable>
-    <!-- The drawable for the history action bar button -->
-    <drawable name="dark_ab_history_drawable">@drawable/ic_material_dark_history</drawable>
-    <!-- The drawable for the sort mode of expander bar -->
-    <drawable name="dark_ab_sort_mode_drawable">@drawable/ic_material_dark_sort_alphabetically</drawable>
-    <!-- The drawable for the layout mode of expander bar -->
-    <drawable name="dark_ab_layout_mode_drawable">@drawable/ic_material_dark_layout</drawable>
-    <!-- The drawable for the view options of expander bar -->
-    <drawable name="dark_ab_view_options_drawable">@drawable/ic_material_dark_view</drawable>
-    <!-- The drawable for the selection done button -->
-    <drawable name="dark_ab_selection_done_drawable">@drawable/ic_material_dark_accept</drawable>
-    <!-- The drawable for the save action bar button -->
-    <drawable name="dark_ab_save_drawable">@drawable/ic_material_dark_save</drawable>
-    <!-- The drawable for the tab action bar button -->
-    <drawable name="dark_ab_tab_drawable">@drawable/ic_material_dark_tab</drawable>
-    <!-- The drawable for the print action bar button -->
-    <drawable name="dark_ab_print_drawable">@drawable/ic_material_dark_print</drawable>
-    <!-- The drawable for the settings action bar button -->
-    <drawable name="dark_ab_settings_drawable">@drawable/ic_material_dark_settings</drawable>
-    <!-- The drawable for the delete action bar button -->
-    <drawable name="dark_ab_delete_drawable">@drawable/ic_material_dark_delete</drawable>
-
-    <!-- The close action drawable from the expander bar -->
-    <drawable name="dark_expander_close_drawable">@drawable/ic_material_dark_expander_close</drawable>
-    <!-- The open action drawable from the expander bar -->
-    <drawable name="dark_expander_open_drawable">@drawable/ic_material_dark_expander_open</drawable>
-
-    <!-- The text color of TextView controls -->
-    <color name="dark_text_color">#99ffffff</color>
-
-    <!-- The highlight color for terms found in the search result -->
-    <color name="dark_search_highlight_color">#9933b5e5</color>
-
-    <!-- The background color of the navigation drawer -->
-    <color name="dark_drawer_color">#ff222222</color>
-
-    <!-- The drawer icon -->
-    <drawable name="dark_drawer_icon">@drawable/ic_material_dark_navigation_drawer</drawable>
-
-    <!-- FileSystem locked drawable -->
-    <drawable name="dark_filesystem_locked_drawable">@drawable/ic_material_dark_fs_locked</drawable>
-    <!-- FileSystem unlocked drawable -->
-    <drawable name="dark_filesystem_unlocked_drawable">@drawable/ic_material_dark_fs_unlocked</drawable>
-    <!-- FileSystem warning drawable -->
-    <drawable name="dark_filesystem_warning_drawable">@drawable/ic_material_dark_fs_warning</drawable>
-
-    <!-- Secure FileSystem icon -->
-    <drawable name="dark_secure_filesystem_drawable">@drawable/ic_material_dark_secure</drawable>
-    <!-- Remote FileSystem icon -->
-    <drawable name="dark_remote_filesystem_drawable">@drawable/ic_material_dark_remote</drawable>
-
-    <!-- The popup menu checkable selector drawable -->
-    <drawable name="dark_popup_checkable_selector_drawable">@drawable/dark_checkable_selector</drawable>
-    <!-- The menu checkable selector drawable -->
-    <drawable name="dark_menu_checkable_selector_drawable">@drawable/dark_material_popup_selector</drawable>
-    <!-- The checkable item selector drawable -->
-    <drawable name="dark_selection_drawable">@drawable/dark_material_selection</drawable>
-
-    <!-- Selectors -->
-    <drawable name="dark_selectors_deselected_drawable">@drawable/dark_material_list_selector_deselected</drawable>
-    <drawable name="dark_selectors_selected_drawable">@drawable/dark_material_list_selector_selected</drawable>
-    <drawable name="dark_selectors_button_drawable">@drawable/dark_material_button_selector</drawable>
-
-    <!-- Checkboxes -->
-    <drawable name="dark_checkbox_deselected_drawable">@drawable/btn_material_dark_check_off_normal</drawable>
-    <drawable name="dark_checkbox_selected_drawable">@drawable/btn_material_dark_check_on_normal</drawable>
-
-    <!-- Dividers -->
-    <drawable name="dark_horizontal_divider_drawable">@drawable/divider_horizontal_dark_opaque</drawable>
-    <drawable name="dark_vertical_divider_drawable">@drawable/divider_vertical_dark_opaque</drawable>
-    <color name="dark_horizontal_divider_color">#99505050</color>
-    <color name="dark_vertical_divider_color">#99505050</color>
-
-    <!-- Icons -->
-    <drawable name="dark_ic_close_drawable">@drawable/ic_material_dark_close</drawable>
-    <drawable name="dark_ic_config_drawable">@drawable/ic_material_dark_config</drawable>
-    <drawable name="dark_ic_home_drawable">@drawable/ic_material_dark_home</drawable>
-    <drawable name="dark_ic_filesystem_drawable">@drawable/ic_material_dark_filesystem</drawable>
-    <drawable name="dark_ic_sdcard_drawable">@drawable/ic_material_dark_sdcard</drawable>
-    <drawable name="dark_ic_usb_drawable">@drawable/ic_material_dark_usb</drawable>
-    <drawable name="dark_ic_user_defined_bookmark_drawable">@drawable/ic_material_dark_user_defined_bookmark</drawable>
-    <drawable name="dark_ic_copy_drawable">@drawable/ic_material_dark_copy</drawable>
-    <drawable name="dark_ic_secure_drawable">@drawable/ic_material_dark_secure</drawable>
-    <drawable name="dark_ic_remote_drawable">@drawable/ic_material_dark_remote</drawable>
-
-    <!-- Disk usage graph -->
-    <color name="dark_disk_usage_total_color">#7ecccccc</color>
-    <color name="dark_disk_usage_used_color">#cc0099cc</color>
-    <color name="dark_disk_usage_used_warning_color">#99ff4444</color>
-
-    <!-- ProgressBar -->
-    <drawable name="dark_horizontal_progress_bar">@drawable/dark_progress_horizontal_material</drawable>
-
-    <!-- Autocomplete -->
-    <color name="dark_autocomplete_fg_color">#99ffffff</color>
-    <color name="dark_autocomplete_bg_color">#aaaaaa</color>
-
-    <!-- Syntax Highlight -->
-    <color name="dark_ash_text_color">#99ffffff</color>
-    <color name="dark_ash_assignment_color">#99ffffff</color>
-    <color name="dark_ash_singleline_comment_color">#ff3f7f5f</color>
-    <color name="dark_ash_multiline_comment_color">#ff7f9fbf</color>
-    <color name="dark_ash_keyword_color">#ffd2568a</color>
-    <color name="dark_ash_quoted_string_color">#ff4Ab3b6</color>
-    <color name="dark_ash_variable_color">#ff91bcf8</color>
-</resources>
diff --git a/themes/res/values/strings.xml b/themes/res/values/strings.xml
deleted file mode 100644 (file)
index b84a69d..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-     Copyright (C) 2012-2014 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <!-- The dark theme strings -->
-    <string name="dark_theme_name">Dark Theme</string>
-    <string name="dark_theme_desc">A dark theme for CyanogenMod File Manager.</string>
-</resources>
diff --git a/themes/res/values/themes.xml b/themes/res/values/themes.xml
deleted file mode 100644 (file)
index a4daeb6..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-     Copyright (C) 2012-2013 The CyanogenMod Project
-
-     Licensed under the Apache License, Version 2.0 (the "License");
-     you may not use this file except in compliance with the License.
-     You may obtain a copy of the License at
-
-          http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing, software
-     distributed under the License is distributed on an "AS IS" BASIS,
-     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-     See the License for the specific language governing permissions and
-     limitations under the License.
--->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android">
-    <!-- The identifiers of the themes that this app contains. All the resources
-         of every theme MUST be qualified with the identifier of the theme -->
-    <string-array name="themes_ids" translatable="false">
-        <item>dark</item>
-    </string-array>
-    <string-array name="themes_names" translatable="false">
-        <item>@string/dark_theme_name</item>
-    </string-array>
-    <string-array name="themes_descriptions" translatable="false">
-        <item>@string/dark_theme_desc</item>
-    </string-array>
-</resources>
diff --git a/themes/src/com/cyanogenmod/filemanager/themes/ThemeActivity.java b/themes/src/com/cyanogenmod/filemanager/themes/ThemeActivity.java
deleted file mode 100644 (file)
index cf0554a..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
- * Copyright (C) 2012 The CyanogenMod Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package com.cyanogenmod.filemanager.themes;
-
-import android.app.Activity;
-import android.os.Bundle;
-
-/**
- * A mock activity for allow to <code>File Manager</code> to find this themes.<br/>
- * <br/>
- * NOTE: This activity must define the next filters:<br/>
- * <ul>
- * <li>Permission: <b>com.cyanogenmod.filemanager.permissions.READ_THEME</b></li>
- * <li>Action: <b>com.cyanogenmod.filemanager.actions.MAIN_THEME</b></li>
- * <li>Category: <b>com.cyanogenmod.filemanager.categories.THEME</b></li>
- * </ul>
- */
-public class ThemeActivity extends Activity {
-    /**
-     * {@inheritDoc}
-     */
-    @Override
-    protected void onCreate(Bundle state) {
-        //Save state
-        super.onCreate(state);
-    }
-}