Added the HTML fallback Source

This commit is contained in:
Imran Remtulla
2023-01-12 22:23:53 -05:00
parent 08a5af0449
commit ea62c68b40
3 changed files with 56 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ Currently supported App sources:
- Third Party F-Droid Repos
- Any URLs ending with `/fdroid/<word>`, where `<word>` can be anything - most often `repo`
- [Steam](https://store.steampowered.com/mobile)
- "HTML" (Fallback)
- Any other URL that returns an HTML page with links to APK files (if multiple, the last file alphabetically is picked)
## Limitations
- App installs happen asynchronously and the success/failure of an install cannot be determined directly. This results in install statuses and versions sometimes being out of sync with the OS until the next launch or until the problem is manually corrected.