aboutsummaryrefslogtreecommitdiff
path: root/about/src/main/kotlin/ca/allanwang/kau/about/AboutActivityBase.kt
AgeCommit message (Collapse)Author
2021-10-24Many version bumpsAllan Wang
2021-01-11Remove kotlin synetheticsAllan Wang
2020-02-23Apply spotlessAllan Wang
2020-02-23Move config builder out of constructorAllan Wang
2019-10-19Update AboutLibrary to 7.0.4Allan Wang
2019-09-14Revert about library to older variantAllan Wang
2019-09-14Fix update errorsAllan Wang
2019-08-16Apply spotlessAllan Wang
2019-08-16Fix conflictsAllan Wang
2019-08-15Apply spotlessAllan Wang
2019-07-27Add braces to non assignment if statementsAllan Wang
2019-07-27Apply spotlessAllan Wang
2019-07-27Us genericitem where applicableAllan 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-04-07Update/android studio 3.1 (#146)Allan Wang
* Update dependencies * Add default invalid id value * Extend appcompat views only * Update migration * Remove setTextIfValid * Remove nosibling warning * Add deprecation warnings to fragment view binding * Bring back glide 4.6.1 * Use proper distribution type setter
2018-02-13Reorder final override (#136)Allan Wang
2018-02-13Update docs (#135)Allan Wang
* Update docs * Update format * Update dependencies
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-08-02Improve video prefetching (#17)Allan Wang
* Create base activity and add thumbnails to media picker * Add checker to see if requested permission is inside the manifest * Add faq parser with tests * Add kpref testers and expose sp * Test jitpack sample exclusion * Test caching * Improve glide caching
2017-07-22Support sdk 19 where possible and add image picker (#10)3.0Allan Wang
* Fix plural * Switch to long * Test plural again * Comment * Major update to image picker and view utils * Make image activity full screen * Update min sdk and prefix * Lower sdk requirement and make string private * Bring kpref activity to sdk 19
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 gradle and test buildAllan Wang
2017-07-08Optimize importsAllan Wang
2017-07-08Move components to separate modulesAllan Wang