Skip to content

Commit

Permalink
Bump to 1.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <[email protected]>
  • Loading branch information
enricocid committed Aug 19, 2019
1 parent 10ce1b3 commit 26361f5
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# <img src ="https://upload.wikimedia.org/wikipedia/commons/b/b5/Kotlin-logo.png" width=24> Vectorify da home!


###### Current version: [(21) 1.5.1](https://github.com/enricocid/VectorifyDaHome/releases/tag/v1.5.1)
###### Current version: [(22) 1.5.2](https://github.com/enricocid/VectorifyDaHome/releases/tag/v1.5.2)


[![API](https://img.shields.io/badge/API-21%2B-blue.svg?style=flat-square)](https://android-arsenal.com/api?level=21) [![Donate on PayPal](https://img.shields.io/badge/PayPal-Donate%20Now-brightgreen.svg)](https://paypal.me/enricocid)
Expand All @@ -19,7 +19,7 @@

# Description:

**Vectorify da home!** is a minimal and open source app to apply wallpapers from a vaste (200+) collection of vector graphics:
**Vectorify da home!** is a minimal and open source app to apply wallpapers from a vaste (400+) collection of vector graphics:

- Background and graphic colors are customizable thanks to a fantastic color picker, presets or the device accent color!

Expand Down
4 changes: 2 additions & 2 deletions project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.iven.iconify"
minSdkVersion 21
targetSdkVersion 29
versionCode 21
versionName "1.5.1"
versionCode 22
versionName "1.5.2"
}

// Configure only for each module that uses Java 8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ class VectorsAdapter(private val context: Context) : RecyclerView.Adapter<Vector
R.drawable.gesture,
R.drawable.touch,
R.drawable.email,
R.drawable.telegram,
R.drawable.telegram_alt,
R.drawable.navigation,
R.drawable.place,
R.drawable.map_marker_check,
Expand Down
9 changes: 9 additions & 0 deletions project/app/src/main/res/drawable/telegram.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#000"
android:pathData="M9.78,18.65L10.06,14.42L17.74,7.5C18.08,7.19 17.67,7.04 17.22,7.31L7.74,13.3L3.64,12C2.76,11.75 2.75,11.14 3.84,10.7L19.81,4.54C20.54,4.21 21.24,4.72 20.96,5.84L18.24,18.65C18.05,19.56 17.5,19.78 16.74,19.36L12.6,16.3L10.61,18.23C10.38,18.46 10.19,18.65 9.78,18.65Z"/>
</vector>
5 changes: 5 additions & 0 deletions project/app/src/main/res/drawable/telegram_alt.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp"
android:viewportHeight="256" android:viewportWidth="256" android:width="24dp">
<path android:fillColor="#000" android:fillType="nonZero"
android:pathData="M182.739,158.715C189.255,140.908 213.111,73.187 216.944,55.426C221.273,35.345 212.208,33.384 191.587,40.119C170.965,46.855 118.083,66.455 109.183,69.615C100.281,72.774 56.948,87.339 47.965,91.684C29.614,101.527 38.541,116.547 59.055,124.345C120.367,153.777 102.957,138.779 130.331,193.236C135.965,207.148 149.248,230.845 161.97,212.932C168.657,202.745 177.617,172.719 182.739,158.715Z"/>
</vector>

0 comments on commit 26361f5

Please sign in to comment.