Commit Graph

6 Commits

Author SHA1 Message Date
d9c29c6751 add support for building via a docker container [remote dev] 2025-02-26 23:18:02 +00:00
3ab14e2311 Fix RuStore characterset issue + support RuStore app changelogs 2025-02-13 17:06:48 -05:00
9954b68332 Upgrade to latest Flutter version (fix Gradle and other errors) 2025-01-11 22:35:40 +03:00
b04d2fad5c Adds Track-Only App Support (Addresses #119 and Sets Groundwork for #44) (#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).
2022-11-24 21:12:46 -05:00
bbc453ef64 APK Service is ready 2022-08-11 16:18:00 -04:00
565a6434c2 init - still figuring out download/install 2022-08-10 20:16:09 -04:00