Philipp Berner
Philipp Berner
- [x] I have verified the issue exists on the latest version - [x] I am able to reproduce it # Desc Add a CI service to run `./gradlew test`...
- [x] I have verified the issue exists on the latest version - [x] I am able to reproduce it **Version used:** 1.13.0 **Stack trace:** ``` * What went wrong:...
- [x] I have verified the issue exists on the latest version - [x] I am able to reproduce it **Version used:** 1.13.0 **Stack trace:** ``` * What went wrong:...
Build a gradle task that makes is easy to integrate this into a build system.
The config `shouldHideBadgeAtZero` only works when set before the badge count. ``` Swift self.settingsBtn.badgeValue = "0" self.settingsBtn.shouldHideBadgeAtZero = true ``` will display a badge with value 0. When changing `shouldHideBadgeAtZero`...
Right now the badge looks different depending on when it's configured. The configuration is only valid when applied after the badge count is set. The order should not matter. ```...
Markdown links get rendered in their text representation as `Linkname (link)`. When using full URLs this will break the layout of the text. ## URL shortener config ks-email-parser should support...