File tree Expand file tree Collapse file tree
metadata/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ patch-level version changes can be found in [commit messages](../../commits/mast
77## Next_Ver - 2022/xx/xx
88-->
99
10- ## Next_Ver - 2022/xx/xx
10+ ## 20220311 - 2022/03/11
1111
1212- New Feature: Improve error messages for the user per https://github.com/FredHappyface/Android.EweSticker/issues/39
1313- New Feature: Add [ Help] ( /documentation/help ) to provide guidance for error messages
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ android {
3939 applicationId = " com.fredhappyface.ewesticker"
4040 minSdk = 26
4141 targetSdk = 31
42- versionCode = 20220128
43- versionName = " 2022.01.28 "
42+ versionCode = 20220311
43+ versionName = " 2022.03.11 "
4444 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
4545 setProperty(" archivesBaseName" , " $applicationId -$versionName " )
4646 }
Original file line number Diff line number Diff line change 1+ <ul>
2+ <li>New Feature: Improve error messages for the user per
3+ https://github.com/FredHappyface/Android.EweSticker/issues/39</li>
4+ <li>New Feature: Add <a href="/documentation/help">Help</a> to provide
5+ guidance for error messages</li>
6+ <li>New Feature: Add Gradle tasks
7+ <ul>
8+ <li>ktlintCheck (<code>gradlew ktlintCheck</code>): run ktlint over the
9+ codebase</li>
10+ <li>genDocs (<code>gradlew genDocs</code>): generate the api reference
11+ using dokka</li>
12+ </ul></li>
13+ <li>Bugfix: Refactor in response bug found when investigating
14+ https://github.com/FredHappyface/Android.EweSticker/issues/37</li>
15+ <li>Bugfix: Back button now enabled in fresh install per
16+ https://github.com/FredHappyface/Android.EweSticker/issues/38</li>
17+ <li>Update navbar theme (dark/light rather than the app accent
18+ colour)</li>
19+ <li>Update dependencies</li>
20+ <li>Update tutorial location to <a
21+ href="/documentation/tutorials">Tutorials</a></li>
22+ <li>Update tutorial</li>
23+ </ul>
You can’t perform that action at this time.
0 commit comments