Conversation
* Add WorkManager job for ImageHashesDatabaseBuilder * Minor improvements of ImageHashesDatabaseBuilder
* Remove independent ArcaeaButton state loaders
* New utility extension functions * SubScreenContainer convenience method
* Instead of creating new instances for each task, hold a reference of it, thus greatly reduce memory usage and garbage collect counts
* Split task list viewer by status * Split components out of OcrQueueListWrapper * Other WIP improvements
* Make PlayResult serializable * Chart improvements * Add missing converters for AppDatabase
* Replace pHash database with hashes database * (Legacy) Rename score to playResult
* Plus some general refactor and legacy renaming issues
* Migrate to new work manager based OcrQueueJob * Remove legacy OcrQueue
* Remove ImagePhashDatabase and related references
* Also remove the setForeground() in processTask so it won't cause crashes
* Support deleting ocr queue database
* Disable button when a WorkRequest is enqueued
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:
ImageHashesDatabaseImagePHashDatabaseandroidx.work, refactor OCR queue and image hashes database building usingCoroutineWorker