Add support for mihon extensions#52
Merged
Merged
Conversation
|
Debug APK built successfully! Download artifact: debug-apk Artifact will be available for 7 days |
base_url was converted to the correct case baseUrl
fixes sources(tachiyomi) returning null. MangaSource.getSummary(context) returned null for MihonMangaSource types
Replace the previous white placeholder for MihonMangaRepository with a new fetchMihonIcon method that loads the extension's application icon via PackageManager.
|
Debug APK built successfully! Download artifact: debug-apk Artifact will be available for 7 days |
|
Debug APK built successfully! Download artifact: debug-apk Artifact will be available for 7 days |
LandWarderer2772
approved these changes
Apr 27, 2026
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.
Overview
This change introduces support for downloading, installing, and managing Mihon-compatible extensions within Futon. It adds a dedicated Extension Manager screen under Settings, allowing users to browse, update, and remove external sources.
Key Changes
ExtensionInstallServiceto handle the background downloading of APKs and trigger the system installation flow.LinearProgressIndicatorwithin list items to show active download status.REQUEST_INSTALL_PACKAGESandREQUEST_DELETE_PACKAGESto the manifest to support package management on modern Android versions.Technical Improvements
DiskWriteViolationby moving APK file operations to Dispatchers.IO.AdapterDelegatesfor a modular list implementation."Extension Manager"preference in the Remote Sources settings.Known issues
Manga sourcesview."Unknown"in its catalog view"Unknown"and its favicon appear blank in manga description.