Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dfe87d9d authored by Steve Kondik's avatar Steve Kondik
Browse files

Remove more theme-related stuff

parent 7dc75d1d
Loading
Loading
Loading
Loading
+0 −25
Original line number Diff line number Diff line
@@ -11,16 +11,6 @@
    <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>

    <application android:label="@string/app_name" android:icon="@drawable/cm_icon">
        <receiver android:name=".intents.MvsduiReceiver" android:enabled="true">
            <intent-filter>
                <action android:name="com.cyanogenmod.cmpartshelper.RESTORE_CMPARTS_UI"></action>
            </intent-filter>
        </receiver>
        <receiver android:name=".intents.CatchThemeListReceiver" android:enabled="true">
            <intent-filter>
                <action android:name="com.cyanogenmod.cmpartshelper.GET_THEME_LIST"></action>
            </intent-filter>
        </receiver>
        <activity android:name=".activities.MainActivity" android:label="@string/app_name">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
@@ -61,26 +51,11 @@
                <action android:name="android.intent.action.MAIN"/>
            </intent-filter>
        </activity>
        <activity android:name=".activities.StatusBarActivity" android:label="@string/status_bar_title">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
            </intent-filter>
        </activity>
        <activity android:name=".activities.DateProviderActivity" android:label="@string/dp_title">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
            </intent-filter>
        </activity>
        <activity android:name=".activities.NotificationsActivity" android:label="@string/title_notifications_color_tweaks">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
            </intent-filter>
        </activity>
        <activity android:name=".activities.TweaksExtras" android:label="@string/te_title">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
            </intent-filter>
        </activity>
        <activity android:name=".activities.PerformanceSettingsActivity" android:label="@string/performance_settings_title">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>

assets/CMTheme/STOCK.xml

deleted100755 → 0
+0 −32
Original line number Diff line number Diff line
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<cmparts>
<battery_status_color_title>#ffffffff</battery_status_color_title>
<clock_color>#ff000000</clock_color>
<dbm_color>#ff000000</dbm_color>
<date_color>#ff000000</date_color>
<plmn_label_color>#ff000000</plmn_label_color>
<spn_label_color>#ff000000</spn_label_color>
<new_notifications_ticker_color>#ff000000</new_notifications_ticker_color>
<notifications_count_color>#ffffffff</notifications_count_color>
<no_notifications_color>#ffffffff</no_notifications_color>
<clear_button_label_color>#ff000000</clear_button_label_color>
<ongoing_notifications_color>#ffffffff</ongoing_notifications_color>
<latest_notifications_color>#ffffffff</latest_notifications_color>
<notifications_title_color>#ff000000</notifications_title_color>
<notifications_text_color>#ff000000</notifications_text_color>
<notifications_time_color>#ff000000</notifications_time_color>
<battery_percentage_status_icon>0</battery_percentage_status_icon>
<show_status_clock>1</show_status_clock>
<show_status_dbm>0</show_status_dbm>
<show_plmn_ls>1</show_plmn_ls>
<show_spn_ls>1</show_spn_ls>
<show_plmn_sb>1</show_plmn_sb>
<show_spn_sb>1</show_spn_sb>
<notif_bar_color>#ffffffff</notif_bar_color>
<notif_bar_custom>0</notif_bar_custom>
<notif_expanded_bar_color>#ffffffff</notif_expanded_bar_color>
<notif_expanded_bar_custom>0</notif_expanded_bar_custom>
<!--This last one is for HDPI devices only - the values are: 0:right, 1:left, 2:center
	This is the ONLY place this value can be set -->
<hdpi_battery_alignment>0</hdpi_battery_alignment>
</cmparts>

assets/CMTheme/STOCK_Black.xml

deleted100755 → 0
+0 −32
Original line number Diff line number Diff line
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<cmparts>
<battery_status_color_title>#ff000000</battery_status_color_title>
<clock_color>#ffffffff</clock_color>
<dbm_color>#ffffffff</dbm_color>
<date_color>#ffffffff</date_color>
<plmn_label_color>#ffffffff</plmn_label_color>
<spn_label_color>#ffffffff</spn_label_color>
<new_notifications_ticker_color>#ffffffff</new_notifications_ticker_color>
<notifications_count_color>#ffffffff</notifications_count_color>
<no_notifications_color>#ffffffff</no_notifications_color>
<clear_button_label_color>#ff000000</clear_button_label_color>
<ongoing_notifications_color>#ffffffff</ongoing_notifications_color>
<latest_notifications_color>#ffffffff</latest_notifications_color>
<notifications_title_color>#ffffffff</notifications_title_color>
<notifications_text_color>#ffffffff</notifications_text_color>
<notifications_time_color>#ffffffff</notifications_time_color>
<battery_percentage_status_icon>0</battery_percentage_status_icon>
<show_status_clock>1</show_status_clock>
<show_status_dbm>0</show_status_dbm>
<show_plmn_ls>1</show_plmn_ls>
<show_spn_ls>1</show_spn_ls>
<show_plmn_sb>1</show_plmn_sb>
<show_spn_sb>1</show_spn_sb>
<notif_bar_color>#ff000000</notif_bar_color>
<notif_bar_custom>1</notif_bar_custom>
<notif_expanded_bar_color>#bf000000</notif_expanded_bar_color>
<notif_expanded_bar_custom>1</notif_expanded_bar_custom>
<!--This last one is for HDPI devices only - the values are: 0:right, 1:left, 2:center
	This is the ONLY place this value can be set -->
<hdpi_battery_alignment>0</hdpi_battery_alignment>
</cmparts>
+0 −124
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
    <!-- User interface -->
    <string name="ui_title">User interface</string>
    <string name="ui_summary">User interface settings &amp; tweaks</string>
    <string name="ui_status_bar">Status Bar Customization</string>

    <!-- User interface : orientation -->
    <string name="ui_rotation_title">Accelerometer rotation</string>
@@ -39,75 +38,6 @@
    <string name="title_color_picker">Pick a color</string>
    <string name="msg_color_picker">Tap on center color to confirm.\nPress back to cancel</string>

    <!-- Status Bar -->
    <string name="status_bar_title">Status bar</string>
    <string name="status_bar_summary">Status bar tweaks</string>

    <!-- Status Bar, Battery -->
    <string name="battery_title">Battery</string>
    <string name="pref_battery_percentage_title">Battery percentage</string>
    <string name="pref_battery_percentage_summary">Battery percentage displayed in the status bar</string>
    <string name="battery_status_color_title">Battery percentage color</string>

    <!-- Status Bar, Clock -->
    <string name="clock_title">Clock</string>
    <string name="title_show_clock">Show clock</string>
    <string name="title_clock_color">Clock color</string>
    <string name="clock_show_am_pm">Show AM/PM for 12-hour clock</string>

    <!-- Status Bar, dBm Signal -->
    <string name="dbm_title">dBm signal strength</string>
    <string name="title_show_dbm">Show dBm</string>
    <string name="summary_on_show_dbm">Signal strength in dBm is displayed in the status bar</string>
    <string name="summary_off_show_dbm">Signal strength in dBm is not displayed in the status bar</string>
    <string name="title_hide_signal_dbm">Hide signal strength</string>
    <string name="summary_on_hide_signal_dbm">Signal strength icon is disabled only dBm will show</string>
    <string name="summary_off_hide_signal_dbm">Signal strength icon is enabled</string>
    <string name="title_dbm_color">dBm color</string>

    <!-- Date and Provider -->
    <string name="dp_title">Date and provider</string>
    <string name="dp_summary">Date and provider tweaks</string>

    <!-- Date and Provider, Date -->
    <string name="date_title">Date</string>
    <string name="title_date_color">Date color</string>

    <!-- Date and Provider, PLMN -->
    <string name="plmn_title">PLMN carrier string</string>
    <string name="title_show_plmn_ls">Display PLMN (lockscreen)</string>
    <string name="summary_on_show_plmn_ls">PLMN field is displayed on lockscreen</string>
    <string name="summary_off_show_plmn_ls">PLMN field is not displayed on lockscreen</string>
    <string name="title_show_plmn_sb">Display PLMN (status bar)</string>
    <string name="summary_on_show_plmn_sb">PLMN field is displayed in status bar</string>
    <string name="summary_off_show_plmn_sb">PLMN field is not displayed in status bar</string>
    <string name="title_plmn_label_color">Carrier PLMN label color</string>

    <!-- Date and Provider, SPN -->
    <string name="spn_title">SPN carrier string</string>
    <string name="title_show_spn_ls">Display SPN (lockscreen)</string>
    <string name="summary_on_show_spn_ls">SPN field is displayed on lockscreen</string>
    <string name="summary_off_show_spn_ls">SPN field is not displayed on lockscreen</string>
    <string name="title_show_spn_sb">Display SPN (status bar)</string>
    <string name="summary_on_show_spn_sb">SPN field is displayed in status bar</string>
    <string name="summary_off_show_spn_sb">SPN field is not displayed in status bar</string>
    <string name="title_spn_label_color">Carrier SPN label color</string>

    <!-- Notifications -->
    <string name="title_notifications_sb">Statusbar notifications</string>
    <string name="title_notifications_color_tweaks">Notifications colors</string>
    <string name="summary_notifications_color_tweaks">Notifications ticker, ongoing notifications, latest notifications, clear notifications, etc</string>
    <string name="title_notifications_ticker_color">Notifications ticker color</string>
    <string name="title_notifications_count_color">Notifications count color</string>
    <string name="title_no_notifications_color">No notification title color</string>
    <string name="title_clear_button_label_color">Clear notifications label color</string>
    <string name="title_ongoing_notifications_color">Ongoing notifications title color</string>
    <string name="title_latest_notifications_color">Latest notifications title color</string>
    <string name="title_notifications_items">Items notifications</string>
    <string name="title_notifications_items_title">Items title color</string>
    <string name="title_notifications_items_text">Items text color</string>
    <string name="title_notifications_items_time">Items time color</string>

    <!-- User interface: LED notifcations -->
    <string name="trackball_notifications_title">LED notification colors</string>
    <string name="dialog_color_trackball">Choose a color</string>
