ganfra
dee8ce27e7
Use formatter for LLS duration
2026-03-24 10:15:25 +01:00
ganfra
6507a2e8cb
fix padding on map when gesture navigation is on
2026-03-20 18:15:44 +01:00
ganfra
54779960bf
Simplify ShowLocationState
2026-03-13 18:41:32 +01:00
ganfra
881d0900a1
Use localized string instead of hardcoded
2026-03-13 18:41:13 +01:00
ElementBot
a7a56ac691
Update screenshots
2026-03-13 15:10:17 +00:00
ganfra
4a29fe4d94
Remove duplicate location content and reorder Live mode
2026-03-13 15:50:33 +01:00
ganfra
4fe83aab66
Fix stability
2026-03-13 15:48:56 +01:00
ganfra
b6bbe372be
Fix wrong dependency
2026-03-13 15:08:17 +01:00
ganfra
5a40144a24
Fix some existing tests after changes
2026-03-13 10:18:28 +01:00
ElementBot
38c4e42846
Update screenshots
2026-03-12 20:37:13 +00:00
ganfra
ccc5945e6f
Fix quality!
2026-03-12 21:12:52 +01:00
ganfra
e3b03165e4
Remove hardcoded string
2026-03-12 15:58:27 +01:00
ganfra
e8c2790595
Merge branch 'develop' into feature/fga/live_location_sharing_setup
2026-03-12 12:48:55 +01:00
ganfra
347bb627d9
Rename ShowLocationEvents -> ShowLocationEvent
2026-03-12 12:47:52 +01:00
ganfra
d10c3db79e
Disable live location sharing for now (nothing done)
2026-03-12 12:40:10 +01:00
ganfra
96147967ac
Code cleanup
2026-03-12 12:35:46 +01:00
ganfra
de304a7d55
Fix and add tests related to location
2026-03-12 12:31:51 +01:00
ganfra
e8308d9d8e
Add Constraints check for permissions and GPS check
2026-03-12 11:53:36 +01:00
ganfra
a56ecb9c69
Set LocationShareRow max lines to Text components
2026-03-12 10:29:20 +01:00
ganfra
50cf8a6986
Make sure zoom is at least DEFAULT_ZOOM when following user position
2026-03-12 10:28:36 +01:00
renovate[bot]
9023c574fa
chore(deps): update actions/download-artifact action to v8.0.1 ( #6324 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-11 16:57:12 +00:00
renovate[bot]
354a879ee5
fix(deps): update dependency com.posthog:posthog-android to v3.37.0 ( #6317 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-11 16:12:28 +01:00
renovate[bot]
ff14245cc2
chore(deps): update reactivecircus/android-emulator-runner action to v2.36.0 ( #6320 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-11 16:12:00 +01:00
Benoit Marty
98df85445c
Merge pull request #6318 from element-hq/feature/bma/renovateConfig
...
Limit number of created PR to upgrade Posthog dependency
2026-03-11 15:05:27 +01:00
Benoit Marty
6ead4a882f
Limit PostHog Android upgrade to one PR per month, the first day of the month
2026-03-11 11:43:52 +01:00
Benoit Marty
49f27eb1d7
Convert file to Json5 format and add trialing comma
2026-03-11 11:20:53 +01:00
renovate[bot]
b9a788c352
fix(deps): update dependency com.posthog:posthog-android to v3.36.1 ( #6316 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-11 11:09:48 +01:00
Benoit Marty
8b710057af
Merge pull request #6314 from element-hq/feature/bma/sendButtonColors
...
Iterate on send button colors
2026-03-11 10:06:04 +01:00
ganfra
92cb2ccb95
Fix previews
2026-03-10 21:48:54 +01:00
ganfra
a5f574888f
Check location is enabled
2026-03-10 21:48:37 +01:00
ElementBot
37cc0d38fd
Update screenshots
2026-03-10 16:26:49 +00:00
Benoit Marty
d419508b3f
Iterate on the send button colors. Fixes #6312
2026-03-10 17:10:15 +01:00
renovate[bot]
58351c6558
fix(deps): update dependency com.posthog:posthog-android to v3.36.0 ( #6311 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-10 17:01:02 +01:00
Benoit Marty
dcddcde1de
Changelog for version 26.03.3
2026-03-10 16:22:55 +01:00
Benoit Marty
adcf71d7a1
Adding fastlane file for version 26.03.3
2026-03-10 16:22:55 +01:00
Benoit Marty
46f0455337
Setting version for the release 26.03.3
2026-03-10 16:22:55 +01:00
Andy Balaam
b6a679ccf7
Call the new recoverAndFixBackup method to fix key storage if it's broken
2026-03-10 14:49:34 +00:00
renovate[bot]
dec417ea10
Merge pull request #6310 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-26.x
...
fix(deps): update dependency org.matrix.rustcomponents:sdk-android to v26.03.11
2026-03-10 15:17:11 +01:00
Jorge Martin Espinosa
912b9168fd
Add network constraints for fetching notifications with WorkManager ( #6305 )
...
* Add `isNetworkBlocked` and `isInAirGappedEnvironment` to `NetworkMonitor`.
* Improve the DI of `SyncPendingNotificationsRequestBuilder` to simplify its usage.
* Only update `isInAirGappedEnvironment` in `DefaultNetworkManager` if the current build is an enterprise one.
* Add network constraints to `DefaultSyncPendingNotificationsRequestBuilder` based on the air-gapped status.
* Add a feature flag to disable the new check, in case it doesn't work as expected.
2026-03-10 12:44:31 +00:00
Benoit Marty
1e85c02a59
Merge pull request #6307 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-26.x
...
fix(deps): update dependency org.matrix.rustcomponents:sdk-android to v26.03.09
2026-03-10 12:11:45 +01:00
Jorge Martin Espinosa
861f268447
Replace knit with generate_toc.py ( #6279 )
2026-03-10 09:05:20 +01:00
Jorge Martin Espinosa
168470f18d
Try fixing index OOB issues in Editable.checkSuggestionNeeded ( #6303 )
...
- Fix the case where the order for `start` and `end` is reversed.
- Fix the case where `start` or `end` may be outside the editable's range (`0..length`).
2026-03-10 08:20:02 +01:00
Benoit Marty
2333edb2ad
Fix API break.
2026-03-09 21:27:28 +01:00
ganfra
5c585bf173
Remove local maplibre compose library
2026-03-09 21:20:06 +01:00
ganfra
0056a3f163
Fix compilation
2026-03-09 21:19:57 +01:00
ganfra
7575d78d86
Start implementing location shares sheet content
2026-03-09 20:54:02 +01:00
ganfra
4a271f339a
Start cleaning up location code
2026-03-09 20:54:02 +01:00
ganfra
e6b18668a6
Improve LocationPin rendering with caching mechanism
2026-03-09 20:54:02 +01:00
ganfra
09382530a3
Use android.graphic.canvas to create proper bitmap
2026-03-09 20:54:02 +01:00
ganfra
5f16a5658b
LocationPin : disable hardware rendering if needed
2026-03-09 20:54:02 +01:00