-
Notifications
You must be signed in to change notification settings - Fork 80
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
[DO NOT MERGE] Fallback APK without D2D changes #489
Closed
chirayudesai
wants to merge
2
commits into
seedvault-app:android13
from
chirayudesai:d2d-testing-fallback
Closed
[DO NOT MERGE] Fallback APK without D2D changes #489
chirayudesai
wants to merge
2
commits into
seedvault-app:android13
from
chirayudesai:d2d-testing-fallback
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
* Spread out the version code a bit to allow for more releases per one name Change-Id: I70b6ba92e359a1f229ee470f4032c04b9fd25e5b
Rebase after #487 is merged |
* Bump version * 33030020 -> 13-3.2 * 33030021 -> d2d test seedvault-app#478 * 33030022 -> This, to go back to normal build after testing * This is to allow going back to a build without D2D safely, because otherwise to uninstall the update to an app you have to wipe data. * Also set the testing property to false Change-Id: I1a9530102c851ac8ea05711b947ef7390e3a0dc8
c1a3ca4
to
db26d33
Compare
chirayudesai
added a commit
to t-m-w/seedvault
that referenced
this pull request
Dec 30, 2022
* Bump version * 33030020 -> 13-3.2 * 33030021 -> This, d2d test seedvault-app#478 * 33030022 -> Next, to go back to normal build after testing seedvault-app#489 * Set the testing property to true so that the system sends us the right app list 14597: Optionally have System-scheduled backups act as migrations | https://review.calyxos.org/c/CalyxOS/platform_frameworks_base/+/14597 Change-Id: I278091b6659db095716e01b6c3894ce345219283
Some more details on this https://gitlab.com/CalyxOS/calyxos/-/issues/1271#note_1308095692 |
stevesoltys
pushed a commit
that referenced
this pull request
Nov 1, 2023
* Bump version * 33030020 -> 13-3.2 * 33030021 -> This, d2d test #478 * 33030022 -> Next, to go back to normal build after testing #489 * Set the testing property to true so that the system sends us the right app list 14597: Optionally have System-scheduled backups act as migrations | https://review.calyxos.org/c/CalyxOS/platform_frameworks_base/+/14597 Change-Id: I278091b6659db095716e01b6c3894ce345219283
stevesoltys
pushed a commit
that referenced
this pull request
Nov 1, 2023
* Bump version * 33030020 -> 13-3.2 * 33030021 -> This, d2d test #478 * 33030022 -> Next, to go back to normal build after testing #489 * Set the testing property to true so that the system sends us the right app list 14597: Optionally have System-scheduled backups act as migrations | https://review.calyxos.org/c/CalyxOS/platform_frameworks_base/+/14597 Change-Id: I278091b6659db095716e01b6c3894ce345219283
stevesoltys
pushed a commit
that referenced
this pull request
Nov 1, 2023
* Bump version * 33030020 -> 13-3.2 * 33030021 -> This, d2d test #478 * 33030022 -> Next, to go back to normal build after testing #489 * Set the testing property to true so that the system sends us the right app list 14597: Optionally have System-scheduled backups act as migrations | https://review.calyxos.org/c/CalyxOS/platform_frameworks_base/+/14597 Change-Id: I278091b6659db095716e01b6c3894ce345219283
stevesoltys
pushed a commit
that referenced
this pull request
Nov 30, 2023
* Bump version * 33030020 -> 13-3.2 * 33030021 -> This, d2d test #478 * 33030022 -> Next, to go back to normal build after testing #489 * Set the testing property to true so that the system sends us the right app list 14597: Optionally have System-scheduled backups act as migrations | https://review.calyxos.org/c/CalyxOS/platform_frameworks_base/+/14597 Change-Id: I278091b6659db095716e01b6c3894ce345219283
stevesoltys
pushed a commit
that referenced
this pull request
Jan 3, 2024
* Bump version * 33030020 -> 13-3.2 * 33030021 -> This, d2d test #478 * 33030022 -> Next, to go back to normal build after testing #489 * Set the testing property to true so that the system sends us the right app list 14597: Optionally have System-scheduled backups act as migrations | https://review.calyxos.org/c/CalyxOS/platform_frameworks_base/+/14597 Change-Id: I278091b6659db095716e01b6c3894ce345219283
Resolved via #562. |
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.
because otherwise to uninstall the update to an app you
have to wipe data.