- 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).
* Fixes#14 (although detection is disabled in background processes due to the bug described in #60)
* Added App icons and basic installed detection
* Real Package Names Used as IDs + App Icons (INCONVENIENT FOR PREVIOUS VERSION USERS)
* Switch to using extracted names (no custom names)
* Fixes#57
* Fixes#67
* Fixes#64
* Fixes#61
* Commented out APKMirror and added code to remove their Apps
* Updated README
* Switched to Flutter stable (causes some UI elements to switch back to the old material design style, but this will be fixed in later Flutter releases)
* BG task silently retries on network errors
* Updated screenshots
Still no auto retry for rate-limit. Instead, rate-limit errors are ignored and the unchecked Apps have to wait until the next cycle. Even this needs more testing before release.
* Started work on dynamic forms
* dynamic form progress (switch doesn't work)
* dynamic forms work
* Gen. form improvements, source specific data (untested)
* Gen form bugfix
* Removed redundant generated modal code
* Added custom validators to gen. forms
* Progress on source options (incomplete), gen form bugfixes
* Tweaks, more
* More
* Progress
* Changed a default
* Additional options done!
Previous download plgin was buggy, overcomplicated, and unmaintained.
Began switch to a different approach (not done - installs fail).
Also, the GitHub API is no longer used (rate limit) - web scraping instead.