aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/ca/allanwang/kau/email
AgeCommit message (Collapse)Author
2021-09-25Remove activity resolutionAllan Wang
2019-07-27Add braces to non assignment if statementsAllan Wang
2019-06-07Merge devAllan Wang
2019-01-05Fix tests and prepare next release4.0.0-alpha02Allan Wang
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-10-08Enhancement/kpref (#170)Allan Wang
* Deprecate kpref double * Update kpref tests and migration * Fix kpref file * Update changelog * Replace changelog angle brackets
2018-09-26Suppress version code deprecationAllan Wang
2018-09-26Update kpref tests and migrationAllan Wang
2018-09-26Update versions and begin kpref updateAllan Wang
2018-02-13Update docs (#135)Allan Wang
* Update docs * Update format * Update dependencies
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-06Add extra hookAllan Wang
2018-01-06Add breakpoint to email builderAllan Wang
2018-01-01Format everything and use reified genericsAllan Wang
2017-12-31Enhancement/logger (#120)Allan Wang
* Rewrite logger to use lazy loading * Clean up and add to changelog
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-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-04Separate core components in its own moduleAllan Wang