-
Notifications
You must be signed in to change notification settings - Fork 40
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 F-Droid repository announcement #159
Conversation
Maybe we should also show how to manually add a repository to Aurora Droid, some people use it because it works and looks better than the original fdroid client, but it has a slightly different interface for adding repositories. |
@Stypox: But then we also have to write for G Droid and all the others. Imho we should only write instructions for F-Droid and generally users of alternative frontends should know how to use those. |
Plus it's really straightforward to add a repo in aurora droid. Drawer -> repo -> qrcode that is clearly shown or paste the url. On top of that, when you install it tells you how to add a repo. |
I also don't think we need to explain it for all these alternative clients in this blog post. We can add those information in the FAQ or whatever additional resource we're going to provide. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice blog post. Thanks to all involved!
|
||
Once you added the repository, update your package lists. If you had NewPipe installed from the official F-Droid repository before, you will have to uninstall this one before F-Droid will display the packages from our repository. | ||
|
||
The URL you need to copy is below. It includes the key's fingerprint for your convenience. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this placed down here? The instructions to add the repository are two paragraphs above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The recommended way is to use the QR code. This is just a fallback.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TheAssassin: Above (line 20) is a clickable link, so imho there is no need for a text link.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Less tech-savvy users might not understand how to copy a link. So having something in plain text they can copy is nice. Also, it allows for introspecting the link (on the browser, I can move the mouse over a link and wait a few milliseconds, but on a smartphone this doesn't work...).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Less tech-savvy users might not understand how to copy a link.
You don't need to copy it, just click it and it'll open the F-Droid app.
on the browser, I can move the mouse over a link and wait a few milliseconds, but on a smartphone this doesn't work...
On a smartphone you could long press it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The line 20 link cannot be pasted into the repo box without editing out the fdroidrepo://
part, which is why having the plain link without it is nice.
Like @TobiGr said on IRC, it would probably be a good idea to link https://f-droid.org/en/tutorials/add-repo/. Why not add them as co-authors of the commit then? |
I did not write any of this iirc. I just provided some screenshots that could be used in the more detailed explanation (as described on line 38) if one is made. As such I don't think I should be a coauthor. 😉 |
There were problems with the QR code as @gkeegan found out. I was able to fix this by using the URL to the repo instead of the |
04f6f88
to
eefae78
Compare
Co-authored-by: Tobias Groza <TobiGr@users.noreply.github.com>
Thanks to @gkeegan and @B0pol for helping with the article.
We will have to add some more in-depth instructions in the FAQ section or something comparable later. @gkeegan made a few very good screenshots which we can use then.