aboutsummaryrefslogtreecommitdiff
path: root/mediapicker/src/main/kotlin/ca/allanwang/kau/mediapicker/MediaPickerActivityBase.kt
AgeCommit message (Collapse)Author
2021-10-24Many version bumpsAllan Wang
2021-01-11Apply spotless and allow wildcard importsAllan Wang
2021-01-11Remove kotlin synetheticsAllan Wang
2019-12-08Update versions (#237)Allan Wang
* Update versions * Update gradle * Update fastadapter function call * Update dex count plugin
2019-07-27Add braces to non assignment if statementsAllan Wang
2019-07-27Fix compile errorsAllan Wang
2019-06-13Revert iconics updates for nowAllan Wang
2019-06-08Fix iconics importAllan 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-03-11Update versions (#142)Allan Wang
* Update versions * Update nullability * Update nullability 2 * Update changelog
2017-12-27Feature/fast adapter (#119)Allan Wang
* Update fast adapter implementation * Add repeated click listener
2017-08-30Create media picker action items (#40)Allan Wang
* Create action items * Increment version * Update camera action * Abstract camera action * Add and test * Refactor and add docs
2017-08-01Imagepicker -> mediapicker (#16)3.2.1Allan Wang
* Readme * Fix kau direction bits * Truly support transparent ripples * Update changelog * Test rect as base * Replace fab transition with generic fade scale transition * Add scalexy func * Add scaleXY * Add arguments to fadeScaleTransition * Clean up ink indicator * Create setOnSingleTapListener * Fix lint and add rndColor * Create kotterknife resettables * Add readme and missing objec * Create lazy resettable registered * Update core docs * Opt for separate class for resettable registry * Clean up resettable registry * Rename functions * Add ripple callback listener * Adjust kprefactivity desc color * Add more transitions * Add delete keys option * Add instrumentation tests * switch id * Revert automatic instrumental tests * Generify imagepickercore and prepare video alternative * Create working video picker * Address possible null issue * Update searchview * Make layouts public * Add changelog test * Update logo link * Add custom color gif * Rename imagepicker to mediapicker * Clean up * Fix remaining merge conflicts * Update readme * Update readme