Benoit Marty
|
2bfe125a77
|
Troubleshoot notifications screen
|
2024-04-02 16:15:00 +02:00 |
|
Benoit Marty
|
6c9ea2b920
|
Create FakePushService.
|
2024-04-02 16:14:59 +02:00 |
|
Benoit Marty
|
609f636d1c
|
Merge pull request #2639 from element-hq/feature/bma/hideCallMemberEvents
Hide call member events
|
2024-04-02 16:14:11 +02:00 |
|
Benoit Marty
|
71645b90a4
|
Merge pull request #2629 from element-hq/sync-localazy
Sync Strings
|
2024-04-02 16:04:56 +02:00 |
|
Benoit Marty
|
8e7fdc859c
|
Code quality and remove reference to DefaultMatrixToConverter.SUPPORTED_PATHS in MatrixToConverter
|
2024-04-02 15:51:59 +02:00 |
|
Benoit Marty
|
ef7553a6f6
|
Fix compilation of minimal app.
|
2024-04-02 15:06:59 +02:00 |
|
Benoit Marty
|
71b8a1df90
|
Exlude CallMember state event from the timeline (Fixes #2625)
|
2024-04-02 14:37:22 +02:00 |
|
Benoit Marty
|
2a248417fa
|
Move Event exclusion to the module appconfig.
It has to become an android module to be able to add a dependency on : libraries:matrix:api.
|
2024-04-02 14:35:58 +02:00 |
|
Benoit Marty
|
1e5a61a49c
|
Move PermalinkBuilder, MatrixToConverter and PermalinkParser content to the impl project in order to remove projects.appconfig dependency from matrix.api module.
|
2024-04-02 14:15:54 +02:00 |
|
renovate[bot]
|
61edf282a4
|
Update dagger to v2.51.1 (#2626)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-04-01 11:52:05 +02:00 |
|
renovate[bot]
|
d741ff6845
|
Update wysiwyg to v2.35.0 (#2611)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-04-01 10:05:28 +02:00 |
|
renovate[bot]
|
e98bb97e14
|
Update dependency gradle to v8.7 (#2597)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-04-01 10:05:00 +02:00 |
|
bmarty
|
5809864182
|
Sync Strings from Localazy
|
2024-04-01 00:17:18 +00:00 |
|
ganfra
|
a9f326c81c
|
Merge pull request #2620 from element-hq/feature/fga/room_directory
Feature/fga/room directory
|
2024-03-29 16:54:27 +01:00 |
|
ganfra
|
8325583133
|
RoomDirectory : set default value of FeatureFlag to false.
|
2024-03-29 16:17:57 +01:00 |
|
ganfra
|
ff9603f338
|
RoomDirectory : fix maestro (search screen is closed automatically)
|
2024-03-29 16:17:49 +01:00 |
|
Benoit Marty
|
4b4e0ff7d6
|
Merge pull request #2622 from element-hq/renovate/com.squareup.retrofit2-retrofit-bom-2.x
Update dependency com.squareup.retrofit2:retrofit-bom to v2.11.0
|
2024-03-29 12:05:37 +01:00 |
|
ganfra
|
11dfb32f72
|
Room directory : fix ci
|
2024-03-29 11:37:36 +01:00 |
|
ganfra
|
d34c4605a4
|
RoomDirectory : use same logic for name description computation
|
2024-03-29 11:37:29 +01:00 |
|
ganfra
|
5f8b74055d
|
RoomDirectory : address pr reviews
|
2024-03-29 11:37:00 +01:00 |
|
renovate[bot]
|
88249ca588
|
Update dependency com.squareup.retrofit2:retrofit-bom to v2.11.0
|
2024-03-28 20:42:08 +00:00 |
|
Benoit Marty
|
ce96502736
|
Merge pull request #2621 from element-hq/feature/bma/fixRoomCrash
fix room crash
|
2024-03-28 18:44:17 +01:00 |
|
ElementBot
|
d94f4b0392
|
Update screenshots
|
2024-03-28 17:25:55 +00:00 |
|
Benoit Marty
|
e5db80b0eb
|
Compact code.
|
2024-03-28 18:14:31 +01:00 |
|
Benoit Marty
|
31e95b1634
|
Fix crash observed when going back to the room list.
Protect MatrixRoom access when the room is disposed.
|
2024-03-28 18:14:31 +01:00 |
|
ganfra
|
42004f251b
|
Room directory : more cleanup and more tests
|
2024-03-28 18:10:29 +01:00 |
|
ElementBot
|
2103306387
|
Update screenshots
|
2024-03-28 16:15:11 +00:00 |
|
ganfra
|
3f1f764745
|
Room directory : add tests and cleanup
|
2024-03-28 17:03:34 +01:00 |
|
ganfra
|
37d645d153
|
Merge branch 'develop' into feature/fga/room_directory
|
2024-03-28 16:15:04 +01:00 |
|
ganfra
|
bd5c6ea20c
|
Merge pull request #2615 from element-hq/feature/fga/lambda_recorder
Tests : create lambda recorder
|
2024-03-28 16:12:58 +01:00 |
|
Benoit Marty
|
6c97f8b5bb
|
Merge pull request #2618 from element-hq/feature/bma/fixRoomAnalytics
Fix analytics
|
2024-03-28 15:06:38 +01:00 |
|
ganfra
|
19523339af
|
Tests : improve lambda recorder
|
2024-03-28 14:59:22 +01:00 |
|
Benoit Marty
|
46008c2887
|
Fix analytics: spaceId have the same syntax as roomId. Use MatrixRoom.isSpace instead of MatrixPatterns.isSpaceId (#2612)
Also remoce useless orFalse() calls.
|
2024-03-28 12:13:49 +01:00 |
|
ganfra
|
02f993d2e8
|
Merge pull request #2613 from element-hq/renovate/app.cash.molecule-molecule-runtime-1.x
Update dependency app.cash.molecule:molecule-runtime to v1.4.2
|
2024-03-28 11:33:17 +01:00 |
|
ganfra
|
ca053cd02b
|
Merge branch 'develop' into renovate/app.cash.molecule-molecule-runtime-1.x
|
2024-03-28 10:56:07 +01:00 |
|
ganfra
|
44125567f6
|
Tests : create lambda recorder
|
2024-03-28 10:34:12 +01:00 |
|
Benoit Marty
|
ac9b74ee7c
|
Merge pull request #2610 from element-hq/renovate/com.posthog-posthog-android-3.x
Update dependency com.posthog:posthog-android to v3.1.16
|
2024-03-27 21:04:16 +01:00 |
|
renovate[bot]
|
aaa38427ab
|
Update dependency app.cash.molecule:molecule-runtime to v1.4.2
|
2024-03-27 15:22:20 +00:00 |
|
renovate[bot]
|
4162c888ca
|
Update dependency com.posthog:posthog-android to v3.1.16
|
2024-03-27 14:04:24 +00:00 |
|
Benoit Marty
|
347da7bcdb
|
Merge pull request #2609 from element-hq/feature/bma/pollTrophy
Poll trophy
|
2024-03-27 15:02:56 +01:00 |
|
ganfra
|
d632e216b7
|
RoomDirectory : branch feature flag
|
2024-03-27 12:57:50 +01:00 |
|
ganfra
|
b900818001
|
RoomDirectory : continue improving interactions
|
2024-03-27 12:51:36 +01:00 |
|
ElementBot
|
ea73c517c4
|
Update screenshots
|
2024-03-26 17:34:45 +00:00 |
|
Benoit Marty
|
3f85d4e566
|
Add trophy icon next the the winner vote in polls.
|
2024-03-26 17:58:31 +01:00 |
|
Benoit Marty
|
16056ef787
|
Rename PollAnswerItem.isDisclosed to PollAnswerItem.showVotes for clarity.
Indeed the value is set to true for disclosed poll or if poll is ended.
|
2024-03-26 17:42:34 +01:00 |
|
Benoit Marty
|
d3f8962b2b
|
version++
|
2024-03-26 16:46:14 +01:00 |
|
Benoit Marty
|
845627c0cf
|
Merge tag 'v0.4.7' into develop
tag
|
2024-03-26 16:45:16 +01:00 |
|
Benoit Marty
|
7994e5d89d
|
Merge branch 'release/0.4.7' into main
|
2024-03-26 16:45:03 +01:00 |
|
Benoit Marty
|
25b97b647e
|
Adding fastlane file for version 0.4.7
|
2024-03-26 16:44:59 +01:00 |
|
Benoit Marty
|
2d9847bca3
|
Changelog for version 0.4.7
|
2024-03-26 16:44:25 +01:00 |
|