Benoit Marty
70d41311ca
Add todos
2 years ago
Benoit Marty
1aa699f522
Push: be able to test Push
...
Create `:libraries:network`
2 years ago
Benoit Marty
275fa03de3
Import some stuff about Push and notification from Element Android - WIP
2 years ago
Jorge Martin Espinosa
3aea24380a
[Room Details] Leave room ( #296 )
...
* Add leave room functionality to the Room Details screen
* Add snackbar message throught `SnackbarDistpacher`
2 years ago
Benoit Marty
00964212b7
Invoke `./tools/localazy/downloadStrings.sh --all`
2 years ago
Florian Renaud
0dffd78872
Use RetryDialog
2 years ago
Benoit Marty
85b825e669
Ensure ellipsis char is used (fix lint issue).
2 years ago
Benoit Marty
cca31af3f4
Invoke `./tools/localazy/downloadStrings.sh --all`
2 years ago
Jorge Martin Espinosa
11f041d940
[Room member list] Display room member list ( #276 )
...
* Implement room member list
* Move timeline initialization back to `TimelinePresenter`.
* Fix crash when the `innerRoom` inside a `RustMatrixRoom` is destroyed but `syncUpdateFlow` is still running.
* Address review comments
2 years ago
Jorge Martin Espinosa
610e4aa8b6
Revert "Update Gradle and AGP to v8.0 ( #283 )" ( #295 )
...
This reverts commit cda0606a0d
.
2 years ago
Florian Renaud
a335022499
Pass null name when creating DM
2 years ago
Florian Renaud
36afd71c29
Handle errors on create DM
2 years ago
Florian Renaud
014d14ff79
Use string resource
2 years ago
Florian Renaud
7e3b69f06b
convert rustsdk gradle file to kts
2 years ago
Florian Renaud
44e2e24733
Create or retrieve DM
2 years ago
Jorge Martin Espinosa
cda0606a0d
Update Gradle and AGP to v8.0 ( #283 )
...
* Update dependency gradle to v8
* Handle upgrading Gradle to v8.0.2
* Update AGP to 8.0.0-RC01
* Try to set JAVA_HOME to JDK17
* Update lint version.
* Use right JDK for dependency analysis, replace deprecated env var
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Chris Smith
fa46356202
Fix using local rust aar
...
The rustsdk library wasn't included in the gradle build because
it still used a groovy build file (and settings.gradle includes
projects based on `build.gradle.kts` existing).
Also reword the onboarding docs slightly to clarify the deps
that need changing
2 years ago
ganfra
af12d8b89e
Makes MatrixClient Closeable outside of logout function.
2 years ago
Benoit Marty
46fb688add
Small API change in SDK 0.1.5: RustRoomMember
2 years ago
Benoit Marty
1708a77fb3
Small API change in SDK 0.1.5: SlidingSyncState
2 years ago
Benoit Marty
18867dc8e6
Small API change in SDK 0.1.5
2 years ago
Jorge Martin Espinosa
ecc73dd325
[Room Details] Implement room details screen ( #256 )
...
* Implement Room Details screen
* Add option to create permalink from room id and alias, add share room action
2 years ago
Jorge Martin Espinosa
4a121fbd0f
Improve `ButtonWithProgress` component, replace login and change server buttons ( #235 )
...
* Improve `ButtonWithProgress` component.
* Replace `CircularProgresIndicator` with `ButtonWithProgress` in login and server selection screens.
2 years ago
Benoit Marty
998178b70f
[Strings] Use strings from localazy.
2 years ago
Benoit Marty
0af5ee0741
[Strings] Sync the strings.
2 years ago
Benoit Marty
522fbeb39d
Remove useless file
2 years ago
Benoit Marty
59f57da728
[Strings] Remove previous strings.
2 years ago
Jorge Martin Espinosa
f744691c15
Move `StateMachine` to its own module. ( #257 )
2 years ago
Jorge Martin Espinosa
7d0d076657
[Verify Session] Design fixes ( #230 )
...
* Design fixes.
* Make text in emoji items secondary color and the snackbar duration short again
* Try to make margins smaller on smaller displays
---------
Co-authored-by: Florian Renaud <florianr@element.io>
2 years ago
Jorge Martin Espinosa
fb0acc9f51
Make `ChangeServerPresenter.submit` fail as expected ( #236 )
...
* Make `ChangeServerPresenter.submit` fail as expected
* Fix tests to prevent this from ever happening again
2 years ago
Jorge Martin Espinosa
09c275d883
[Verify Session] Add missing 'start verification' screen. ( #241 )
...
* Add missing 'start verification' screen.
* Fix retries sometimes not working because of `SessionVerificationController.setDelegate`.
* Make the negative button invisible when not needed.
2 years ago
Florian Renaud
ac8a6f90fd
Remove default onClick from MatrixUserRow
2 years ago
Maxime NATUREL
a1fe191b64
Reuse fillMaxWidth on MatrixUserRow
2 years ago
Maxime NATUREL
ceef65316e
Using nullable onClick to avoid passing a new parameter
2 years ago
Maxime NATUREL
ddcde735fe
Present the last added user first
2 years ago
Maxime NATUREL
cee313597b
Adding checkbox in result when multi selection of users is enabled
2 years ago
Benoit Marty
ec6004a9a8
Cleanup after PR review.
2 years ago
Jorge Martin Espinosa
2906168baa
Handle 'invalid server' error in server selection screen properly. ( #214 )
...
* Handle 'invalid server' error in server selection screen properly.
* Use `action_learn_more` for composing the server location footer action.
2 years ago
ganfra
6ce7c1e622
Fix test on SessionStore
2 years ago
ganfra
a007df27dd
Update code so it compiles
2 years ago
Benoit Marty
33190674c1
Remove automation to sync Element Android strings.
2 years ago
Jorge Martin Espinosa
ea17abebf3
Display most recent activity in room list ( #220 )
...
* Create `RoomLastMessageFormatter` to produce readable room summaries.
* Add unit tests using Robolectric, fix bugs
* Add changelog
* Move `RoomLastMessageFormatter` back to `impl` module, allow it to receive an `EventTimelineItem` instead of `MessageContent`.
2 years ago
Benoit Marty
c7aac2788e
Create ButtonWithProgress composable
2 years ago
Doug
3f9e58cc78
Add localazy.json
2 years ago
Jorge Martin Espinosa
dcb98f06aa
Add Session Verification flow ( #197 )
2 years ago
Benoit Marty
8f205bd7dd
Fix copyright
2 years ago
Benoit Marty
d8be158078
Import some classes from Element into :libraries:androidutils
2 years ago
Benoit Marty
c0cb056328
Inject Lazy and then use callFactory instead of setting client manually. It'll allow to initialise retrofit/okhttp lazily.
2 years ago
Benoit Marty
3bd98dc578
Fix lint warning
...
Recommended Action: Apply the 'com.android.lint' plugin to java library project ***. to enable lint to analyze those sources.
2 years ago
Benoit Marty
52b62a2018
Add preview for CircularProgressIndicator
2 years ago