Benoit Marty
|
45526c0e3a
|
Use Clock (SDK API change)
|
2022-05-03 15:02:34 +02:00 |
Benoit Marty
|
6a61e639e0
|
SDK: Replace usage of `System.currentTimeMillis()` by a `Clock` interface (#4562)
Sometimes move to UUID or Random numbers instead.
|
2022-05-03 15:02:34 +02:00 |
Benoit Marty
|
40e26900b0
|
Create a Clock SDK side (#4562)
|
2022-05-03 15:02:34 +02:00 |
Benoit Marty
|
8dd87321da
|
Merge pull request #5866 from vector-im/feature/bma/fix_sanity_test
Fix sanity test
|
2022-05-03 15:02:04 +02:00 |
Adam Brown
|
0325754d12
|
Merge pull request #5884 from vector-im/sync-analytics-plan
Sync analytics plan
|
2022-05-03 09:18:29 +01:00 |
Valere
|
2da109cb74
|
Merge pull request #5886 from vector-im/feature/bca/fix_graceperiod_autorageshake
Fix UISIDetector grace period bug
|
2022-05-02 17:50:55 +02:00 |
Valere
|
f57e20c73c
|
make grace period configurable and reduce test duration
|
2022-05-02 17:19:08 +02:00 |
Valere
|
d0bff5000c
|
Fix UISIDetector grace period bug
|
2022-05-02 10:10:29 +02:00 |
bmarty
|
cd6807d9b2
|
Sync analytics plan
|
2022-05-02 00:03:56 +00:00 |
Benoit Marty
|
cbc29d0699
|
Merge pull request #5872 from vector-im/feature/bca/crypto_olm_faster_decrypt
olm try to decrypt with recent session first
|
2022-04-29 11:49:22 +02:00 |
Benoit Marty
|
271eb31162
|
Merge pull request #5871 from vector-im/feature/bca/fix_freeze_setup_recovery
fix doing password stretching on main thread
|
2022-04-29 11:21:30 +02:00 |
Valere
|
50a4d2ba0a
|
olm try to decrypt with recent session first
|
2022-04-29 11:01:45 +02:00 |
Valere
|
a1e980d103
|
fix doing password stretching on main thread
|
2022-04-29 10:41:14 +02:00 |
Benoit Marty
|
7fa1af3819
|
Looks like ktlint and Android Studio does not order imports with the same rules :/. Let's please ktlint for the CI :/
|
2022-04-29 10:05:51 +02:00 |
Benoit Marty
|
2a8134af89
|
Ensure voice call menu item is visible to the user when there is only one room member. The video call menu item is already visible (for other previous reason).
|
2022-04-28 16:55:46 +02:00 |
Benoit Marty
|
f48be229c8
|
Fix issue with ignored users. Preference Category and Preference title have the same value.
|
2022-04-28 16:39:59 +02:00 |
Benoit Marty
|
f6fa794a18
|
Restore voice call test (was fixed in #5847)
|
2022-04-28 14:40:11 +02:00 |
Adam Brown
|
cd52df5d2e
|
Merge pull request #5785 from vector-im/feature/adm/ftue-step-ordering
FTUE - Registration step ordering
|
2022-04-28 09:33:08 +01:00 |
Aris Kotsomitopoulos
|
3d190bb2ac
|
Merge pull request #5815 from vector-im/feature/aris/crypto_improve_UISI_exceptions
Enhance crypto posthog errors with more details
|
2022-04-27 17:10:19 +03:00 |
Aris Kotsomitopoulos
|
09e8c104bb
|
Merge pull request #5592 from vector-im/feature/aris/prevent_decryption_fom_suspend_functions
Avoid accessing realm instance from suspend functions
|
2022-04-27 17:09:39 +03:00 |
Eric Decanini
|
5ac0555c21
|
Merge pull request #5826 from vector-im/bugfix/eric/missing-suggested-tag
Adds Suggested Tag in Explore Space
|
2022-04-27 14:15:05 +02:00 |
Aris Kotsomitopoulos
|
942bc13ccc
|
Merge pull request #5721 from vector-im/feature/aris/fix_account_deactivation_issue
Fix Account deactivation issues
|
2022-04-27 13:05:52 +03:00 |
ericdecanini
|
039c9c60fe
|
Replaces elvis false if orFalse
|
2022-04-27 12:04:38 +02:00 |
ariskotsomitopoulos
|
1f9b9571fd
|
Enhance code format
|
2022-04-27 12:42:23 +03:00 |
ariskotsomitopoulos
|
5cfe218634
|
Wrap only cryptoService.decryptEvent with runBlocking instead of the whole methods
|
2022-04-27 12:38:25 +03:00 |
ariskotsomitopoulos
|
51b42929bd
|
Merge branch 'develop' into feature/aris/prevent_decryption_fom_suspend_functions
# Conflicts:
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/room/timeline/TimelineEventDecryptor.kt
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/sync/handler/room/RoomSyncHandler.kt
|
2022-04-27 12:26:16 +03:00 |
ariskotsomitopoulos
|
780f1ffc8c
|
Merge branch 'develop' into feature/aris/fix_account_deactivation_issue
# Conflicts:
# vector/src/main/java/im/vector/app/features/settings/account/deactivation/DeactivateAccountViewModel.kt
|
2022-04-27 12:15:36 +03:00 |
manuroe
|
f5973fa840
|
Merge pull request #5836 from vector-im/feature/manu/pr-2-reviews
Update the PR process doc with 2 reviewers and a new reviewer team
|
2022-04-27 08:47:11 +02:00 |
Benoit Marty
|
521fd1fcd7
|
Merge pull request #5847 from vector-im/bugfix/eric/missing-call-icons
Fixes Missing Call Icons when threads are enabled
|
2022-04-26 22:30:07 +02:00 |
ericdecanini
|
9c951687b0
|
Moves tools ignore AlwaysShowAction to root of menu_timeline
|
2022-04-26 21:56:56 +02:00 |
ericdecanini
|
6548c3cf6f
|
Replaces call title with action_voice_call
|
2022-04-26 21:54:54 +02:00 |
ericdecanini
|
e4cd31d5ab
|
Adds changelog file
|
2022-04-26 21:13:36 +02:00 |
ericdecanini
|
f6a03cdc63
|
Fixes missing call icons
|
2022-04-26 21:10:40 +02:00 |
Benoit Marty
|
d694ea16a8
|
Merge pull request #5816 from vector-im/feature/bma/sdk_doc_update
Implement a more scoped API to the `Session` interface
|
2022-04-26 17:00:29 +02:00 |
Benoit Marty
|
8ff7acaec5
|
Merge pull request #5832 from vector-im/feature/manu/elementx_gh_workflow
Add a GH workflow to push ElementX issues to the global board
|
2022-04-26 16:18:57 +02:00 |
Benoit Marty
|
6ee0b62272
|
Merge branch 'develop' into feature/bma/sdk_doc_update
|
2022-04-26 16:15:07 +02:00 |
Adam Brown
|
636f7fdc30
|
removing comment re-explains what the code is already doing
|
2022-04-26 15:14:58 +01:00 |
Benoit Marty
|
f863bdea37
|
Merge pull request #5844 from vector-im/cgizard/disable-update-gradle-wrapper
Disable update-gradle-wrapper for forks
|
2022-04-26 16:10:58 +02:00 |
Claire G
|
40f3165d7f
|
update comment
|
2022-04-26 15:13:27 +02:00 |
Claire G
|
766059ffd1
|
disable update-gradle-wrapper for forks
|
2022-04-26 15:11:18 +02:00 |
Benoit Marty
|
f2bd93afe6
|
Merge pull request #5838 from vector-im/dependabot/gradle/org.jetbrains.dokka-dokka-gradle-plugin-1.6.21
Bump dokka-gradle-plugin from 1.6.20 to 1.6.21
|
2022-04-26 15:02:43 +02:00 |
dependabot[bot]
|
66fd100333
|
Bump dokka-gradle-plugin from 1.6.20 to 1.6.21
Bumps dokka-gradle-plugin from 1.6.20 to 1.6.21.
---
updated-dependencies:
- dependency-name: org.jetbrains.dokka:dokka-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-26 13:00:14 +00:00 |
Benoit Marty
|
9e8e6c8b18
|
Merge pull request #5839 from vector-im/dependabot/gradle/org.owasp-dependency-check-gradle-7.1.0.1
Bump dependency-check-gradle from 7.0.4.1 to 7.1.0.1
|
2022-04-26 14:59:42 +02:00 |
Benoit Marty
|
d4c0575f28
|
Merge remote-tracking branch 'origin/hotfix/1.4.13' into develop
|
2022-04-26 11:50:23 +02:00 |
ariskotsomitopoulos
|
ba99d5c028
|
Merge branch 'develop' into feature/aris/fix_account_deactivation_issue
# Conflicts:
# vector/src/main/java/im/vector/app/features/settings/account/deactivation/DeactivateAccountViewModel.kt
|
2022-04-26 12:49:21 +03:00 |
Benoit Marty
|
6b5822e3d5
|
fastlane (same content than for 1.4.12)
|
2022-04-26 11:35:43 +02:00 |
Benoit Marty
|
ebcab189f2
|
towncrier
|
2022-04-26 11:31:51 +02:00 |
Benoit Marty
|
da656ac470
|
Changelog
|
2022-04-26 11:30:53 +02:00 |
Benoit Marty
|
b2f9d6778a
|
Version hotfix 1.4.13
|
2022-04-26 11:29:40 +02:00 |
Maxime NATUREL
|
343322ef21
|
Merge pull request #5814 from vector-im/fix/mna/live-location-beacon-format
[Live location sharing] - Removing BeaconInfo structure
|
2022-04-26 09:57:46 +02:00 |