Android
The new home of /r/Android on Lemmy and the Fediverse!
Android news, reviews, tips, and discussions about rooting, tutorials, and apps.
πUniversal Link: !android@lemdro.id
π‘Content Philosophy:
Content which benefits the community (news, rumours, and discussions) is generally allowed and is valued over content which benefits only the individual (technical questions, help buying/selling, rants, self-promotion, etc.) which will be removed if it's in violation of the rules.
Support, technical, or app related questions belong in: !askandroid@lemdro.id
For fresh communities, lemmy apps, and instance updates: !lemdroid@lemdro.id
π¬Matrix Chat
π°Our communities below
Rules
-
Stay on topic: All posts should be related to the Android OS or ecosystem.
-
No support questions, recommendation requests, rants, or bug reports: Posts must benefit the community rather than the individual. Please post to !askandroid@lemdro.id.
-
Describe images/videos, no memes: Please include a text description when sharing images or videos. Post memes to !androidmemes@lemdro.id.
-
No self-promotion spam: Active community members can post their apps if they answer any questions in the comments. Please do not post links to your own website, YouTube, blog content, or communities.
-
No reposts or rehosted content: Share only the original source of an article, unless it's not available in English or requires logging in (like Twitter). Avoid reposting the same topic from other sources.
-
No editorializing titles: You can add the author or website's name if helpful, but keep article titles unchanged.
-
No piracy or unverified APKs: Do not share links or direct people to pirated content or unverified APKs, which may contain malicious code.
-
No unauthorized polls, bots, or giveaways: Do not create polls, use bots, or organize giveaways without first contacting mods for approval.
-
No offensive or low-effort content: Don't post offensive or unhelpful content. Keep it civil and friendly!
-
No affiliate links: Posting affiliate links is not allowed.
Quick Links
Our Communities
- !askandroid@lemdro.id
- !androidmemes@lemdro.id
- !techkit@lemdro.id
- !google@lemdro.id
- !nothing@lemdro.id
- !googlepixel@lemdro.id
- !xiaomi@lemdro.id
- !sony@lemdro.id
- !samsung@lemdro.id
- !galaxywatch@lemdro.id
- !oneplus@lemdro.id
- !motorola@lemdro.id
- !meta@lemdro.id
- !apple@lemdro.id
- !microsoft@lemdro.id
- !chatgpt@lemdro.id
- !bing@lemdro.id
- !reddit@lemdro.id
Lemmy App List
Chat and More
view the rest of the comments
Why not use Privacy Browser? Its Foss and has many settings to limit the amount of information being sent by default. Firefox may not be super fast but still does the job much better with addons like Ublock-origin Also, most people do not hate the UI. Rather the tracking from google.
I would also be careful with using closed webview based apps since you won't know if they sellout untill a ad update gets pushed to you. Here's a post by Privacy web author about one such email: https://www.stoutner.com/stoutner-will-never-sell-privacy-browser-to-a-scummy-company/
https://f-droid.org/packages/com.stoutner.privacybrowser.standard/
isn't privacy browser too using webview?
Yeah, but its Foss and also unlike berry browser limits the amount of requests and information being sent to minimal at the cost of even breaking function by default.
I recommend firefox or fennec from fdroid but you can use Privacy browser if you want a webview version.
i use
Curious why?
I took a brief look and found some experience breaking changes like no dark mode and a general don't do this since it can be a privacy risk even at the cost of speed which firefox has not been known for ages.
Some points which I observed:
Dark Reader is known to be incompatible with IronFox's changes and will cause significant breakage/slowdowns.
Dark mode for websites is disabled due to resist fingerprinting. Please do not disable RFP.
IronFox disables the JavaScript JIT to increase security at the cost of slowing down webapps, complex websites, and the PDF viewer. Navigate to
about:config
and changejavascript.options.ion
andjavascript.options.baselinejit
totrue
to restore their performance, though this is not recommended.IronFox has strict certificate revocation checks. The CA revocation servers are occasionally down/blocked/inaccessible, so you may see a "Secure Connection Failed" error from time to time. Navigate to
about:config
and changesecurity.OCSP.require
tofalse
, this is however a security and privacy risk.IronFox requires safe renegotiation for connections. Certain websites do not support this and will result in a "Secure Connection Failed" error. Please report these errors to the impacted websites. You can navigate to
about:config
and setsecurity.ssl.require_safe_negotiation
tofalse
to disable the requirement for safe renegotiations, this is however a security and privacy riskIronFox has stripped referrers. This often breaks loading of images on websites with hotlink protection. Navigate to
about:config
and changenetwork.http.referer.XOriginPolicy
from2
to1
(or0
if you're still having issues), this is however a privacy risk.IronFox has visited link highlighting disabled by default. Navigate to
about:config
and changelayout.css.visited_links_enabled
totrue
if needed, this is however a privacy riski was using Mull before "forking" to ironFox.
uBlock is there to block all JavaScript and 3rd party.
i'm aware of most of what you wrote but i choose security over usability for a default browser.
it is. I remember the dev talking about releasing their own fork of the webview that's privacy oriented.
This was years ago. Hasn't been released yet.