Commit Graph

155 Commits

Author SHA1 Message Date
Akhil 0dbd6b024b Merge pull request #1 from noinnion/patch-1
add touchSlop for swiping
2015-01-03 14:25:31 +05:30
noinnion df48a3c387 add touchSlop for swiping 2014-12-26 10:16:07 +01:00
John Shelley 7ea40c5978 Fix click support. Showing 1 of many options 2014-12-24 23:19:07 -06:00
HarshEvilGeek 7da3056130 Formatting 2014-12-24 12:36:07 +05:30
HarshEvilGeek 046caa4a10 Fixing default direction 2014-12-23 14:53:44 +05:30
HarshEvilGeek 4ab9c29b8c Removing unnecessary toast 2014-12-23 10:44:15 +05:30
HarshEvilGeek 14c3135029 setting sample1 to laydown mode 2014-12-23 10:23:28 +05:30
unknown c5d3e6743e fixed bug with layout not moving on swipe 2014-12-23 10:19:01 +05:30
unknown 71ef2ad7e8 Enabling both side swipe 2014-12-22 17:48:51 +05:30
John Shelley 1f75c11e6a (recyclerview.adapter) Update adapter. See details ->
RecyclerViewAdapter in the demo now extends from RecyclerSwipeAdapter from the library. This greatly simplifies things for the users. They still must implement their own ViewHolder and extend from the abstract one inside the SwipeAdapter. See the demo for recyclerview for a better understanding of how it works.

Also increased the build and compile versions to 21. Added elevation to the top view for 5.0 devices. See the recyclerview on a device running android 5.0+ to see the difference from the edge.
This can be replicated with a shadow drawable gradient with lower devices. Maybe someone else can add this feature.
2014-12-19 10:32:59 -06:00
John Shelley a5a2e2c9ea (recyclerview, adapter) Initial RecyclerView update.. see details
Added more basic functionaloty to the recycler view activity and more improvements
2014-12-18 16:52:53 -06:00
John Shelley bd4749188c (demo, recyclerview) Update demo.. see details ->
Demo now includes the most simple form or using a recycler view in the codebase currently.
Next step would be to create a more simplified approach at a RecyclerViewSwipeAdapter that a user can extend from and only implement smaller methods instead of all the implementations.
2014-12-18 14:53:53 -06:00
John Shelley 25e38f34f3 (gradle) Update gradle issues..
Updating gradle specfic issues that arrised when using Android Studio 1.0.+
2014-12-18 10:58:50 -06:00
代码家 b3fe10cf33 Merge pull request #60 from rahulrj/master
Solved one NullPointerException
2014-12-16 20:51:04 +08:00
Rahul Raja 5ec9935ca2 Merge branch 'master' of https://github.com/rahulrj/AndroidSwipeLayout 2014-12-16 17:57:31 +05:30
Rahul Raja f957a49cd2 Solved one NullPointerException 2014-12-16 17:56:54 +05:30
代码家 4d66856185 Merge pull request #57 from rahulrj/master
Added horizontal and vertical offset for swiping
2014-12-13 10:01:24 +08:00
RAHUL RAJA ce1eb70c86 Update SwipeLayout.java
Changed Variable names
2014-12-12 23:04:15 +05:30
Rahul Raja dee951d85d Added horizontal and vertical offset for swiping 2014-12-12 16:44:48 +05:30
代码家 f3b50c4e17 Merge pull request #55 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2014-12-10 22:45:47 +08:00
The Gitter Badger cbff4cde88 Added Gitter badge 2014-12-10 14:45:15 +00:00
daimajia 1c4dfcc985 v1.1.7 2014-09-27 07:31:36 +08:00
daimajia fd22147ea3 fix #35, v1.1.7 2014-09-27 07:29:24 +08:00
代码家 0be6b95d3d v1.1.6
Support double click.
2014-09-22 11:05:33 +08:00
daimajia 883b4be3ba Merge branch 'master' of github.com:daimajia/AndroidSwipeLayout 2014-09-22 10:54:15 +08:00
daimajia e0b54dede3 support double click 2014-09-22 10:51:33 +08:00
代码家 7771395503 V1.1.5 2014-09-20 08:29:52 +08:00
daimajia 83bc638799 Merge branch 'master' of github.com:daimajia/AndroidSwipeLayout 2014-09-19 22:57:24 +08:00
daimajia 0b485a1e35 add swipe adapter utils 2014-09-19 22:56:14 +08:00
daimajia 677c318ab9 add Swipe Adapter utils 2014-09-19 22:55:20 +08:00
daimajia 8bc91b6664 more elegant demo 2014-09-19 22:54:49 +08:00
代码家 dd05a2ed9a Update README.md 2014-09-19 12:47:02 +08:00
代码家 74e6268cdf Update README.md 2014-09-19 12:44:33 +08:00
代码家 0482533a63 v1.1.4 2014-09-17 23:34:33 +08:00
daimajia c93c76488a v1.1.4 2014-09-17 23:21:42 +08:00
daimajia a0b0678465 Merge branch 'master' of github.com:daimajia/AndroidSwipeLayout 2014-09-17 23:13:19 +08:00
daimajia c3c583090f fix single mode not close bug 2014-09-17 23:12:58 +08:00
代码家 2402f8efef v1.1.3
better SwipeAdapter
2014-09-17 14:29:39 +08:00
daimajia 9e965d7c38 a simpler and better way to mange open items 2014-09-17 14:18:30 +08:00
daimajia bbb5c0883d v1.1.2 2014-09-17 12:12:02 +08:00
daimajia 7db7da3f58 a better auto-close SwipeAdapter(sigle item mode) 2014-09-17 12:10:31 +08:00
代码家 62742aa99c v1.1.1
Better selector effect.
2014-09-16 10:03:00 +08:00
daimajia 7ba5e8b350 better selector effect 2014-09-16 09:44:30 +08:00
代码家 bfd2f6b73d Update README.md 2014-09-13 21:50:50 +08:00
代码家 b479efba08 Update README.md 2014-09-13 21:34:18 +08:00
代码家 4bae377640 v1.1.0 2014-09-12 10:11:10 +08:00
daimajia 6c3db3425c fix #24, support disable swipe gesture and fix setEnabled(boolean) not works issue 2014-09-12 10:00:00 +08:00
代码家 de5c5f9d87 v1.0.9 2014-09-11 19:44:42 +08:00
daimajia ea5629de0f Merge branch 'master' of github.com:daimajia/AndroidSwipeLayout 2014-09-11 19:41:21 +08:00
daimajia 34e2389773 fix #19 2014-09-11 19:36:15 +08:00