Benoit Marty
52b151feb7
Merge pull request #9083 from element-hq/sync-emojis
...
Sync Emojis
2025-09-16 16:08:09 +02:00
Benoit Marty
e3d5f8c6bd
Merge pull request #9077 from pelzvieh/fix-location-check
...
Fixes permission check for location
2025-09-16 16:07:15 +02:00
Jorge Martín
0332e8ea08
Move overrideLibrary
to the right file
2025-09-15 18:08:46 +02:00
bmarty
868656010a
Sync Emojis
2025-09-15 00:13:32 +00:00
Jorge Martín
1e0cb030eb
Fix lint issues
2025-09-12 16:42:52 +02:00
Jorge Martín
f2a8c42bd2
Bump Jitsi to v 11.4.0
2025-09-12 12:28:09 +02:00
Andreas Feldner
d9186b35a8
Fixes https://github.com/element-hq/element-android/issues/9074
...
Signed-off-by: Andreas Feldner <pelzi@flying-snail.de >
2025-08-31 15:19:36 +02:00
ganfra
69af25a829
Merge pull request #9058 from element-hq/bca/hide_manually_verify_behind_flag
...
Hide the `Manually Verify by Text` option behind devtool flag
2025-08-06 14:24:01 +02:00
ganfra
340affe85a
fix (window insets) : makes sure insets are consumed from drawer fragments
2025-08-06 12:18:13 +02:00
ganfra
f3b631be6b
fix (window insets) : makes sure insets are consumed from BaseActivity
2025-08-06 12:18:01 +02:00
ganfra
a239f5fb08
misc : clean up after PR review
2025-08-04 18:19:25 +02:00
ganfra
cc99104060
misc : code clean up
2025-07-30 15:03:04 +02:00
ganfra
15cf848cf1
test : try to fix some tests
2025-07-30 12:12:51 +02:00
ganfra
864346c3c0
change (leave room) : warn on last admin when leaving rooms
2025-07-29 16:34:23 +02:00
ganfra
2d21c15e3b
change (power level) : continue handling v12 room
2025-07-28 16:49:57 +02:00
ganfra
fd3f7e3a24
change (power level) : support new InfinitePowerLevel (first draft)
2025-07-24 22:25:10 +02:00
Valere
856592f9a8
Gate the Manually verify device behind devtool flag
2025-07-17 11:11:37 +02:00
Benoit Marty
f421eadd01
Code cleanup
2025-07-16 16:40:56 +02:00
Benoit Marty
89b1034cde
Fix issue in timeline screen.
2025-07-16 16:07:49 +02:00
Benoit Marty
c79f2ff4d1
Enable edgeToEdge
2025-07-16 15:03:13 +02:00
Benoit Marty
daadbbd76b
Revert "Target API 35: set android:fitsSystemWindows="true"
to Activities."
...
This reverts commit 3d7bf51029
.
2025-07-16 12:52:06 +02:00
Benoit Marty
3f22ddb065
Fix regression on timeline for thread.
2025-07-16 11:47:16 +02:00
Benoit Marty
66ec110497
Remove useless margin
2025-07-16 11:47:14 +02:00
Benoit Marty
58de848cd0
Fix UI issue
2025-07-16 11:47:13 +02:00
Benoit Marty
0a69a336a7
Remove dead code.
2025-07-16 11:47:12 +02:00
Benoit Marty
3d7bf51029
Target API 35: set android:fitsSystemWindows="true"
to Activities.
2025-07-16 11:47:09 +02:00
Benoit Marty
1d08018e20
A final period.
2025-07-11 20:05:33 +02:00
Benoit Marty
e5622084ce
Fix lint warning: check permission before recording audio
2025-07-11 18:12:57 +02:00
Benoit Marty
fd67cacd25
Fix lint warning: check permission before using location API
2025-07-11 18:12:34 +02:00
Benoit Marty
de3874ed79
Fix lint warning: check permission before notifying with notification
2025-07-11 17:19:49 +02:00
Benoit Marty
cf01890e3a
Fix lint warning: ignore impossible SecurityException
2025-07-11 16:56:05 +02:00
Benoit Marty
27fc09bb8a
Fix lint warning
2025-07-09 13:02:46 +02:00
Benoit Marty
6e56c386db
Fix lint warning
2025-07-09 13:02:46 +02:00
Benoit Marty
78e100d9a9
Supress deprecation warning.
2025-07-08 15:05:28 +02:00
Benoit Marty
a283eea620
Fix compilation issue.
2025-07-07 17:50:53 +02:00
Benoit Marty
cd6078cb71
Merge pull request #9024 from element-hq/sync-emojis
...
Sync Emojis
2025-05-21 14:53:33 +02:00
Benoit Marty
a8ea684579
Accept only root path for mobile.element.io.
2025-05-21 11:55:16 +02:00
bmarty
f07b7e5c47
Sync Emojis
2025-04-28 00:13:08 +00:00
Benoit Marty
55ddf72168
Ignore server errors (network error, etc.) when login out the user after 3 incorrect PIN entered.
2025-02-28 09:58:49 +01:00
Benoit Marty
b204d271e3
Add action to report room: use the report Room API.
2025-02-07 16:29:35 +01:00
Benoit Marty
753101ff7a
Add action to report room. #8998
2025-02-07 14:32:53 +01:00
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