aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-20 23:27:19 -0700
committerAllan Wang <me@allanwang.ca>2017-06-20 23:27:19 -0700
commiteef0a98de4add1f55b6ec61318db4951f44b4df2 (patch)
tree0ab9bae7918925b8ef4500f3bb2af8e32d0f32f1 /README.md
parentf41eb8b14f9bb076fc95a059e6bb45e003656169 (diff)
downloadkau-eef0a98de4add1f55b6ec61318db4951f44b4df2.tar.gz
kau-eef0a98de4add1f55b6ec61318db4951f44b4df2.tar.bz2
kau-eef0a98de4add1f55b6ec61318db4951f44b4df2.zip
Add email builder and other utils
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9df01fe..ea04af0 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,7 @@ dependencies {
* [Ripple Canvas](#ripple-canvas)
* [Timber Logger](#timber-logger)
* [Extensions](#extensions)
+* [Email Builder](#email-builder)
<a name="kprefs"></a>
## KPrefs
@@ -230,10 +231,18 @@ The canvas also supports color fading and direct color setting so it can effecti
### Utils [Misc]
> Extends Int
* dpToPx & pxToDp conversions
+* Check sdk version
+* Check if app is installed
### ViewUtils
> Extends View
* `visible()`, `invisible()`, `gone()`, `isVisible()`, `isInvisible()`, `isGone()` methods
* matchParent method to set the layout params to match_parent
* Create snackbar directly
-* Set IIcon into ImageView directly \ No newline at end of file
+* Set IIcon into ImageView directly
+
+<a name="email-builder"></a>
+## Email Builder
+
+Easily send an email through `Context.sendEmail`.
+Include your email and subject, along with other optional configurations such as retrieving device info. \ No newline at end of file