aboutsummaryrefslogtreecommitdiff
path: root/about/src/main/kotlin/ca/allanwang/kau/about/CutoutIItem.kt
AgeCommit message (Collapse)Author
2021-10-24Many version bumpsAllan Wang
2020-07-18Update fast adapterAllan Wang
2019-08-15Apply spotlessAllan Wang
2019-07-27Fix compile errorsAllan Wang
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-09-09Clean up kotterknife (#161)Allan Wang
* Remove bindview implementations internally * Remove more bindView calls * Make config private in ElasticRecyclerActivity * Fix recyclerview * Update adapter * Improve swipe destroy and add direction to swipe finish
2017-12-10fix/lint (#110)Allan Wang
* Remove nullability to match fastadapter * Remove redundant override
2017-11-08Translations Vietnamese (#99)Allan Wang
* Add translations * Lint * Inline * Optimize imports * Replace ellipsis
2017-08-033.2.2 - Create faq parser and update sample (#19)3.2.3Allan Wang
* Test emulator * Update readme * Update fastadapter and about listing * Make faq parser asynchronous * Modularize about panels * Add basis for faq * Test and finalize the faq panel * Update readme * Update changelog * Remove emulator for now * Update sample
2017-07-09Clean up and optimizeAllan Wang
2017-07-09Clean up gradle and test buildAllan Wang
2017-07-08Move components to separate modulesAllan Wang