Commit Graph

7804 Commits

Author SHA1 Message Date
renovate[bot]
e99bfb14b4 Update dependency org.matrix.rustcomponents:sdk-android to v0.2.35 2024-07-27 16:38:59 +00:00
ganfra
ff3253dcf1 Merge pull request #3242 from element-hq/renovate/activity
Update activity to v1.9.1
2024-07-25 13:33:46 +02:00
ganfra
b8288ece7a Merge pull request #3244 from element-hq/renovate/org.maplibre.gl-android-sdk-11.x
Update dependency org.maplibre.gl:android-sdk to v11.1.0
2024-07-25 10:55:11 +02:00
ganfra
878333cc77 Merge pull request #3222 from element-hq/feature/jme/add-simplified-sliding-sync-toggle
Add simplified sliding sync toggle to developer options
2024-07-25 10:37:11 +02:00
ganfra
4f86e21e8d SSS : enhance getBaseClientBuilder to avoid mistakes. 2024-07-25 10:08:31 +02:00
ganfra
5129642d68 Merge pull request #3241 from element-hq/feature/fga/room_preview_join_button_fallback
Join Room : allow to join by alias (and getPreview)
2024-07-25 09:55:33 +02:00
ElementBot
5ec9948367 Update screenshots 2024-07-25 07:33:26 +00:00
renovate[bot]
4e04d9c732 Update dependency org.maplibre.gl:android-sdk to v11.1.0 2024-07-25 00:17:54 +00:00
renovate[bot]
e3d2990552 Update activity to v1.9.1 2024-07-24 19:05:45 +00:00
ganfra
b974032e64 Merge branch 'develop' into feature/jme/add-simplified-sliding-sync-toggle 2024-07-24 17:35:57 +02:00
ganfra
d1b1e16620 Merge branch 'develop' into feature/fga/room_preview_join_button_fallback 2024-07-24 16:34:35 +02:00
ganfra
9f94ce8b31 Changelog for version 0.5.0 2024-07-24 16:29:08 +02:00
ganfra
1e7da96f36 version++ 2024-07-24 14:38:34 +02:00
ganfra
f4fafc8ad0 Merge branch 'release/0.5.0' into develop 2024-07-24 14:36:44 +02:00
ganfra
6f8d01331c Adding fastlane file for version 0.5.0 2024-07-24 14:35:47 +02:00
ganfra
472c864a38 Setting version for the release 0.5.0 2024-07-24 14:34:12 +02:00
ganfra
fec2014de8 Merge pull request #3239 from element-hq/feature/fga/use_room_edit
Edit : fallback to room.edit when timeline item is not found.
2024-07-24 12:58:11 +02:00
ganfra
f5d215ba0f Edit : fallback to room.edit when timeline item is not found. 2024-07-24 11:49:16 +02:00
ganfra
d162c8ffab Join Room : fallback to show Join button when RoomContent is Unknown (preview fails) 2024-07-24 10:33:06 +02:00
ganfra
85d6acfc48 Join Room : makes sure we can join by alias 2024-07-23 21:17:35 +02:00
ganfra
57396201f9 Merge pull request #3237 from element-hq/renovate/org.matrix.rustcomponents-sdk-android-0.x
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.34
2024-07-23 17:18:41 +02:00
renovate[bot]
a072cc7524 Update dependency org.matrix.rustcomponents:sdk-android to v0.2.34 2024-07-23 14:48:18 +00:00
Jorge Martin Espinosa
1b016946ea Fix linkification not working for Spanned strings in text messages (#3233)
* Fix linkification not working for `Spanned` string instead of `Spannable`.

This issue was found as a regression after upgrading the RTE version to `2.37.7`.

* Fix and add tests
2024-07-22 09:09:20 +00:00
ElementBot
9522569860 Sync Strings (#3232)
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2024-07-22 08:59:47 +00:00
Benoit Marty
94f38f1af5 Rework FakeMatrixRoom so that it contains only lambdas. (#3229)
* Upgrade lint to 8.7.0-alpha01

* FakeMatrixRoom: lambda everywhere

Fix test compilation issues
2024-07-22 10:39:48 +02:00
ganfra
454dc389e0 Merge pull request #3230 from element-hq/renovate/telephoto
Update telephoto to v0.12.1
2024-07-22 09:35:48 +02:00
renovate[bot]
5219216eac Update telephoto to v0.12.1 2024-07-20 08:32:35 +00:00
Marco Antonio Alvarez
cdcaace227 Fix stickers display text on room summary (#3221)
Signed-off-by: Marco Antonio Alvarez <surakin@gmail.com>
2024-07-19 22:14:22 +02:00
Jorge Martín
fc6436dada Unify the internal pinunlock.SignOut and the new LogoutUseCase classes 2024-07-19 19:51:49 +02:00
Jorge Martin Espinosa
bc87ff01cf Cancel ringing call notification on call cancellation (#3047)
* Cancel ringing call notification on call cancellation

* Improve implementation, add some comments to clarify how it works.

* Make sure the call timeout job is cancelled
2024-07-19 17:51:44 +02:00
Jorge Martin Espinosa
bbe1dc4952 Fix CI for forks (#3226)
* Try with a different condition for forks

* Skip danger in forks, the fallback token won't let it write comments in PRs anyway
2024-07-19 17:46:56 +02:00
ganfra
6fd146a98a Merge pull request #3224 from element-hq/feature/fga/compose_reaction_stability
Compose : add immutability to some Reaction classes
2024-07-19 17:45:01 +02:00
Jorge Martin Espinosa
508b7e48e3 Only add private SSH keys and clone submodules in the original repo (#3225) 2024-07-19 17:25:49 +02:00
ganfra
6ee15e4b6a Compose : add immutability to some Reaction classes 2024-07-19 17:13:49 +02:00
ElementBot
043682300a Update screenshots 2024-07-19 14:43:41 +00:00
Jorge Martín
f70a7fcd34 Don't reset the SSS toggle when logged out.
Instead, force a logout when toggling the option so user needs to log in again and create a new session using SSS.
2024-07-19 16:32:25 +02:00
Jorge Martín
e037521b64 Fix build issues 2024-07-19 15:17:16 +02:00
ElementBot
73bf14f7d2 Update screenshots 2024-07-19 12:58:11 +00:00
Jorge Martín
34015b337e Add simplified sliding sync toggle to developer options 2024-07-19 14:46:42 +02:00
renovate[bot]
f2378ca6ea Update wysiwyg to v2.37.7 (#3218)
* Update wysiwyg to v2.37.7

* Fix API breaks

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2024-07-19 14:14:21 +02:00
renovate[bot]
8a2335f7aa Update dependency org.matrix.rustcomponents:sdk-android to v0.2.33 (#3220)
* Update dependency org.matrix.rustcomponents:sdk-android to v0.2.33

* Fix API breaks

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2024-07-19 13:33:27 +02:00
Jorge Martin Espinosa
30154783e8 Use the right filename for log files so they're sorted in rageshakes (#3219)
* Use the right filename for log files so they're sorted in rageshakes

* Hide the suffix part so it's not changed by accident
2024-07-19 10:33:33 +00:00
Benoit Marty
812ffef29e Merge pull request #3217 from element-hq/feature/bma/moreUiFixes
Fix rendering issue of SunsetPage in dark mode
2024-07-18 17:35:13 +02:00
Benoit Marty
8a0d7183ee Remove the alpha channel on those 2 images.
Reduce the image size and fixes an issue in dark mode.
2024-07-18 16:20:00 +02:00
Benoit Marty
f6bafab9c2 Merge pull request #3216 from element-hq/feature/bma/forceDarkTheme
Ensure that the manual dark theme is rendering correctly regarding -night resource and keyboard
2024-07-18 15:30:42 +02:00
Jorge Martin Espinosa
896b1a3e60 Add logging to help debug forced logout issues (#3208)
* Add logging to help debug forced logout issues

* Use tags instead of manually adding the values to the logs.

- Also add extension functions to easily get anonymized tokens from `Session`/`SessionData`.

* Make sure only 1 operation related to token persistence can run at the same time
2024-07-18 13:16:20 +00:00
Benoit Marty
eded5cf80e Merge pull request #3215 from element-hq/feature/bma/linkColors
Open Source licenses: add color for links.
2024-07-18 14:56:59 +02:00
Benoit Marty
32f5c018d5 Ensure that the manual dark theme is rendering correctly regarding night resource and keyboard. 2024-07-18 14:37:47 +02:00
Benoit Marty
d78cbd4e18 Use Theme.MaterialComponents.DayNight to avoid code duplication.
Extract colors to own files and create booleans
2024-07-18 12:42:58 +02:00
Benoit Marty
ec669bf56c Open Source licenses: add color for links. 2024-07-18 11:49:35 +02:00