-
Notifications
You must be signed in to change notification settings - Fork 632
Fix #5989, #6053, #6059, #6060, #6097, #6200: Rebuild app & WorkManager initialization
#6062
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
Open
BenHenning
wants to merge
31
commits into
develop
Choose a base branch
from
fix-work-manager-and-app-init
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
8f7d732
Rebuild app & WorkManager initialization.
BenHenning 9e0a9e8
Some job cleanup work.
BenHenning cc57180
Upgrade work manager.
BenHenning 1d439a7
Core threading utility fixes.
BenHenning cc3ab25
Add core work manager utility tests.
BenHenning 1d42d3d
Undo WorkManager version upgrade.
BenHenning 6a2e3ca
Add tests for MetricLogSchedulingWorker.
BenHenning 5287c61
Add tests for LogUploadWorker.
BenHenning 7fed12a
Add tests for PlatformParameterSyncUpWorker.
BenHenning 468941e
Add a bunch of KDocs.
BenHenning d85d996
Merge branch 'develop' into fix-work-manager-and-app-init
BenHenning a389e76
Post-merge fix.
BenHenning 7df00b3
Fix parameter synchronizing on main thread.
BenHenning 95f946f
Fix most tests.
BenHenning 5ec94c2
Other half of fixing most tests.
BenHenning 6a64f62
Fix KDoc check.
BenHenning 8fcf0a1
Remove unnecessary work-testing deps.
BenHenning 0050fcb
Significantly reduced WorkManager testing surface.
BenHenning 2f2c295
Rebuild OppiaWorkManagerTestDriver's API.
BenHenning da1dc06
Add & fix KDocs.
BenHenning 1c24660
Regex fixes plus removed some TODOs.
BenHenning 2ce2f31
Undo all threading related testing.
BenHenning 1ba8f48
Fix formatting errors.
BenHenning c23fe5d
Undo breakage.
BenHenning c37f8a9
Fix final broken tests.
BenHenning 59788c9
Merge branch 'develop' into fix-work-manager-and-app-init
BenHenning 533b988
Merge branch 'develop' into fix-work-manager-and-app-init
BenHenning b8b527a
Address reviewer comments.
BenHenning eefa4ed
Finish wiki section.
BenHenning 6d2e806
Merge branch 'develop' into fix-work-manager-and-app-init
BenHenning 491f8e5
Address self-review comments.
BenHenning File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
4 changes: 3 additions & 1 deletion
4
app/src/main/java/org/oppia/android/app/application/dev/DeveloperOppiaApplication.kt
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,10 @@ | ||
| package org.oppia.android.app.application.dev | ||
|
|
||
| import com.google.firebase.appcheck.debug.DebugAppCheckProviderFactory | ||
| import org.oppia.android.app.application.AbstractOppiaApplication | ||
|
|
||
| /** The root [AbstractOppiaApplication] for developer builds of the Oppia app. */ | ||
| class DeveloperOppiaApplication : AbstractOppiaApplication( | ||
| DaggerDeveloperApplicationComponent::builder | ||
| DaggerDeveloperApplicationComponent::builder, | ||
| firebaseAppCheckProviderFactory = DebugAppCheckProviderFactory.getInstance() | ||
| ) |
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.