I would contradict you. The internet is not overreacting, Mozilla and parts of its community try to downplay the issue at hand.
- 0 Posts
- 11 Comments
Kudos to Niccolò for openly speaking about his mistake of incorrectly stating his video was not sponsored. However I think he made a second mistake which is more serve. As a content creator he must pay more attention to what companies he’s accepting sponsorship from. Given the track record of malibal, this should have been a red flag in the first place.
hummingbird@lemmy.worldto Android@lemdro.id•Organic Maps is the best open source Maps App I've ever triedEnglish3·1 year agoHere a a few things that I miss from OsmAnd:
- adding more than a handful of routing points is tedious
- you cannot plan partially or fully independent from existing roads
- no way to save and restore a planned trip
- no overlays for hill shading or incline visualization. Very useful for assessing the effort of a route.
- no public transport support. Very useful for planning a trip with transitions.
- no rain radar
- satellite view
hummingbird@lemmy.worldto Android@lemdro.id•Organic Maps is the best open source Maps App I've ever triedEnglish8·1 year agoOrganic Maps is my goto solution for car navigation because it is very quick, responsive and does not require an high end phone. It just works. However for anything more advanced than that (e.g. live location sharing or recording, planning a hiking trip, navigating mountain bike trails, contributing to OpenStreemMap), OSMAnd is still without contender.
hummingbird@lemmy.worldto Android@lemdro.id•Garmin expands its ECG app to more smartwatches - Android AuthorityEnglish2·1 year agoAvailability still very limited:
https://support.garmin.com/en-US/?faq=QssFZHtIOfAYNSSmzXNwY9
Garmin’s ECG app is currently available in the following regions:
United States American Samoa Commonwealth of the Northern Mariana Islands Guam Puerto Rico US Virgin Islands Hong Kong Philippines Singapore Taiwan Vietnam
hummingbird@lemmy.worldto Linux@lemmy.ml•[help] What is the best way to screenshare a single window with audio?5·1 year agoThis is your best option. I did do movie nights with friends during the pandemic in a similar way, but I used OBS Studio to create the stream and Monaserver to stream it to all users. I did not know VLC can handle the streaming to users directly, making this dead simple to setup without additional software. You just need to know how to configure your router to allow the needed port forwarding.
hummingbird@lemmy.worldto Linux@lemmy.ml•Why is there no music-based platform like PeerTube?21·2 years agoThat’s so sad. Uses to buy all my music through them.
hummingbird@lemmy.worldto Android@lemdro.id•This gives Google LESS access to your data! - YouTubeEnglish11·2 years agoThe reported tracker is ACRA, a crash report library (https://github.com/ACRA/acra).
I digged a bit into the source code and the apk. From looking at the code alone one can’t tell if the crash report is actually enabled, the build configuration depends on some unpublished file. But looking into the apk allows to reconstruct it. These are my findings:
- the usage is implemented here: https://gitlab.futo.org/alex/voiceinput/-/blob/master/app/src/main/java/org/futo/voiceinput/CrashLoggingApplication.kt
- the crash handler is compiled in and also enabled (BuildConfig.ENABLE_ACRA=true)
- the crash handler is configured to dialog mode. According to the ACRA documentation (https://www.acra.ch/docs/Interactions#dialog) that means that user interaction is required for sending (a popup dialog with a cancel button).
- the upload domain is crash.sapples.net
- the dialog can’t be disabled via settings
- the usage of ACRA is missing in the licenses and about dialogs (https://gitlab.futo.org/alex/voiceinput/-/blob/master/app/src/main/assets/license-list.html)
- the privacy policy is correctly stated (https://voiceinput.futo.org/VoiceInput/PrivacyPolicy)
4.1. If the app crashes, you may be asked if you wish to submit a crash report. If you accept, your device information and crash details will be sent to us for the purposes of investigating the crash and improving the software.
hummingbird@lemmy.worldto Android@lemdro.id•This gives Google LESS access to your data! - YouTubeEnglish2·2 years agoThank you, I’ll look into it.
hummingbird@lemmy.worldto Android@lemdro.id•This gives Google LESS access to your data! - YouTubeEnglish6·2 years agoCan you give more details of the scan result? Exodus only lists the Play store version. I installed the F-Droid version but Exodus app reports it as “same version” and just shows the clean Google Play Store results. This is obviously wrong, the SHA1 listed for the Play Store version on the Exodus website is different compared to the F-Droid .apk I have installed. Sadly the Exodus website does not support scanning F-Droid apps from third-party repos so I have no idea how to scan it.
That being said, according to the privacy policy (https://voiceinput.futo.org/VoiceInput/PrivacyPolicy), the F-Droid .apk version should have some kind of crash report build-in. So I could imagine that this might get flagged.
Just don’t use flatpaks. Let your distribution handle updates like it is supposed to do.