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

Commit 69613a24 authored by Steve Kondik's avatar Steve Kondik
Browse files

cmparts: Changes for Gingerbread

  - remove theme-related code
  - remove overscrolling settings
  - set the default of LOCK_MMS to off.
  - remove the orientation settings (needs reworked)
  - default dithering to on
parent 26420533
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 −4
Original line number Diff line number Diff line
@@ -4,10 +4,6 @@
  <string name="ui_title">Interfície d\'usuari</string>
  <string name="ui_summary">Paràmetres de la interfície d\'usuari</string>
  <string name="ui_status_bar">Personalització de la barra d\'estat</string>
  <string name="ui_rotation_title">Rotació de l\'acceleròmetre</string>
  <string name="pref_rotation_90_title">90 graus</string>
  <string name="pref_rotation_180_title">180 graus</string>
  <string name="pref_rotation_270_title">270 graus</string>
  <string name="trackball_title">Notificacions LED</string>
  <string name="trackball_summary">Notificació i bateig de la bola i LED</string>
  <string name="ui_webview_title">VistaWeb</string>
+0 −8
Original line number Diff line number Diff line
@@ -35,14 +35,6 @@
    <item>Kalibriert (N1) Kalt</item>
  </string-array>

  <string-array name="entries_overscroll_weight">
    <item>Sehr stark</item>
    <item>Stark</item>
    <item>Mittel</item>
    <item>Schwach</item>
    <item>Sehr schwach</item>
  </string-array>

  <string-array name="entries_trackball_colors">
    <item>Grün</item>
    <item>Weiß</item>
Loading