-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0db7adb
commit 0b4ccfe
Showing
3 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<ul> | ||
<li>New Feature: Improve error messages for the user per | ||
https://github.com/FredHappyface/Android.EweSticker/issues/39</li> | ||
<li>New Feature: Add <a href="/documentation/help">Help</a> to provide | ||
guidance for error messages</li> | ||
<li>New Feature: Add Gradle tasks | ||
<ul> | ||
<li>ktlintCheck (<code>gradlew ktlintCheck</code>): run ktlint over the | ||
codebase</li> | ||
<li>genDocs (<code>gradlew genDocs</code>): generate the api reference | ||
using dokka</li> | ||
</ul></li> | ||
<li>Bugfix: Refactor in response bug found when investigating | ||
https://github.com/FredHappyface/Android.EweSticker/issues/37</li> | ||
<li>Bugfix: Back button now enabled in fresh install per | ||
https://github.com/FredHappyface/Android.EweSticker/issues/38</li> | ||
<li>Update navbar theme (dark/light rather than the app accent | ||
colour)</li> | ||
<li>Update dependencies</li> | ||
<li>Update tutorial location to <a | ||
href="/documentation/tutorials">Tutorials</a></li> | ||
<li>Update tutorial</li> | ||
</ul> |