@@ -155,32 +85,6 @@
    <string name="notification_battery_warning">This option has been proven to increase the amount of battery drain by ~3% per hour. If you notice an increase in drain during trackball lights pulsing then this option is why. Do not enable if you don\'t wish to incur the drain.</string>


    <!-- Tweaks Extras -->
    <string name="te_title">Tweaks extras</string>
    <string name="te_title_summary">Extra tools for interface tweaks</string>
    <string name="te_reset">Reset</string>
    <string name="title_reset_ui_tweaks_to_defaults">Reset UI tweaks to default</string>
    <string name="te_xml">XML tools</string>
    <string name="title_dialog_ui_interface">UI interface tweaks</string>
    <string name="message_dialog_reset">Reset all UI interface tweaks to default? Reboot to see changes</string>
    <string name="reset_ui_success">UI interface tweaks reset! Reboot to see changes</string>
    <string name="message_dialog_export">Enter a name for this file.  If the file already exists it will be overwritten.</string>
    <string name="xml_sdcard_unmounted">SD card not mounted!</string>
    <string name="xml_write_error">Error writing XML!</string>
    <string name="xml_export_success">XML export successful!</string>
    <string name="message_dialog_import">Are you sure you want to load this color theme?  Reboot to see changes</string>
    <string name="xml_file_not_found">XML file not found!</string>
    <string name="xml_io_exception">Error reading file!</string>
    <string name="xml_parse_error">Error parsing XML!</string>
    <string name="xml_invalid_color">Invalid color code in XML!</string>
    <string name="xml_import_success">XML import successful! Reboot to see changes</string>
    <string name="xml_run_helper">Running settings helper</string>
    <string name="title_apply_theme">Select a theme</string>
    <string name="summary_apply_theme">Pick from a pre-made theme or a saved one on your SD card</string>
    <string name="title_save_theme">Save current theme</string>
    <string name="summary_save_theme">Save the current color settings to your SD card</string>
    

    <!-- Input Settings -->
    <string name="input_settings_title">Input settings</string>
    <string name="input_settings_summary">Control button behavior</string>
@@ -220,10 +124,6 @@
    <string name="performance_settings_title">Performance settings</string>
    <string name="performance_settings_summary">Device performance tweaks</string>

    <!-- Performance Settings : Compcache -->
    <string name="pref_compcache_title">Compcache RAM Usage</string>
    <string name="pref_compcache_summary">Compress memory for increased virtual capacity (requires reboot)</string>

    <!-- Performance Settings : JIT Mode -->
    <string name="pref_jit_mode_title">Use JIT</string>
    <string name="pref_jit_mode_summary">Use the Dalvik just-in-time compiler (requires reboot)</string>
