-
Notifications
You must be signed in to change notification settings - Fork 178
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
Enhancement Idea: Make adding apps easier #68
Comments
Another Idea is to import from peoples F-Droid library: In F-droid for each app there's a tab for 'Links' In F-droids official app, one can go to: 'Settings/Manage installed Apps' Note F-droids 'Manage installed apps' share, exports Package names, eg: dev.obtanium.com but these can be used to search F-droid/izzyondroid and find the exact app. An alternative, if that doesn't work is to allow users to share individual apps from F-droid to obtanium. |
Alternatively/aditionally Neostore has a feature where it links to Gits with an icon in the top right that looks like this: |
Now I don't know if its possible but if already installed apps declare there package name, and obtanium can access this, it could pull that and search f-droid with them and scrape Git links. This way the user need only click one button to import all their installed apps that have Git links. |
Not sure how I feel about hardcoding a list of recommended Apps. A better approach would be to query an external list that changes based on popularity/ratings, like most app stores do. I don't think GitHub provides anything like this (at least for Android apps specifically) but maybe someone else does. For the other suggestion, it's basically a feature that takes an F-Droid link and converts it to a GitHub link. Definitely doable but I'm not sure if it's worth doing, maybe there should be an external service for that. In general, I'm not a fan of how F-Droid APKs are not compatible with those from other sources (can't update from one to another). Taking people's currently installed F-Droid Apps and giving them a GitHub link could cause problems. I'll leave this issue open but not sure if it (the F-Droid part) will be implemented. Definitely will add a recommended Apps list if there is a good external API for it. |
Well my main thinking here is finding an easier way for people to get there FOSS app library moved over, copy pasting one link at a time is tedious. But perhaps the 2nd last idea I posted of Neostore is easiest to implement. To clarify, Neostore already makes the github/lab links accessible in one click, all you need then is for Obtanium to register itself as a default app for Github and Gitlab links and have it ask whether to add apps when links are opened. and lastly have an explainer linked somewhere so people know about that option. |
Opening GitHub links by default wouldn't work on new versions of Android, as discussed in #51. |
It does work, for me on android 12 at least. |
With what App? As far as I can tell, Apps on Android 12 can only open links to websites if the website has approved the App. |
With Octodroid. But it's because I changed normal android settings to make Octodroid open Github links. Then turn on Instant apps There is even an android 'Activity' to launch the 'Opening links' settings menu. PS. |
Obtanium could be set to open Git links in the same fashion but it currently doesn't appear in the instant app list. |
As far as I can see, this can't be done for HTTP links on Apps that target Android 12. From what I can tell, Octocat targets an extremely old version of Android, so it is not subject to the new limitations (here's a comment on the Neo Store repo saying the same about F-Droid). For Neo-Store, it looks like they are using a custom scheme (not HTTP) to open F-Droid repo links; I didn't see anything about supporting GitHub or other regular HTTP links. Closing this issue for now as it doesn't seem doable, but will re-open if anything changes. |
Too bad, okay 👍 |
At least people can long click on the </> button in Droidify and Neostore to more quickly copy the Git link. |
Is still possible in theory, perhaps a bit hard to do. |
Another thing that could be done is creating a crowd sourced table of android apps released on Gits and grouping the app and package name to the Git link. https://getgrist.com could be a good platform for this, but I don't have time for such a project. |
Off the top of my head, https://github.com/offa/android-foss is regularly updated, crowdsourced to some degree, has regular formatting so it'd be very easy to scrape, and lists both fdroid and non-fdroid links. |
This could work |
We can turn Obtainium into a standard app store like Droid-ify, but then when you go to install the app it will go out to the source (GitHub, GitLab, etc.) and grab the latest .APK automatically, and install it rather than downloading it from the repository. I think you should still be able to manually add apps in case there is some error or something, but I feel like this approach would make Obtainium much more user friendly and simple. |
I think this would be out of scope - not something I want to include in the app itself. Someone suggested creating a site where people can submit crowdsourced Obtainium configs for apps (#1214). I think this is better than relying on https://github.com/offa/android-foss as suggested earlier because the suggestions there are not guaranteed to work with Obtainium (user-submitted JSON configs would be). Especially now that it's possible to one-click import an app directly into Obtainium (see #368 (comment)). Closing this issue in favour of #1214. |
May help some new users who don't have github accounts to Include a lists of common apps to choose from to add. It could be a menu within the import/export tab.
Apps like:
Auroura Store
Browsers
Messengers
Simple Apps Suite
Mail apps
Map apps
and other common.
I could put together a list if you like.
The user can make a selection of apps to add and then when they click add Obtanium generates an import file with all the correct preferences (regular expressions etc) needed and adds the apps.
There could also be a warning that some apps releases are not available anywhere but F-droid or Aurora Store.
The text was updated successfully, but these errors were encountered: