From 0482533a63719fcc6aa415c6ac566102f4f9eec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=AE=B6?= Date: Wed, 17 Sep 2014 23:34:33 +0800 Subject: [PATCH 1/3] v1.1.4 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30a1342..fea3c56 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Time passed, finally...as you see right now. ![](http://ww2.sinaimg.cn/mw690/610dc034jw1ejoplapwtqg208n0e74dx.gif) -[Download Demo](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.3/AndroidSwipeLayout-v1.1.3.apk) +[Download Demo](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.4/AndroidSwipeLayout-1.1.4.apk) Before I made this, I actually found some libraries (eg.[SwipeListView](https://github.com/47deg/android-swipelistview)) that helps developers to integrate swiping with your UI component. But it only works in `ListView`. What a pity. @@ -33,7 +33,7 @@ When I start to make this library, I set some goals: ```groovy dependencies { compile 'com.android.support:support-v4:20.+' - compile "com.daimajia.swipelayout:library:1.1.3@aar" + compile "com.daimajia.swipelayout:library:1.1.4@aar" } ``` @@ -48,7 +48,7 @@ dependencies { com.daimajia.swipelayout library - 1.1.3 + 1.1.4 apklib ``` From 74e6268cdfbe2ee0765487c97e3a2b1dea8c53ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=AE=B6?= Date: Fri, 19 Sep 2014 12:44:33 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fea3c56..eaeda8b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ Time passed, finally...as you see right now. [Download Demo](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.1.4/AndroidSwipeLayout-1.1.4.apk) -Before I made this, I actually found some libraries (eg.[SwipeListView](https://github.com/47deg/android-swipelistview)) that helps developers to integrate swiping with your UI component. But it only works in `ListView`. What a pity. +Before I made this, I actually found some libraries (eg.[SwipeListView](https://github.com/47deg/android-swipelistview)) that helps developers to integrate swiping with your UI component. + +But it only works in `ListView`, and it has too many issues that they never care. What a pity! When I start to make this library, I set some goals: @@ -24,6 +26,10 @@ When I start to make this library, I set some goals: - Can receive `onOpen`,`onClose`,`onUpdate` callbacks. - Can notifiy the hidden children how much they have shown. - Can be nested each other. +- Can handle complicate situation, just like this: + +![](http://ww1.sinaimg.cn/large/610dc034gw1ekhojsy2arg208e06ngt1.gif) + ## Usage From dd05a2ed9a3d3a37febf3795057789666b29df35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=AE=B6?= Date: Fri, 19 Sep 2014 12:47:02 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index eaeda8b..eeb6a50 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,7 @@ When I start to make this library, I set some goals: - Can receive `onOpen`,`onClose`,`onUpdate` callbacks. - Can notifiy the hidden children how much they have shown. - Can be nested each other. -- Can handle complicate situation, just like this: - -![](http://ww1.sinaimg.cn/large/610dc034gw1ekhojsy2arg208e06ngt1.gif) +- Can handle complicate situation, just like [this](https://camo.githubusercontent.com/d145d9a9508b3d204b70882c05bc3d9bd433883c/687474703a2f2f7777312e73696e61696d672e636e2f6c617267652f3631306463303334677731656b686f6a7379326172673230386530366e6774312e676966). ## Usage