diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-09 11:45:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-09 11:45:12 -0700 |
commit | 9695948b007a0c6110c72b89f3b318f4c1eea52c (patch) | |
tree | a5650824e065511c74012a500104d1d54bd52b33 /README.md | |
parent | e6ec9c5dd677be298430cb2b694f047c67b03239 (diff) | |
download | kau-9695948b007a0c6110c72b89f3b318f4c1eea52c.tar.gz kau-9695948b007a0c6110c72b89f3b318f4c1eea52c.tar.bz2 kau-9695948b007a0c6110c72b89f3b318f4c1eea52c.zip |
Update gh-pages (#2)
* Use relative links
* Use relative changelog
* Link readme to page
* Link back to relative changelog
* Space out quotes
* Back to readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -4,7 +4,7 @@ Kotlin Android Utils This library contains small helper functions used throughout almost all of my other projects. The goal is to make common interactions executable in a single line. -[Changelog](https://github.com/AllanWang/KAU/tree/master/docs/Changelog.md) +[Changelog](docs/Changelog.md) ------------ @@ -50,7 +50,7 @@ dependencies { # Submodules (linked to their respective Docs) -## [Core](/core#readme) +## [Core](core#readme) * Collection of extension functions and small helper methods applicable in almost any application. * Notable features: KPrefs, Changelog XML, Ripple Canvas, Extensions, Email Builder * Includes @@ -61,7 +61,7 @@ dependencies { [`Timber`](https://github.com/JakeWharton/timber), [`Kotlin stdlib`](https://kotlinlang.org/api/latest/jvm/stdlib/) -## [Core UI](/core-ui#readme) +## [Core UI](core-ui#readme) * Collection of complex views and widgets * Includes `:core`, `:adapter`, [`RxJava`](https://github.com/ReactiveX/RxJava), @@ -69,31 +69,31 @@ dependencies { [`RxKotlin`](https://github.com/ReactiveX/RxKotlin), [`RxBinding`](https://github.com/JakeWharton/RxBinding) -## [About](/about#readme) +## [About](about#readme) * Implementation of an overlaying about section, along with automatic lib detection; also includes the lib strings for KAU * Includes `:core-ui`, `:adapter`, [`About Libraries`](https://github.com/mikepenz/AboutLibraries) -## [Adapter](/adapter#readme) +## [Adapter](adapter#readme) * Kotlin bindings for the fast adapter, as well as RecyclerView animations * Includes `:core`, [`Fast Adapter`](https://github.com/mikepenz/FastAdapter) -## [Color Picker](/colorpicker#readme) +## [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) -## [Image Picker](/imagepicker#readme) +## [Image Picker](imagepicker#readme) * WIP - Overlaying media chooser * Includes `:core-ui`, [`Glide`](https://github.com/bumptech/glide) -## [Kpref Activity](/kpref-activity#readme) +## [Kpref Activity](kpref-activity#readme) * Fully programmatic implementation of a Preference Activity, backed by RecyclerViews * Includes `:core-ui`, `:adapter`, `colorpicker` -## [SearchView](/searchview#readme) +## [SearchView](searchview#readme) * Material searchview with kotlin bindings * Includes `:core-ui`, `:adapter` |