aboutsummaryrefslogtreecommitdiff
path: root/about/src/main/kotlin/ca/allanwang/kau/about/LibraryIItem.kt
AgeCommit message (Collapse)Author
2021-10-24Many version bumpsAllan Wang
2020-07-18Update fast adapterAllan Wang
2019-07-27Add braces to non assignment if statementsAllan Wang
2019-07-27Apply spotlessAllan Wang
2019-07-27Us genericitem where applicableAllan Wang
2019-07-27Fix compile errorsAllan Wang
2019-07-27Migrate some itemsAllan Wang
2019-06-13Initial fastadapter updateAllan 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
2018-02-23Update/fast adapter (#138)Allan Wang
* Update version and add debug key * Update fast adapter * Add debug separation * Inline functions and remove unused
2018-02-13Update docs (#135)Allan Wang
* Update docs * Update format * Update dependencies
2017-12-31Fix up constraint layouts for about (#121)Allan Wang
2017-12-10fix/lint (#110)Allan Wang
* Remove nullability to match fastadapter * Remove redundant override
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-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-18Dev 2.1 (#8)Allan Wang
* Rewrite animation interfaces * Update changelog * Add scale factor for slide * Remove margins in iitems and replace with decorators * Remove mutable list * Switch cardiitem to use lambdas for click * status * Utils update and imagepicker fixes * Remove stringholder * Add fade in fade out * Increment about version * Rename fromedge to direction in javadocs * More logging * Add logging and docs * Make card icons visible * Update email builder and icon padding * Create elastic recycler activity * Fix card iitem * Add lint check and plurals * Inline all the things * Format and sort xml * Update dependencies and increment version
2017-07-09Clean up and optimizeAllan Wang
2017-07-09Clean up gradle and test buildAllan Wang
2017-07-08Move components to separate modulesAllan Wang