From d00d7203c391c7954a4cd16a5f1d1f81ba873eb1 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Thu, 29 Jun 2017 16:23:37 -0700 Subject: Update readme and changelog --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 1968f45..145515d 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ dependencies { * [Changelog XML](#changelog) * [Search View](#search-view) * [Ripple Canvas](#ripple-canvas) +* [About Activity](#about-activity) * [Timber Logger](#timber-logger) * [Extensions](#extensions) * [Email Builder](#email-builder) @@ -204,6 +205,24 @@ They can be used as transitions, or as a toolbar background to replicate the loo Many ripples can be stacked on top of each other to run at the same time from different locations. The canvas also supports color fading and direct color setting so it can effectively replace any background. + +## About Activity + +Most apps could not be possible without the collective efforts of other developers and their libraries. +It's always nice to give credit where credit is due, but it's not always at the top of ones agenda. +About Activity aims to fix that by preparing a beautiful overlay activity that does just that. + + + +The overlay is heavily based off of the about section in [Plaid](https://github.com/nickbutcher/plaid), +and adds on the power of [About Libraries](https://github.com/mikepenz/AboutLibraries) to automatically find the dependencies + +This activity can be easily added by extending `AboutActivityBase`. +Everything is already prepared, but you can modify the theme or other components through the config DSL or through the open functions. +There are also numerous iitem cards already prepared if you wish to add that in your main view. + +Be sure to include the activity in your Manifest and have it extend `Kau.Translucent.About`, or any other style that achieves the same look. + ## Timber Logger -- cgit v1.2.3