Skip to content
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

Add an F-Droid button on invite page #52

Closed
licaon-kter opened this issue Feb 4, 2021 · 11 comments · Fixed by #71
Closed

Add an F-Droid button on invite page #52

licaon-kter opened this issue Feb 4, 2021 · 11 comments · Fixed by #71
Labels
enhancement New feature or request
Milestone

Comments

@licaon-kter
Copy link

Around here I guess:

<li><a href="{{ play_store_url }}"><img alt='{% trans %}Get it on Google Play{% endtrans %}' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' class="play"/></a></li>

@horazont
Copy link
Collaborator

horazont commented Feb 4, 2021

@mwild1 Do we want to do this before https://gitlab.com/fdroid/fdroidclient/-/issues/1932 is resolved?

@mwild1
Copy link
Member

mwild1 commented Feb 4, 2021

Since we have no idea when that feature may be implemented in F-Droid (if ever), I don't think we can plan on waiting for it.

I think that the Play Store button should remain the primary CTA for Android users, but needs to be a link somewhere visible nearby (e.g. underneath) that links to F-Droid as an alternative.

Both F-Droid and iOS both currently suffer from the "user needs to revisit the invite after app installation" problem, and I'm still thinking about if there is anything we can do to improve this (some additional text, or an intermediate page that just contains the XMPP URI button and says "come back here after you've installed the app").

@licaon-kter
Copy link
Author

licaon-kter commented Feb 4, 2021

@horazont
The rule is "never hold your breath waiting for F-Droid" :)

(some additional text, or an intermediate page that just contains the XMPP URI button and says "come back here after you've installed the app")

That's my thought too

@horazont
Copy link
Collaborator

horazont commented Feb 4, 2021

Ok, then I suggest that we add this to the 0.2.0 milestone and also create a separate issue for iOS.

@mwild1
Copy link
Member

mwild1 commented Feb 4, 2021

wfm

@horazont horazont added the enhancement New feature or request label Mar 20, 2021
@horazont
Copy link
Collaborator

@licaon-kter What is the appropriate way to link to an f-droid app from a webpage? I was unable to find anything. As a first measure, I’ll link to the app web page on f-droid, but that does not seem user friendly. It would be nicer if I could somehow make f-droid open automatically if its installed. Do you happen to know how that could work?

@horazont
Copy link
Collaborator

Also, is there any artwork which could be used for an "Install from F-droid" button?

@licaon-kter
Copy link
Author

<a href="https://f-droid.org/app/appid"><img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="100"></a>

The old market:... schema is not working anymore?

@horazont
Copy link
Collaborator

Market works, thanks!

@mwild1
Copy link
Member

mwild1 commented Mar 20, 2021

I had warning from someone (Georg?) that market: is unfortunately also intercepted by some proprietary app stores, e.g. Samsung's, on some devices. I'm guessing if we only use it for an explicit F-Droid link though, a user with F-Droid will not have this problem.

@horazont
Copy link
Collaborator

Right if we find that there’s an issue to solve there, we can still fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants