Upgrade Room3 and migrate Paging3 - #6483
Open
SeniorZhai wants to merge 11 commits into
Open
Conversation
SeniorZhai
force-pushed
the
chore/upgrade-room3
branch
from
July 3, 2026 04:59
c106a73 to
00e23d4
Compare
Member
Author
|
@copilot resolve the merge conflicts in this pull request |
Contributor
Merge conflicts resolved in commit Summary of resolutions:
|
SeniorZhai
marked this pull request as ready for review
August 6, 2026 14:12
Generate fetcher/provider/filter queries at compile time, keep chat pagination on fallback queries after the real-device window benchmark, and include the benchmark report for reference.
Keep paging reads and counts on the same Room connection so invalidations are not missed. Preserve every wrapped adapter observer so RecyclerView continues receiving updates after the initial page.
Master introduced Room 2 APIs into the Room 3 branch. This blocked KSP and Kotlin compilation. Preserve corruption reporting while retaining Android's default recovery behavior.
SeniorZhai
force-pushed
the
chore/upgrade-room3
branch
from
August 24, 2026 03:28
f372a99 to
8146cd3
Compare
# Conflicts: # app/src/main/java/one/mixin/android/job/BlazeMessageService.kt
Avoid large joined scans when opening unread conversations and paging or exporting long chats.
Use the public Room transaction API so cancellation and early returns reliably return the writer connection.
This file contains hidden or 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
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.
Summary
Verification