aboutsummaryrefslogtreecommitdiff
path: root/mediapicker/src/main/kotlin/ca/allanwang/kau/mediapicker/MediaPickerCore.kt
AgeCommit message (Collapse)Author
2021-10-24Many version bumpsAllan Wang
2019-12-31Add lazy uiAllan Wang
2019-10-19Apply spotless and update changelogAllan Wang
2019-10-19Convert java math to kotlin mathAllan Wang
2019-08-16Fix conflictsAllan Wang
2019-08-15Apply spotlessAllan Wang
2019-07-27Fix importsAllan 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-27Fix initial conflictsAllan Wang
2019-06-13Revert iconics updates for nowAllan Wang
2019-06-13Initial fastadapter updateAllan Wang
2019-06-13Update iconics to 4.x.xAllan Wang
2019-06-08Fix iconics importAllan Wang
2019-01-05Fix tests and prepare next release4.0.0-alpha02Allan 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-03-11Update versions (#142)Allan Wang
* Update versions * Update nullability * Update nullability 2 * Update changelog
2017-12-31Enhancement/logger (#120)Allan Wang
* Rewrite logger to use lazy loading * Clean up and add to changelog
2017-12-27Feature/fast adapter (#119)Allan Wang
* Update fast adapter implementation * Add repeated click listener
2017-11-09misc (#97)Allan Wang
* Update translators * Increase debounce test interval * Clean unnecessary adapter files * Update fastadapter * Add fastadapter helper method * Remove external method * Add better wrap * Add more helpers
2017-10-10fix/validate-document-uri (#80)Allan Wang
* Check if id is document before retrieving * Add logging * Add null check for getString index 1
2017-09-24fix/mediapicker (#50)Allan Wang
* Bring all glide request managers to one instance * Switch to test implementation * Check if parent is null for searchview * Ensure open close runs on ui thread * Make glide contract internal * Update changelog * Update version Update changelog for previous prs
2017-08-30Remove excess null check (#41)Allan Wang
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-02Internalize prefetching and update changelog (#18)3.2.2Allan Wang
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-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