aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 19 insertions, 8 deletions
diff --git a/README.md b/README.md
index 17a486d..5092d77 100644
--- a/README.md
+++ b/README.md
@@ -57,11 +57,25 @@ dependencies {
# Submodules
> Linked to their respective docs.<br/>
-> Included dependencies are only those with exposed APIs; see [new dependency configurations](https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html#new_configurations).
+> Included dependencies are only those with exposed APs; see [new dependency configurations](https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html#new_configurations).<br/>
+> Implemented dependencies are wrapped in parentheses.
## [Core](core#readme)
* Collection of extension functions and small helper methods applicable in almost any application.
-* Notable features: KPrefs, Changelog XML, Kotterknife, Ripple Canvas, Delegates, Swipe, Lazy Resettables, Extensions, Email Builder
+* Notable features:
+ * [KPrefs](core#kprefs)
+ * [Changelog XML](core#changelog-xml)
+ * [FAQ XML](core#faq-xml)
+ * [Kotterknife](core#kotterknife)
+ * [Ripple Canvas](core#ripple-canvas)
+ * [MeasureSpecDelegate](core#measure-spec-delegate)
+ * [CollapsibleViewDelegate](core#collapsible-view-delegate)
+ * [Swipe](core#swipe)
+ * [Debounce](core#debounce)
+ * [Timber Logger](core#timber-logger)
+ * [Email Builder](core#email-builder)
+ * [Extension Functions](core#extension-functions)
+ * [Lazy Resettable](core#lazy-resettable)
* Includes
[`AppCompat`](https://developer.android.com/topic/libraries/support-library/index.html),
[`Material Dialogs (core)`](https://github.com/afollestad/material-dialogs),
@@ -87,7 +101,7 @@ dependencies {
## [Color Picker](colorpicker#readme)
* Implementation of a color picker dialog with subtle transitions and a decoupled callback
* Includes `:core`,
-[`Material Dialogs (commons)`](https://github.com/afollestad/material-dialogs)
+([`Material Dialogs (commons)`](https://github.com/afollestad/material-dialogs))
## [KPref Activity](kpref-activity#readme)
* Fully programmatic implementation of a Preference Activity, backed by RecyclerViews
@@ -97,14 +111,11 @@ dependencies {
* Fully functional image and video pickers, both as an overlay and as a requested activity.
* Includes `:core-ui`,
[`Glide`](https://github.com/bumptech/glide),
-[`Blurry`](https://github.com/wasabeef/Blurry)
+([`Blurry`](https://github.com/wasabeef/Blurry))
## [SearchView](searchview#readme)
* Material searchview with kotlin bindings
-* Includes `:core-ui`, `:adapter`,
-[`RxAndroid`](https://github.com/ReactiveX/RxAndroid),
-[`RxKotlin`](https://github.com/ReactiveX/RxKotlin),
-[`RxBinding`](https://github.com/JakeWharton/RxBinding)
+* Includes `:core-ui`, `:adapter`
-----------