Jorge Martin Espinosa
c280b43ecc
Bump telephoto to 0.6.0-SNAPSHOT to diagnose crash ( #1164 )
2023-08-29 09:59:01 +02:00
Benoit Marty
cc8b61c9c9
Fix compilation issue.
2023-07-26 17:36:36 +02:00
Jorge Martin Espinosa
05f7037939
Prepare update to Rust SDK 0.1.36 ( #966 )
...
* Update to Rust SDK 0.1.36
* Cancel fetching members when the we exit the room
2023-07-26 14:22:09 +00:00
Jorge Martin Espinosa
a0c1f2c18a
Display room invitation notification ( #735 )
...
* Notifications: Add some extra mappings so we keep the original contents and can pass it later to an UI layer
* Fix notifications not appearing for a room if the app was on that room when it went to background.
* Modernize how we create spannable strings for notifications, remove unneeded dependency
* Remove actions from invite notifications temporarily
* Add `NotificationDrawerManager` interface to be able to clear membership notifications when accepting or rejecting a room invite
* Fix tests
* Add comment to clarify some weird behaviours
* Address review comments
* Set circle shape for `largeBitmap` in message notifications
* Fix no avatar in DM rooms
* Fix rebase issues
* Add invite list pending intent:
- Refactor pending intents.
- Make `DeepLinkData` a sealed interface.
- Fix and add tests.
* Rename `navigate__` functions to `attach__`
* Add an extra test case for the `InviteList` deep link
* Address most review comments.
* Fix rebase issue
* Add fallback notification type, allow dismissing invite notifications.
Fallback notifications have a different underlying type and can be dismissed at will.
* Fix tests
2023-07-10 14:34:58 +02:00
Yoan Pintas
f534ecda96
Init analytics modules ( #350 )
2023-06-05 13:11:34 +00:00
Benoit Marty
80b656a9c5
Use gradle logger to filter out when running with only warning logs.
2023-05-25 12:03:51 +02:00
Benoit Marty
fdb1ebf0ce
Sort by filename for easier search in the logs.
2023-05-25 11:51:46 +02:00
Benoit Marty
eb6276e09d
Improve asXId and make tests pass in release and debug mode.
2023-04-12 09:50:04 +02:00
Benoit Marty
df731042c6
Merge branch 'develop' into feature/bma/push
2023-04-06 09:13:24 +02:00
Benoit Marty
275fa03de3
Import some stuff about Push and notification from Element Android - WIP
2023-04-05 16:18:44 +02:00
Florian Renaud
7e3b69f06b
convert rustsdk gradle file to kts
2023-04-04 15:44:37 +02:00
Benoit Marty
012ee00c85
Include again the module rustsdk, since it's not detected by the fun includeProjects()
2023-03-28 21:58:46 +02:00
Benoit Marty
43ca9f6712
Include all libraries and all services.
2023-03-28 15:04:59 +02:00
Benoit Marty
da2224368a
Limit the recursivity to 1, when searching for gradle modules.
2023-03-28 14:51:30 +02:00
ganfra
8a41f60585
Merge branch 'develop' into feature/fga/module_templates
2023-03-27 17:21:45 +02:00
ganfra
e62d694944
Remove old template project from settings.gradle
2023-03-27 17:18:11 +02:00
ganfra
91bff7fad4
Add utility methods for automatically including api/impl feature modules
2023-03-23 18:06:32 +01:00
Jorge Martin Espinosa
f744691c15
Move StateMachine to its own module. ( #257 )
2023-03-23 16:49:15 +00:00
Maxime NATUREL
31f8c92b58
Create a reusable selectusers feature module
2023-03-22 12:25:58 +01:00
Benoit Marty
8032fb3992
Merge pull request #224 from vector-im/bma/analytics
...
Add utility modules
2023-03-21 13:18:10 +01:00
Benoit Marty
1f0149daeb
Merge branch 'develop' into feature/bma/networkModule
2023-03-17 13:39:01 +01:00
Jorge Martin Espinosa
dcb98f06aa
Add Session Verification flow ( #197 )
2023-03-17 10:07:19 +01:00
Benoit Marty
2a3caaff8b
Add :services:toolbox modules.
2023-03-17 10:05:40 +01:00
Benoit Marty
89657e0a35
Add :services:analytics modules. For now import the current plan.
...
This will allow to import existing class from EA and not break compatibility with existing analytics call.
2023-03-17 10:05:40 +01:00
Benoit Marty
a68b3f80eb
Add :libraries:network module
2023-03-16 15:31:57 +01:00
Benoit Marty
63fabed8ce
Introduce AppNavigationStateService.
2023-03-16 11:30:09 +01:00
ganfra
bea510f432
[Architecture] split createroom feature module
2023-03-09 12:31:30 +01:00
ganfra
7455c4923f
Merge branch 'develop' into feature/fga/improve_node_architecture
2023-03-09 12:00:34 +01:00
ganfra
86ebcc376d
[Architecture] clean and makes compile
2023-03-09 10:18:25 +01:00
ganfra
bc9f3b69cc
[Architecture] split all feature modules to api/impl
2023-03-08 16:13:45 +01:00
Florian Renaud
a0a0fae6ed
Init create room module
2023-03-08 15:46:45 +01:00
ganfra
7f3679a15e
Merge branch 'develop' into feature/fga/improve_node_architecture
2023-03-07 12:10:20 +01:00
ganfra
a13cba9571
[Architecture] : create appnav module so we can use only api feature modules
2023-03-06 20:30:48 +01:00
Benoit Marty
95ccccc33b
Move InMemorySessionStore in it's own module implementation
2023-03-06 13:10:27 +01:00
Benoit Marty
5ea2a4292d
Split module session-storage into api and impl.
2023-03-06 13:10:27 +01:00
Benoit Marty
e2bd966878
Split module dateformatter into api, impl and test.
2023-03-06 11:58:11 +01:00
ganfra
af6dd3ee30
[Architecture] experiments to remove DI graph managements from navigation flow nodes
2023-03-04 14:14:47 +01:00
ganfra
a94862d778
Try splitting messages into api and impl modules
2023-03-03 14:38:05 +01:00
Benoit Marty
c2dff7888c
Move module matrixtest to matrix.test
2023-03-02 17:19:58 +01:00
Benoit Marty
b8467e547c
Split module matrix to matrix.api with interfaces and data classes and matrix.impl with Rust implementation.
2023-03-02 17:12:13 +01:00
Jorge Martin Espinosa
6677f80abe
Store session data in a secure way ( #98 )
...
* Replace SessionData DataStore with an encrypted SQLite DB.
---------
Co-authored-by: Benoit Marty <benoit@matrix.org>
2023-03-02 16:48:54 +01:00
ganfra
8bca19a3fa
Merge branch 'develop' into feature/fga/update_rust_sdk
2023-02-14 21:15:28 +01:00
ganfra
6989994b50
Create sample app for checking stuff quickly
2023-02-14 20:57:11 +01:00
Benoit Marty
ae4237abb5
Create module dateformatter
2023-02-07 10:36:29 +01:00
ganfra
87d0191324
Change/move some gradle modules to be better separated. Let core module be a kotlin lib.
2023-01-24 17:38:57 +01:00
ganfra
dd00f99f0c
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
2023-01-20 19:13:44 +01:00
ganfra
6352966a3c
Merge branch 'develop' into feature/fga/feature_template
2023-01-20 15:15:13 +01:00
Benoit Marty
c3b1dbe1c4
testtags
2023-01-20 10:26:32 +01:00
ganfra
d177b08079
Initial feature template module
2023-01-19 19:57:43 +01:00
ganfra
5e0a040dba
Merge branch 'develop' into feature/fga/presenter_tests
2023-01-19 16:00:41 +01:00