-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
DeckPicker: disable functionality during storage migration #13355
Merged
mikehardy
merged 5 commits into
ankidroid:main
from
david-allison:storage-migration-disable-deckpicker-functionality
Feb 28, 2023
Merged
DeckPicker: disable functionality during storage migration #13355
mikehardy
merged 5 commits into
ankidroid:main
from
david-allison:storage-migration-disable-deckpicker-functionality
Feb 28, 2023
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
david-allison
added
Review High Priority
Request for high priority review
Scoped storage
labels
Feb 27, 2023
mikehardy
approved these changes
Feb 27, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works for me
mikehardy
added
the
Needs Second Approval
Has one approval, one more approval to merge
label
Feb 27, 2023
BrayanDSO
requested changes
Feb 28, 2023
AnkiDroid/src/main/java/com/ichi2/anki/servicelayer/MediaService.kt
Outdated
Show resolved
Hide resolved
BrayanDSO
added
the
Needs Author Reply
Waiting for a reply from the original author
label
Feb 28, 2023
Issue 5304 Issue 13094
This would incorrectly handle non-migrated media Issue 5304 Issue 13094
Except for the 'restore from backup' error path Issue 5304 Issue 13094
It's a possibility that the export would not have media migrated Issue 5304 Issue 13094
Sync is blocked, but there's no point in showing a dialog - instead don't perform the operation Issue 5304 Issue 13094
david-allison
force-pushed
the
storage-migration-disable-deckpicker-functionality
branch
from
February 28, 2023 22:15
b35be83
to
cd9da5c
Compare
david-allison
removed
the
Needs Author Reply
Waiting for a reply from the original author
label
Feb 28, 2023
Changes made. Note: I (mildly) disagreed with #13355 (comment) |
BrayanDSO
approved these changes
Feb 28, 2023
BrayanDSO
added
Pending Merge
Things with approval that are waiting future merge (e.g. targets a future release, CI wait, etc)
and removed
Needs Second Approval
Has one approval, one more approval to merge
labels
Feb 28, 2023
david-allison
force-pushed
the
storage-migration-disable-deckpicker-functionality
branch
from
February 28, 2023 22:17
cd9da5c
to
31d7538
Compare
github-actions
bot
removed
Review High Priority
Request for high priority review
Pending Merge
Things with approval that are waiting future merge (e.g. targets a future release, CI wait, etc)
labels
Feb 28, 2023
david-allison
deleted the
storage-migration-disable-deckpicker-functionality
branch
February 28, 2023 23:13
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.
Purpose / Description
A subset of functionality may be problematic while we are migrating storage.
Fixes
Approach
How Has This Been Tested?
Manually: API 31 AOSP emulator
Checklist