Thanks for the explanation. Is this app open source?
- 3 Posts
- 17 Comments
How is it compared to other p2p messaging apps
hardful9856@programming.devto
Android Apps@lemmy.world•I have just switched to Android - what are some good F-droid apps to install?
1·1 month agoTry this https://github.com/DimensionDev/Flare, it supports nostr, rss and more @Kasupke@discuss.tchncs.de
hardful9856@programming.devto
Android Apps@lemmy.world•I have just switched to Android - what are some good F-droid apps to install?
1·1 month agoTry this https://github.com/DimensionDev/Flare, it supports nostr, rss and more
hardful9856@programming.devOPto
Privacy@lemmy.ml•Android Fediverse client that does not send user agent to servers
1·1 month agoThanks for the suggestion but though it might not be difficult, it is still inconvinient
hardful9856@programming.devOPto
Privacy@lemmy.ml•Android Fediverse client that does not send user agent to servers
1·1 month agoYes that would be an alternative. But I’m looking for a more user friendly client that could achieve the goal.
Not sending a user agent at all is realistically speaking not feasible.
Actually it should be feasible
hardful9856@programming.devOPto
Privacy@lemmy.ml•Android Fediverse client that does not send user agent to servers
1·1 month agoI’m sorry if my question is inappropriate
hardful9856@programming.devOPto
Opensource@programming.dev•Android Fediverse client that does not send user agent to servers
2·1 month agoYes that would be an alternative. But I’m looking for a more user friendly client that could achieve the goal.
hardful9856@programming.devOPto
Privacy@lemmy.ml•Android Fediverse client that does not send user agent to servers
2·1 month agoI just checked, they do send user agent to lemmy server.
For example
final appVersion = getCurrentVersion(removeInternalBuildNumber: true, trimV: true); return { 'User-Agent': 'Thunder/$appVersion', 'Content-Type': 'application/json', 'Accept': 'application/json', if (account.jwt != null) 'Authorization': 'Bearer ${account.jwt}',
hardful9856@programming.devOPto
Opensource@programming.dev•Android Fediverse client that does not send user agent to servers
2·1 month agoI just checked, they do send user agent to lemmy server.
For example
final appVersion = getCurrentVersion(removeInternalBuildNumber: true, trimV: true); return { 'User-Agent': 'Thunder/$appVersion', 'Content-Type': 'application/json', 'Accept': 'application/json', if (account.jwt != null) 'Authorization': 'Bearer ${account.jwt}',
hardful9856@programming.devOPto
Privacy@lemmy.ml•Android Fediverse client that does not send user agent to servers
1·1 month agoYes that would be an alternative. But I’m looking for a more user friendly client that could achieve the goal.
hardful9856@programming.devOPto
Opensource@programming.dev•Android Fediverse client that does not send user agent to servers
1·1 month agoWhat do you mean by “device or client details”?
It means information like device type and which client I am using (voyager …)
hardful9856@programming.devOPto
Opensource@programming.dev•Android Fediverse client that does not send user agent to servers
1·1 month agoVoyager app is indeed a Fediverse client. Thanks for your suggestion. Sadly TrackerControl does not block user agent sent to fediverse server.
hardful9856@programming.devOPto
Selfhosted@lemmy.world•Why allow "everyone" to have read write permission?English
2·1 month agoThanks this is very helpful
hardful9856@programming.devOPto
Selfhosted@lemmy.world•Why allow "everyone" to have read write permission?English
4·1 month agoThanks this is very helpful

Good to know!