aboutsummaryrefslogtreecommitdiff
path: root/kpref-activity/build.gradle
AgeCommit message (Collapse)Author
2021-08-29Fix blur and depsAllan Wang
2019-09-14Revert about library to older variantAllan Wang
2019-06-17Fix extra dependency errorsAllan Wang
2019-06-07Add short namespace for pluginAllan Wang
2019-06-07Remove package nameAllan Wang
2019-06-07Begin initial md portAllan Wang
2018-01-24Create buildSrcAllan Wang
2018-01-20Add back git tag versioning (#129)Allan Wang
2017-08-30Feature/gradle 4.x (#47)Allan Wang
* Update to api and implementation * Update gradle * Add missing dependency * Update readme * Update external dependencies
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-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-23Update kpref-activity's min-sdk and other minor changes (#11)3.1.0Allan Wang
* Move some resources to public * Lower kpref minsdk * Remove excess kauUtils annotations * Allow nullable throwable * Do not throw null throwable * Make image picker base abstract again * Migrate about strings to private * Update readme * Update readme * Update sample tagging * Update adapter readme
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-09Update resource prefixesAllan Wang
2017-07-09Clean up and optimizeAllan Wang
2017-07-09Clean up gradle and test buildAllan Wang
2017-07-08Move components to separate modulesAllan Wang