Skip to content

Releases: ImranR98/Obtainium

v0.6.8-beta

07 Nov 20:37
Compare
Choose a tag to compare
v0.6.8-beta Pre-release
Pre-release

What's Changed

  • Add arch info by @Marusiella in #100
    • Adds a note about supported CPU architectures to the APK picker as a hint to help the user pick a supported APK.

New Contributors

Full Changelog: v0.6.7-beta...v0.6.8-beta

v0.6.7-beta

06 Nov 22:17
Compare
Choose a tag to compare
v0.6.7-beta Pre-release
Pre-release
  • Switched from WorkManager to AlarmManager plugin to fix #87
  • Code cleanup (#70) and some bugfixes

v0.6.6-beta

06 Nov 18:45
Compare
Choose a tag to compare
v0.6.6-beta Pre-release
Pre-release

Previously deleted this release for a bad reason.

v0.6.5-beta

03 Nov 00:26
Compare
Choose a tag to compare
v0.6.5-beta Pre-release
Pre-release

Fixes #88, #89, #90:

  • Adds a progress indicator when checking for updates manually.
  • Adds an option to pin available updates to the top of the Apps list (on by default).
  • Fixes blinking/flickering App icons on update check.

v0.6.4-beta

31 Oct 21:43
Compare
Choose a tag to compare
v0.6.4-beta Pre-release
Pre-release

Fixes #84 - Apps would not update correctly if Obtainium was included in the update list.

v0.6.3-beta

30 Oct 17:16
Compare
Choose a tag to compare
v0.6.3-beta Pre-release
Pre-release

Fixes #77, #78, #79.

v0.6.2-beta

30 Oct 02:59
Compare
Choose a tag to compare
v0.6.2-beta Pre-release
Pre-release

Fixes #73, #74, #75.

v0.6.1-beta

29 Oct 23:03
Compare
Choose a tag to compare
v0.6.1-beta Pre-release
Pre-release

Bugfix: Mass install option was not working (especially bad considering this is needed to upgrade to the last 0.6.0 release).

v0.6.0-beta

29 Oct 17:20
d1a3529
Compare
Choose a tag to compare
v0.6.0-beta Pre-release
Pre-release

NOTE: This version includes a change that will cause all previously added Apps to be marked as "not installed." This one-time inconvenience is unavoidable and can be fixed by selecting all Apps and choosing "install". This will re-download all Apps and mark them as installed (no actual re-installation).

  • Fixes #14 (although detection is disabled in background processes due to the bug described in #60)

    • Real Package Names Used as IDs (INCONVENIENT FOR PREVIOUS VERSION USERS)
    • Enables installed detection (no longer need to manually mark Apps as installed/not installed)
    • 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 (see #44)

    • The relevant code still exists and can be re-enabled, but there are no guarantees that it works, and it may be removed completely in the future.
  • 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 README

  • Updated screenshots

v0.5.10-beta

11 Oct 22:41
Compare
Choose a tag to compare
v0.5.10-beta Pre-release
Pre-release

Fixed 2 issues:

  • Rate-limit regression in previous release
  • Update notifications not sent when >1 apps have errors