Skip to content

Commit

Permalink
Merge pull request #25 from mvarnagiris/dev
Browse files Browse the repository at this point in the history
v0.5.2
  • Loading branch information
mvarnagiris committed May 18, 2017
2 parents 7b0492a + 39db254 commit e36bfb8
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -43,8 +43,8 @@ android {
minSdkVersion min_sdk_version
targetSdkVersion target_sdk_version
multiDexEnabled true
versionCode 11
versionName "0.5.1"
versionCode 12
versionName "0.5.2"
manifestPlaceholders = [crashlytics: privateProperties['CRASHLYTICS']]
}

Expand Down
16 changes: 15 additions & 1 deletion app/src/main/res/drawable/ic_action_settings.xml
@@ -1,9 +1,23 @@
<!--
~ Copyright (C) 2017 Mantas Varnagiris.
~
~ This program is free software; you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation; either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24"
android:viewportWidth="24">
<path
android:fillColor="#fff"
android:pathData="M19.43 12.98c.04-.32 .07-.64 .07-.98s-.03-.66-.07-.98l2.11-1.65c.19-.15 .24-.42 .12-.64l-2-3.46c-.12-.22-.39-.3-.61-.22l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46 2.18 14.25 2 14 2h-4c-.25 0-.46 .18-.49 .42l-.38 2.65c-.61 .25-1.17 .59-1.69 .98l-2.49-1c-.23-.09-.49 0-.61 .22l-2 3.46c-.13 .22-.07 .49.12 .64l2.11 1.65c-.04 .32-.07 .65-.07 .98s.03 .66.07 .98l-2.11 1.65c-.19 .15-.24 .42-.12 .64l2 3.46c.12 .22.39 .3.61 .22l2.49-1c.52 .4 1.08 .73 1.69 .98l.38 2.65c.03 .24.24 .42.49 .42h4c.25 0 .46-.18 .49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.23 .09.49 0 .61-.22l2-3.46c.12-.22 .07-.49-.12-.64l-2.11-1.65zM12 15.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z" />
android:pathData="M19.43 12.98c.04-.32 .07-.64 .07-.98s-.03-.66-.07-.98l2.11-1.65c.19-.15 .24-.42 .12-.64l-2-3.46c-.12-.22-.39-.3-.61-.22l-2.49 1c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46 2.18 14.25 2 14 2h-4c-.25 0-.46 .18-.49 .42l-.38 2.65c-.61 .25-1.17 .59-1.69 .98l-2.49-1c-.23-.09-.49 0-.61 .22l-2 3.46c-.13 .22-.07 .49 .12 .64l2.11 1.65c-.04 .32-.07 .65-.07 .98s.03 .66 .07 .98l-2.11 1.65c-.19 .15-.24 .42-.12 .64l2 3.46c.12 .22 .39 .3 .61 .22l2.49-1c.52 .4 1.08 .73 1.69 .98l.38 2.65c.03 .24 .24 .42 .49 .42h4c.25 0 .46-.18 .49-.42l.38-2.65c.61-.25 1.17-.59 1.69-.98l2.49 1c.23 .09 .49 0 .61-.22l2-3.46c.12-.22 .07-.49-.12-.64l-2.11-1.65zM12 15.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z" />
</vector>
16 changes: 15 additions & 1 deletion app/src/main/res/drawable/ic_action_tag.xml
@@ -1,9 +1,23 @@
<!--
~ Copyright (C) 2017 Mantas Varnagiris.
~
~ This program is free software; you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation; either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24"
android:viewportWidth="24">
<path
android:fillColor="#fff"
android:pathData="M21.41 11.58l-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 0.9-2 2v7c0 0.55 .22 1.05 .59 1.42l9 9c.36 .36.86 .58 1.41 .58.55 0 1.05-0.22 1.41-0.59l7-7c0.37-0.36 .59-0.86 .59-1.41 0-0.55-0.23-1.06-0.59-1.42zM5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7z" />
android:pathData="M21.41 11.58l-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 0.9-2 2v7c0 0.55 .22 1.05 .59 1.42l9 9c.36 .36 .86 .58 1.41 .58 .55 0 1.05-0.22 1.41-0.59l7-7c0.37-0.36 .59-0.86 .59-1.41 0-0.55-0.23-1.06-0.59-1.42zM5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7z" />
</vector>

0 comments on commit e36bfb8

Please sign in to comment.