Skip to content

Commit 3b85f14

Browse files
committed
update fastlane metadata
1 parent 23ef048 commit 3b85f14

14 files changed

Lines changed: 22 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@ All major and minor version changes will be documented in this file. Details of
44
patch-level version changes can be found in [commit messages](../../commits/master).
55

66
<!--
7-
## Next_Ver - 2023/xx/xx
7+
## Next_Ver
88
-->
99

10+
## 20230823
1011

11-
## Next_Ver - 2023/xx/xx
12-
13-
- Update deps
12+
- Update dependencies
1413
- Performance improvements for sticker import (3-4x faster)
15-
- Performance improvements for sticker keyboard (recyclerview). Current regressions:
16-
- long press for preview
14+
- Performance improvements for sticker keyboard (recyclerview)
15+
- Add `example-files`
16+
- Add restore prior keyboard on minimize (closes issue #49)
17+
- Add send stickers with system sharesheets (closes issue #48)
18+
- Add reload stickers from directory (closes issue #46)
1719

1820
## 20220311 - 2022/03/11
1921

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ android {
3939
applicationId = "com.fredhappyface.ewesticker"
4040
minSdk = 26
4141
targetSdk = 33
42-
versionCode = 20230820
43-
versionName = "20230820"
42+
versionCode = 20230823
43+
versionName = "20230823"
4444
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4545
setProperty("archivesBaseName", "$applicationId-$versionName")
4646
}

app/src/main/java/com/fredhappyface/ewesticker/utilities/StickerSender.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ class StickerSender(
100100
fun sendSticker(file: File) {
101101
val stickerType = Utils.getMimeType(file)
102102
if (stickerType == null || stickerType !in supportedMimes) {
103-
showToast(context.getString(R.string.fallback_040, file.extension))
104103
CoroutineScope(Dispatchers.Main).launch {
105104
doFallbackCommitContent(file)
106105
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<color name="accent">#10a9a8</color>
4-
<color name="accent_a">#8810a9a8</color>
3+
<color name="accent">#0fa3a2</color>
4+
<color name="accent_a">#880fa3a2</color>
55
<color name="transparent">#0000</color>
66
<color name="onAccent">#e6e6e6</color>
77
</resources>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<h2 id="section">20230823</h2>
2+
<ul>
3+
<li>Update dependencies</li>
4+
<li>Performance improvements for sticker import (3-4x faster)</li>
5+
<li>Performance improvements for sticker keyboard (recyclerview)</li>
6+
<li>Add <code>example-files</code></li>
7+
<li>Add restore prior keyboard on minimize (closes issue #49)</li>
8+
<li>Add send stickers with system sharesheets (closes issue #48)</li>
9+
<li>Add reload stickers from directory (closes issue #46)</li>
10+
</ul>
-4.89 KB
Loading

metadata/en-US/images/icon.png

-156 Bytes
Loading
-3.53 KB
Loading
20.8 KB
Loading
59.8 KB
Loading

0 commit comments

Comments
 (0)