aboutsummaryrefslogtreecommitdiff
path: root/sample/build.gradle
AgeCommit message (Collapse)Author
2021-09-11Github Actions (#266)6.3.0Allan Wang
2021-09-11Update viewbinding tagAllan Wang
2021-08-30Revert iconics api removalAllan Wang
2021-08-29Remove iconics google from dep apiAllan Wang
2021-08-29Fix blur and depsAllan Wang
2021-04-17Update versions and fix hiltAllan Wang
2021-01-11Remove kotlin synetheticsAllan Wang
2020-07-18Update about librariesAllan Wang
2020-06-28Update gradle and add bugsnag to sample appAllan Wang
2020-06-27Update AS and add hilt version infoAllan Wang
2020-06-21Update deps and add base test classAllan Wang
2020-06-15Update AS and add hilt usageAllan Wang
2020-02-29Remove explicit build tools and update viewbinding api usageAllan Wang
2020-02-23Fix kpref testsAllan Wang
2020-02-18Add koin modules for pref injectionAllan Wang
2020-02-18Update versions (#247)Allan Wang
* Update versions * Add koin * Add koin test * Add kotlin jvm version
2019-10-20Use view binding for sample checkbox and fix pref headerAllan Wang
2019-10-19Update plugin versionAllan Wang
2019-07-27Fix importsAllan Wang
2019-07-27Update dependency structureAllan Wang
2019-07-27Fix compile errorsAllan Wang
2019-07-27Fix initial conflictsAllan Wang
2019-06-17Separate adapter from fastadapterAllan Wang
2019-06-13Update iconics to 4.x.xAllan Wang
2019-06-08Add many more dependency declarations in pluginAllan Wang
2019-06-07Use javaversion constants for compile optionsAllan Wang
2019-06-07Add short namespace for pluginAllan Wang
2019-06-07Merge branch 'dev' into plugin-objectAllan Wang
2019-06-07Remove extra periodAllan Wang
2019-06-07Remove package nameAllan Wang
2019-06-07Enforce java 1.8 to fix build problemsAllan Wang
2019-06-07Begin initial md portAllan Wang
2019-03-11Update versionsAllan Wang
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-02-23Update/fast adapter (#138)Allan Wang
* Update version and add debug key * Update fast adapter * Add debug separation * Inline functions and remove unused
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-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-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-25Add checker for signingAllan Wang
2017-07-23Add tar unzipAllan Wang
2017-07-23Fully implement imagepicker and create play store showcase (#12)3.1.1Allan Wang
* Update changelog * Add uri to imagemodel * Revamp image pickers * Prepare play store showcase * Add encrypted files * Test showcase * Clean elastic recycler activity
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-09KAU iconAllan Wang
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
2017-07-09Clean up and optimizeAllan Wang