13457 Commits

Author SHA1 Message Date
Benoit Marty
35f399aa80
Merge pull request #8989 from christianrowlands/bugfix/cmr/incoming-call-crash
#8964 Fix app crash on incoming call when running Android 14+
2025-02-04 10:36:06 +01:00
Christian Rowlands
2c2f8bdadc #8964 Adds a callState null check before starting the MicrophoneAccessService 2025-01-28 08:26:19 -05:00
Jorge Martín
c5643acaee Fix deprecations in UserLiveLocationViewStateMapper 2025-01-24 09:51:01 +01:00
Christian Rowlands
af906ce67b #8964 Start the MicrophoneAccessService during onPause if the call has been answered 2025-01-20 10:54:08 -05:00
Benoit Marty
d4e3d451ba Apply dual licenses: AGPL + Element Commercial to file headers.
2 replace all actions have been performed:
- "SPDX-License-Identifier: AGPL-3.0-only" to "SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial"
- "Please see LICENSE in the repository root for full details." to "Please see LICENSE files in the repository root for full details."
2025-01-14 10:27:57 +01:00
Christian Rowlands
36a74f4912 #8964 Fix app crash on incoming call when running Android 14+ 2025-01-13 11:58:10 -05:00
Benoit Marty
0e4c39b26e Fix quality issue. 2025-01-10 14:15:12 +01:00
Benoit Marty
ded1fddca3 Add null content description. 2025-01-10 14:10:14 +01:00
Benoit Marty
b9b403d075 Open account creation screen (with error) when crating an account on default server which only support MAS) 2025-01-10 12:12:58 +01:00
Benoit Marty
d2c77a36ec MAS require Element X 2025-01-08 15:17:56 +01:00
bmarty
35ca771231 Sync Emojis 2024-12-16 00:13:07 +00:00
Benoit Marty
ea170fc2af
Merge pull request #8941 from element-hq/feature/bma/elementCall
Element call incoming call
2024-11-12 16:40:12 +01:00
Benoit Marty
ebfac823c5 Use clock. 2024-11-12 16:31:59 +01:00
Benoit Marty
fbef34f3b2 Format file 2024-11-12 16:26:44 +01:00
Benoit Marty
ab4291f093
Merge pull request #8914 from amitshilo11/bugfix/microphone-access-loss-on-background-8881
[Bugfix] Fix microphone loss during background voice calls on Android 14
2024-11-12 16:24:32 +01:00
Benoit Marty
6e2a0cfa91 Render incoming Element Call in the notification (unsupported) 2024-11-12 15:12:53 +01:00
Benoit Marty
066545a4b3 Render incoming Element Call in the timeline (unsupported) 2024-11-12 14:06:11 +01:00
AmitShilo
05be9d0716 Bugfix: fix crash when getting call on lockscreen
Signed-off-by: AmitShilo <alssamit@gmail.com>
2024-10-08 15:18:21 +07:00
bmarty
c9aaf0228b Sync Emojis 2024-10-07 00:12:29 +00:00
AmitShilo
aff6c011e8 add declare for FOREGROUND_SERVICE_MICROPHONE in vector manifest
Signed-off-by: AmitShilo <alssamit@gmail.com>
2024-09-26 16:50:04 +07:00
AmitShilo
53387e6617 Implemented a microphone access service to handle background microphone usage in calls.
Signed-off-by: AmitShilo <alssamit@gmail.com>
2024-09-26 14:16:50 +07:00
Benoit Marty
21e751e50f
Merge pull request #8903 from element-hq/sync-emojis
Sync Emojis
2024-09-25 15:35:43 +02:00
Benoit Marty
b50132a337
Merge pull request #8915 from element-hq/feature/bma/agpl
Change license to AGPL
2024-09-25 14:51:06 +02:00
Benoit Marty
dd98218869
Merge pull request #8913 from bro2020/patch-mobile.element.io
Intercept mobile.element.io links with Element app
2024-09-25 11:30:04 +02:00
Benoit Marty
5c333aeafc Update licence header.
Using `uv run license-editor --repository ../element-android`
2024-09-24 12:02:33 +02:00
bmarty
76898f083c Sync Emojis 2024-09-23 00:12:20 +00:00
bro2020
036d6c3783
Fix it https://github.com/element-hq/element-android/issues/8904 2024-09-19 02:33:12 +03:00
Benoit Marty
4aab1ad8f7 Use Jitsi SDK 10.2.0 2024-09-18 16:53:24 +02:00
Benoit Marty
91d96681eb More cleanup 2024-08-26 16:06:47 +02:00
Benoit Marty
0baf670fea Fix layout issue. 2024-08-26 14:44:23 +02:00
Benoit Marty
fb10bd530d Remove login with QR code feature. 2024-08-26 14:23:07 +02:00
ganfra
95e1bcbf64
Merge pull request #8868 from element-hq/feature/fga/authenticated_media
Feature/fga/authenticated media
2024-07-19 16:30:40 +02:00
ganfra
d10e83bb48 Authenticated media : fix formatting. 2024-07-19 10:25:45 +02:00
Benoit Marty
1e32ebde41 Use ContextCompat.registerReceiver with explicit RECEIVER_EXPORTED to fix crash on API 34.
java.lang.SecurityException: im.vector.app.debug: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts
2024-07-18 17:15:06 +02:00
ganfra
9e27705b6e Merge branch 'develop' into feature/fga/authenticated_media 2024-07-18 15:56:48 +02:00
Benoit Marty
5203dd86b4 Add packaging pickFirst to fix tests. 2024-07-16 13:14:41 +02:00
Benoit Marty
19500a8cd9 Upgrade a few dependencies and update the codebase
Use fully qualified R classes
Fix or ignore deprecation
Update github actions and ensure JDK 17 is used
Add group for paparazzi
Fixes Lint issues
Fix Jacoco configuration
2024-07-15 18:12:20 +02:00
ganfra
da8c892f7a Authenticated media : makes usage of API when server supports it 2024-07-10 16:53:10 +02:00
Jorge Martín
a1dd3ba1b5 Replace *.element.io deep link with actual hosts
This is done to avoid incorrectly intercepting links in other apps, as Element X Android.
2024-06-25 11:48:16 +02:00
Jorge Martín
f8345ab9ef When sending user mentions, always send the user id as the fallback text 2024-06-19 16:56:47 +02:00
ganfra
2158aa0913 Fix redacted events not grouped correctly when hidden events are inserted between #8840 2024-05-31 16:13:27 +02:00
Valere
47bb23a654
Merge pull request #8839 from element-hq/feature/bca/add_platformcode_to_posthog
Support reporting super properties to posthog (appPlatform)
2024-05-31 14:05:56 +02:00
Benoit Marty
7e41d731f6 Move getCryptoVersion from CryptoService to Matrix companion, it does not need a session to get the value.
This simplify a lot accessing this data.
2024-05-30 13:10:36 +02:00
Valere
28fa4ab784 improve tests 2024-05-29 17:49:02 +02:00
Valere
a363e392b4 Update to analytics events 0.23.0 and refactor 2024-05-29 17:39:16 +02:00
Valere
09c68f3421 Remove unused context in crypto service getCryptoVersion 2024-05-29 17:38:36 +02:00
ganfra
22f69ec6b0
Merge pull request #8743 from element-hq/feature/bma/editorIssue
Fix Rich Text Editor issues: save formatted text in draft and keep formatting when switching between modes
2024-05-28 10:52:51 +02:00
Valere
08c124e13b Add super properties to posthog (plateformCode) 2024-05-28 09:25:24 +02:00
Benoit Marty
2395d72c93 Fix regression on send button visibility. 2024-05-27 10:35:02 +02:00
Benoit Marty
4acbe4e582
Merge pull request #8820 from element-hq/feature/bca/bump_posthog_version_3
Bump posthog version to 3.2.0
2024-05-16 14:41:15 +02:00