This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Migrate mutli-selection to store #18774
Comments
jonalmeida
added a commit
to jonalmeida/fenix
that referenced
this issue
Apr 3, 2021
The interactor and holder are useful outside of the `library` package, so let's move it up a package level for other components.
jonalmeida
added a commit
to jonalmeida/fenix
that referenced
this issue
Apr 3, 2021
Removes the recyclerview-selection library and replaces it with the SelectionHolder/SelectionInteractor with a Store. This is an implementation that's similar to what we have in other UI lists (library).
3 tasks
jonalmeida
added a commit
to jonalmeida/fenix
that referenced
this issue
Apr 3, 2021
Removes the recyclerview-selection library and replaces it with the SelectionHolder/SelectionInteractor with a Store. This is an implementation that's similar to what we have in other UI lists (library).
jonalmeida
added a commit
to jonalmeida/fenix
that referenced
this issue
Apr 6, 2021
The interactor and holder are useful outside of the `library` package, so let's move it up a package level for other components.
jonalmeida
added a commit
to jonalmeida/fenix
that referenced
this issue
Apr 6, 2021
Removes the recyclerview-selection library and replaces it with the SelectionHolder/SelectionInteractor with a Store. This is an implementation that's similar to what we have in other UI lists (library).
jonalmeida
added a commit
to jonalmeida/fenix
that referenced
this issue
Apr 6, 2021
The interactor and holder are useful outside of the `library` package, so let's move it up a package level for other components.
jonalmeida
added a commit
to jonalmeida/fenix
that referenced
this issue
Apr 6, 2021
Removes the recyclerview-selection library and replaces it with the SelectionHolder/SelectionInteractor with a Store. This is an implementation that's similar to what we have in other UI lists (library).
jonalmeida
added a commit
to jonalmeida/fenix
that referenced
this issue
Apr 6, 2021
Removes the recyclerview-selection library and replaces it with the SelectionHolder/SelectionInteractor with a Store. This is an implementation that's similar to what we have in other UI lists (library).
jonalmeida
added a commit
to jonalmeida/fenix
that referenced
this issue
Apr 6, 2021
jonalmeida
added a commit
to jonalmeida/fenix
that referenced
this issue
Apr 6, 2021
The interactor and holder are useful outside of the `library` package, so let's move it up a package level for other components.
jonalmeida
added a commit
to jonalmeida/fenix
that referenced
this issue
Apr 6, 2021
Removes the recyclerview-selection library and replaces it with the SelectionHolder/SelectionInteractor with a Store. This is an implementation that's similar to what we have in other UI lists (library).
jonalmeida
added a commit
to jonalmeida/fenix
that referenced
this issue
Apr 6, 2021
jonalmeida
added a commit
that referenced
this issue
Apr 7, 2021
The interactor and holder are useful outside of the `library` package, so let's move it up a package level for other components.
jonalmeida
added a commit
that referenced
this issue
Apr 7, 2021
Removes the recyclerview-selection library and replaces it with the SelectionHolder/SelectionInteractor with a Store. This is an implementation that's similar to what we have in other UI lists (library).
jonalmeida
added a commit
that referenced
this issue
Apr 7, 2021
pkirakosyan
pushed a commit
to gexsi/user-agent-android
that referenced
this issue
Aug 8, 2021
The interactor and holder are useful outside of the `library` package, so let's move it up a package level for other components.
pkirakosyan
pushed a commit
to gexsi/user-agent-android
that referenced
this issue
Aug 8, 2021
pkirakosyan
pushed a commit
to gexsi/user-agent-android
that referenced
this issue
Aug 8, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We tried the
recyclerview-selection
library and while it worked, it was difficult to use.ViewGroup
, we were re-creating a selection storage concept all over again.This is a problem that's already solved in the "library" by using the
SelectionInteractor
andSelectionHolder
along withlib-state
.In #17821, we added the storer, so let's put our multi-select items in that instead.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: