Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

Commit 449aa62

Browse files
committed
Release 3
1 parent e35ac9e commit 449aa62

File tree

6 files changed

+25
-31
lines changed

6 files changed

+25
-31
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ android {
5555
applicationId "osmanonurkoc.papirus"
5656
minSdkVersion versions.minSdk
5757
targetSdkVersion versions.targetSdk
58-
versionCode 120
59-
versionName "1.2.0"
58+
versionCode 150
59+
versionName "1.5.0"
6060
vectorDrawables.useSupportLibrary = true
6161
proguardFiles 'proguard-android-optimize.txt', 'proguard-rules.pro'
6262
consumerProguardFiles 'proguard-android-optimize.txt', 'proguard-rules.pro'
-1.05 KB
Loading

app/src/main/res/values/blueprint_configs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<string name="email">osmanonurkoc@gmail.com</string>
55
<string name="email_subject">Papirus Adaptive</string>
66
<string name="request_title">Papirus Adaptive Icon Request</string>
7-
<string name="request_save_location">%1$s/Papirus Adaptive/Requests/</string>
7+
<string name="request_save_location">%1$s/Papirus/Requests/</string>
88
<bool name="xml_drawable_enabled">true</bool>
99
<bool name="show_info">true</bool>
1010
<bool name="with_drawer_texts">true</bool>

app/src/main/res/values/icon_pack.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
33
<string-array name="icons_preview">
4-
<item>google_calculator</item>
5-
<item>iscep</item>
6-
<item>yapikredi</item>
7-
<item>ziraat</item>
84
<item>browser</item>
95
<item>browser2</item>
106
<item>browser3</item>
@@ -42,6 +38,7 @@
4238
<item>notes</item>
4339
<item>notes2</item>
4440
<item>radio</item>
41+
<item>radio2</item>
4542
<item>settings</item>
4643
<item>settings2</item>
4744
<item>terminal</item>
@@ -57,6 +54,7 @@
5754
<item>google_admin</item>
5855
<item>google_artsandculture</item>
5956
<item>google_calendar</item>
57+
<item>google_calculator</item>
6058
<item>google_camera</item>
6159
<item>google_contacts</item>
6260
<item>google_chrome</item>
@@ -87,6 +85,7 @@
8785
<item>snapseed</item>
8886
<item>google_translate</item>
8987
<item>youtube</item>
88+
<item>wallpaper</item>
9089
<item>game_2048</item>
9190
<item>activity_browser</item>
9291
<item>adaway</item>
@@ -146,11 +145,13 @@
146145
<item>health</item>
147146
<item>hp</item>
148147
<item>instagram</item>
148+
<item>iscep</item>
149149
<item>java</item>
150150
<item>kdeconnect</item>
151151
<item>launcher</item>
152152
<item>launcher3</item>
153153
<item>last_fm</item>
154+
<item>lawnchair</item>
154155
<item>league_of_legends</item>
155156
<item>mailru</item>
156157
<item>matlab</item>
@@ -180,7 +181,6 @@
180181
<item>phonograph2</item>
181182
<item>php</item>
182183
<item>pocket</item>
183-
<item>radio2</item>
184184
<item>rar</item>
185185
<item>reddit</item>
186186
<item>root</item>
@@ -205,6 +205,7 @@
205205
<item>torrent</item>
206206
<item>tree</item>
207207
<item>turkcell</item>
208+
<item>turkeygov</item>
208209
<item>twilight</item>
209210
<item>twitch</item>
210211
<item>twitter</item>
@@ -223,6 +224,8 @@
223224
<item>yahoo_mail</item>
224225
<item>yandex_browser</item>
225226
<item>yandex_disk</item>
227+
<item>yapikredi</item>
228+
<item>ziraat</item>
226229
<item>clock</item>
227230
<item>clock2</item>
228231
<item>lineageos_clock</item>
@@ -231,5 +234,4 @@
231234
<item>dynamic_clock4</item>
232235
<item>dynamic_clock5</item>
233236
</string-array>
234-
235237
</resources>

app/src/main/res/xml/changelog.xml

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--
3-
~ Copyright (c) 2018. Jahir Fiquitiva
4-
~
5-
~ Licensed under the CreativeCommons Attribution-ShareAlike
6-
~ 4.0 International License. You may not use this file except in compliance
7-
~ with the License. You may obtain a copy of the License at
8-
~
9-
~ http://creativecommons.org/licenses/by-sa/4.0/legalcode
10-
~
11-
~ Unless required by applicable law or agreed to in writing, software
12-
~ distributed under the License is distributed on an "AS IS" BASIS,
13-
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
~ See the License for the specific language governing permissions and
15-
~ limitations under the License.
16-
-->
172
<resources>
18-
<version title="v1.2.0" />
19-
<item text="Second Release" />
20-
<item text="Added 29 new app icons" />
21-
<item text="Added 12 folder icons (Blue,Black,Green variant)" />
22-
<item text="Changed version number" />
3+
<version title="v1.5.0" />
4+
<item text="Third Release" />
5+
<item text="Added 39 new app icons" />
6+
<item text="Folder icons completed (Black,Blue,Bluegrey,Brown,Cyan,Green,Grey,Indigo,Magenta,Orange,Pink,Red,Teal,Violet,Yellow variant)" />
7+
<item text="Improved iconfilter.xml (OEM Icons and Google Icons changed)" />
8+
<item text="Icons recategorized" />
9+
<item text="Some icon names changed" />
10+
<item text="Improved support to Custom Rom apps and OEM apps" />
11+
<item text="Dark theme renewed." />
12+
<item text="Change icon request file save location." />
13+
<item text="Existing apps removed from icon request list." />
14+
<item text="Changed version number to 1.5.0" />
2315
</resources>

app/src/main/res/xml/drawable.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.2" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<category title="System" />
44
<item drawable="browser" />
@@ -87,6 +87,7 @@
8787
<item drawable="snapseed" />
8888
<item drawable="google_translate" />
8989
<item drawable="youtube" />
90+
<item drawable="wallpaper" />
9091

9192
<category title="Apps" />
9293
<item drawable="game_2048" />
@@ -218,7 +219,6 @@
218219
<item drawable="vlc" />
219220
<item drawable="vodafone" />
220221
<item drawable="vpn" />
221-
<item drawable="wallpaper" />
222222
<item drawable="weather" />
223223
<item drawable="weather2" />
224224
<item drawable="wechat" />

0 commit comments

Comments
 (0)