aboutsummaryrefslogtreecommitdiff
path: root/android-lib.gradle
AgeCommit message (Collapse)Author
2021-08-29Fix blur and depsAllan Wang
2021-06-19Yet another version updateAllan Wang
2021-01-11Fix viewbinding with merge tags and disable warningsAsErrorsAllan Wang
2021-01-11Remove kotlin synetheticsAllan Wang
2020-06-15Update AS and add hilt usageAllan Wang
2020-02-29Remove explicit build tools and update viewbinding api usageAllan Wang
2020-02-18Update versions (#247)Allan Wang
* Update versions * Add koin * Add koin test * Add kotlin jvm version
2019-07-27Us genericitem where applicableAllan Wang
2019-07-27Fix compile errorsAllan 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 package nameAllan Wang
2019-06-07Enforce java 1.8 to fix build problemsAllan 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-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
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-31Misc (#122)3.6.1Allan Wang
* Update dependencies and use dexcount * Add should log extender * Allow null message * Add nullable eThro * Update changelog
2017-11-13Feature/translation integration (#104)Allan Wang
* Update for crowdin * Remove typo
2017-11-08Translations Italian (#98)Allan Wang
* Add translations * Update dependencies * Show lint output * Fix type inference * Add annotation
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-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-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-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-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-18Dev 2.1 (#8)Allan Wang
* Rewrite animation interfaces * Update changelog * Add scale factor for slide * Remove margins in iitems and replace with decorators * Remove mutable list * Switch cardiitem to use lambdas for click * status * Utils update and imagepicker fixes * Remove stringholder * Add fade in fade out * Increment about version * Rename fromedge to direction in javadocs * More logging * Add logging and docs * Make card icons visible * Update email builder and icon padding * Create elastic recycler activity * Fix card iitem * Add lint check and plurals * Inline all the things * Format and sort xml * Update dependencies and increment version
2017-07-09Clean up and optimizeAllan Wang