-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add binding paging adapter #43
Merged
smidf
merged 10 commits into
eManPrague:master
from
Del-S:feature/add_binding_paging_adapter
Mar 2, 2022
Merged
Add binding paging adapter #43
smidf
merged 10 commits into
eManPrague:master
from
Del-S:feature/add_binding_paging_adapter
Mar 2, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Del-S
force-pushed
the
feature/add_binding_paging_adapter
branch
from
June 30, 2021 15:21
150eb3e
to
b70f51c
Compare
kaal-presentation/src/main/kotlin/cz/eman/kaal/presentation/lifecycle/channels/ChannelExt.kt
Outdated
Show resolved
Hide resolved
smidf
reviewed
Aug 31, 2021
kaal-presentation/src/main/kotlin/cz/eman/kaal/presentation/adapter/BaseBindingAdapter.kt
Show resolved
Hide resolved
kaal-presentation/src/main/kotlin/cz/eman/kaal/presentation/adapter/BaseBindingAdapter.kt
Show resolved
Hide resolved
kaal-presentation/src/main/kotlin/cz/eman/kaal/presentation/adapter/BaseBindingAdapter.kt
Show resolved
Hide resolved
kaal-presentation/src/main/kotlin/cz/eman/kaal/presentation/adapter/BaseBindingAdapter.kt
Outdated
Show resolved
Hide resolved
kaal-presentation/src/main/kotlin/cz/eman/kaal/presentation/adapter/BindingAdapterConfig.kt
Outdated
Show resolved
Hide resolved
kaal-presentation/src/main/kotlin/cz/eman/kaal/presentation/adapter/BindingAdapters.kt
Outdated
Show resolved
Hide resolved
musilto8
reviewed
Oct 18, 2021
...tation/src/main/kotlin/cz/eman/kaal/presentation/adapter/BindingPagingRecyclerViewAdapter.kt
Show resolved
Hide resolved
smidf
approved these changes
Feb 28, 2022
Del-S
force-pushed
the
feature/add_binding_paging_adapter
branch
from
March 2, 2022 11:26
08d37d4
to
a976f66
Compare
🐛 After rebase fixes
Del-S
force-pushed
the
feature/add_binding_paging_adapter
branch
from
March 2, 2022 15:08
a976f66
to
5ed54b0
Compare
smidf
reviewed
Mar 2, 2022
smidf
approved these changes
Mar 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BindingRecyclerViewAdapter
.BaseBindingAdapter
to handle basing binding adapter functionality.BindingAdapterConfig
for adapter configuration.