-
-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/multi selection support + selection handler refacoring #50
base: master
Are you sure you want to change the base?
Feature/multi selection support + selection handler refacoring #50
Commits on Feb 12, 2018
-
- now selection state sit in each Cell (instead of the CellRecyclerView, so the recycler doesn't get confuse) - introduced a new ISelectableModel interface, that need to be implemented by Cell, RH and CH in order to get a selection state - introduced multiple selection
Cedric Ferry committedFeb 12, 2018 Configuration menu - View commit details
-
Copy full SHA for 3389d35 - Browse repository at this point
Copy the full SHA 3389d35View commit details -
Merge branch 'master' into feature/multiSelectionSupport
Cedric Ferry committedFeb 12, 2018 Configuration menu - View commit details
-
Copy full SHA for 3681353 - Browse repository at this point
Copy the full SHA 3681353View commit details -
re-enabled enableShadow with new SelectionHandler implementation
fixed multi-selection clear when change between cell , row or column selection introduced multiselection in tableview sample
Cedric Ferry committedFeb 12, 2018 Configuration menu - View commit details
-
Copy full SHA for de59225 - Browse repository at this point
Copy the full SHA de59225View commit details -
Merge branch 'master' into feature/multiSelectionSupport
Cedric Ferry committedFeb 12, 2018 Configuration menu - View commit details
-
Copy full SHA for 543ccea - Browse repository at this point
Copy the full SHA 543cceaView commit details -
check if table isSelectable before accessing SelectionState
Cedric Ferry committedFeb 12, 2018 Configuration menu - View commit details
-
Copy full SHA for 4d1c793 - Browse repository at this point
Copy the full SHA 4d1c793View commit details
Commits on Feb 13, 2018
-
Cedric Ferry committed
Feb 13, 2018 Configuration menu - View commit details
-
Copy full SHA for b881d10 - Browse repository at this point
Copy the full SHA b881d10View commit details -
used the RecyclerViewAdapters instead of the main dataset so it preve…
…nt UI issue with sorting
Cedric Ferry committedFeb 13, 2018 Configuration menu - View commit details
-
Copy full SHA for ae904be - Browse repository at this point
Copy the full SHA ae904beView commit details -
added exception when TableView isSelectable and ISelectable is not im…
…plement in Cell, RowHeader or ColumnHeader
Cedric Ferry committedFeb 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 34146fe - Browse repository at this point
Copy the full SHA 34146feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e44ed5 - Browse repository at this point
Copy the full SHA 8e44ed5View commit details
Commits on Mar 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3086446 - Browse repository at this point
Copy the full SHA 3086446View commit details
Commits on Jul 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2b422f9 - Browse repository at this point
Copy the full SHA 2b422f9View commit details
Commits on Apr 19, 2020
-
Co-Authored-By: Gaëtan Muller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ac2e60 - Browse repository at this point
Copy the full SHA 3ac2e60View commit details -
Co-Authored-By: Gaëtan Muller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8453f8 - Browse repository at this point
Copy the full SHA b8453f8View commit details -
Co-Authored-By: Gaëtan Muller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9819d32 - Browse repository at this point
Copy the full SHA 9819d32View commit details -
Co-Authored-By: Gaëtan Muller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d3324d - Browse repository at this point
Copy the full SHA 0d3324dView commit details -
suggestion from MGaetan89 Co-Authored-By: Gaëtan Muller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa50f50 - Browse repository at this point
Copy the full SHA fa50f50View commit details -
Code formatting and minor copy updates
thanks to MGaetan89 Co-Authored-By: Gaëtan Muller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d158ae0 - Browse repository at this point
Copy the full SHA d158ae0View commit details -
moved the verticalScroll detection
moved the vertical detection AFTER checking if it the same RV. else it could set the mCurrentRVTouched to null and lead to unsync scrolling.
Configuration menu - View commit details
-
Copy full SHA for 6c62048 - Browse repository at this point
Copy the full SHA 6c62048View commit details -
Configuration menu - View commit details
-
Copy full SHA for c51b947 - Browse repository at this point
Copy the full SHA c51b947View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0167dc6 - Browse repository at this point
Copy the full SHA 0167dc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33d3390 - Browse repository at this point
Copy the full SHA 33d3390View commit details -
Get the preferences object from the actual parcel when the SavedState is created from a parcel
Configuration menu - View commit details
-
Copy full SHA for 2dc2536 - Browse repository at this point
Copy the full SHA 2dc2536View commit details -
Configuration menu - View commit details
-
Copy full SHA for 061a0b6 - Browse repository at this point
Copy the full SHA 061a0b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dee42fc - Browse repository at this point
Copy the full SHA dee42fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 444e818 - Browse repository at this point
Copy the full SHA 444e818View commit details -
Configuration menu - View commit details
-
Copy full SHA for af08feb - Browse repository at this point
Copy the full SHA af08febView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aa6ccf - Browse repository at this point
Copy the full SHA 2aa6ccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b2da94 - Browse repository at this point
Copy the full SHA 5b2da94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17a979c - Browse repository at this point
Copy the full SHA 17a979cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 953bcdb - Browse repository at this point
Copy the full SHA 953bcdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b38b45 - Browse repository at this point
Copy the full SHA 3b38b45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52f82d3 - Browse repository at this point
Copy the full SHA 52f82d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7897321 - Browse repository at this point
Copy the full SHA 7897321View commit details -
Configuration menu - View commit details
-
Copy full SHA for 144735d - Browse repository at this point
Copy the full SHA 144735dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aa73c2 - Browse repository at this point
Copy the full SHA 2aa73c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d040d9e - Browse repository at this point
Copy the full SHA d040d9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfa7bdd - Browse repository at this point
Copy the full SHA bfa7bddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96891c7 - Browse repository at this point
Copy the full SHA 96891c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4fdb2a - Browse repository at this point
Copy the full SHA b4fdb2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 018adab - Browse repository at this point
Copy the full SHA 018adabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d0f21c - Browse repository at this point
Copy the full SHA 4d0f21cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1418049 - Browse repository at this point
Copy the full SHA 1418049View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d09418 - Browse repository at this point
Copy the full SHA 0d09418View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2020576 - Browse repository at this point
Copy the full SHA 2020576View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b327cf - Browse repository at this point
Copy the full SHA 4b327cfView commit details -
Listener used to ignore click action and calling the long press actio…
…n. This problem has been fixed.
Configuration menu - View commit details
-
Copy full SHA for e11508d - Browse repository at this point
Copy the full SHA e11508dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 004aab9 - Browse repository at this point
Copy the full SHA 004aab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c3b986 - Browse repository at this point
Copy the full SHA 5c3b986View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07d5a33 - Browse repository at this point
Copy the full SHA 07d5a33View commit details -
Configuration menu - View commit details
-
Copy full SHA for f17cfb0 - Browse repository at this point
Copy the full SHA f17cfb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc4b497 - Browse repository at this point
Copy the full SHA fc4b497View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55c41d1 - Browse repository at this point
Copy the full SHA 55c41d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03c0864 - Browse repository at this point
Copy the full SHA 03c0864View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52f89ae - Browse repository at this point
Copy the full SHA 52f89aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21aa792 - Browse repository at this point
Copy the full SHA 21aa792View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19c494a - Browse repository at this point
Copy the full SHA 19c494aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 166f548 - Browse repository at this point
Copy the full SHA 166f548View commit details -
Configuration menu - View commit details
-
Copy full SHA for c45f165 - Browse repository at this point
Copy the full SHA c45f165View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f4b3e8 - Browse repository at this point
Copy the full SHA 6f4b3e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a68a02f - Browse repository at this point
Copy the full SHA a68a02fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d0fd2a - Browse repository at this point
Copy the full SHA 6d0fd2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4f7bb0 - Browse repository at this point
Copy the full SHA b4f7bb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5e94d4 - Browse repository at this point
Copy the full SHA a5e94d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52b02ee - Browse repository at this point
Copy the full SHA 52b02eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b05330 - Browse repository at this point
Copy the full SHA 7b05330View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35ef9dd - Browse repository at this point
Copy the full SHA 35ef9ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for a76c444 - Browse repository at this point
Copy the full SHA a76c444View commit details -
License inconsistency, Update bintray-release info and Append license…
… to pom xml file Also bumped version
Configuration menu - View commit details
-
Copy full SHA for 1be6e29 - Browse repository at this point
Copy the full SHA 1be6e29View commit details
Commits on Apr 20, 2020
-
Merge branch 'master' into feature/multiSelectionSupport
# Conflicts: # README.md # app/src/main/java/com/evrencoskun/tableviewsample/MainFragment.java # app/src/main/java/com/evrencoskun/tableviewsample/tableview/model/Cell.java # tableview/src/main/java/com/evrencoskun/tableview/ITableView.java # tableview/src/main/java/com/evrencoskun/tableview/adapter/recyclerview/CellRecyclerViewAdapter.java # tableview/src/main/java/com/evrencoskun/tableview/adapter/recyclerview/CellRowRecyclerViewAdapter.java # tableview/src/main/java/com/evrencoskun/tableview/adapter/recyclerview/ColumnHeaderRecyclerViewAdapter.java # tableview/src/main/java/com/evrencoskun/tableview/adapter/recyclerview/RowHeaderRecyclerViewAdapter.java # tableview/src/main/java/com/evrencoskun/tableview/handler/SelectionHandler.java # tableview/src/main/java/com/evrencoskun/tableview/listener/itemclick/CellRecyclerViewItemClickListener.java
Configuration menu - View commit details
-
Copy full SHA for e81973a - Browse repository at this point
Copy the full SHA e81973aView commit details -
Merge branch 'master' into feature/multiSelectionSupport
# Conflicts: # README.md # app/src/main/java/com/evrencoskun/tableviewsample/MainFragment.java # app/src/main/java/com/evrencoskun/tableviewsample/tableview/model/Cell.java # tableview/src/main/java/com/evrencoskun/tableview/ITableView.java # tableview/src/main/java/com/evrencoskun/tableview/adapter/recyclerview/CellRecyclerViewAdapter.java # tableview/src/main/java/com/evrencoskun/tableview/adapter/recyclerview/CellRowRecyclerViewAdapter.java # tableview/src/main/java/com/evrencoskun/tableview/adapter/recyclerview/ColumnHeaderRecyclerViewAdapter.java # tableview/src/main/java/com/evrencoskun/tableview/adapter/recyclerview/RowHeaderRecyclerViewAdapter.java # tableview/src/main/java/com/evrencoskun/tableview/handler/SelectionHandler.java # tableview/src/main/java/com/evrencoskun/tableview/listener/itemclick/CellRecyclerViewItemClickListener.java
Configuration menu - View commit details
-
Copy full SHA for 85cc3cb - Browse repository at this point
Copy the full SHA 85cc3cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b62bf0a - Browse repository at this point
Copy the full SHA b62bf0aView commit details