prepare version 20211029

This commit is contained in:
Kieran BW 2021-10-29 20:35:56 +01:00
parent 0faee9546a
commit 15ca179f08
5 changed files with 23 additions and 6 deletions

View File

@ -2,7 +2,7 @@
All major and minor version changes will be documented in this file. Details of
patch-level version changes can be found in [commit messages](../../commits/master).
## 202110xx - 2021/10/xx
## 20211029 - 2021/10/29
- Use coil https://coil-kt.github.io/coil/ for supported image types to improve performance
- Add support for vertical scroll https://github.com/FredHappyface/Android.EweSticker/issues/8

View File

@ -11,8 +11,8 @@ android {
applicationId "com.fredhappyface.ewesticker"
minSdkVersion 28
targetSdkVersion 30
versionCode 20211026
versionName '2021.10.26'
versionCode 20211029
versionName '2021.10.29'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -0,0 +1,13 @@
<ul>
<li>Use coil https://coil-kt.github.io/coil/ for supported image types to improve performance</li>
<li>Add support for vertical scroll https://github.com/FredHappyface/Android.EweSticker/issues/8</li>
<li>Add Spanish translation https://github.com/FredHappyface/Android.EweSticker/pull/13</li>
<li>Long press on a sticker to show a preview https://github.com/FredHappyface/Android.EweSticker/issues/10</li>
<li>Use JavaVersion.VERSION_11 in place of JavaVersion.VERSION_1_8</li>
<li>Use GridLayout in place of linear views</li>
<li>Refactor and code clean up (reduced ImageKeyboard.kt by about 17% sloc, reduced MainActivity.kt by about 18% sloc)</li>
<li>Update UI (now more material you inspired)</li>
<li>Update screenshots</li>
<li>Update tutorial</li>
<li>Update fonts (using fira sans ttf)</li>
</ul>

View File

@ -3,9 +3,13 @@ Sticker-board for android inspired by uSticker (forked from woosticker).
Features
<ul>
<li>Add a directory containing stickers</li>
<ul><li>Supported formats include .png, .gif, .jpg ,.webp</li></ul>
<li>Select the keyboard</li>
<li>Wide range of custom stickers supported
<ul>
<li>Formats include image/gif (.gif), image/png (.png), image/webp (.webp), image/jpg (.jpg, .jpeg, .jpe, …), image/heif (.heif, .heifs, .heic, …)</li>
</ul></li>
<li>Send stickers in supported apps (.png is used as a fallback)</li>
<li>Vertical and Horizontal scrolling</li>
<li>Change number of rows and sticker preview size</li>
<li>Ties in with the system theme</li>
<li>Long press on a sticker to show a preview</li>
</ul>