diff --git a/README.md b/README.md index accf0eb..f5ace76 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,10 @@ Obtainium allows you to install and update Open-Source Apps directly from their Currently supported App sources: - GitHub +- GitLab Motivation: [Side Of Burritos - You should use this instead of F-Droid | How to use app RSS feed](https://youtu.be/FFz57zNR_M0) -***Work In Progress - Far from ready.*** - ## Limitations - App installs are assumed to have succeeded; failures and cancelled installs cannot be detected. -- Already installed apps are not detected, for the above reason along with the fact that App sources do not provide App IDs (like `org.example.app`) to allow for comparisons. - Auto (unattended) updates are unsupported due to a lack of any capable Flutter plugin. \ No newline at end of file diff --git a/screenshots/1.apps.png b/screenshots/1.apps.png new file mode 100644 index 0000000..0b77b4a Binary files /dev/null and b/screenshots/1.apps.png differ diff --git a/screenshots/2.dark_theme.png b/screenshots/2.dark_theme.png new file mode 100644 index 0000000..96d1abe Binary files /dev/null and b/screenshots/2.dark_theme.png differ diff --git a/screenshots/3.material_you.png b/screenshots/3.material_you.png new file mode 100644 index 0000000..e8421c0 Binary files /dev/null and b/screenshots/3.material_you.png differ diff --git a/screenshots/4.app.png b/screenshots/4.app.png new file mode 100644 index 0000000..1f7cc7f Binary files /dev/null and b/screenshots/4.app.png differ diff --git a/screenshots/5.apk_picker.png b/screenshots/5.apk_picker.png new file mode 100644 index 0000000..ded26d0 Binary files /dev/null and b/screenshots/5.apk_picker.png differ diff --git a/screenshots/6.apk_install.png b/screenshots/6.apk_install.png new file mode 100644 index 0000000..2743f6a Binary files /dev/null and b/screenshots/6.apk_install.png differ