aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/ca/allanwang/kau/logging/KauLogger.kt
AgeCommit message (Collapse)Author
2021-10-24Many version bumpsAllan Wang
2020-02-23Change kaulogger defaultAllan Wang
2019-07-27Add braces to non assignment if statementsAllan Wang
2018-12-30Build main dispatcher from handler, resolves #182Allan Wang
2018-12-24Enhancement/ktlint (#179)Allan Wang
* Add spotless dependency * Apply ktlint * Add license headers
2018-02-13Update docs (#135)Allan Wang
* Update docs * Update format * Update dependencies
2017-12-31Misc (#122)3.6.1Allan Wang
* Update dependencies and use dexcount * Add should log extender * Allow null message * Add nullable eThro * Update changelog
2017-12-31Enhancement/logger (#120)Allan Wang
* Rewrite logger to use lazy loading * Clean up and add to changelog
2017-10-11fix/misc (#81)Allan Wang
* Remove jvmstatic, fixes #68 * Create HO logging * Remove double null boolean notation * Replace multi if else with when * Ignore case in setSpan, closes #82
2017-08-12Release 3.3.1 (#36)3.3.1Allan Wang
* Add open message joiner function * Update text extraction * Fix background tint * Rename logger file * Test codecov * Remove coverage * Enhancement/swipe (#35) * Merge swipe onPostCreate with swipe onCreate * Update samples and docs * Add deprecated method to maintain compatibility * Replace exception with illegal argument * Check if parent exists before configurations in searchview