Commit Graph

143 Commits

Author SHA1 Message Date
daimajia 670863a2d5 remove useless try catch. 2015-04-08 08:45:29 +08:00
daimajia feafd6a835 Merge branch 'master' of https://github.com/linfaxin/AndroidSwipeLayout into linfaxin 2015-04-08 07:59:59 +08:00
代码家 3041765187 Merge pull request #113 from intrications/patch-1
Update version number for Gradle and Maven
2015-03-22 22:40:21 +08:00
Michael Basil 72612ad687 Update version number for Gradle and Maven
Eclipse and Demo version numbers can't be increased because the jar and apk haven't been added to releases.
2015-03-22 12:05:50 +00:00
linfaxin 79bb4ecb36 Refactor. Stronger and easier. 2015-03-22 11:14:54 +08:00
linfaxin b460d4dd47 Optimize the implement when surface or bottom not a GroupView 2015-03-21 22:39:41 +08:00
linfaxin 8fea955083 Improve the release drag logic. 2015-03-19 20:26:34 +08:00
linfaxin 8412d50131 Support clickToClose attr, if set to true, the opened swipeLayout will auto close when click on it's surface view 2015-03-19 11:36:29 +08:00
linfaxin 6e909b0343 The bottom and surface views needn't be ViewGroup.
The bottom view can use layout_gravity to indicate the swiping direction
2015-03-17 18:33:37 +08:00
linfaxin 8e89db06b0 Handle the itemClick and the itemLongClick only when the SwipeLayout is the root of AdapterView's item, 2015-03-16 10:33:18 +08:00
linfaxin 742494d085 improve touch handle and intercept logic :
1.The surface and bottom view could be clickable and longClickable, and it's selector drawables works fine;
2.The swipeLayout can wrap in other gestural layout, the swipe and other layout's gesture work's pretty;
2015-03-15 20:53:54 +08:00
daimajia 9ca31ac50f prettify the samples. 2015-02-22 12:07:31 +08:00
代码家 19079c76cb Merge pull request #93 from HarshEvilGeek/master
Adding support for multiple drag edges on a single view and touchSlop
2015-02-22 11:44:02 +08:00
HarshEvilGeek a8b4b08c46 Merging changes from master 2015-02-16 14:14:44 +05:30
HarshEvilGeek c9555a9e08 Merge remote-tracking branch 'upstream/master' 2015-02-16 14:14:27 +05:30
代码家 cacc6e6f29 Merge pull request #90 from daisy1754/fix-indent-in-readme
Fix inconsistent indents for gradle in README.
2015-02-16 11:25:26 +08:00
daisy1754 4aa3d6e63f Fix inconsistent indents for gradle in README.
Previously tab and whitespaces are mixed.
2015-02-15 17:18:35 -08:00
HarshEvilGeek 5ced46bb56 adding a constant for empty layout ids 2015-02-12 16:49:22 +05:30
HarshEvilGeek 93c06bfa01 demo to show that three edge swipe works 2015-02-12 16:02:19 +05:30
HarshEvilGeek 1fd2ec7d2f Recylcing typed array and adding support for opening specific drag edge 2015-02-12 11:41:08 +05:30
Akhil 5bf1189d1c Merge pull request #2 from daimajia/#40
remove useless files
2015-02-11 20:55:17 +05:30
daimajia e8f4ec1c98 remove useless files 2015-02-11 23:17:19 +08:00
HarshEvilGeek c841ba57e4 Adding support for enabling and disabling particular swipe edges. One bug fix from merge 2015-02-11 18:25:31 +05:30
HarshEvilGeek ea5a0156dc fixing bug from horizontal swipe offset and adding preliminary code to restrict particular drag edges 2015-02-11 17:53:10 +05:30
HarshEvilGeek ee02941dd8 merging 2015-02-11 15:07:33 +05:30
HarshEvilGeek f8350fce20 adding support for the user to pass the ids of bottom views 2015-02-11 14:51:05 +05:30
HarshEvilGeek 6fcf27d4ce fixing touchslop changes 2015-02-11 13:53:56 +05:30
代码家 b97facaeec RecyclerView support. 2015-01-31 19:03:33 +08:00
daimajia 85c318fc84 v1.1.8 2015-01-31 18:53:13 +08:00
daimajia 7cf4e663ae v1.1.8 2015-01-31 18:43:30 +08:00
daimajia c739b4b736 Merge branch 'jpshelley-create_recycler_adapter' 2015-01-31 18:31:35 +08:00
daimajia da7084cc8b merge from @jpselley, start support RecyclerView. 2015-01-31 18:31:21 +08:00
John Shelley 3189892d3f Update Gradle Wrapper
Updated gradle wrapper to 2.2
2015-01-31 01:24:44 -06:00
John Shelley baafdcbb95 Modularize Manager class
Seperated out the code thats used more then once and created 2 seperate subclasses called Adapter and Recycler based on the method of 'lists'.
2015-01-31 01:06:43 -06:00
John Shelley 418898c33c Setup Clicks, Deletion, Animation
Removed 2-way-view in favor of more simplistic items. Based on research most people have used the ViewHolder for onItemClick listener support, sometimes I've seen a ViewHolder implement View.OnClickListener, however that didn't work for our example so our root view has an itemclicklistener set.

On top of that, basic animations were added via a top starred github library.

The delete is hooked up to actually remove the item from the list. However it seems glitchy in comparison.

It should be noted that it will be left up to the user to determine UI/UX aspects such as removal. The Inbox App by Google uses a swipe to remove items, where the Gmail App by Google uses a swipe to 'queue' an item for dismisal, but not dismissing it until the user makes another interaction such as scrolling or clicking another email.

A 'closeAllItems()' method was added in our Managers, as well as a minor fix that was needed by adding 'shown layouts' correctly in our SwipeListener.
2015-01-30 23:49:25 -06:00
daimajia a92a2cdae7 try to fix #74 2015-01-24 10:22:39 +08:00
daimajia a9cc7d28eb support compile under build:gradle:1.0.0 2015-01-24 09:09:23 +08:00
代码家 b909a2a4bb remove useless offset 2015-01-17 23:57:39 +08:00
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