From 3cb33fcbaee1e38a33edf0191eb2e0c64302b5fb Mon Sep 17 00:00:00 2001 From: Antoine Merle Date: Wed, 8 Jan 2014 22:48:50 +0100 Subject: [PATCH] added changelog and license files --- CHANGELOG.md | 6 ++++++ LICENSE.md | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 LICENSE.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..db81a17 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +##0.3.0 + +- `SmoothProgressDrawable.Builder#width` is now `setStrokeWidth` +- The `strokeWidth` parameter is now a `float` (was an `int`) +- Added possibility to modify dynamically the `SmoothProgressBar` and `SmoothProgressDrawable` properties. + e.g. You can call `mProgressBar.setColor(mColor)` diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..95dc16d --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,5 @@ +``` +"THE BEER-WARE LICENSE" (Revision 42): +You can do whatever you want with this stuff. +If we meet some day, and you think this stuff is worth it, you can buy me a beer in return. +``` \ No newline at end of file