Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
fix typo in appfilter, remove some wallpapers
Browse files Browse the repository at this point in the history
  • Loading branch information
1C3 committed Jun 5, 2016
1 parent e2b48cf commit f047ccb
Show file tree
Hide file tree
Showing 22 changed files with 112 additions and 108 deletions.
181 changes: 89 additions & 92 deletions .idea/workspace.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "ovh.ice.icecons"
minSdkVersion 16
targetSdkVersion 23
versionCode 11
versionName "2.7"
versionCode 12
versionName "2.8"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
package="ovh.ice.icecons"
android:minSdkVersion="16"
android:targetSdkVersion="23"
android:versionCode="11"
android:versionName="2.7">
android:versionCode="12"
android:versionName="2.8">

<uses-permission android:name="android.permission.SET_WALLPAPER" />
<uses-permission android:name="android.permission.SET_WALLPAPER_HINTS" />
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/java/ovh/ice/icecons/MainActivity.java
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
package ovh.ice.icecons;

import android.annotation.TargetApi;
import android.content.Intent;
import android.graphics.drawable.BitmapDrawable;
import android.net.Uri;
import android.support.v4.content.ContextCompat;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.transition.Fade;
import android.transition.Transition;
import android.view.Gravity;
import android.view.View;
import android.view.ViewGroup;
Expand Down
6 changes: 2 additions & 4 deletions app/src/main/java/ovh/ice/icecons/WallpaperActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ public class WallpaperActivity extends AppCompatActivity {
R.drawable.wall_5, R.drawable.wall_6,
R.drawable.wall_7, R.drawable.wall_8,
R.drawable.wall_9, R.drawable.wall_10,
R.drawable.wall_11, R.drawable.wall_12,
R.drawable.wall_13, R.drawable.wall_14,
R.drawable.wall_15, R.drawable.wall_16
R.drawable.wall_11, R.drawable.wall_12
};

private ArrayList<LinearLayout> layoutList = new ArrayList<>();
Expand All @@ -36,7 +34,7 @@ protected void onCreate( Bundle savedInstanceState ) {
if( IceScreenUtils.isPortrait( getApplicationContext() ) )
createLayout( 2 );
else {
createLayout( 4 );
createLayout( 3 );
}
}

Expand Down
Binary file modified app/src/main/res/drawable-nodpi/wall_10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-nodpi/wall_11.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-nodpi/wall_12.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/src/main/res/drawable-nodpi/wall_13.jpg
Binary file not shown.
Binary file removed app/src/main/res/drawable-nodpi/wall_14.jpg
Binary file not shown.
Binary file removed app/src/main/res/drawable-nodpi/wall_15.jpg
Binary file not shown.
Binary file removed app/src/main/res/drawable-nodpi/wall_16.jpg
Binary file not shown.
Binary file modified app/src/main/res/drawable-nodpi/wall_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-nodpi/wall_3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-nodpi/wall_4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-nodpi/wall_5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-nodpi/wall_6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-nodpi/wall_7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-nodpi/wall_8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable-nodpi/wall_9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions app/src/main/res/xml/appfilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<item component="ComponentInfo{org.sufficientlysecure.viewer/org.ebookdroid.ui.library.RecentActivity}" drawable="book" />

<!-- Doodle -->
<item component="ComponentInfo{com.doodle.android/com.doodle.activites.SplashActivity}" drawable="doodle" />
<item component="ComponentInfo{com.doodle.android/com.doodle.activities.SplashActivity}" drawable="doodle" />

<!-- Downloads -->
<item component="ComponentInfo{com.android.providers.downloads.ui/com.android.providers.downloads.ui.DownloadList}" drawable="downloads" />
Expand Down Expand Up @@ -684,7 +684,7 @@
<item component="ComponentInfo{com.xabber.android/com.xabber.android.ui.activity.ContactList}" drawable="xabber" />

<!-- /system/ App Mover -->
<item component="ComponentInfo{de.j4velin.systemappmover/de.j4velin.systemappmover.MoverActivity}" drawable="gag"/>
<item component="ComponentInfo{de.j4velin.systemappmover/de.j4velin.systemappmover.MoverActivity}" drawable="systemappmover"/>

<!-- 9gag -->
<item component="ComponentInfo{com.ninegag.android.app/com.ninegag.android.app.ui.SplashScreenActivity}" drawable="gag"/>
Expand Down
18 changes: 12 additions & 6 deletions app/src/main/res/xml/theme_wallpapers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@

<version>1</version>

<item drawable="bush" />
<item drawable="clovers" />
<item drawable="daisy" />
<item drawable="ivy" />
<item drawable="rock" />
<item drawable="wall" />
<item drawable="wall_1" />
<item drawable="wall_2" />
<item drawable="wall_3" />
<item drawable="wall_4" />
<item drawable="wall_5" />
<item drawable="wall_6" />
<item drawable="wall_7" />
<item drawable="wall_8" />
<item drawable="wall_9" />
<item drawable="wall_10" />
<item drawable="wall_11" />
<item drawable="wall_12" />

</resources>

0 comments on commit f047ccb

Please sign in to comment.