aboutsummaryrefslogtreecommitdiff
path: root/sample/src/main/kotlin/ca/allanwang/kau/sample/MainActivity.kt
AgeCommit message (Collapse)Author
2021-10-24Many version bumpsAllan Wang
2020-06-15Update AS and add hilt usageAllan Wang
2020-02-18Add koin modules for pref injectionAllan Wang
2019-08-15Apply spotlessAllan Wang
2019-07-27Fix compile errorsAllan Wang
2019-07-27Fix initial conflictsAllan Wang
2019-06-13Revert iconics updates for nowAllan Wang
2019-06-13Update iconics to 4.x.xAllan Wang
2019-06-08Fix iconics importAllan Wang
2019-06-07Add deprecation annotations for network utilsAllan Wang
2019-06-07Clean up changelog configAllan Wang
2019-06-07Begin initial md portAllan Wang
2019-04-04Apply spotless and update changelogAllan Wang
2019-03-11Update versionsAllan Wang
2018-12-24Enhancement/ktlint (#179)Allan Wang
* Add spotless dependency * Apply ktlint * Add license headers
2018-05-02Fix seekbar increments, resolves #145 (#147)Allan Wang
* Fix seekbar increments, resolves #145 * Update changelog
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-01-27Disable seekbar properly when pref is disabled (#134)Allan Wang
2018-01-20Update kpref-activity encapsulation and internalsAllan 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
2018-01-01Format everything and use reified genericsAllan Wang
2017-12-26Update/kpref activity (#113)Allan Wang
* Revamp kpref * Clean up data * Fix script * Test emulator * Test google api * Test again * Test gpg * Update dependencies
2017-12-10Unify start activity design (#112)Allan Wang
2017-10-11fix/misc (#81)Allan Wang
* Remove jvmstatic, fixes #68 * Create HO logging * Remove double null boolean notation * Replace multi if else with when * Ignore case in setSpan, closes #82
2017-09-24Feature/kpref time picker (#64)Allan Wang
* Init kpref time builder and open up other builders * Enable self refresh * Add readme * Update changelog * Update readme
2017-08-30Fix/kpref-inner-frame-size (#42)Allan Wang
* Fix kpref item barriers * Revert and add text constraint
2017-08-30Create media picker action items (#40)Allan Wang
* Create action items * Increment version * Update camera action * Abstract camera action * Add and test * Refactor and add docs
2017-08-30Add callback (#39)Allan Wang
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-08-033.2.2 - Create faq parser and update sample (#19)3.2.3Allan 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
2017-08-01Imagepicker -> mediapicker (#16)3.2.1Allan 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 objec * 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 * Rename imagepicker to mediapicker * Clean up * Fix remaining merge conflicts * Update readme * Update readme
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-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-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 gradle and test buildAllan Wang
2017-07-08Optimize importsAllan Wang
2017-07-08Move components to separate modulesAllan Wang
2017-07-07Create seekbar prefsAllan Wang
2017-07-05Update sampleAllan Wang
2017-07-05Remap color dark and fix up swipeAllan Wang
2017-07-04Set up baseAllan Wang
2017-06-28Remove kau_ prefix for styleablesAllan Wang
2017-06-28Beginning of overlaying about activityAllan Wang
2017-06-27Testing about activity and chained adaptersAllan Wang
2017-06-26Add some commentsAllan Wang
2017-06-26Add searchview to readmeAllan Wang
2017-06-26Bind search to root viewAllan Wang