Skip to content
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

Feature request: Ability to receive alerts for releases on non-Android projects #119

Closed
jeremiah-k opened this issue Nov 20, 2022 · 6 comments
Labels
enhancement New feature or request

Comments

@jeremiah-k
Copy link

I really appreciate your work on this app. I've been looking for something like this for awhile.

There's several projects that I use this for already, one of them being the Android app for Meshtastic. It would be great to be able to watch and receive an alert (and possibly download the files) for the Meshtastic firmware too. I upgrade a few of my devices OTA via my phone.

I know there's other ways to receive alerts for new releases but it would be handy to have that functionality in this app too, especially with the option to download the files directly. Just putting the idea out there, if you're looking for suggestions.

@S7venLights
Copy link

I assume you don't want to use https://github.com/slapperwan/gh4a with the custom watch settings, since it doesn't download files directly?

@ImranR98
Copy link
Owner

ImranR98 commented Nov 22, 2022

Issue #44 already needs us to add a "track-only" mode for specific sources, so that can definitely be extended to all sources as an option. Actually downloading the files would be a bit more complex though, I'm not sure if that is in scope for this App.

@ImranR98 ImranR98 added the enhancement New feature or request label Nov 22, 2022
ImranR98 added a commit that referenced this issue Nov 25, 2022
…) (#123)

- All Sources now have a "Track-Only" option that will prevent Obtainium from looking for APKs (though the App must still have a release of some kind so that a version string can be grabbed).
    - These Apps cannot be installed through Obtainium, but update notifications will still be sent.
    - The user needs to manually mark them as updated when appropriate.
    - This addresses issue #119.
    - It also partially addresses #44 by allowing some sources to be configured as "Track-Only"-only. The first such source (APKMirror) will be added later.
- Includes various UI changes to accommodate the above change.
- Also makes App loading a bit more responsive (sending Obtainium to the background then returning will now cause App re-load to pick up changes in App versioning that may have been made in the meantime, for instance through update checking).
@ImranR98
Copy link
Owner

Added: https://github.com/ImranR98/Obtainium/releases/tag/v0.8.0-beta

This doesn't let you download any files but will track updates and send update notifications.

@jeremiah-k
Copy link
Author

Thank you for adding that. Very cool! However, I haven't yet been able to get it to add the main one I want to track.

https://github.com/meshtastic/firmware

I tried adding that while selecting "Track only" and it said "Couldn't find a suitable release." I also enabled Include Pre-releases (which many of the builds are) and it's still unable to track it so far.

@ImranR98
Copy link
Owner

Whoops. Should work now: https://github.com/ImranR98/Obtainium/releases/tag/v0.8.1-beta

@jeremiah-k
Copy link
Author

Works great now. Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants