20211114
This commit is contained in:
parent
4a83008c91
commit
df418f1f69
@ -3,7 +3,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).
|
||||
|
||||
## Next_Ver - 2021/11/xx
|
||||
## 20211114 - 2021/11/14
|
||||
|
||||
- Reopen last used pack https://github.com/FredHappyface/Android.EweSticker/issues/14
|
||||
- Variable number of columns in vertical scroll https://github.com/FredHappyface/Android.EweSticker/issues/16
|
||||
|
@ -11,8 +11,8 @@ android {
|
||||
applicationId = "com.fredhappyface.ewesticker"
|
||||
minSdk = 26
|
||||
targetSdk = 31
|
||||
versionCode = 20211029
|
||||
versionName = "2021.10.29"
|
||||
versionCode = 20211114
|
||||
versionName = "2021.11.14"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
setProperty("archivesBaseName", "$applicationId-$versionName")
|
||||
}
|
||||
|
Binary file not shown.
BIN
app/debug/com.fredhappyface.ewesticker-2021.11.14-debug.apk
Normal file
BIN
app/debug/com.fredhappyface.ewesticker-2021.11.14-debug.apk
Normal file
Binary file not shown.
Binary file not shown.
BIN
app/release/com.fredhappyface.ewesticker-2021.11.14-release.apk
Normal file
BIN
app/release/com.fredhappyface.ewesticker-2021.11.14-release.apk
Normal file
Binary file not shown.
11
metadata/en-US/changelogs/20211114.txt
Normal file
11
metadata/en-US/changelogs/20211114.txt
Normal file
@ -0,0 +1,11 @@
|
||||
<ul>
|
||||
<li>Reopen last used pack https://github.com/FredHappyface/Android.EweSticker/issues/14</li>
|
||||
<li>Variable number of columns in vertical scroll https://github.com/FredHappyface/Android.EweSticker/issues/16</li>
|
||||
<li>Nested directory structures now supported https://github.com/FredHappyface/Android.EweSticker/issues/17</li>
|
||||
<li>Recent stickers are in the expected order https://github.com/FredHappyface/Android.EweSticker/issues/18</li>
|
||||
<li>Back button now switches to the previously used keyboard (api>=28) https://github.com/FredHappyface/Android.EweSticker/issues/23</li>
|
||||
<li>Localisations for Sticker Path: Not Set, Sticker Date: Never</li>
|
||||
<li>Code clean up + documentation improvements</li>
|
||||
<li>The new target SDK version is 31 (Android 12) - previously 30 (Android 11)</li>
|
||||
<li>The new minimum SDK version is 26 (Android 8 Oreo) - previously 28 (Android 9 Pie)</li>
|
||||
</ul>
|
Loading…
x
Reference in New Issue
Block a user