aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-09 11:48:23 -0700
committerAllan Wang <me@allanwang.ca>2017-07-09 11:48:23 -0700
commitfad41577c854ba6f8c4b27aebf734180307cf6c6 (patch)
treec830ac499e73c4d8f050f9f58b08878eec939b5d
parent9695948b007a0c6110c72b89f3b318f4c1eea52c (diff)
downloadkau-fad41577c854ba6f8c4b27aebf734180307cf6c6.tar.gz
kau-fad41577c854ba6f8c4b27aebf734180307cf6c6.tar.bz2
kau-fad41577c854ba6f8c4b27aebf734180307cf6c6.zip
Use raw image links
-rw-r--r--README.md8
-rw-r--r--about/README.md2
-rw-r--r--core/README.md2
-rw-r--r--docs/Changelog.md4
-rw-r--r--kpref-activity/README.md2
-rw-r--r--searchview/README.md2
6 files changed, 11 insertions, 9 deletions
diff --git a/README.md b/README.md
index cdf7c35..9fdd3b6 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,7 @@ dependencies {
# Showcase
-![About Activity Gif](https://github.com/AllanWang/Storage-Hub/blob/master/kau/kau_about_activity.gif)
-![KPref Accent Gif](https://github.com/AllanWang/Storage-Hub/blob/master/kau/kau_kpref_accent.gif)
-![KPref Items Gif](https://github.com/AllanWang/Storage-Hub/blob/master/kau/kau_kpref_items.gif)
-![SearchView Gif](https://github.com/AllanWang/Storage-Hub/blob/master/kau/kau_search_view.gif) \ No newline at end of file
+![About Activity Gif](https://raw.githubusercontent.com/AllanWang/Storage-Hub/master/kau/kau_about_activity.gif)
+![KPref Accent Gif](https://raw.githubusercontent.com/AllanWang/Storage-Hub/master/kau/kau_kpref_accent.gif)
+![KPref Items Gif](https://raw.githubusercontent.com/AllanWang/Storage-Hub/master/kau/kau_kpref_items.gif)
+![SearchView Gif](https://raw.githubusercontent.com/AllanWang/Storage-Hub/master/kau/kau_search_view.gif) \ No newline at end of file
diff --git a/about/README.md b/about/README.md
index afbf89a..dfe6452 100644
--- a/about/README.md
+++ b/about/README.md
@@ -4,7 +4,7 @@ Most apps could not be possible without the collective efforts of other develope
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.
-![About Activity Gif](https://github.com/AllanWang/Storage-Hub/blob/master/kau/kau_about_activity.gif)
+![About Activity Gif](https://raw.githubusercontent.com/AllanWang/Storage-Hub/master/kau/kau_about_activity.gif)
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.
diff --git a/core/README.md b/core/README.md
index c8934e4..88b1057 100644
--- a/core/README.md
+++ b/core/README.md
@@ -92,7 +92,7 @@ As mentioned, blank items will be ignored, so feel free to create a bunch of emp
Ripple canvas provides a way to create simultaneous ripples against a background color.
They can be used as transitions, or as a toolbar background to replicate the look for [Google Calendar](https://stackoverflow.com/questions/27872324/how-can-i-animate-the-color-change-of-the-statusbar-and-toolbar-like-the-new-ca)
-![KPref Accent Gif](https://github.com/AllanWang/Storage-Hub/blob/master/kau/kau_kpref_accent.gif)
+![KPref Accent Gif](https://raw.githubusercontent.com/AllanWang/Storage-Hub/master/kau/kau_kpref_accent.gif)
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.
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 314b37c..d458c9d 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -1,6 +1,8 @@
# Changelog
-## v1.6
+## v2.0
+* Huge refactoring to separate functions to their own submodules
+* Huge Docs update
* Reorder KauIItem arguments to support optional id
* Create KPrefSeekbar, which binds an int kpref to a seekbar
* Open all kpref item binders so they may be extended
diff --git a/kpref-activity/README.md b/kpref-activity/README.md
index 3c3266c..5ec94a6 100644
--- a/kpref-activity/README.md
+++ b/kpref-activity/README.md
@@ -3,7 +3,7 @@
KAU supports Preferences that are created without xmls and through AppCompat.
The items are backed by a [FastAdapter](https://github.com/mikepenz/FastAdapter) and support [iicons](https://github.com/mikepenz/Android-Iconics)
-![KPref Items Gif](https://github.com/AllanWang/Storage-Hub/blob/master/kau/kau_kpref_items.gif)
+![KPref Items Gif](https://raw.githubusercontent.com/AllanWang/Storage-Hub/master/kau/kau_kpref_items.gif)
The easiest way to create the settings is to extend `KPrefActivity`.
diff --git a/searchview/README.md b/searchview/README.md
index 7274f6e..d8e690b 100644
--- a/searchview/README.md
+++ b/searchview/README.md
@@ -3,7 +3,7 @@
KAU contains a fully functional SearchView that can be added programmatically with one line.
It contains a `bindSearchView` extension functions for both activities and viewgroups.
-![Search View Gif](https://github.com/AllanWang/Storage-Hub/blob/master/kau/kau_search_view.gif)
+![Search View Gif](https://raw.githubusercontent.com/AllanWang/Storage-Hub/master/kau/kau_search_view.gif)
The searchview is:
* Fully themable - set the foreground or background color to style every portion, from text colors to backgrounds to ripples