aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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