Skip to content

Commit fbdf2db

Browse files
committed
Merge pull request shadowsocks#565 from Mygod/ic-start
Replace placeholder icons with brand new icons
2 parents 65635c6 + c7dd9ae commit fbdf2db

37 files changed

Lines changed: 63 additions & 10 deletions

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ libraryDependencies ++= Seq(
3030
"dnsjava" % "dnsjava" % "2.1.7",
3131
"com.github.kevinsawicki" % "http-request" % "6.0",
3232
"commons-net" % "commons-net" % "3.4",
33-
"eu.chainfire" % "libsuperuser" % "1.0.0.201510071325",
33+
"eu.chainfire" % "libsuperuser" % "1.0.0.201602011018",
3434
"com.google.zxing" % "android-integration" % "3.2.1",
3535
"net.glxn.qrgen" % "android" % "2.0",
3636
"com.google.android.gms" % "play-services-base" % "8.4.0",

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
resolvers += Resolver.url("scalasbt releases", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-snapshots"))(Resolver.ivyStylePatterns)
22

3-
addSbtPlugin("com.hanhuy.sbt" % "android-sdk-plugin" % "1.5.15")
3+
addSbtPlugin("com.hanhuy.sbt" % "android-sdk-plugin" % "1.5.16")
44

55
resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
66

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:width="24dp"
4+
android:height="24dp"
5+
android:viewportWidth="24"
6+
android:viewportHeight="24">
7+
8+
<path
9+
android:fillColor="#fff"
10+
android:pathData="M17.68,9l-1.59,7L12.7,14.89l5-5.93M10,10.08l-3.57,3L5,12.55l5-2.47M21.25,2.28L0,12.8l6.83,2.57,9.76-8.21L9.26,15.89l8.29,2.67,3.7-16.27h0Z" />
11+
<path
12+
android:fillColor="#fff"
13+
android:pathData="M 9.45 17.56 L 9.46 22 L 12.09 18.41 L 9.45 17.56 L 9.45 17.56 Z" />
14+
</vector>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:width="24dp"
4+
android:height="24dp"
5+
android:viewportWidth="24"
6+
android:viewportHeight="24">
7+
8+
<path
9+
android:fillColor="#fff"
10+
android:pathData="M 21.25 2.28 L 17.55 18.55 L 9.26 15.89 L 16.58 7.16 L 6.83 15.37 L 0 12.8 L 21.25 2.28 Z" />
11+
<path
12+
android:fillColor="#fff"
13+
android:pathData="M 9.45 17.56 L 12.09 18.41 L 9.46 22 L 9.45 17.56 Z" />
14+
</vector>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:width="24dp"
4+
android:height="24dp"
5+
android:viewportWidth="24"
6+
android:viewportHeight="24">
7+
8+
<path
9+
android:fillColor="#fff"
10+
android:pathData="M 9.45 17.56 L 9.46 22 L 12.09 18.41 L 9.45 17.56 L 9.45 17.56 Z" />
11+
<path
12+
android:strokeColor="#fff"
13+
android:strokeWidth="2"
14+
android:strokeMiterLimit="10"
15+
android:pathData="M0.71,2.12L21.88,23.29Z" />
16+
<path
17+
android:fillColor="#fff"
18+
android:pathData="M 13 10.17 L 16.58 7.16 L 13.57 10.75 L 14.99 12.16 L 17.68 8.96 L 16.59 13.76 L 18.26 15.43 L 21.25 2.28 L 10.45 7.62 L 13 10.17 Z" />
19+
<path
20+
android:fillColor="#fff"
21+
android:pathData="M 15.93 15.93 L 12.71 14.89 L 13.7 13.7 L 12.28 12.28 L 9.26 15.89 L 17.55 18.55 L 17.74 17.74 L 15.93 15.93 Z" />
22+
<path
23+
android:fillColor="#fff"
24+
android:pathData="M8.56,8.56L0,12.8l6.83,2.57,4.64-3.9ZM6.44,13.08L5,12.55l5-2.47Z" />
25+
</vector>
-297 Bytes
Binary file not shown.
-462 Bytes
Binary file not shown.
-425 Bytes
Binary file not shown.
430 Bytes
Loading
387 Bytes
Loading

0 commit comments

Comments
 (0)