1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

267 Commits

Author SHA1 Message Date
Benoit Marty
b57d8e7b7d version++ 2025-09-22 11:25:59 +02:00
Jorge Martín
0332e8ea08 Move overrideLibrary to the right file 2025-09-15 18:08:46 +02:00
Jorge Martín
1e0cb030eb Fix lint issues 2025-09-12 16:42:52 +02:00
Jorge Martín
01af1e6daa Revert min SDK version to 21, we'll trust the version checks in place 2025-09-12 16:42:29 +02:00
ganfra
4946b0576e version++ 2025-08-06 15:24:56 +02:00
ganfra
3b0b232151 fix (window insets) : first upgrade some dependencies 2025-08-06 12:10:41 +02:00
Benoit Marty
c79f2ff4d1 Enable edgeToEdge 2025-07-16 15:03:13 +02:00
ganfra
135bd22588 version++ 2025-06-10 16:24:40 +02:00
Benoit Marty
333783ff2f version++ 2025-06-02 13:22:59 +02:00
Benoit Marty
982335f347 version++ 2025-05-27 15:21:42 +02:00
Benoit Marty
40dbff81d2 version++ 2025-03-14 16:59:29 +01:00
Benoit Marty
737705843e Prepare next release. 2025-03-13 15:44:14 +01:00
Benoit Marty
cd90bb255f version++ 2025-02-18 10:50:23 +01:00
Benoit Marty
0321e932c4 version++ 2025-02-04 10:44:08 +01:00
Jorge Martín
176f8e8618 Fix proguard rules 2025-01-24 10:25:12 +01: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
Benoit Marty
6fc948dfd0 version++ 2025-01-13 16:10:56 +01:00
Benoit Marty
037958faa7 version++ 2024-12-20 10:09:57 +01:00
Benoit Marty
8529813dae version++ 2024-11-19 16:43:17 +01:00
Benoit Marty
5c333aeafc Update licence header.
Using `uv run license-editor --repository ../element-android`
2024-09-24 12:02:33 +02:00
Benoit Marty
52d06bd7cf Revert "Setting version for the release 1.6.22"
This reverts commit c947f90adb.
2024-09-23 20:51:18 +02:00
Benoit Marty
c947f90adb Setting version for the release 1.6.22 2024-09-23 20:46:17 +02:00
Benoit Marty
9ca1ffdea0 version++ 2024-09-23 19:38:56 +02:00
Benoit Marty
fb10bd530d Remove login with QR code feature. 2024-08-26 14:23:07 +02:00
ganfra
04c3ba9a6a version++ 2024-07-25 11:38:56 +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
Benoit Marty
669a80e8e4 Update Realm gradle plugin and Flipper dependencies. 2024-07-19 12:36:02 +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
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
Benoit Marty
207ab2802a version++ 2024-06-25 15:14:20 +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
a363e392b4 Update to analytics events 0.23.0 and refactor 2024-05-29 17:39:16 +02:00
ganfra
72575a2493 version++ 2024-05-29 12:07:55 +02:00
Benoit Marty
c2b46a1c1e version++ 2024-04-02 18:16:38 +02:00
Valere
fcc5181a28 Refactor Decryption Failure Tracker and report new properties 2024-03-27 09:53:14 +01:00
Benoit Marty
8682a75b0a version++ 2024-02-16 11:57:54 +01:00
Benoit Marty
ee16ef06e9 version++ 2024-01-09 12:20:07 +01:00
Benoit Marty
6d65a74f1d Organization renaming: replace all https://github.com/vector-im by https://github.com/element-hq 2023-12-13 11:01:40 +01:00
Benoit Marty
1c1c89fb86 Merge pull request #8698 from vector-im/feature/bma/mdm
Implement Mobile Device Manager feature with 3 keys.
2023-12-11 17:03:28 +01:00
Benoit Marty
bb866601ef Fix test compilation issue. 2023-12-05 14:25:36 +01:00
Benoit Marty
6452b5c2b4 Make DefaultMdmService a singleton and use Binds instead of Provides. 2023-12-04 17:54:48 +01:00
Benoit Marty
fb077d5065 Implement Mobile Device Manager feature with 3 keys. 2023-11-30 18:18:00 +01:00
Benoit Marty
bb9d1fc8d8 version++ 2023-11-28 17:23:40 +01:00
Benoit Marty
8d85d047b7 Ensure Background sync is not stopped when there is an active call, even when the app goes to background. 2023-11-22 09:42:39 +01:00
Benoit Marty
84158ece37 Ensure Background sync is not stopped when there is an active call.
It was happening since the application is foregrounded when VectorCallActivity is displayed.
2023-11-22 09:31:20 +01:00
Benoit Marty
454ba7bf7c Merge branch 'develop' into feature/bca/clean_up_legacy_crypto 2023-11-07 14:13:56 +01:00
Yoan Pintas
b14338d2c4 Remove unused WebRTC dependency (#8658) 2023-11-07 14:12:27 +01:00
Valere
25ecd599f3 Merge branch 'develop' into feature/bca/clean_up_legacy_crypto 2023-10-10 13:00:45 +02:00