aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/ca/allanwang/kau/utils/ContextUtils.kt
AgeCommit message (Collapse)Author
2021-10-24Many version bumpsAllan Wang
2021-09-25Remove activity resolutionAllan Wang
2019-08-16Fix conflictsAllan Wang
2019-08-15Apply spotlessAllan Wang
2019-07-27Add braces to non assignment if statementsAllan Wang
2019-06-13Update to sdk 29 and update changelogAllan Wang
2019-06-07Return md from materialDialog funcAllan Wang
2019-06-07Begin initial md portAllan Wang
2019-04-04Fix some lint issuesAllan 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-30Build main dispatcher from handler, resolves #182Allan Wang
2018-12-25Use withContext instead of asyncAllan 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-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-04-07Update/android studio 3.1 (#146)Allan Wang
* Update dependencies * Add default invalid id value * Extend appcompat views only * Update migration * Remove setTextIfValid * Remove nosibling warning * Add deprecation warnings to fragment view binding * Bring back glide 4.6.1 * Use proper distribution type setter
2018-01-20Add tablet check in email builderAllan Wang
2018-01-18Misc (#126)Allan Wang
* Add auto uri read grant * Add full attachment support * Revert back to single attachment * Try send with email * Add email type * Pass null instead of empty bundle * Update changelog
2018-01-06Do not require reified generics for deprecated method3.6.2Allan Wang
2018-01-01Allow usage of reified generics instead of passing classAllan Wang
2017-12-31Enhancement/logger (#120)Allan Wang
* Rewrite logger to use lazy loading * Clean up and add to changelog
2017-12-10Unify start activity design (#112)Allan Wang
2017-11-08Translations Italian (#98)Allan Wang
* Add translations * Update dependencies * Show lint output * Fix type inference * Add annotation
2017-09-24v3.4.3 (#65)3.4.3Allan Wang
* fix/mediapicker (#50) * 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 Update changelog for previous prs * v3.4.1 (#63) * Check browser intent before launching (#54) * Update changelog * fix/misc (#55) * Add kapt plugin * Fix kau vector * Debug lintRelease * Revert debug * Update dependencies * Check context finishing state before showing dialog (#61) * Keep copy of shared pref rather than application context (#60) * Keep copy of shared pref rather than application context * Add back preference name * Add resolver checks (#62) Squashed commit of the following: commit 7fe57d4ab1dbfe8bfb4d4a15bd0fbf636da491fa Author: Allan Wang <me@allanwang.ca> Date: Sat Sep 23 15:25:18 2017 -0400 Add missing quote commit ffc3ac99248c2250a7f14ef709f37d787cbe0d83 Author: Allan Wang <me@allanwang.ca> Date: Sat Sep 23 15:20:54 2017 -0400 Update changelog Update gradle Update version name * Fix bundle NPE for activity creation Update changelog * Feature/kpref time picker (#64) * Init kpref time builder and open up other builders * Enable self refresh * Add readme * Update changelog * Update readme
2017-09-23v3.4.1 (#63)Allan Wang
* Check browser intent before launching (#54) * Update changelog * fix/misc (#55) * Add kapt plugin * Fix kau vector * Debug lintRelease * Revert debug * Update dependencies * Check context finishing state before showing dialog (#61) * Keep copy of shared pref rather than application context (#60) * Keep copy of shared pref rather than application context * Add back preference name * Add resolver checks (#62)
2017-08-30Add more functionsAllan Wang
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-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-08Optimize importsAllan Wang
2017-07-07Add share text funAllan Wang
2017-07-07Add network utilsAllan Wang
2017-07-06Add copy to clipboardAllan Wang
2017-07-04Separate core components in its own moduleAllan Wang