Benoit Marty
cca31af3f4
Invoke `./tools/localazy/downloadStrings.sh --all`
2 years ago
Benoit Marty
e211d03476
Add GitHub action to sync Localazy strings.
2 years ago
Florian Renaud
4b2cf266f4
Merge pull request #298 from vector-im/renovate/appyx
...
Update dependency com.bumble.appyx:core to v1.1.2
2 years ago
Benoit Marty
6ff7066897
Add ability to download only English string (for developer). This is default behavior.
2 years ago
Florian Renaud
eef1eea2a8
Merge remote-tracking branch 'origin/develop' into
...
feature/fre/start_chat_with_matrix_id
2 years ago
renovate[bot]
167a3c79f8
Update dependency com.bumble.appyx:core to v1.1.2
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
7d3fd30d66
Disable Diawi when running from fork ( #292 )
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
bedadd6c0d
Remove hardcoded string
2 years ago
Florian Renaud
2a1da1d405
Unplug DM creation
2 years ago
Florian Renaud
40b0591478
Move FakeSelectUserPresenter to dedicated module
2 years ago
Florian Renaud
a335022499
Pass null name when creating DM
2 years ago
Florian Renaud
f04d25c8af
Add new screenshots
2 years ago
Florian Renaud
36afd71c29
Handle errors on create DM
2 years ago
Florian Renaud
6ab128ba4d
Changelog
2 years ago
Florian Renaud
014d14ff79
Use string resource
2 years ago
Florian Renaud
b82ee66855
Add presenter tests
2 years ago
Florian Renaud
55dc2c5da8
Remove confirmation dialog
2 years ago
Florian Renaud
ec323051fe
Add preview
2 years ago
Florian Renaud
7ac828de52
fix rebase issue
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
Benoit Marty
cb3a6fc716
Merge pull request #294 from vector-im/misc/disable-nightly-for-forks
...
Disable nightly workflow for forks
2 years ago
Michael Kaye
fc0373d1e5
Check for team membership, not org membership
2 years ago
Michael Kaye
15d8980214
Fix
2 years ago
Chris Smith
f3d5cfd9e6
Merge remote-tracking branch 'origin/develop' into local-sdk-fixes
2 years ago
Chris Smith
1229d8996c
Remove explicit include for rustsdk
2 years ago
renovate[bot]
0bc2bcb353
Update dependency com.android.tools:desugar_jdk_libs to v2.0.3 ( #281 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Jorge Martín
14dec83e13
Disable nightly workflow for forks
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
d70148d8d8
Merge remote-tracking branch 'origin/develop' into local-sdk-fixes
2 years ago
Benoit Marty
4cf9647fc4
Merge pull request #291 from vector-im/misc/add-chris
...
Add Chris to the team in the Dangerfile
2 years ago
Jorge Martín
ebbc4e1569
Add Chris to the team in the Dangerfile, remove some former colleagues 😢
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
Florian Renaud
f16400e791
Merge pull request #259 from vector-im/renovate/coil
...
Update coil to v2.3.0
2 years ago
renovate[bot]
53dd44c17e
Update coil to v2.3.0
2 years ago
Benoit Marty
0aaabe2376
Merge pull request #279 from vector-im/feature/fga/close_client
...
Makes MatrixClient Closeable outside of logout function.
2 years ago
ganfra
2805b4b118
Merge pull request #280 from vector-im/renovate/appyx
...
Update dependency com.bumble.appyx:core to v1.1.1
2 years ago
renovate[bot]
12c527a17d
Update dependency com.bumble.appyx:core to v1.1.1
2 years ago
Jorge Martin Espinosa
dd31899a5a
Set a fixed number of emojis per row. ( #271 )
2 years ago
ganfra
af12d8b89e
Makes MatrixClient Closeable outside of logout function.
2 years ago
Benoit Marty
af4d845e6a
Remove empty files...
2 years ago
Benoit Marty
f8db01d742
Merge pull request #270 from vector-im/renovate/org.matrix.rustcomponents
...
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.5
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
renovate[bot]
d7c8e819cf
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.5
2 years ago
ganfra
6fc042b73e
Merge pull request #258 from vector-im/renovate/com.google.testparameterinjector
...
Update dependency com.google.testparameterinjector:test-parameter-injector to v1.11
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