jQuarks viewer vs My Location

Side-by-side comparison of two open source alternatives

jQuarks viewer

# (Kotlin)Quarks Browser refactored ***org.lineageos.jelly*** for AOSP compilation Jelly browser with ads blocker, support for android 6.0+, a few ui changes and some bug fixes. Ads blocker and favicon in search bar based on this: https://github.com/CarbonROM/android_packages_apps_Quarks ### Ads blocker: * https://pgl.yoyo.org/as/serverlist.php?hostformat=nohtml&showintro=0 ### Offline reading: * .mht (chromiumPC compatible) * /Android/data/com.oF2pks.jquarks/files/*.mht * ✇Favorites * screen Shortcuts ### tab(s) manager: * tile & iconShortcut for allTabs kill * randomized UserAgent for each tab https://coveryourtracks.eff.org/kcarter?aat=1 ### external launches: * local xml/mht/html/svg/eml, for both ^content^ (X-plore) & ^file^ (aosp/Files or GhostCommander) * local video (with screen-off audio) * ShareLink * ShareContent * web search ### aditionnal features * pageIcon in urlBar: click to Refresh & longclick for GoForward * secureIcon in urlBar: click to sslCertificate & longclick to /Settings * ping action, x509 and links to VirusTotal/MyWOT via sslCertificate screen ### new Settings * force NightMode in webview (min version 76!) * adjustable size for urlBar height * toggle URL vs Title in urlBar * anti-tracing & info for UserAgent ### More Search-engine(s): chosen one (via /Settings/) triggered, from any selected text (anywhere via longpress) * Gibiru * Google without AI * Mojeek * Qwant * SearX * StartPage * Swisscows ### (android TV menu compatibility (+ w.i.p. samsung Dex)) ## AOSP compilation: ***packages/apps/Quarks/*** ``` use branch -b aosp (org.lineageos.jelly 21.0+) ``` ``` etc/sysconfig/?.xml ``` >__\__ prim-origin, Apache License v2.0 https://github.com/LineageOS/android_packages_apps_Jelly

My Location

Features: My Location finds your device's location in the following ways: - GPS is usually the most accurate method. But a position fix may take some time or may not work at all due to signal loss. Lock GPS feature runs a persistent service to keep connected with the satellites. You can also see the list of visible satellites with their PRNs (unique identifiers) and SNR (signal quality). - Network Location Provider uses Wi-Fi or Cellular ids to estimate the location. On the devices with Google Play Services installed, NLP usually uses Google Location Service at backend. - UnifiedNLP is an open source API which has been used to develop multiple NLP backends (https://github.com/microg/UnifiedNlp/wiki/Backends). Furthermore: - Location coordinates can be copied to clipboard or opened in a maps app, if installed. - Clearing A-GPS aiding data is also supported. Note that My Location is not a location provider like UnifiedNLP (or microG GmsCore). It just shows the location information received from AOSP location providers (GPS and Network) or directly from UnifiedNLP Backends (whichever are available on the device).

FeaturejQuarks viewerMy Location
LicenseApache-2.0AGPL-3.0-or-later
Install sources
F-DroidGitHub
F-DroidGitHubIzzyOnDroid
Categories
NotesBrowserNavigation
BrowserNavigation
Features
Ad-FreeOpen SourceNo Tracking
Ad-FreeOpen SourceNo Tracking
Platforms
Android
Android
Website
Source code