aboutsummaryrefslogtreecommitdiff
path: root/searchview/src/main/kotlin/ca/allanwang/kau/searchview/SearchView.kt
AgeCommit message (Collapse)Author
2021-10-24Many version bumpsAllan Wang
2021-01-11Apply spotless and allow wildcard importsAllan Wang
2021-01-11Fix viewbinding with merge tags and disable warningsAsErrorsAllan Wang
2021-01-11Remove kotlin synetheticsAllan Wang
2019-08-16Fix conflictsAllan Wang
2019-08-15Apply spotlessAllan Wang
2019-07-27Add braces to non assignment if statementsAllan 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
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-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-09-06Add hint tint on foreground and update for nullable textAllan Wang
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-23Misc (#140)Allan Wang
* Nullify task * Rewrite circle view * Add better encapsulation * Update annotations * Update kpref annotations * Begin writing tests for color picker * Add color selection tests * Update changelog * Cleanup
2018-01-27Update changelog3.6.3Allan Wang
2018-01-02Fix/searchview (#123)Allan Wang
* Use workaround for kclick * Add text cleared callback * Add bundle scene transition functions * Add applier * Remove need for explicit context * Revert
2017-12-31Enhancement/logger (#120)Allan Wang
* Rewrite logger to use lazy loading * Clean up and add to changelog
2017-11-12misc (#102)Allan Wang
* Update gradle * Increment android libs and add progress animator * Null check on searchview unbind, fixes #100 * Add searchview holder interface * Rename methods
2017-08-30fix/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
2017-08-30enhancement/searchview (#48)Allan Wang
* Check if view is attached to window before checking card * Wrap open and close in post
2017-08-30Add callback (#39)Allan Wang
2017-08-12Release 3.3.1 (#36)3.3.1Allan Wang
* Add open message joiner function * Update text extraction * Fix background tint * Rename logger file * Test codecov * Remove coverage * Enhancement/swipe (#35) * Merge swipe onPostCreate with swipe onCreate * Update samples and docs * Add deprecated method to maintain compatibility * Replace exception with illegal argument * Check if parent exists before configurations in searchview
2017-08-07Release 3.3.0 (#32)3.3.0Allan Wang
* Rewrite Logger (#29) * Remove dependency on timber * Update logger * Reorder throwabl * Fix lint * Update readme * Blank target * Create Zip (#30) * Finish zips with tests * Finalize * Update changelog * Add log hooks * Open most logging functions * Remap kpref items (#31) * Update readme * Generate files and prepare release * Kpref -
2017-08-05Create debounce and update searchview (#27)Allan Wang
* Prepare version * Create debounce base * Add debouncer and fix transition crash * Add debounce docs * Update links * Update searchview docs * Test without a ref * Add links to core components * Update links * Update to bullet points * Test core md * Test slash * Test slash * Specify implemented dependencies
2017-07-31Major update to core and kotterknife; create mediapicker (#15)Allan 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 object * 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
2017-07-25Clear searchview animatorAllan Wang
2017-07-09Added some extensions (#4)Jahir Fiquitiva
* Add a couple extra extensions. * Add more extensions * Make oneline fun * Remove duplicated line from modules.xml * Revert kprefsingle and fix minor docs (cherry picked from commit 76d0de9) * Clean up ColorUtils * Clean up ActivityUtils * Clean up DrawableUtils * Remove MenuUtils * Clean PackageUtils * Clean up ViewUtils * Clean up ViewUtils 2
2017-07-09KAU 2.0 (#1) - Update docs and finish up refractoringAllan Wang
* Update readme * Add docs for remaining submodules * Update searchview * Update links 1/3 * Update links 2/3 * Update links 3/3 * update changelog * Update readme * Test rename to readme * Rename remaining to readme * Link readme to repo