Skip to content

Commit

Permalink
Revert "Add custom icon pack support"
Browse files Browse the repository at this point in the history
This reverts commit a535f29.
  • Loading branch information
whataudoinghere committed Mar 6, 2018
1 parent 4934ca8 commit 77394de
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 374 deletions.
3 changes: 0 additions & 3 deletions proguard.flags
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@
*;
}

-keep class com.google.android.apps.nexuslauncher.CustomIconProvider {
*;
}

-keep class com.google.android.apps.nexuslauncher.CustomDrawableFactory {
*;
Expand Down
5 changes: 3 additions & 2 deletions res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,12 @@
<!-- Hotseat -->
<bool name="hotseat_transpose_layout_with_orientation">true</bool>


<!-- Name of an icon provider class. -->
<string name="icon_provider_class" translatable="false">com.google.android.apps.nexuslauncher.CustomIconProvider</string>
<string name="icon_provider_class" translatable="false">com.google.android.apps.nexuslauncher.DynamicIconProvider</string>

<!-- Name of a drawable factory class. -->
<string name="drawable_factory_class" translatable="false">com.google.android.apps.nexuslauncher.CustomDrawableFactory</string>
<string name="drawable_factory_class" translatable="false">com.google.android.apps.nexuslauncher.DynamicDrawableFactory</string>

<!-- Name of a user event dispatcher class. -->
<string name="user_event_dispatcher_class" translatable="false">com.google.android.apps.nexuslauncher.CustomAppPredictor</string>
Expand Down
7 changes: 0 additions & 7 deletions res/xml/launcher_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -288,13 +288,6 @@
android:entryValues="@array/icon_shape_override_paths_values"
android:defaultValue=""
android:persistent="false" />

<com.google.android.apps.nexuslauncher.CustomIconPreference
android:key="pref_icon_pack"
android:title="@string/pref_icon_pack"
android:summary="%s"
android:defaultValue=""
android:persistent="true" />
</PreferenceCategory>

</PreferenceScreen>
Expand Down

This file was deleted.

This file was deleted.

186 changes: 0 additions & 186 deletions src/com/google/android/apps/nexuslauncher/CustomIconProvider.java

This file was deleted.

45 changes: 0 additions & 45 deletions src/com/google/android/apps/nexuslauncher/CustomIconUtils.java

This file was deleted.

Loading

0 comments on commit 77394de

Please sign in to comment.