aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/ca/allanwang/kau/utils/BundleUtils.kt
AgeCommit message (Collapse)Author
2021-10-24Many version bumpsAllan Wang
2019-07-01Merge scene transition definitions, resolves #213Allan Wang
2018-12-25Use withContext instead of asyncAllan Wang
2018-12-24Add out to scene transition with view, resolves #149Allan Wang
2018-12-24Enhancement/coroutines (#180)Allan Wang
* Add coroutine dependency * Add coroutines to kprefactivity * Change base job to supervisor * Update coroutines for faq * Update changelog * Use preloading in media picker core * Make test logging internal * Remove anko
2018-12-24Enhancement/ktlint (#179)Allan Wang
* Add spotless dependency * Apply ktlint * Add license headers
2018-12-24Migrate to androidx (#178)Allan Wang
* Initial refactor * Remove alpha version usages * Update test code * Add tests for checkbox * Fix invalid card import * Remove more old support content * Update kotlin version * Add back kotterknife with new imports * Update docs * Use bold notice * Add changelog * Remove deprecation for kotterknife * Remove unused dependencies * Update changelog
2018-01-02Fix/searchview (#123)Allan Wang
* Use workaround for kclick * Add text cleared callback * Add bundle scene transition functions * Add applier * Remove need for explicit context * Revert
2017-12-27Remove activityoptionscompatAllan Wang
2017-12-10Unify start activity design (#112)Allan Wang