Benoit Marty
3cbbde7c3e
Add first tests for ShowLocationView
2024-02-19 13:36:08 +01:00
jonnyandrew
9e5b46200b
Reduce test flakiness by warming up molecule tests ( #1226 )
2023-09-06 10:08:21 +00:00
Benoit Marty
5f7c1e9545
Move module features.analytics.test to services.analytics.test. FakeAnalyticsService was not implemented at the correct location.
2023-08-28 14:31:36 +02:00
Marco Romano
f7e7339777
Correct location event body ( #930 )
...
- Now sending the correct body format as agreed with design. This won't be show in EX clients though.
Related to:
- https://github.com/vector-im/element-meta/issues/1682
2023-07-20 10:16:40 +00:00
Marco Romano
3c45a5ece4
Send My Location ( #770 )
...
- https://github.com/vector-im/element-meta/issues/1682
2023-07-19 09:58:13 +00:00
Chris Smith
a2140ff282
Tap on locations in timeline to see a larger map
...
Show a fully-featured MapView, centered on the dropped pin,
which allows panning/zooming. Share button allows opening
in a map application.
Supports showing a description at the top of the screen,
if one is supplied with the event.
Out of scope: showing the local user's location (being
done as a separate story).
Includes some minor tidying: remove duplicate Location,
and make GeoURI parsing a method on that class; fix the
pointer location in MapView (I broke it earlier, whoops!)
2023-07-04 16:19:24 +01:00
Chris Smith
f5e57f1645
Show location replies per the designs
2023-06-30 16:14:44 +01:00
Marco Romano
7a12a812fe
Send pin-drop location ( #636 )
...
Share pindrop location
This feature allows the user to share any location by just selecting it from the map.
Closes: https://github.com/vector-im/element-x-android/issues/690
2023-06-29 22:07:47 +00:00
Marco Romano
882f75864c
Set up SDK & reusable map view component ( #476 )
...
Adds `libraries/map` which contains some initial building blocks that will be used by the location sharing feature.
Ref: https://github.com/vector-im/element-meta/issues/1684
2023-06-27 07:23:00 +00:00