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
Benoit Marty
771855dfe3
Let coil use our OkHttpClient.
2 years ago
Benoit Marty
a68b3f80eb
Add `:libraries:network` module
2 years ago
Benoit Marty
32d9a183ae
Add BuildMeta to the project
2 years ago
Benoit Marty
63fabed8ce
Introduce AppNavigationStateService.
2 years ago
Benoit Marty
192bb42106
Add class LoggerTag
2 years ago
Benoit Marty
b74e1e6074
allLibraries renamed to allLibrariesImpl and only reference implementation of the libraries.
2 years ago
Jorge Martin Espinosa
cd09c15df4
Fix behaviour of Enter and Tab hardware keys in TextFields ( #216 )
...
* Fix behaviour of Enter and Tab hardware keys in TextFields
* Add changelog
2 years ago
Florian Renaud
d2e5e4fc45
Improve MatrixUserRow paddings
2 years ago
Florian Renaud
74fdb34269
Move DockedSearchBar to common SearchBar
2 years ago
Florian Renaud
5a20c14524
Set avatar size value to dp
2 years ago
ganfra
ccde8adef3
[MatrixSDK] map the remaining EventContents
2 years ago
ganfra
2dc44250fb
[MatrixSDK] remove Rust AuthenticationService from the dependency graph
2 years ago
ganfra
497fd635f8
[MatrixSDK] make tests passes
2 years ago
ganfra
801eecfe8d
[MatrixSDK] finish mapping timeline and makes it compile
2 years ago
Florian Renaud
e8404ad62a
Update avatar size on search results
2 years ago
Florian Renaud
9e4e4b6124
Show result when searching for matrix id
2 years ago
ganfra
fb85f35525
[MatrixSDK] start mapping all the timeline objects
2 years ago
ganfra
98911a12ad
[MatrixSDK] makes sure to release FFI objects from RustMatrixRoom by calling close
2 years ago