Add a guide for adding the Android app via Obtainium and correct the tags in the Docker portion of the README.#1262
Conversation
| "url": "https://github.com/SableClient/Sable", | ||
| "author": "SableClient", | ||
| "name": "Sable", | ||
| "additionalSettings": "{\"includePrereleases\":true,\"fallbackToOlderReleases\":false,\"filterReleaseTitlesByRegEx\":\"\",\"filterReleaseNotesByRegEx\":\"\",\"verifyLatestTag\":false,\"dontSortReleasesList\":false,\"useLatestAssetDateAsReleaseDate\":true,\"trackOnly\":false,\"versionExtractionRegEx\":\"\",\"matchGroupToUse\":\"\",\"versionDetection\":true,\"releaseDateAsVersion\":true,\"useVersionCodeAsOSVersion\":false,\"apkFilterRegEx\":\"\",\"invertAPKFilter\":false,\"autoApkFilterByArch\":true,\"appName\":\"Sable\",\"shizukuPretendToBeGooglePlay\":false,\"exemptFromBackgroundUpdates\":false,\"skipUpdateNotifications\":false,\"about\":\"An almost stable Matrix client\",\"appAuthor\":\"SableClient\"}" |
There was a problem hiding this comment.
includePrereleases should probably be false, no?
There was a problem hiding this comment.
it should be true because the nightly release is a pre-release and there's no stable tauri releases rn
There was a problem hiding this comment.
I'd prefer no "stable Obtainium" JSON over one that misleadingly actually sets up Obtainium to download nightly builds, and would require manual changes to fix later. There being no valid release yet for that JSON file shouldn't be a concern, as it means the JSON file works exactly as intended. Besides, the stable Obtainium button is set up correctly to not include prereleases. If providing a JSON file that doesn't yet provide a downloadable build is a significant enough concern, I suggest that this PR won't be merged yet until there are stable builds, or alternatively the stable Obtainium JSON file is removed for the time being (I think the latter option is preferable in such a case).
|
Obtainium doesn't work with the way nightly releases are set up currently, it doesn't realize there's a newer version. A potential fix would be to change the corresponding workflow to create a new nightly release and use the actual version string as the version string for the release rather than "nightly", then find the previous nightly release and delete it. |
|
It worked for me once as well, but after that it failed to detect any updates for me. |

Description
Add a guide for adding the Android app via Obtainium and correct the tags in the Docker portion of the README.
Type of change
Checklist:
AI disclosure:
No AI was used in making of this documentation