@@ -324,21 +224,6 @@
    <string name="salmon">Salmon</string>
    <string name="fuscia">Fuscia</string>

    <!-- Notification Bar Colors -->

    <string name="title_notification_bar">Notification bar</string>
    <string name="title_custom_not_bar">Custom notification bar</string>
    <string name="summary_custom_not_bar_on">Using customized notification bar color and style</string>
    <string name="summary_custom_not_bar_off">Using classic CyanogenMod notification bar</string>
    <string name="title_not_bar_color_mask">Bar color</string>
    <string name="summary_not_bar_color_mask">Note: Transparency (alpha) setting will not be applied</string>
    <string name="title_custom_exp_not_bar">Custom pulldown bar</string>
    <string name="summary_custom_exp_not_bar_on">Using customized expanded pulldown bar color and style</string>
    <string name="summary_custom_exp_not_bar_off">Using classic CyanogenMod expanded pulldown bar</string>
    <string name="title_not_exp_bar_color_mask">Pulldown bar color</string>
    <string name="summary_not_exp_bar_color_mask">Pick a color to apply to elements of the pulldown notification bar</string>


    <!-- Expanded View Power Widget -->
    <string name="title_widget_buttons">Expanded View Widget</string>
    <string name="title_expanded_widget">Notification power widget</string>
@@ -376,15 +261,6 @@
    <string name="pref_flash_mode_summary">Choose High / Death Ray(Evo)</string>
    <string name="widget_max_buttons">6 is the max amount of buttons.</string>


    <!-- Performance : Lock home memory -->
    <string name="pref_lock_home_title">Lock home in memory</string>
    <string name="pref_lock_home_summary">Attempt to keep the current home app in memory at all times</string>

    <!-- Performance : Lock mms app in memory -->
    <string name="pref_lock_mms_title">Lock messaging app in memory</string>
    <string name="pref_lock_mms_summary">Avoid lost messages on low memory situations</string>

    <!-- Backlight -->
    <string name="backlight_title">Automatic backlight</string>
    <string name="backlight_summary">Tweak levels and filtering</string>
+0 −42
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
   <PreferenceCategory android:title="@string/date_title">
      <Preference android:key="date_color"
         android:title="@string/title_date_color"
         android:defaultValue="-16777216" />
   </PreferenceCategory>
   <PreferenceCategory android:title="@string/plmn_title">
      <CheckBoxPreference android:key="show_plmn_ls"
         android:title="@string/title_show_plmn_ls"
         android:summaryOn="@string/summary_on_show_plmn_ls"
         android:summaryOff="@string/summary_off_show_plmn_ls"
         android:defaultValue="true" />
      <CheckBoxPreference android:key="show_plmn_sb"
         android:title="@string/title_show_plmn_sb"
         android:summaryOn="@string/summary_on_show_plmn_sb"
         android:summaryOff="@string/summary_off_show_plmn_sb"
         android:defaultValue="true"
         android:disableDependentsState="false" />
      <Preference android:key="plmn_label_color"
         android:title="@string/title_plmn_label_color"
         android:defaultValue="-16777216"
         android:dependency="show_plmn_sb" />
   </PreferenceCategory>
   <PreferenceCategory android:title="@string/spn_title">
      <CheckBoxPreference android:key="show_spn_ls"
         android:title="@string/title_show_spn_ls"
         android:summaryOn="@string/summary_on_show_spn_ls"
         android:summaryOff="@string/summary_off_show_spn_ls"
         android:defaultValue="true" />
      <CheckBoxPreference android:key="show_spn_sb"
         android:title="@string/title_show_spn_sb"
         android:summaryOn="@string/summary_on_show_spn_sb"
         android:summaryOff="@string/summary_off_show_spn_sb"
         android:defaultValue="true"
         android:disableDependentsState="false" />
      <Preference android:key="spn_label_color"
         android:title="@string/title_spn_label_color"
         android:defaultValue="-16777216"
         android:dependency="show_spn_sb" />
   </PreferenceCategory>
</PreferenceScreen>
Loading