aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/kotlin/ca/allanwang
AgeCommit message (Collapse)Author
2021-10-24Many version bumpsAllan Wang
2021-08-29Fix blur and depsAllan Wang
2019-10-19Apply spotless and update changelogAllan Wang
2019-10-19Convert java math to kotlin mathAllan Wang
2019-08-15Apply spotlessAllan Wang
2019-06-13Apply spotlessAllan Wang
2019-06-07Merge devAllan Wang
2019-01-04Remove frost tag from media method, resolves #186Allan Wang
2019-01-04Coroutine tests (#185)Allan Wang
* Add some coroutine tests for implicit cancellation * Create util test and new helper methods * Remove coroutinescope extension from withcontext * Update dependencies
2018-12-24Simplify color utils and fix tests, resolves #156Allan 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-09-11Add more testsAllan Wang
2018-01-01Format everything and use reified genericsAllan Wang
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-11-08Translations Vietnamese (#99)Allan Wang
* Add translations * Lint * Inline * Optimize imports * Replace ellipsis
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-08-05Swipe (#24)Allan 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 * Change back to manual versioning to avoid suggestion errors * Add awesome-kt banner * Fix faq background color * Fix merge conflicts 2 * Add waffle badge * Update readme * Fix lint * Create FileUtils and NotificationUtils * Remove frost hardcode * Fix simple date * Update swipe to use weak references * Initializing test dependencies * Update to gradle 4.1 * Fix lint warnings * Drop back down and fix errors * Finalize swipe with example * Finalize weak reference and ordering * Update test code * Make loggers inline
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-04Separate core components in its own moduleAllan Wang