You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
Signal's location picker relies on the proprietary Play Services and has been removed from Cable. The feature is missing and has to be re-implemented using free libraries, possibly using OpenStreeMap. Useful notes:
The location code has not been removed, but commented out, adding the Location-TODO string to the comment, so it's easy to find where the relevant code is. The three files SignalMapView.java, SignalPlace.java, LocationSlide.java, have been renamed to .java.nogms.
The location picker should not rely on OsmAnd (or any other app) being installed.
The URL has to be shared using standard geo: URIs.
A linkifier for geo: URIs has to be added (a PR implementing this has been submitted to Signal, but it has been rejected, see below).
Signal's location picker relies on the proprietary Play Services and has been removed from Cable. The feature is missing and has to be re-implemented using free libraries, possibly using OpenStreeMap. Useful notes:
Location-TODO
string to the comment, so it's easy to find where the relevant code is. The three filesSignalMapView.java
,SignalPlace.java
,LocationSlide.java
, have been renamed to.java.nogms
.geo:
URIs.geo:
URIs has to be added (a PR implementing this has been submitted to Signal, but it has been rejected, see below).Relevant Signal issues and PR:
The text was updated successfully, but these errors were encountered: