Michael Kaye
14e7c71b26
Initial work to ensure that all AssertionFailures have a message.
...
There's more to fix up...
2022-05-05 14:36:28 +01:00
Benoit Marty
9c558f1f15
Merge pull request #5928 from vector-im/bugfix/adm/login-in-other
...
Fixing sign in via Other needing registration to be enabled
2022-05-04 14:09:40 +02:00
Adam Brown
f42e6c0a3c
fixing sign in needing registration to be enabled
...
- caused by the sign in flow using the registration homeserver validation, fixed by posting the sign in mode event directly
2022-05-04 11:36:36 +01:00
Benoit Marty
78af67ee7e
Changelog
2022-05-04 12:33:26 +02:00
Adam Brown
1d59f69a57
Merge pull request #5909 from vector-im/defect/adm/crash-when-processing-call-events
...
Fixes crash when accepting VOIP calls
2022-05-04 11:16:51 +01:00
Adam Brown
76a285e655
Merge pull request #5926 from vector-im/bugfix/adm/konfetti-crash
...
Crash - Konfetti API 21/22 crash
2022-05-04 11:16:31 +01:00
Benoit Marty
dcc20bbfeb
Merge pull request #5854 from vector-im/feature/bma/small_fixies
...
Documentation update
2022-05-04 11:57:19 +02:00
Benoit Marty
5076b2cdbd
Merge pull request #5858 from vector-im/feature/bma/room_api
...
Room now exposes methods to get the various Services
2022-05-04 11:55:04 +02:00
Adam Brown
9fd56f0b5c
fixes konfetti crashing api 21/22 devices due to the View lifecycle being different
...
- https://github.com/DanielMartinus/Konfetti/issues/297
2022-05-04 10:31:33 +01:00
Benoit Marty
b5a0c944d1
Merge pull request #5869 from vector-im/feature/mna/PSF-884-live-location-aggregation
...
[Live location sharing] Improve aggregation process of events
2022-05-04 11:11:39 +02:00
Benoit Marty
2ff6604555
Merge pull request #5890 from vector-im/feature/bma/another_cleanup
...
This is not necessary to map the EventId
2022-05-04 10:47:05 +02:00
Benoit Marty
12d7cee687
Merge pull request #5924 from vector-im/feature/bma/space_fix
...
Space list crash fix
2022-05-04 10:41:40 +02:00
Benoit Marty
70c1310794
Ensure space invite are not displayed twice and cannot be selected as current space
2022-05-04 10:07:08 +02:00
Benoit Marty
4889295361
Tentative fix for rageshake 37765
2022-05-04 10:07:08 +02:00
Benoit Marty
97702317dd
Rename var
2022-05-04 10:07:08 +02:00
Benoit Marty
29dc114d1a
Format the file
2022-05-04 10:07:08 +02:00
Benoit Marty
1e3ad30422
Merge pull request #5920 from vector-im/dependabot/gradle/org.jlleitschuh.gradle.ktlint-10.3.0
...
Bump org.jlleitschuh.gradle.ktlint from 10.2.1 to 10.3.0
2022-05-04 09:31:57 +02:00
Maxime NATUREL
63119ca2a3
Merge pull request #5912 from vector-im/fix/mna/issue-5855-response-state-event
...
[SDK] Add missing return type in RoomApi.sendStateEvent()
2022-05-04 09:25:49 +02:00
dependabot[bot]
f771a22161
Bump org.jlleitschuh.gradle.ktlint from 10.2.1 to 10.3.0
...
Bumps org.jlleitschuh.gradle.ktlint from 10.2.1 to 10.3.0.
---
updated-dependencies:
- dependency-name: org.jlleitschuh.gradle.ktlint
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-03 23:06:53 +00:00
fedrunov
9f520d4e8a
track room open and room join analytics events ( #5696 )
2022-05-03 16:11:40 +02:00
Maxime NATUREL
3b022eee83
Adding return type description in doc of StateService
2022-05-03 15:20:06 +02:00
Maxime NATUREL
e5bb7ae5cd
Return the created eventId in methods to send state events
2022-05-03 15:06:04 +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
Maxime NATUREL
d79a9c5b8b
Adding changelog entry
2022-05-03 14:31:01 +02:00
Adam Brown
c09a93c171
fixes crash when accepting calls
...
- the event insert logic is designed to be single threaded however the scope will allow coroutine continuation which leads to unintended multiple thread access for processing and post processing
- the fix is to convert the launching to a flow which will sequentially process the launch logic on the single threaded scope
2022-05-03 12:26:13 +01: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
Benoit Marty
e36c57ff29
changelog
2022-05-02 15:07:35 +02:00
Maxime NATUREL
a971b19f5c
Removing location info from log
2022-05-02 15:06:13 +02:00
Benoit Marty
672023e94b
This is not necessary to map the EventId, it does not bring any new information.
2022-05-02 15:01:02 +02:00
Maxime NATUREL
1720dc1fac
Removing non necessary fields when mapping from DB model
2022-05-02 14:23:24 +02:00
Maxime NATUREL
3201308125
Renaming other timestamps with shorter names
2022-05-02 14:05:05 +02:00
Maxime NATUREL
11ebab094b
Fixing aggregation and adding debug logs
2022-05-02 12:24:30 +02:00
Maxime NATUREL
0f415a56dd
Using .wip extension for changelog entry
2022-05-02 12:20:17 +02:00
Maxime NATUREL
0fc2352c07
Adding docs to describe message contents
2022-05-02 11:21:41 +02:00
Maxime NATUREL
a27569770b
Renaming timestamp fields
2022-05-02 11:10:36 +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
Maxime NATUREL
e82e79d7e2
Fixing code quality issues
2022-04-29 14:21:44 +02:00
Maxime NATUREL
e8556ec830
Renaming aggregated summary model
2022-04-29 14:17:35 +02:00
Maxime NATUREL
1db0e71796
Moving beacon info structure into message package
2022-04-29 14:01:01 +02:00
Maxime NATUREL
444d2c6491
Renaming message contents
2022-04-29 13:59:47 +02:00
Maxime NATUREL
3460df7ac8
Rename isLive field to isActive
2022-04-29 13:47:12 +02:00
Maxime NATUREL
f9220e4185
Adding helper method to avoid adding comment
2022-04-29 13:37:14 +02:00
Maxime NATUREL
61b1e84e61
Making eventId as primary key
2022-04-29 13:10:37 +02: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
Maxime NATUREL
a2aafb9b6b
Fixing code quality issues
2022-04-28 17:16:13 +02:00
Maxime NATUREL
4f1596d105
Removing TODOs
2022-04-28 17:03:17 +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
Maxime NATUREL
779cbc8c08
Realm migration
2022-04-28 16:43:47 +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
Maxime NATUREL
ec2525a8fa
Adding changelog entry
2022-04-28 15:02:28 +02:00
Maxime NATUREL
6e68a5187e
Fixing wrong timestamp unit for location event
2022-04-28 14:51:02 +02:00
Benoit Marty
f6fa794a18
Restore voice call test (was fixed in #5847 )
2022-04-28 14:40:11 +02:00
Maxime NATUREL
65724fbdd4
Mapping between entity/model
2022-04-28 14:36:23 +02:00
Maxime NATUREL
f283a95c03
Implementing aggregation processor methods
2022-04-28 14:24:17 +02:00
Maxime NATUREL
b788a82d0d
Adding live summary entity into annotation entity
2022-04-28 12:10:39 +02:00
Maxime NATUREL
25ca50c7bd
Fix final members in Entity
2022-04-28 11:58:49 +02:00
Benoit Marty
3bcfd7c103
Fix tests
2022-04-28 11:03:46 +02:00
Benoit Marty
c2993a2a04
Fix long line
2022-04-28 10:52:11 +02:00
Benoit Marty
2ce92f0d41
Fix wrong copyright
2022-04-28 10:50:47 +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
Benoit Marty
97bee949e1
Changelog
2022-04-28 10:25:14 +02:00
Benoit Marty
246480eaed
Changelog
2022-04-28 10:17:29 +02:00
Benoit Marty
f4b7161db2
Room now exposes methods to get the various Services
2022-04-28 09:37:58 +02:00
Maxime NATUREL
f04b67ba29
Adding missing internal qualifier
2022-04-27 18:01:10 +02:00
Benoit Marty
a27ecac598
Update the doc
2022-04-27 17:30:34 +02:00
Maxime NATUREL
d18ea43211
Adding new field in EventAnnotationsSummary
2022-04-27 17:17:31 +02:00
Maxime NATUREL
10aa753231
Creating classes to save aggregated summary of a live location share
2022-04-27 17:16:06 +02:00
Benoit Marty
b319ef40ba
Add files to document module and packages
2022-04-27 16:52:45 +02:00
Benoit Marty
250baf225c
Suppress legacy Riot classes from being documented.
2022-04-27 16:31:53 +02: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
Benoit Marty
9e2cae5643
Clarify that default language is U.S. English
2022-04-27 14:31:02 +02:00
Benoit Marty
01be02abb5
Remove unused members
2022-04-27 14:31:02 +02:00
Benoit Marty
4b33751127
Clarify + typo
2022-04-27 14:31:02 +02: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
dependabot[bot]
17189f2d58
Bump dependency-check-gradle from 7.0.4.1 to 7.1.0.1
...
Bumps dependency-check-gradle from 7.0.4.1 to 7.1.0.1.
---
updated-dependencies:
- dependency-name: org.owasp:dependency-check-gradle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-25 23:10:13 +00:00
Benoit Marty
c542619525
We do not need to observe the user here
2022-04-25 18:31:30 +02:00
Benoit Marty
abdfd9deee
Format
2022-04-25 18:29:49 +02:00
manuroe
1b387c8242
Update the PR process doc with 2 reviewers and a new reviewer team.
2022-04-25 18:20:16 +02:00
Benoit Marty
d2eca739f4
Apply suggestion
2022-04-25 17:55:31 +02:00
Benoit Marty
fb736281f0
Rename val
2022-04-25 17:49:50 +02:00
Benoit Marty
cd06ba656a
Ensure getRootSpaceSummaries()
is not called on the main thread.
2022-04-25 16:10:17 +02:00
manuroe
d2f6f0fa92
Add a GH workflow to push ElementX issues to the global board
...
https://github.com/orgs/vector-im/projects/43
2022-04-25 11:11:09 +02:00
Benoit Marty
4af883f5d2
changelog
2022-04-25 09:49:51 +02:00
Benoit Marty
272bdf95cb
Use the session SearchService to search in a room.
2022-04-25 09:49:51 +02:00
Benoit Marty
0092a7057e
Access the various services with a getter
2022-04-25 09:49:51 +02:00
Benoit Marty
016551f79f
This 2 services can also be Lazy
2022-04-25 09:49:05 +02:00
Benoit Marty
0449606f0b
Dokka config: try to ignore org.matrix.android.sdk.internal.legacy.riot
2022-04-25 09:49:05 +02:00
Benoit Marty
51f7c68d3f
Dokka config: emit a warning for undocumented elements
2022-04-25 09:49:05 +02:00
Benoit Marty
96b2254ac1
Small update of the Matrix documentation
2022-04-25 09:48:57 +02:00
Benoit Marty
a52182490d
Add a TODO for next Weblate sync
2022-04-25 09:48:35 +02:00
Benoit Marty
b36955f6e2
Merge pull request #5812 from vector-im/feature/bma/dokka_3
...
Feature/bma/dokka 3
2022-04-25 09:43:17 +02:00
Kat Gerasimova
e3198e5b25
Update issue labelling automation
...
Don't label A-Threads with Z-Labs any more because threads have been released
2022-04-25 08:41:05 +01:00
Benoit Marty
b88a86a0cf
Merge pull request #5824 from vector-im/feature/forked-disable-triage-move-review-requests
...
disable triage-move-review-requests for forks
2022-04-25 09:40:34 +02:00
ericdecanini
c0da9f6bf0
Fixes lint error
2022-04-22 21:54:21 +02:00
ericdecanini
ab924745de
Adds changelog file
2022-04-22 21:53:55 +02:00
ericdecanini
43c2b42a82
Adds suggested tag in explore rooms
2022-04-22 21:33:25 +02:00
Claire G
683cc599ca
disable triage-move-review-requests for forks
2022-04-22 16:19:15 +02:00
TarasSmakula
2839d1467f
Feature/5575 custom auth params for sign up ( #5577 )
...
Add a fun `RegistrationWizard.registrationCustom()` to be able to use any parameters during the registration.
Move terms converter into `api` package.
2022-04-21 20:02:27 +00:00
Benoit Marty
96350b0ed0
Merge pull request #5813 from vector-im/feature/bma/query
...
Improve code in file TimelineEventEntityQueries.kt
2022-04-21 21:11:30 +02:00
Benoit Marty
3ed6a90fde
Fix sanity test after #5773
2022-04-21 21:08:28 +02:00
ariskotsomitopoulos
e368046b84
Add KEYS_WITHHELD error type to analytics
2022-04-21 19:31:12 +03:00
Michael Kaye
2951077979
Merge pull request #5672 from vector-im/michaelkaye/use_hookshot
...
Move to using hookshot to send notifications, rather than using matrix client directly.
2022-04-21 17:27:44 +01:00
Maxime NATUREL
eb844753a5
Adding changelog entry
2022-04-21 16:47:38 +02:00
ariskotsomitopoulos
cc705d5458
Remove unused import
2022-04-21 17:23:00 +03:00
ariskotsomitopoulos
cf8031bbc6
Remove unused comment
2022-04-21 17:14:25 +03:00
Maxime NATUREL
914db8c6be
Removing BeaconInfo structure
2022-04-21 15:52:16 +02:00
Onuray Sahin
8eaa2f8dfb
Merge pull request #5811 from vector-im/feature/ons/voip_screen_sharing_permission
...
VoIP Screen Sharing Permission
2022-04-21 16:03:35 +03:00
Benoit Marty
dbc558afbc
More cleanup in TimelineEventEntityQueries.kt
2022-04-21 14:37:56 +02:00
Benoit Marty
7f09a37503
Move code to TimelineEventEntityQueries.kt ( #5810 )
2022-04-21 14:27:17 +02:00
Onuray Sahin
56b3e8aaa4
Merge branch 'develop' into feature/ons/voip_screen_sharing_permission
...
* develop: (107 commits)
Fixes long line and comment lint errors
Fixes lint errors
Adds changelog file
Formats entire project
Adds changelog file
Makes MediaType internal
Bump libphonenumber from 8.12.46 to 8.12.47
updating release version in preparation for next cycle
generating changelog
Replaces writeAsync with awaitTransaction
Replaces doWithRealm with writeAsync
Translated using Weblate (Polish)
Translated using Weblate (Slovak)
Crash: open private room by link. Use RoomId instead of the alias.
Translated using Weblate (Arabic)
Makes MediaFileUtils function internal
Removes runCatching from TemporaryFileCreator
using unix end of line character instead of windows as *nix OSes are more common dev environments
remove spaces feedback from left panel (#5686 )
Translated using Weblate (French)
...
# Conflicts:
# vector/src/main/java/im/vector/app/features/call/VectorCallViewModel.kt
2022-04-21 15:16:04 +03:00
Onuray Sahin
949d476623
Code review fixes.
2022-04-21 15:09:41 +03:00
Eric Decanini
c21ec983e8
Merge pull request #5805 from vector-im/task/eric/format-project
...
Formats project with new code style
2022-04-21 12:43:28 +02:00
Benoit Marty
8874f236e4
Changelog
2022-04-21 12:30:34 +02:00
Benoit Marty
863ed2f15d
Move GetPushRulesResponse
to internal package
2022-04-21 12:30:34 +02:00
Benoit Marty
4def1e6068
Rename internal package from notification
to pushrules
2022-04-21 12:30:11 +02:00
Benoit Marty
729a2e6372
Move pushrules
package to the session
package
2022-04-21 12:30:11 +02:00
Benoit Marty
543e274437
Required by dokka-gradle-plugin:1.6.20
2022-04-21 12:29:10 +02:00
ericdecanini
a5eca12824
Fixes long line and comment lint errors
2022-04-21 12:02:47 +02:00
Onuray Sahin
534d55a24e
Fix import.
2022-04-21 13:00:51 +03:00
Eric Decanini
aebdee1070
Merge pull request #5652 from vector-im/bugfix/eric/sending-images-crashes
...
Potentially fixes intermittent crashing from sending gallery images
2022-04-21 11:54:59 +02:00
ericdecanini
8e569af60c
Fixes lint errors
2022-04-21 11:54:29 +02:00
ericdecanini
ed11ca99af
Adds changelog file
2022-04-21 11:53:24 +02:00
ericdecanini
de899bbb18
Formats entire project
2022-04-21 11:50:15 +02:00
Onuray Sahin
55740a1f6b
Changelog added.
2022-04-21 12:31:34 +03:00
Benoit Marty
7f3e72b9cb
Merge pull request #5772 from vector-im/feature/bma/ignore_users
...
Delete Events from ignored users and trigger a clear cache request dialog when unignoring user(s)
2022-04-21 11:03:09 +02:00
Benoit Marty
f6c34f8e12
Merge pull request #5784 from vector-im/feature/adm/end-of-line-character
...
Using unix end of line character instead of windows
2022-04-21 11:01:23 +02:00
Onuray Sahin
0693e3c3aa
Add feature flag for screen sharing.
2022-04-21 11:56:05 +03:00
ericdecanini
b2e18a8591
Adds changelog file
2022-04-21 10:42:18 +02:00
ericdecanini
6aa0be22c9
Makes MediaType internal
2022-04-21 10:42:08 +02:00
Onuray Sahin
f9ee06cd2a
Implement foreground service for Android Q and later.
2022-04-21 11:23:25 +03:00
Benoit Marty
78b1feae77
Merge pull request #5807 from vector-im/dependabot/gradle/com.googlecode.libphonenumber-libphonenumber-8.12.47
...
Bump libphonenumber from 8.12.46 to 8.12.47
2022-04-21 10:01:49 +02:00
Benoit Marty
7947d128fe
Merge pull request #5774 from vector-im/feature/bma/ignored_users_in_memberlist
...
Add a picto for ignored users in the room member list screen
2022-04-21 10:00:19 +02:00
Benoit Marty
f4f9c85bf7
Merge pull request #5773 from vector-im/feature/bma/ignore_user_settings
...
Move "Ignored users" setting section into "Security & Privacy"
2022-04-21 09:59:32 +02:00
dependabot[bot]
ed0ef4ad81
Bump libphonenumber from 8.12.46 to 8.12.47
...
Bumps [libphonenumber](https://github.com/google/libphonenumber ) from 8.12.46 to 8.12.47.
- [Release notes](https://github.com/google/libphonenumber/releases )
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md )
- [Commits](https://github.com/google/libphonenumber/compare/v8.12.46...v8.12.47 )
---
updated-dependencies:
- dependency-name: com.googlecode.libphonenumber:libphonenumber
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-20 23:08:25 +00:00
Adam Brown
441751a6ec
updating release version in preparation for next cycle
2022-04-20 15:03:46 +01:00
Adam Brown
3a9bacd7a8
Merge branch 'release/v1.4.12'
2022-04-20 14:44:43 +01:00
ariskotsomitopoulos
d240e3c453
Enhance crypto posthog errors with more details
2022-04-20 16:40:12 +03:00
Adam Brown
903c402cf5
generating changelog
2022-04-20 14:08:58 +01:00
Adam Brown
7c7822a28a
Merge pull request #5792 from vector-im/bugfix/eric/realm-write-async
...
Replaces monarchy.doWithRealm with monarchy.awaitTransaction
2022-04-20 12:48:05 +01:00
Onuray Sahin
fa3476d6cd
Create a foreground service during screen sharing.
2022-04-20 13:33:35 +03:00
Adam Brown
518a7585ab
Merge pull request #5793 from vector-im/feature/adm/weblate_1_4_14
...
Weblate 1.4.14
2022-04-20 11:30:39 +01:00
ericdecanini
8eab24c53d
Replaces writeAsync with awaitTransaction
2022-04-20 11:10:01 +02:00
Adam Brown
f70b2a605c
Merge pull request #5791 from RiotTranslateBot/weblate-element-android-element-app
...
Translations update from Weblate
2022-04-20 10:03:06 +01:00
ericdecanini
90b063f0de
Replaces doWithRealm with writeAsync
2022-04-20 10:55:06 +02:00
Adam Brown
73754993a5
Translated using Weblate (Polish)
...
Currently translated at 38.5% (22 of 57 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/pl/
2022-04-20 08:37:20 +00:00
Weblate
a46630fd05
Merge branch 'origin/develop' into Weblate.
2022-04-20 08:16:01 +00:00
Jozef Gaal
7d4e647b3b
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (2190 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
2022-04-20 08:15:32 +00:00
ClaireG
e0556cd5e6
Crash: open private room by link. Use RoomId instead of the alias.
2022-04-20 09:17:16 +02:00
Zet
ebf821011b
Translated using Weblate (Arabic)
...
Currently translated at 37.6% (825 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ar/
2022-04-19 16:59:37 +00:00
Onuray Sahin
99cab794c4
Show screen sharing permission dialog.
2022-04-19 17:47:06 +03:00
Onuray Sahin
00bbb94b3b
Add screen sharing option to call menu.
2022-04-19 17:42:38 +03:00
Adam Brown
e736bc73f4
adding changelog entry
2022-04-19 12:41:13 +01:00
ericdecanini
0556a3d088
Makes MediaFileUtils function internal
2022-04-19 13:31:37 +02:00
ericdecanini
4a010a7a2a
Removes runCatching from TemporaryFileCreator
2022-04-19 13:31:13 +02:00
Adam Brown
2d7b71f70d
extracting stage ordering to its own class with test
2022-04-19 12:30:33 +01:00
Adam Brown
1a76b4d680
ordering the ftue onboarding steps to match the design flow
...
- only applied when the combined register flag is enabled
2022-04-19 11:56:13 +01:00
Adam Brown
5b01290057
extracting registration flow handling to its own function
...
- flattening nested ifs
- formatting
2022-04-19 11:41:17 +01:00
Adam Brown
98dc4a57fc
using unix end of line character instead of windows as *nix OSes are more common dev environments
2022-04-19 11:26:20 +01:00
ariskotsomitopoulos
945d0ce035
Fix import ordering
2022-04-19 11:50:50 +03:00
ariskotsomitopoulos
459ae7276d
Refactor packages
2022-04-19 11:36:59 +03:00
ariskotsomitopoulos
8a2cd97df0
Resolve merge conflicts
2022-04-19 11:12:28 +03:00
ariskotsomitopoulos
b96adadf1b
Merge branch 'develop' into feature/aris/fix_account_deactivation_issue
...
# Conflicts:
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/tasks/InitializeCrossSigningTask.kt
# vector/src/main/java/im/vector/app/features/settings/account/deactivation/DeactivateAccountViewModel.kt
2022-04-19 11:06:43 +03:00
Aris Kotsomitopoulos
abe07c73a4
Merge pull request #5775 from vector-im/feature/aris/threads_after_release_experience
...
Enhance user experience when home servers do not support threads.
2022-04-19 10:59:41 +03:00
fedrunov
48680c3e2d
remove spaces feedback from left panel ( #5686 )
2022-04-19 09:27:17 +02:00
Glandos
765bfd0570
Translated using Weblate (French)
...
Currently translated at 100.0% (55 of 55 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/fr/
2022-04-17 12:59:41 +00:00
Jozef Gaal
cb577756f9
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (2190 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
2022-04-17 12:59:40 +00:00
Suguru Hirahara
dc4f11a613
Translated using Weblate (Japanese)
...
Currently translated at 98.2% (2151 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-04-17 12:59:40 +00:00
Glandos
fb3e037ed5
Translated using Weblate (French)
...
Currently translated at 100.0% (2190 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fr/
2022-04-17 12:59:38 +00:00
Zet
f8a2b6cdf4
Translated using Weblate (Arabic)
...
Currently translated at 35.9% (787 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ar/
2022-04-17 12:59:38 +00:00
Lucas
a17e5010f0
Translated using Weblate (French)
...
Currently translated at 99.9% (2189 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fr/
2022-04-15 21:59:34 +00:00
Zet
e1bb4da978
Translated using Weblate (Arabic)
...
Currently translated at 32.8% (719 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ar/
2022-04-15 21:59:34 +00:00
Benoit Marty
903e226e59
Restart the timeline when some Event are deleted, for instance when ignoring a user, for the change to take effect
2022-04-15 16:30:09 +02:00
ariskotsomitopoulos
1a38b8c3c9
Replace var with val
2022-04-15 16:32:48 +03:00
Benoit Marty
948566c625
Merge pull request #5685 from vector-im/feature/nfe/space_member_spinner_text
...
add text to spinner when click on space member (dm)
2022-04-15 15:14:40 +02:00
Benoit Marty
09abab6ce3
Add a picto for ignored users in the room member list screen ( #5764 )
2022-04-15 14:17:35 +02:00
Benoit Marty
cc8f086cc3
copyright
2022-04-15 13:32:30 +02:00
Benoit Marty
749976a9cd
changelog
2022-04-15 13:31:49 +02:00
Benoit Marty
cf31381b60
changelog
2022-04-15 13:30:02 +02:00
Benoit Marty
2fdf71db64
Tint the icon
2022-04-15 13:27:23 +02:00
Benoit Marty
68fe0516eb
improve preview of this vector drawable
2022-04-15 13:18:55 +02:00
ariskotsomitopoulos
d24ba65b5b
Enhance user experience when home servers do not support threads.
2022-04-15 14:18:38 +03:00
Benoit Marty
a50bf4582c
Move "Ignored users" setting section into "Security & Privacy", as per Element Web
2022-04-15 13:14:03 +02:00
Benoit Marty
0fbad92e8b
ktlint
2022-04-15 13:06:53 +02:00
Benoit Marty
cdcf57659f
Do not update the cache manually, else the initial sync request will not be triggered.
2022-04-15 12:54:04 +02:00
Benoit Marty
a39516534a
Initial sync dialog will now come later. It allows to unignore several user without performing an initial sync each time.
2022-04-15 12:52:56 +02:00
Eric Decanini
3b454b9ad0
Merge pull request #5727 from vector-im/task/eric/current-code-style-config
...
Adds editorconfig for current code style
2022-04-15 12:07:58 +02:00
Benoit Marty
6b9f2965da
Request an initial sync when a user is unignored ( #1899 )
2022-04-15 12:07:28 +02:00
Benoit Marty
6ed1516d90
Delete messages from just ignored users from our database ( #1899 )
2022-04-15 11:15:08 +02:00
Benoit Marty
ff28cb4349
Add TODO
2022-04-15 10:41:09 +02:00
Benoit Marty
b6f345aec2
Format
2022-04-15 10:18:30 +02:00
Benoit Marty
614c2a347c
Merge pull request #5768 from vector-im/dependabot/gradle/org.jetbrains.dokka-dokka-gradle-plugin-1.6.20
...
Bump dokka-gradle-plugin from 1.6.10 to 1.6.20
2022-04-15 10:17:31 +02:00
dependabot[bot]
aca653170f
Bump dokka-gradle-plugin from 1.6.10 to 1.6.20
...
Bumps dokka-gradle-plugin from 1.6.10 to 1.6.20.
---
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-14 23:08:23 +00:00
Adam Brown
e58677a104
Merge pull request #5763 from vector-im/feature/adm/server-selection-errors
...
FTUE - Server selection errors
2022-04-14 17:22:58 +01:00
Benoit Marty
6a6f59a3be
Merge pull request #5757 from ofalvai/bugfix/uploads-order-e2e
...
Fix sorting of uploads in encrypted rooms
2022-04-14 18:11:49 +02:00
Eric Decanini
ace8ae6a37
Merge pull request #5766 from vector-im/bugfix/eric/joining-space-landing
...
Changes destination when joining space to explore space rooms
2022-04-14 17:58:31 +02:00
Adam Brown
dc5902e8f5
Merge pull request #5737 from vector-im/feature/adm/ftue-captcha
...
FTUE - Registration Captcha and T&Cs screens
2022-04-14 16:42:25 +01:00
Benoit Marty
97f2206f2a
Merge pull request #5767 from vector-im/feature/bma/unignore_user
...
Unignore user must perform an initial sync
2022-04-14 17:31:32 +02:00
Benoit Marty
a171a29bf1
Merge pull request #5762 from vector-im/feature/bma/dokka_2
...
Make some data class immutable
2022-04-14 17:17:55 +02:00
Benoit Marty
c58b8acdcc
Merge pull request #5765 from chagai95/fix-setting-transfer-title
...
Fix setting transfer title
2022-04-14 17:11:09 +02:00
Adam Brown
eda1d9142c
using expression bodies for boolean checks
...
- moves first expression line onto the declaration line
2022-04-14 16:10:22 +01:00
ericdecanini
8b893c4106
Collapses some named arguments on OpenRoomList startActivity
2022-04-14 16:49:32 +02:00
Benoit Marty
b1cff1a5e8
Remove unused code
2022-04-14 16:47:34 +02:00
Benoit Marty
7b7c509796
Changelog
2022-04-14 16:47:04 +02:00
Benoit Marty
0bc557640a
Perform an initial sync after un-ignoring a user, from the slash command ( #3439 )
2022-04-14 16:45:37 +02:00
ericdecanini
431651ba2f
Adds named parameters to OpenRoomList startActivity
2022-04-14 16:39:55 +02:00
Onuray Sahin
aa55b1f6b3
Merge pull request #5758 from vector-im/feature/ons/live_location_stop_sharing
...
Live Location Sharing - Update beacon info state event when sharing is ended
2022-04-14 17:12:50 +03:00
Adam Brown
47b2ae5dfd
updating privacy policy title
2022-04-14 14:55:02 +01:00
Benoit Marty
8da5016767
Rename val
2022-04-14 15:50:58 +02:00
ericdecanini
5b8909b5d2
Adds changelog file
2022-04-14 15:37:06 +02:00
Benoit Marty
a712ffee68
data class
2022-04-14 15:34:50 +02:00
Benoit Marty
9c132a3244
Perform an initial sync after un-ignoring a user, from the room member screen ( #3439 )
2022-04-14 15:26:55 +02:00
Onuray Sahin
f49e7d9619
Code review fixes.
2022-04-14 16:23:43 +03:00
Benoit Marty
6d741c3844
Perform an initial sync after un-ignoring a user ( #3439 )
2022-04-14 15:17:29 +02:00
Benoit Marty
1b95cd537b
Simplify ViewState
2022-04-14 15:11:46 +02:00
chagai95
f6c0050e90
Create 5765.bugfix
2022-04-14 15:11:02 +02:00
Benoit Marty
1468edd2f9
One class per file
2022-04-14 15:09:26 +02:00
Szimszon
8a83064f5a
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (55 of 55 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/hu/
2022-04-14 13:08:58 +00:00
Szimszon
d1db9a70f3
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (2190 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/hu/
2022-04-14 13:08:57 +00:00
Jeanne Lavoie
7441dad1c0
Translated using Weblate (French)
...
Currently translated at 99.7% (2185 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fr/
2022-04-14 13:08:55 +00:00
Jiri Grönroos
c8aaeea7f2
Translated using Weblate (Finnish)
...
Currently translated at 84.2% (1844 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fi/
2022-04-14 13:08:53 +00:00
Mawoka
ebb2c7a250
Translated using Weblate (German)
...
Currently translated at 98.3% (2153 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/de/
2022-04-14 13:08:50 +00:00
Zet
6cb4eb7d49
Translated using Weblate (Arabic)
...
Currently translated at 32.5% (713 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ar/
2022-04-14 13:08:49 +00:00
ericdecanini
84960a77a5
Changes notification join space destination to explore rooms
2022-04-14 15:06:50 +02:00
Adam Brown
7f7b75cae9
removing nullable padding parameter in favour of callers handling nullability
2022-04-14 14:02:30 +01:00
chagai95
2296b89faf
Add title string in MaterialToolbar
...
which was added later to xml
2022-04-14 14:57:29 +02:00
chagai95
eb44a3ccb6
Remove unused line
2022-04-14 14:55:43 +02:00
Benoit Marty
04045d2b30
Improve dialog when un-ignoring user. Add title and change button labels
2022-04-14 14:55:02 +02:00
Benoit Marty
fe0332957b
Add API documentation
2022-04-14 14:53:25 +02:00
Adam Brown
11ef4a7fec
adding changelog entry
2022-04-14 13:34:54 +01:00
Adam Brown
55c981f18b
adding back sign mode setting to fix crash when using legacy other flow
2022-04-14 12:37:46 +01:00
Adam Brown
be22be53df
fixing line length
2022-04-14 12:23:35 +01:00
ericdecanini
538e6e453f
Changes destination after joining space from hamburger invite
2022-04-14 13:22:54 +02:00
Adam Brown
1b33c03d91
lifting unavailable homeserver condition to the other error types
2022-04-14 12:01:23 +01:00
Adam Brown
a34b424b7b
updating the server selection on non Edit/Select events
...
- such as deeplinks
- extracts a common function
2022-04-14 11:46:34 +01:00
Benoit Marty
557808ef24
Changelog
2022-04-14 12:29:07 +02:00
Adam Brown
ee693b5ad4
flattening loading state to the handle entry points, reducing duplication
2022-04-14 11:27:13 +01:00
Benoit Marty
13cc0a2e8d
Immutable data class. var -> val. The code should be equivalent.
2022-04-14 12:14:09 +02:00
Adam Brown
5001be9f21
adding test around editing error flow and reducing initial test state setup boilerplate
2022-04-14 11:05:02 +01:00
Adam Brown
c9e0868917
passing the authenication start trigger instead of relying on the mutable last action state
2022-04-14 11:04:34 +01:00
ericdecanini
b76ec78c5d
Fixes build error in CameraVideoPicker
2022-04-14 11:46:59 +02:00
ericdecanini
da843443ef
Convert MediaFileUtils to a non-object
2022-04-14 11:28:14 +02:00
Adam Brown
197df34097
only setting selected homeserver state after a successful start registration when editing
2022-04-14 10:03:45 +01:00
Benoit Marty
015438289e
Immutable data class. var -> val
2022-04-13 19:29:53 +02:00
Onuray Sahin
023a00d160
Changelog added.
2022-04-13 20:13:22 +03:00
Onuray Sahin
137d5e4093
Set live as false when live location sharing is times up.
2022-04-13 20:10:24 +03:00
Benoit Marty
7773b75834
Immutable data class. var -> val
2022-04-13 19:08:31 +02:00
Benoit Marty
3435357b1c
Immutable data class. var -> val
2022-04-13 18:55:56 +02:00
Benoit Marty
10b47c33d1
Small formatting issue
2022-04-13 18:53:59 +02:00
Benoit Marty
13cf510e8a
Better contract. Explicit parameter usage
2022-04-13 18:53:27 +02:00
Benoit Marty
2858401a12
Immutable data class. var -> val, MutableList -> List
2022-04-13 18:52:20 +02:00
Eric Decanini
9b7e94ebab
Fixes myroomnick changing Display Name ( #5618 )
2022-04-13 18:35:33 +02:00
Adam Brown
86b87e12d7
flattening nested loading state changes to avoid flashing
2022-04-13 17:27:04 +01:00
Adam Brown
10be592094
flattening nested scope.launch
2022-04-13 17:17:41 +01:00
Benoit Marty
91c896f566
Add missing internal keyword
2022-04-13 18:08:43 +02:00
Benoit Marty
2ac7c94cbb
Be able to run dokkaJavadoc
task
2022-04-13 18:08:06 +02:00
Maxime NATUREL
e109319b1e
Merge pull request #5752 from vector-im/feature/mna/live-location-disabled-by-default
...
Disable live location sharing feature by default in debug config
2022-04-13 17:56:00 +02:00
Adam Brown
c7065fc123
splitting the success action from the handleRegisterAction, allowing the homeserver editing to start the registation flow
2022-04-13 16:54:16 +01:00
Adam Brown
36ad59dc0f
handling server urls as texturis to avoid auto spacing and applying errors to the input field error section
2022-04-13 16:52:12 +01:00
Olivér Falvai
3f735e4346
Add changelog info
...
Signed-off-by: Olivér Falvai <ofalvai@gmail.com >
2022-04-13 17:40:41 +02:00
Olivér Falvai
daaca4e46a
Fix sorting of uploads in encrypted rooms
2022-04-13 17:24:26 +02:00
Benoit Marty
619ac2a9d8
Merge pull request #5754 from vector-im/feature/adm/including-app-module-in-coverage
...
Fixing missing :vector test coverage in Jacoco report
2022-04-13 16:48:11 +02:00
Onuray Sahin
33e735cbdd
Stop live location sharing.
2022-04-13 17:00:37 +03:00
Onuray Sahin
4ee7332973
Update beacon info state event by setting live as false.
2022-04-13 16:59:42 +03:00
Adam Brown
77da82c310
removing confusing comment questions and fixing xml formatting
2022-04-13 14:56:43 +01:00
Adam Brown
1ba838a58d
inverting quick returns and inlining logic since the scope is small
2022-04-13 14:56:43 +01:00
Adam Brown
45f6633e49
cleaning up the captcha webview logic, extracting function, removing redundant comments
2022-04-13 14:56:42 +01:00
Adam Brown
f23d7f60b2
adding changelog entry
2022-04-13 14:50:11 +01:00
Adam Brown
4e56136993
extracting common fragment behaviour to a function
2022-04-13 14:50:11 +01:00
Adam Brown
215cac2aec
extracting helper for setting horizontal padding
2022-04-13 14:50:11 +01:00
Adam Brown
1f6068976d
updating terms ids and applying design specified colours to the checkbox
2022-04-13 14:50:11 +01:00
Adam Brown
059b2a5424
updating copy and spacing to match designs
2022-04-13 14:50:11 +01:00
Adam Brown
f45de34db4
dynamically setting the terms item padding
2022-04-13 14:50:11 +01:00
Adam Brown
06147967a4
creating a ftue version of the policy fragment
2022-04-13 14:50:11 +01:00
Adam Brown
11dbd0e80c
renaming the terms fragment in prep to duplicate with the new style
2022-04-13 14:50:11 +01:00
Adam Brown
f4747aa069
styling the captcha wth the update designs
2022-04-13 14:50:11 +01:00
Adam Brown
863b4b810f
duplicating the captcha fragment to style separately for the combined register flow
2022-04-13 14:50:11 +01:00
Adam Brown
81a325b769
extracting the captcha webview logic to a reusable class
2022-04-13 14:50:11 +01:00
Adam Brown
c98fe59965
formatting
2022-04-13 14:45:20 +01:00
Adam Brown
8bbb5e9c93
fixing missing :vector test coverage in jacoco report
...
- pulling application module coverage from the gplay variant as we're only including main sourceset files
2022-04-13 14:17:24 +01:00
ericdecanini
8b66034af5
Adds mkdirs fix to CameraPicker and CameraVideoPicker
2022-04-13 15:16:34 +02:00
Benoit Marty
2761b35b6f
Merge pull request #5731 from t3chguy/t3chguy/fix-room-type-misuse
...
Don't wrongly show non-space invites in the space panel
2022-04-13 15:01:45 +02:00
Benoit Marty
5075775c56
Merge pull request #5744 from vector-im/feature/bma/dokka
...
Set up dokka to generate SDK documentation and cleanup the API
2022-04-13 14:49:10 +02:00
Maxime NATUREL
ea4515f90e
Deleting changelog entry
2022-04-13 14:44:43 +02:00
Maxime NATUREL
2d3a8b4d57
Adding details into changelog entry
2022-04-13 14:41:20 +02:00
Benoit Marty
e30c68fb82
Remove dokka dependencies classpath for this specific module, it's already declared in the main build.gradle file.
2022-04-13 13:45:06 +02:00
Benoit Marty
c8aefd5828
Update issue hint
2022-04-13 13:42:15 +02:00
ericdecanini
eb3f704745
Adds mkdirs to TemporaryFileCreator
2022-04-13 12:42:21 +02:00
Adam Brown
0bf84341af
Merge pull request #5747 from vector-im/feature/adm/concurrent-new-session-crash
...
Fixing crash when navigating the app whilst room keys are being processed
2022-04-13 10:43:10 +01:00
Maxime NATUREL
c832c1b848
Merge pull request #5722 from vector-im/feature/mna/PSF-883-start-live-message
...
[Location sharing] - Show message on start of a live
2022-04-13 11:17:22 +02:00
Maxime NATUREL
a0ca8b6a13
Using misc suffix for changelog entry
2022-04-13 11:09:08 +02:00
Maxime NATUREL
9d2c704aef
Removing the BuildConfigField
2022-04-13 10:56:20 +02:00
Maxime NATUREL
3c57916ec3
Adding changelog entry
2022-04-13 10:55:59 +02:00
Maxime NATUREL
071340c868
Remove non necessary comment + adding a TODO for missing aggregation check
2022-04-13 10:39:13 +02:00
Adam Brown
594b442a21
copying the list of new session listeners to avoid concurrent modification
...
- copying the list avoids the need to synchronise the add/removing/iterations
2022-04-12 17:36:05 +01:00
Benoit Marty
4adb469b38
Merge pull request #5741 from vector-im/dependabot/github_actions/actions/upload-artifact-3
...
Bump actions/upload-artifact from 2 to 3
2022-04-12 17:01:22 +02:00
Benoit Marty
27be78002d
Merge pull request #5740 from vector-im/dependabot/github_actions/actions/setup-java-3
...
Bump actions/setup-java from 2 to 3
2022-04-12 17:01:10 +02:00
Эдуард Гера
4131465ff6
Translated using Weblate (Hebrew)
...
Currently translated at 97.8% (2144 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
2022-04-12 14:59:37 +00:00
Johan Smits
6f2cdd2a9d
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (2190 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/nl/
2022-04-12 14:59:37 +00:00
Kagami Sascha Rosylight
4bc75b2574
Translated using Weblate (Korean)
...
Currently translated at 38.4% (842 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ko/
2022-04-12 14:59:34 +00:00
Benoit Marty
38bbbd62a4
Restore the correct copyright
2022-04-12 16:35:32 +02:00
Benoit Marty
a0eb4c144e
Add changelog files
2022-04-12 16:14:48 +02:00
Maxime NATUREL
4c07405220
Create a const value for the height of message location item
2022-04-12 16:10:26 +02:00
Benoit Marty
bfbcef60e9
Run ktlintFormat
2022-04-12 16:09:56 +02:00
Benoit Marty
23d2a290ab
Global import optimization
2022-04-12 16:06:27 +02:00
Maxime NATUREL
46700723a8
Remove the noisy reformatting of MessageItemFactory
2022-04-12 15:55:15 +02:00
Maxime NATUREL
c3fe782eb5
Fixing overlay in bubble mode
2022-04-12 15:51:02 +02:00
Maxime NATUREL
e50192910d
Keep track of time out using last location event
2022-04-12 15:51:02 +02:00
Maxime NATUREL
d78ed3215b
Adding support for notifications and message preview
2022-04-12 15:51:02 +02:00
Maxime NATUREL
78a9bdeb4c
Making state beacon events displayable in timeline
2022-04-12 15:51:02 +02:00
Maxime NATUREL
6e61085b1f
Removing TODO
2022-04-12 15:51:02 +02:00
Maxime NATUREL
e2d56e2d87
Align corner radius of banner on map view
2022-04-12 15:51:02 +02:00
Maxime NATUREL
26f89fa5f8
Handling bubble mode view
2022-04-12 15:51:02 +02:00
Maxime NATUREL
3da3589d5c
Creating factory for live location items
2022-04-12 15:51:02 +02:00
Maxime NATUREL
aabfc81816
Show start event of live without conditions
2022-04-12 15:51:02 +02:00
Maxime NATUREL
e93e51d03c
Adding new message item
2022-04-12 15:51:02 +02:00
Maxime NATUREL
a1fb85dcdb
Creating layout for the new message item
2022-04-12 15:51:02 +02:00
Maxime NATUREL
2a201b3c46
Adding changelog entry
2022-04-12 15:51:02 +02:00
Benoit Marty
4e48c076e8
Make RuntimeJsonAdapterFactory internal and cleanup
2022-04-12 15:47:09 +02:00
Michael Telatynski
fd3bbabec5
Simplify solution based on pr feedback
2022-04-12 14:43:26 +01:00
Benoit Marty
7514edb399
Convert RuntimeJsonAdapterFactory to Kotlin
2022-04-12 15:41:37 +02:00
Benoit Marty
73270476d2
Rename .java to .kt
2022-04-12 15:41:37 +02:00
Benoit Marty
150c64350e
Move UnsignedDeviceInfo
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
b6eafbe344
Move SendToDeviceObject
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
89f20e1cfb
Move RoomKeyRequestBody
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
ed94d3ff1f
Move EncryptedFileInfo
and EncryptedFileKey
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
7eaef934db
DeviceKeys
is now internal, removing unused code.
2022-04-12 15:41:37 +02:00
Benoit Marty
d07f26904a
Move MXEncryptEventContentResult
to api package
...
Note that this is not correct, but I do not want to refactor more on this PR. I added a TODO
2022-04-12 15:41:37 +02:00
Benoit Marty
6682170f6e
Move MXDeviceInfo
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
cc1fc29e7c
Move MegolmBackupAuthData
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
851708c1b4
Add some todos
2022-04-12 15:41:37 +02:00
Benoit Marty
f56ea8be37
Move KeysBackupVersionTrustSignature
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
a479e180ac
internal
2022-04-12 15:41:37 +02:00
Benoit Marty
11236501c4
Move MXEventDecryptionResult
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
2b7144cad9
Make it clear in the generated doc that some class must not be used.
2022-04-12 15:41:37 +02:00
Benoit Marty
c11194dcc5
Move GossipingRequestState
and OutgoingGossipingRequestState
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
90e6c07202
Split into several files
2022-04-12 15:41:37 +02:00
Benoit Marty
d0a4075238
Move TaggedEventsContent
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
d4d74d3e11
Move ThreePidCredentials
to its own file and make it internal
2022-04-12 15:41:37 +02:00
Benoit Marty
b5654d54b9
Move InteractiveAuthenticationFlow
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
5c6b370c63
Add explicit-api
compiler option for hte SDK module. Disabled for now.
2022-04-12 15:41:37 +02:00
Benoit Marty
4e88b7fd11
Move CryptoCrossSigningKey
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
c0aafab857
Move to the other package about crypto
2022-04-12 15:41:37 +02:00
Benoit Marty
e91541333c
Move SecretShareRequest
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
e8bfbdd71a
Move GossipingToDeviceObject
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
0107836e1b
Extract GossipingDefaultContent
to its own file
2022-04-12 15:41:37 +02:00
Benoit Marty
814ba43867
Move andThen
extension to app module
2022-04-12 15:41:37 +02:00
Benoit Marty
1403557213
Move LocalizedFlowDataLoginTerms
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
74e475d92c
Move CryptoConstants
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
0f6b47e511
Move NewSessionListener
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
02cc9d6d4e
Move InitialSyncStrategy
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
16c8296735
toQrCodeData()
is now internal
2022-04-12 15:41:37 +02:00
Benoit Marty
3735ac307f
Add entry to keyBackupService to expose deriveKey
, which becomes internal
...
And format code
2022-04-12 15:41:37 +02:00
Benoit Marty
1402416338
Move MXUsersDevicesMap
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
f8d0a22edf
Remove combineLatest
from SDK, and cleanup
2022-04-12 15:41:37 +02:00
Benoit Marty
363524b556
Move ForwardedRoomKeyContent
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
47dad42f08
Move RoomKeyShareRequest
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
9190b8b67f
Move DefaultBaseAuth
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
c51967453f
Move DevicesListResponse
to api package
2022-04-12 15:41:37 +02:00
Benoit Marty
ed8097ed92
Create Settings module to add interface for LightweightSettingsStorage
2022-04-12 15:41:37 +02:00
Benoit Marty
a054080cee
Move OlmDecryptionResult
to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
897c711afb
Move OutgoingRoomKeyRequest
to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
4799326058
Move IncomingRoomKeyRequest
to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
e6bc6305aa
Move MegolmBackupCreationInfo
to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
af2825eb39
Move DeviceInfo
to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
e9161dd4af
Move IncomingSecretShareRequest
to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
7644bd46ad
Move IncomingRequestCancellation
to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
e6fc723bee
Move KeysVersion
to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
97c1929e12
Move KeysBackupLastVersionResult
to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
36fd5706c2
Move KeysBackupVersionTrust
to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
229547fa49
Move KeysVersionResult
to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
4b7401062a
Move ImportRoomKeysResult
to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
1bc6bec973
Move Base64
facility to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
d8eac14294
MoshiProvider
is now internal. Create MatrixJsonParser to expose it to the app.
2022-04-12 15:38:20 +02:00
Benoit Marty
b1f4aa91e2
Move Fingerprint
to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
0720196ee6
Move CryptoDeviceInfo
to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
f4fba2dd2d
Check usage of import org.matrix.android.sdk.internal
app side
2022-04-12 15:38:20 +02:00
Benoit Marty
c9bbf6c53a
Move RecoveryKey
functions to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
d4ff273bc4
Move TermsResponse
to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
627a1291b0
Move awaitCallback()
extension to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
ccce552097
Move md5()
extension to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
0cb770334c
Move content data class to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
03dba3bbba
Move SavedKeyBackupKeyInfo
to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
a3575fbc6b
Move PrivateKeysInfo
to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
3895ac85d8
Move SyncService
to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
1684ba1d14
Move ElementToDecrypt
to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
24d044b147
Move DeviceTrustLevel
, DeviceTrustResult
and UserTrustResult
to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
567f298bd0
Remove unused code.
2022-04-12 15:38:20 +02:00
Benoit Marty
7711eb584c
Move SignInvitationResult
and RoomAliasDescription
to api package
2022-04-12 15:38:20 +02:00
Benoit Marty
73d22d0622
Move SpacePeekResult to api package, and cleanup
2022-04-12 15:38:20 +02:00
Benoit Marty
b4dbb389b1
Internal + add some doc
2022-04-12 15:38:20 +02:00
Benoit Marty
83570dc24b
Move TextContent class to api
package
...
It is used by the app. Make the extensions internal
2022-04-12 15:38:20 +02:00
Benoit Marty
dc092f889b
Add missing internal
keyword.
...
Classes marked with `internal` will be excluded from Kdoc.
2022-04-12 15:38:20 +02:00
Benoit Marty
4d49ccaf8c
Configure Dokka plugin to generate Kdoc
...
Run `./gradlew matrix-sdk-android:dokkaHtml` to generate the Html documentation of the Matrix Android SDK
2022-04-12 15:38:20 +02:00
NIkita Fedrunov
8ae130c0d0
changelog fixed
2022-04-12 14:43:52 +02:00
NIkita Fedrunov
1526c73dae
added changelog
2022-04-12 14:39:13 +02:00
aringenbach
047a45d77f
Add a setting to be able to always appear offline ( #5583 )
...
Add a setting to be able to always appear offline
Move presence enabling to a app-only preference
2022-04-12 12:08:56 +02:00
ericdecanini
9c696b8778
Adds changelog file
2022-04-12 12:02:30 +02:00
David Langley
454a65602b
Merge pull request #5639 from vector-im/feature/dla/uisi_match_web_implementation
...
Align Autorageshake with web implementation
2022-04-12 10:36:43 +01:00
ericdecanini
0e4762e3de
disables max line length and parameter list wrapping ktlint rules
2022-04-12 11:25:35 +02:00
ericdecanini
ff6f03b0d4
disables argument list wrapping ktlint rule
2022-04-12 11:18:01 +02:00
ericdecanini
e1452c7d03
disables indent ktlint rule
2022-04-12 11:12:14 +02:00
David Langley
363afd0089
Update naming to InitialSyncProgressing for clarity.
2022-04-12 09:35:35 +01:00
Benoit Marty
836a12d047
Merge pull request #5719 from vector-im/feature/bma/improved_logs
...
Do not cancel the current sync request when the app goes to background
2022-04-12 09:23:24 +02:00
dependabot[bot]
77dd697f53
Bump actions/upload-artifact from 2 to 3
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-11 23:08:54 +00:00
dependabot[bot]
4779dd1b0b
Bump actions/setup-java from 2 to 3
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-11 23:08:51 +00:00
ganfra
f7e8c01121
Merge pull request #5554 from SpiritCroc/endless-loading
...
Fix endless loading timeline due to conflicting chunks
2022-04-11 18:52:24 +02:00
Adam Brown
417a0d683c
Merge pull request #5725 from vector-im/sync-analytics-plan
...
Sync analytics plan
2022-04-11 16:47:43 +01:00
Adam Brown
c68045360e
Merge pull request #5736 from vector-im/feature/adm/confetti-z-order
...
Fixing onboarding confetti Z order
2022-04-11 16:12:54 +01:00
Michael Telatynski
7a721a4d1d
Actually changelog this time
2022-04-11 14:56:35 +01:00
ariskotsomitopoulos
3eb97923cc
Update Copyright
2022-04-11 15:43:32 +03:00
ariskotsomitopoulos
9414a29b80
Add Cancelled state to UIA
2022-04-11 15:38:18 +03:00
Adam Brown
05e0a4c715
Merge pull request #5734 from vector-im/feature/adm/posthog-dev-credentials
...
Updating posthog dev environment credentials
2022-04-11 13:26:17 +01:00
Adam Brown
a9df474067
fixing confetti rendering behind the onscreen text by changing z order
2022-04-11 13:20:31 +01:00
Onuray Sahin
5f635de0ac
Merge pull request #5711 from vector-im/feature/ons/live_location_aggregation
...
Live Location Sharing - Attach location data to beacon info state event
2022-04-11 15:01:59 +03:00
Adam Brown
4d65c42967
updating the posthog dev environment credentials
2022-04-11 11:57:00 +01:00
Michael Telatynski
4d3ccd236a
Changelog
2022-04-11 11:37:37 +01:00
Michael Telatynski
51c0ff7b7a
Don't wrongly show non-space invites in the space panel
2022-04-11 11:32:39 +01:00
Onuray Sahin
1c5cf6b29e
Code review fixes.
2022-04-11 13:14:42 +03:00
SpiritCroc
902d2f7338
TokenChunkEventPersistor: move link fixing to its own method
2022-04-11 12:09:07 +02:00
ganfra
53c7cec55d
Merge pull request #5475 from SpiritCroc/readmarkerline
...
Fix some cases where the read marker line would not show up when it should
2022-04-11 11:12:13 +02:00
ericdecanini
19328db2de
Adds editorconfig for current code style
2022-04-11 11:06:15 +02:00
bmarty
9eb9b0b880
Sync analytics plan
2022-04-11 00:05:15 +00:00
Piotr Strebski
44446ce395
Translated using Weblate (Polish)
...
Currently translated at 40.0% (22 of 55 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/pl/
2022-04-09 12:59:38 +00:00
Piotr Strebski
323954be33
Translated using Weblate (Polish)
...
Currently translated at 100.0% (2190 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-04-09 12:59:38 +00:00
Besnik Bleta
b4e8b07381
Translated using Weblate (Albanian)
...
Currently translated at 99.4% (2177 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sq/
2022-04-09 12:59:34 +00:00
Besnik Bleta
f9a9c72c7b
Translated using Weblate (Albanian)
...
Currently translated at 100.0% (55 of 55 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/sq/
2022-04-09 12:59:33 +00:00
ClaireG
f8a3f7ffac
Fix room name of DM in room creation item
2022-04-08 17:14:41 +02:00
Benoit Marty
03d6aa8cd3
Do not cancel current sync request when going to background #5621
...
Incremental sync can be long and it requires the user to wait for the treatment to end, else all is restarted from the beginning each time the user moves the app to foreground.
2022-04-08 16:01:04 +02:00
Adam Brown
bd3e98078c
Merge pull request #5691 from vector-im/feature/adm/ftue-server-selection
...
FTUE - Server selection
2022-04-08 14:00:12 +01:00
Adam Brown
5f9d3e107d
moving ftue ems url to the urls config file
2022-04-08 13:17:56 +01:00
Adam Brown
a2bcbfb7c7
extracting server information rendering to a reusable method to reduce duplication and better enforce consistency
2022-04-08 13:16:29 +01:00
Adam Brown
05a7d40950
extracting view setup to its own method -
...
follows other ftue fragment conventions
2022-04-08 13:16:29 +01:00
Adam Brown
6304d5dc93
creating a common type for the edit/selecting of homeserver urls to avoid duplication in the model
2022-04-08 13:16:29 +01:00
Adam Brown
f70d61321c
renaming extension to help with discoverability
2022-04-08 13:16:29 +01:00
Adam Brown
db50225538
adding changelog entry
2022-04-08 13:16:29 +01:00
Adam Brown
21102a2f9f
renaming homeserver url properties to better define their content
2022-04-08 13:16:29 +01:00
Adam Brown
0ce2012b83
adding link to ems copy
2022-04-08 13:16:29 +01:00
Adam Brown
2ba3bd3375
addressing line length
2022-04-08 13:16:29 +01:00
Adam Brown
1d92b4293b
launching the ems site when tapping get in touch
2022-04-08 13:16:29 +01:00
Adam Brown
89f182ac35
adding missing IME handling for the register next focus and server selection submit
2022-04-08 13:16:29 +01:00
Adam Brown
c022a38dd4
checking the input field content for emptyness rather than its child count, fixes flaky initial value setting
2022-04-08 13:16:29 +01:00
Adam Brown
8b2e2a16e2
adding tests around the editing of the homeserver url
2022-04-08 13:16:29 +01:00
Adam Brown
e9f50038a4
splitting the homeserver edit from the selection so that we can handle the cases differently
2022-04-08 13:16:29 +01:00
Adam Brown
1e520121ce
renaming update homeserver to select homeserver
...
- should better reflect this steps mvoes the onboarding process forwards
2022-04-08 13:16:29 +01:00
Adam Brown
f34df3997d
extracting the authentication start logic to a dedicated use case
...
- moves some of the homeserver specific state to the selectServer model
2022-04-08 13:16:29 +01:00
Adam Brown
51c294a6fc
launching the edit selection from the ftue variant entry point
2022-04-08 13:16:29 +01:00
Adam Brown
985dbfe97d
keeping the http:// schema in the server selection input field
...
- helps to highlight a non secture connection, for https we strip the prefix
2022-04-08 13:16:29 +01:00
Adam Brown
7f90dda96f
adding dedicated server selection state to onboarding state
...
- replaces previous separately url strings with state usage
- makes use of the state for updating the sign up and server selection fields
2022-04-08 13:16:29 +01:00
Adam Brown
c3cf22158b
adding barebones server selection UI
2022-04-08 13:16:29 +01:00
Onuray Sahin
28f483870f
Code review fixes.
2022-04-08 13:26:36 +03:00
Onuray Sahin
15e1c7bc37
Code review fixes.
2022-04-08 13:18:17 +03:00
Priit Jõerüüt
c54a124d34
Translated using Weblate (Estonian)
...
Currently translated at 99.9% (2188 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/et/
2022-04-07 20:00:04 +00:00
Linerly
051cf101d1
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (55 of 55 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/id/
2022-04-07 20:00:03 +00:00
Ihor Hordiichuk
7ae42d81c1
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (2190 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/uk/
2022-04-07 20:00:01 +00:00
LinAGKar
2b3e3cf7e6
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (55 of 55 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/sv/
2022-04-07 20:00:00 +00:00
Jeff Huang
e6e9681856
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (55 of 55 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/zh_Hant/
2022-04-07 19:59:58 +00:00
lvre
9fb71130a4
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (2190 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pt_BR/
2022-04-07 19:59:57 +00:00
Danial Behzadi
9e85abe8e6
Translated using Weblate (Persian)
...
Currently translated at 100.0% (55 of 55 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/fa/
2022-04-07 19:59:56 +00:00
Jozef Gaal
b2b1e1ca0a
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (55 of 55 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/sk/
2022-04-07 19:59:54 +00:00
LinAGKar
9e39df111d
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (2190 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sv/
2022-04-07 19:59:53 +00:00
Priit Jõerüüt
5f30a66929
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (55 of 55 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/et/
2022-04-07 19:59:51 +00:00
random
1a6de70d92
Translated using Weblate (Italian)
...
Currently translated at 100.0% (55 of 55 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/it/
2022-04-07 19:59:50 +00:00
Danial Behzadi
0167e3a222
Translated using Weblate (Persian)
...
Currently translated at 100.0% (2190 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fa/
2022-04-07 19:59:49 +00:00
Jeff Huang
fca0b042e8
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2190 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/zh_Hant/
2022-04-07 19:59:47 +00:00
maciejek997
de109c9772
Translated using Weblate (Polish)
...
Currently translated at 97.4% (2135 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-04-07 19:59:46 +00:00
Piotr Strebski
833798bd25
Translated using Weblate (Polish)
...
Currently translated at 97.4% (2135 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-04-07 19:59:45 +00:00
waclaw66
c09cb3358a
Translated using Weblate (Czech)
...
Currently translated at 100.0% (55 of 55 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/cs/
2022-04-07 19:59:40 +00:00
waclaw66
d538e2d9a9
Translated using Weblate (Czech)
...
Currently translated at 100.0% (2190 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/cs/
2022-04-07 19:59:39 +00:00
Ihor Hordiichuk
661d95cf29
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (55 of 55 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/uk/
2022-04-07 19:59:38 +00:00
Jozef Gaal
8b125923e9
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (2190 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
2022-04-07 19:59:37 +00:00
lvre
2123112763
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (55 of 55 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/pt_BR/
2022-04-07 19:59:35 +00:00
random
f2bbcddd5f
Translated using Weblate (Italian)
...
Currently translated at 100.0% (2190 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/it/
2022-04-07 19:59:34 +00:00
Linerly
23cdd4fac3
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (2190 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/id/
2022-04-07 19:59:33 +00:00
Piotr Strebski
ff7c19537e
Translated using Weblate (Polish)
...
Currently translated at 12.7% (7 of 55 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/pl/
2022-04-07 19:59:31 +00:00
Benoit Marty
aec196564d
Merge branch 'hotfix/1.4.11' into main
2022-04-07 18:01:46 +02:00
Benoit Marty
15cf0657e8
Merge hotfix 1.4.11 to develop
2022-04-07 18:01:35 +02:00
Benoit Marty
c2bdfe0f19
Fastlane
2022-04-07 17:59:03 +02:00
Benoit Marty
0e1c587eff
Version 1.4.11
2022-04-07 17:58:25 +02:00
NIkita Fedrunov
4a2b573ef4
Towncrier
2022-04-07 17:57:51 +02:00
NIkita Fedrunov
190a425aa6
don't leave DMs when leaving all rooms in space
2022-04-07 17:55:33 +02:00
fedrunov
504a242775
tracking number of spaces user joined ( #5300 )
2022-04-07 16:43:41 +02:00
ariskotsomitopoulos
6b47db92dc
Add changelog
2022-04-07 16:23:21 +03:00
fedrunov
eab3e5aefa
don't leave DMs when leaving all rooms in space ( #5720 )
2022-04-07 15:16:12 +02:00
ariskotsomitopoulos
7e67f3c88b
Fix Deactivation account loader
2022-04-07 16:05:49 +03:00
ariskotsomitopoulos
79f5a7c666
Fix crash when user navigates back
2022-04-07 14:37:18 +03:00
Eric Decanini
45104f8cec
Merge pull request #5586 from vector-im/feature/eric/audio-files-player
...
Audio files in the timeline now appear with the audio player
2022-04-07 10:25:58 +01:00
ganfra
72bd398ae0
Merge pull request #5481 from SpiritCroc/readmarkerupdate
...
Fix updating unread marker if not to latest chunk
2022-04-07 10:23:58 +02:00
Benoit Marty
dbf10a222f
Privacy: does not log reaction (it is a v
log, so not critical)
2022-04-07 10:15:21 +02:00
Benoit Marty
1a53d2c8da
python3
2022-04-07 09:30:52 +02:00
Benoit Marty
d4add052d9
This log was quite useless
2022-04-07 09:30:42 +02:00
Benoit Marty
90616de89d
Those log must be visible in the rageshake, even when verbose log is not enabled
2022-04-07 09:30:18 +02:00
Onuray Sahin
44c6d88c44
Changelog added.
2022-04-06 19:24:20 +03:00
Onuray Sahin
6708ed8b34
Lint fixes.
2022-04-06 19:02:50 +03:00
Onuray Sahin
faa07513ec
Update last location content of beacon info state event.
2022-04-06 19:01:25 +03:00
ganfra
94099f4908
Merge pull request #5659 from SpiritCroc/permalink-failure
...
Fix endless loading timeline if opened at non-existing event
2022-04-06 17:57:48 +02:00
Benoit Marty
f9677d6c8c
Merge pull request #5709 from vector-im/feature/bma/untranslatable_string
...
The string `ftue_auth_carousel_workplace_body` was declared not translatable
2022-04-06 17:35:12 +02:00
Michael Kaye
c56d21bf77
Merge pull request #5702 from vector-im/michaelk/upgrade_setup_matrix_synapse
...
Upgrade setup-matrix-synapse action
2022-04-06 15:38:02 +01:00
Onuray Sahin
197b542030
Check if live location data is valid.
2022-04-06 17:31:56 +03:00
Benoit Marty
c276d6ae74
Merge pull request #5707 from vector-im/feature/aris/threads_prune_deleted_events
...
Prune the content of deleted events completely
2022-04-06 15:53:21 +02:00
Benoit Marty
c17599604b
The string ftue_auth_carousel_workplace_body
was declared not translatable by mistake
2022-04-06 15:50:03 +02:00
Onuray Sahin
aae281a7ea
Support aggregation of live location beacon events.
2022-04-06 16:34:30 +03:00
Benoit Marty
84700d63d0
Merge pull request #5706 from vector-im/feature/bma/small_doc_udpate
...
Small doc udpate
2022-04-06 15:30:41 +02:00
Benoit Marty
9c1cdf6488
Merge pull request #5703 from vector-im/feature/bma/avoid_error_log
...
Feature/bma/avoid error log
2022-04-06 15:08:20 +02:00
ariskotsomitopoulos
1b9fd3bdd4
Add changelog
2022-04-06 16:04:48 +03:00
ariskotsomitopoulos
9d41508530
Prune the content of deleted events completely
2022-04-06 15:48:54 +03:00
Benoit Marty
7cbe77eacb
Use correct copyright for SDK module
2022-04-06 14:35:12 +02:00
Onuray Sahin
2a42eb8c87
Merge pull request #5697 from vector-im/feature/ons/live_location_pulse
...
Live Location Sharing - Send location data
2022-04-06 15:35:02 +03:00
Benoit Marty
4d19d0370d
matrix-sdk-android-rx
module has been replaced by matrix-sdk-android-flow
2022-04-06 14:34:23 +02:00
Benoit Marty
7e8c7f32fb
Fix long line. It's OK to log the whole data class (same log than previous)
2022-04-06 14:33:06 +02:00
Benoit Marty
85a00106c8
Add changelog about the logs
2022-04-06 12:46:26 +02:00
Benoit Marty
26e80ba70b
KeysBackup: Better handling of 404 to avoid error log
2022-04-06 12:38:52 +02:00
Benoit Marty
785ccc8bc4
Format file
2022-04-06 11:18:45 +02:00
Benoit Marty
e8f421fe34
Create Event.isLocationMessage()
2022-04-06 11:17:55 +02:00
Benoit Marty
e27dcbc9b9
Create Event.getMsgType() extension
2022-04-06 11:15:01 +02:00
Michael Kaye
a648a06ad1
Update to latest setup-matrix-synapse
2022-04-06 10:07:58 +01:00
Benoit Marty
45bd1061d2
Small optimization
2022-04-06 11:06:43 +02:00
Benoit Marty
24915591f2
Avoid error log when the Event is not a LocationEvent
2022-04-06 11:04:58 +02:00
Benoit Marty
0b76beb241
Add a handy markdown table
2022-04-06 10:21:43 +02:00
Benoit Marty
c849cc5c5d
Merge pull request #5079 from vector-im/feature/bma/konfetti2
...
WIP and low priority: upgrade konfetti to 2.0.2
2022-04-06 10:00:09 +02:00
Benoit Marty
930ce0629b
Changelog
2022-04-06 09:59:26 +02:00
ericdecanini
d9f2033a38
Removes unused import
2022-04-06 07:50:07 +01:00
ericdecanini
415985094a
Removes underline in audio filename
2022-04-06 07:25:30 +01:00
Benoit Marty
02401f7f3d
Version++
2022-04-05 22:37:16 +02:00
Benoit Marty
e7a2e654e5
Merge branch 'release/1.4.10' into main
2022-04-05 22:35:07 +02:00
Benoit Marty
bf24b86f71
Merge branch 'release/1.4.10' into develop
2022-04-05 22:35:06 +02:00
Benoit Marty
ee63c75cec
fastlane
2022-04-05 22:34:40 +02:00
Benoit Marty
5429521c70
Update generated changelog
2022-04-05 22:33:20 +02:00
Benoit Marty
1ef2b1d05a
Towncrier
2022-04-05 22:30:59 +02:00
Benoit Marty
fd76db9616
Update test
2022-04-05 22:16:42 +02:00
Benoit Marty
0f14652932
Merge pull request #5692 from vector-im/feature/aris/threads_beta_infrom_users_on_reply
...
Threads Beta opt-in mechanism
2022-04-05 20:40:16 +02:00
ariskotsomitopoulos
598892de53
Injecting stringProvider instead of context in ThreadsManager class
2022-04-05 20:53:11 +03:00
ariskotsomitopoulos
37dc77cc3e
Add isValid check to RealmChangeListener to prevent crashes on deleted objects
2022-04-05 20:36:33 +03:00
Benoit Marty
02e3f0a359
Add step to handle the TODO in strings.xml
2022-04-05 18:53:40 +02:00
Benoit Marty
247f59899a
Small update of the remove string process.
2022-04-05 18:51:25 +02:00
ariskotsomitopoulos
59d87df0ca
Add string resource comment
2022-04-05 19:44:01 +03:00
ariskotsomitopoulos
5ee2579efc
Revert "Remove duplicate learn more string resources"
...
This reverts commit 2ac3306382
.
2022-04-05 19:39:13 +03:00
ariskotsomitopoulos
72d4c7612a
Revert comment change
2022-04-05 19:39:11 +03:00
Onuray Sahin
e0d59efd86
Secure list while sending the location.
2022-04-05 19:08:11 +03:00
Benoit Marty
c76dc7b62f
Update vector/src/main/res/values/strings_login_v2.xml
...
Fix typo
2022-04-05 17:40:27 +02:00
Benoit Marty
fac317d122
Merge pull request #5647 from vector-im/feature/aris/threads_beta_feedback
...
Feature/aris/threads beta feedback
2022-04-05 17:25:29 +02:00
Benoit Marty
ca418afcbb
Merge pull request #5614 from vector-im/feature/aris/threads_ui_enhancements
...
Feature/aris/threads UI enhancements
2022-04-05 17:21:53 +02:00
ericdecanini
355db98146
Updates some text sizes and colours in audio timeline item
2022-04-05 16:09:48 +01:00
ericdecanini
dc36301070
Improves accessibility on MessageAudioItem
2022-04-05 16:01:37 +01:00
Maxime NATUREL
bebe819c54
Merge pull request #5671 from vector-im/feature/mna/PSF-673-live-loc-share-duration
...
#5667 : [Location Sharing] - Set duration of live sharing
2022-04-05 16:13:26 +02:00
Aris Kotsomitopoulos
d484ba07cd
Merge pull request #5594 from vector-im/feature/aris/thread_root_permalink_navigation
...
Improve permalink on thread root message
2022-04-05 16:39:46 +03:00
ariskotsomitopoulos
6e06aed627
Merge branch 'develop' into feature/aris/threads_ui_enhancements
...
# Conflicts:
# vector/src/main/res/menu/menu_timeline.xml
2022-04-05 16:32:49 +03:00
ericdecanini
76b2cfdf40
Readds onPermissionDeniedSnackbar import in TimelineFragment
2022-04-05 14:30:57 +01:00
ariskotsomitopoulos
a269aa5046
Remove unused elevation
2022-04-05 16:29:54 +03:00
ariskotsomitopoulos
858623b5a4
Change default threads beta visibility
2022-04-05 16:26:42 +03:00
Piotr Strebski
157a14fdc2
Translated using Weblate (Polish)
...
Currently translated at 93.3% (2044 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-04-05 13:12:43 +00:00
maciejek997
bad0c0a2e1
Translated using Weblate (Polish)
...
Currently translated at 93.3% (2044 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-04-05 13:12:43 +00:00
Piotr Strebski
7dd56244a9
Translated using Weblate (Polish)
...
Currently translated at 93.2% (2043 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-04-05 13:12:20 +00:00
maciejek997
99ad49498d
Translated using Weblate (Polish)
...
Currently translated at 93.2% (2043 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-04-05 13:12:20 +00:00
Piotr Strebski
67159f7dc9
Translated using Weblate (Polish)
...
Currently translated at 93.2% (2042 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-04-05 13:12:03 +00:00
maciejek997
aaf3f080d0
Translated using Weblate (Polish)
...
Currently translated at 93.2% (2042 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-04-05 13:12:03 +00:00
Piotr Strebski
5e03526717
Translated using Weblate (Polish)
...
Currently translated at 93.1% (2041 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-04-05 13:11:46 +00:00
maciejek997
2e81f2ab2a
Translated using Weblate (Polish)
...
Currently translated at 93.1% (2041 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-04-05 13:11:46 +00:00
Piotr Strebski
3d9974ed82
Translated using Weblate (Polish)
...
Currently translated at 93.1% (2039 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-04-05 13:10:42 +00:00
m1chj
be3b75e136
Translated using Weblate (Polish)
...
Currently translated at 93.1% (2039 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-04-05 13:10:42 +00:00
maciejek997
da32eb8a99
Translated using Weblate (Polish)
...
Currently translated at 93.1% (2039 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-04-05 13:10:42 +00:00
Piotr Strebski
2b9dd88554
Translated using Weblate (Polish)
...
Currently translated at 92.7% (2031 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-04-05 13:06:11 +00:00
maciejek997
b19b100150
Translated using Weblate (Polish)
...
Currently translated at 92.7% (2031 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-04-05 13:06:11 +00:00
m1chj
8f751af7e4
Translated using Weblate (Polish)
...
Currently translated at 92.6% (2030 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-04-05 13:05:13 +00:00
Piotr Strebski
232c400c08
Translated using Weblate (Polish)
...
Currently translated at 92.6% (2030 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-04-05 13:05:13 +00:00
maciejek997
3d64f13c7e
Translated using Weblate (Polish)
...
Currently translated at 92.6% (2030 of 2190 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-04-05 13:05:13 +00:00
Onuray Sahin
dbb43fe046
Refactor code to avoid force unwrapping.
2022-04-05 15:42:01 +03:00
ariskotsomitopoulos
aef4cce3e7
Format code ordering
2022-04-05 14:51:38 +03:00
ariskotsomitopoulos
b5f8d2c91f
Update string resource
2022-04-05 14:50:18 +03:00
Benoit Marty
4ce4ef4631
Merge pull request #5698 from RiotTranslateBot/weblate-element-android-element-app
...
Translations update from Weblate
2022-04-05 13:46:09 +02:00
ariskotsomitopoulos
eecaf9602d
Add urls.xml in vector-config
2022-04-05 14:12:32 +03:00
ariskotsomitopoulos
6567628b95
Format code
2022-04-05 14:02:41 +03:00
ariskotsomitopoulos
35a526a482
Improve comment format
2022-04-05 14:02:08 +03:00
ariskotsomitopoulos
e3ac5ad8c1
Remove extra space
2022-04-05 14:01:14 +03:00
ariskotsomitopoulos
2ac3306382
Remove duplicate learn more string resources
2022-04-05 13:56:12 +03:00
Weblate
587752dffe
Merge branch 'origin/develop' into Weblate.
2022-04-05 10:55:25 +00:00
Benoit Marty
5f3f31b62c
Merge pull request #5695 from vector-im/dependabot/gradle/org.owasp-dependency-check-gradle-7.0.4.1
...
Bump dependency-check-gradle from 7.0.3 to 7.0.4.1
2022-04-05 12:53:03 +02:00
ariskotsomitopoulos
7662abc5f7
Add learn more to string resources
2022-04-05 13:36:44 +03:00
ariskotsomitopoulos
2bb6e77be0
Rename displayThreadsBetaNotice method
2022-04-05 13:10:59 +03:00
Onuray Sahin
db45ebd012
Lint fixes.
2022-04-05 13:05:09 +03:00
Onuray Sahin
f00fc1e5ab
Changelog added.
2022-04-05 12:55:50 +03:00
Onuray Sahin
c26c9ff1cc
Send live location data.
2022-04-05 12:49:12 +03:00
fedrunov
e2481fa8e6
metrics for IA project ( #5399 )
2022-04-05 09:28:31 +02:00
fedrunov
0664afdf9a
Update Spaces menu ordering and capitalisation ( #5539 )
2022-04-05 09:27:39 +02:00
dependabot[bot]
1be09249f7
Bump dependency-check-gradle from 7.0.3 to 7.0.4.1
...
Bumps dependency-check-gradle from 7.0.3 to 7.0.4.1.
---
updated-dependencies:
- dependency-name: org.owasp:dependency-check-gradle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-04 23:09:11 +00:00
Aris Kotsomitopoulos
8c9d2410b1
Merge pull request #5688 from vector-im/feature/aris/threads_main_timeline_messages_layout
...
Improved thread rendering in the main timeline
2022-04-04 23:22:51 +03:00
ariskotsomitopoulos
9e48b02b73
Add changelog
2022-04-04 19:56:47 +03:00
ariskotsomitopoulos
031c1b409b
Implement Beta opt-in mechanism to inform users about threads.
2022-04-04 19:51:47 +03:00
ericdecanini
d0155c9890
Adds proper handling of audio seek bar
2022-04-04 16:17:41 +01:00
Benoit Marty
4f27ab263f
Update parameters
2022-04-04 16:08:56 +02:00
Benoit Marty
a0899477e9
Try with 2.0.2
2022-04-04 15:19:26 +02:00
Benoit Marty
9050c488e4
konfetti 2.0.1
...
Does not compile
2022-04-04 15:19:26 +02:00
Benoit Marty
3b8ffcf8a9
Merge pull request #5684 from vector-im/sync-analytics-plan
...
Sync analytics plan
2022-04-04 15:00:57 +02:00
Onuray Sahin
ff34ed9eb2
Merge pull request #5660 from vector-im/feature/ons/live_location_banner_visibility
...
Show a banner in timeline while location sharing service is running
2022-04-04 12:55:50 +03:00
Onuray Sahin
48d40d8ba2
Merge pull request #5651 from vector-im/feature/ons/live_location_beacon_info
...
Live Location Sharing - Beacon Info
2022-04-04 12:55:22 +03:00
Onuray Sahin
273b4816db
Fix lint error.
2022-04-04 12:03:43 +03:00
NIkita Fedrunov
4c059e7819
add text to spinner when click on space member (dm)
2022-04-04 09:49:47 +02:00
bmarty
921b562fd0
Sync analytics plan
2022-04-04 00:02:56 +00:00
Sveinn í Felli
e1a08b82a3
Translated using Weblate (Icelandic)
...
Currently translated at 84.0% (1824 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/is/
2022-04-02 20:59:30 +00:00
waclaw66
5fcc3a9955
Translated using Weblate (Czech)
...
Currently translated at 100.0% (2171 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/cs/
2022-04-02 20:59:30 +00:00
Adam Brown
3aac59a5ae
Merge pull request #5080 from vector-im/feature/adm/encrypted-last-message
...
Updating encrypted room list message previews on key updates
2022-04-01 17:48:05 +01:00
Adam Brown
57bf044df0
adding documentation to the new session listener
2022-04-01 16:57:23 +01:00
Florian Renaud
45eb3bcbc5
Merge pull request #5649 from vector-im/hotfix/fre/rageshake_no_session
...
Replace "open settings" button by "disable" action in RageShake dialog if there is no session
2022-04-01 17:56:49 +02:00
Benoit Marty
664c3453be
Merge pull request #5674 from vector-im/dependabot/gradle/org.owasp-dependency-check-gradle-7.0.3
...
Bump dependency-check-gradle from 7.0.0 to 7.0.3
2022-04-01 17:49:38 +02:00
Benoit Marty
b894a58849
Merge pull request #5675 from vector-im/dependabot/gradle/com.googlecode.libphonenumber-libphonenumber-8.12.46
...
Bump libphonenumber from 8.12.45 to 8.12.46
2022-04-01 17:49:03 +02:00
Onuray Sahin
97de6de8f2
Code review fixes.
2022-04-01 17:04:52 +03:00
Florian Renaud
4d37aa232f
Replace "open settings" button by "disable" action in RageShake dialog if there is no session
2022-04-01 15:46:29 +02:00
ericdecanini
34dcd70a64
Adds layout with seek bar to audio stub
2022-04-01 15:15:12 +02:00
Adam Brown
27b727ed41
Merge pull request #5648 from vector-im/feature/adm/ftue-sign-up
...
FTUE - Combined sign up + server selection screen
2022-04-01 13:51:35 +01:00
Adam Brown
5120e7a8c6
updating feature flag name to match feature name in other places
2022-04-01 13:13:29 +01:00
Onuray Sahin
922d68cfda
Code review fixes, use unstable prefixes as MSCs suggest.
2022-04-01 15:01:25 +03:00
Эдуард Гера
3e3ddf706b
Translated using Weblate (Hebrew)
...
Currently translated at 98.8% (2146 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
2022-04-01 11:59:31 +00:00
Sveinn í Felli
49862d89a6
Translated using Weblate (Icelandic)
...
Currently translated at 83.9% (1822 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/is/
2022-04-01 11:59:31 +00:00
Adam Brown
7067c50e79
Merge pull request #5676 from vector-im/gradlew-update-7.4.2
...
Update Gradle Wrapper from 7.4.1 to 7.4.2
2022-04-01 10:55:56 +01:00
ariskotsomitopoulos
be77363c34
Improved thread rendering in the main timeline
2022-04-01 12:53:28 +03:00
Onuray Sahin
5ec63858ed
Refactor location sharing view events.
2022-04-01 12:31:51 +03:00
Maxime NATUREL
de59f9fb66
Fixing background color and divider
2022-04-01 09:59:32 +02:00
gradle-update-robot
f5cecb3e00
Update Gradle Wrapper from 7.4.1 to 7.4.2.
...
Signed-off-by: gradle-update-robot <gradle-update-robot@regolo.cc >
2022-04-01 01:53:02 +00:00
dependabot[bot]
224eb7a968
Bump libphonenumber from 8.12.45 to 8.12.46
...
Bumps [libphonenumber](https://github.com/google/libphonenumber ) from 8.12.45 to 8.12.46.
- [Release notes](https://github.com/google/libphonenumber/releases )
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md )
- [Commits](https://github.com/google/libphonenumber/compare/v8.12.45...v8.12.46 )
---
updated-dependencies:
- dependency-name: com.googlecode.libphonenumber:libphonenumber
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-31 23:08:28 +00:00
dependabot[bot]
b3eed2f2cf
Bump dependency-check-gradle from 7.0.0 to 7.0.3
...
Bumps dependency-check-gradle from 7.0.0 to 7.0.3.
---
updated-dependencies:
- dependency-name: org.owasp:dependency-check-gradle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-31 23:07:49 +00:00
Adam Brown
13fb4e52af
extracting hardcoded error message to the resources
2022-03-31 18:07:27 +01:00
Adam Brown
801fb90f7b
using a consistent name for the combined register screens and events
...
- also adds a missing tag to the fragment adding
2022-03-31 18:04:13 +01:00
Adam Brown
c45c421e48
adding docs around the realigning of constraint layout child percentages
2022-03-31 17:56:22 +01:00
Adam Brown
468a81e1c3
fixing type in debug key names
2022-03-31 17:50:43 +01:00
Adam Brown
4c1c9a5af7
fixing new file header date
2022-03-31 17:50:21 +01:00
Adam Brown
4e215facaf
adding changelog entry
2022-03-31 17:50:21 +01:00
Adam Brown
32b54e1e9c
using continuation copy for combined sign up SSO buttons
2022-03-31 17:50:20 +01:00
Adam Brown
aa5054cddf
defaulting the password field to the password type by default in xml
2022-03-31 17:50:20 +01:00
Adam Brown
c83882d903
updating debug switch copy to better reflect the feature
2022-03-31 17:50:20 +01:00
Adam Brown
d302875fb7
providing more context to screen opening function
2022-03-31 17:50:20 +01:00
Adam Brown
12ae35f5ac
reordering methods to match usage
...
- also ports the Sso listener to a functional interface
2022-03-31 17:50:20 +01:00
Adam Brown
bc4566da4d
temporarily hiding the server selection edit button whilst building out the server selection screen
2022-03-31 17:50:20 +01:00
Adam Brown
53675b599d
reducing the edit button min width in order to match designs
...
- we rely on the text size and padding instead
2022-03-31 17:50:20 +01:00
Adam Brown
e8791fb3cf
renaming reset action to also capture registering along with login
2022-03-31 17:50:20 +01:00
Adam Brown
c3ab895a54
adding missing inputType, fixes max lines and ime option not being taken into account
2022-03-31 17:50:20 +01:00
Adam Brown
585ac4bf1f
extracting common textinputlayer interactions to their own extensions and providing a dedicated register action
2022-03-31 17:50:20 +01:00
Adam Brown
11983443fb
replacing hardcoded strings with resources
2022-03-31 17:50:20 +01:00
Adam Brown
7e5c3df7a7
adding combined server selection/sign up fragment
2022-03-31 17:50:20 +01:00
Adam Brown
2cbbfca73f
adding helper for recalculating percentage heights within a constraint layout
...
- this allows percentages to be used which make of the screen viewport rather than the accumulated scroll height
2022-03-31 17:50:20 +01:00
Adam Brown
b439322776
adding debug flag for enabling the new combined signup/choose server screen
2022-03-31 17:50:19 +01:00
Adam Brown
eb72587238
removing unused import
2022-03-31 17:23:05 +01:00
Adam Brown
1d0a87be14
adding changelog entry
2022-03-31 17:23:05 +01:00
Adam Brown
ced621d469
refreshing the room summaries when new crypto sessions are recieved
...
- matches the same flow as the timeline by starting observing in the ViewModel init
2022-03-31 17:23:05 +01:00
Adam Brown
4629353314
removing noop newSession from base decryption interface, it's only relevant for Megolm sessions
2022-03-31 17:13:31 +01:00
Aris Kotsomitopoulos
b9934d7239
Merge pull request #5666 from vector-im/feature/aris/threads_thread_list_loader
...
Add loader to thread list
2022-03-31 16:24:12 +03:00
Aris Kotsomitopoulos
3c06d56b87
Merge pull request #5627 from vector-im/feature/aris/threads_summary_event_redaction
...
Thread redaction will now update the thread summary counter
2022-03-31 16:21:35 +03:00
Maxime NATUREL
cc6cb41eac
Increase height of share button
2022-03-31 14:44:40 +02:00
Maxime NATUREL
0f5343a614
Removing unused interface
2022-03-31 14:44:40 +02:00
Maxime NATUREL
acef51e415
Fixing text color button in dark mode
2022-03-31 14:44:40 +02:00
Maxime NATUREL
a4b81524be
Quit the location sharing screen after launching live location service
2022-03-31 14:44:40 +02:00
Maxime NATUREL
a6a494170e
Use existing ResultListener interface
2022-03-31 14:44:40 +02:00
Maxime NATUREL
265dd4a0c3
Using resource dimensions for margins
2022-03-31 14:44:40 +02:00
Maxime NATUREL
c18a9230e5
UI to select the duration
2022-03-31 14:44:40 +02:00
Maxime NATUREL
5abc196536
Callback interface for the choice of the duration
2022-03-31 14:44:36 +02:00
Maxime NATUREL
4da11bbdc0
Renaming duration parameter to precise the time unit
2022-03-31 14:43:32 +02:00
Maxime NATUREL
d0a255819a
Creating BottomSheet to choose the live duration
2022-03-31 14:43:32 +02:00
Maxime NATUREL
f34225506a
Adding strings resources
2022-03-31 14:43:32 +02:00
Maxime NATUREL
d448c62cad
Adding changelog entry
2022-03-31 14:43:32 +02:00
Maxime NATUREL
d05d697831
Merge pull request #5661 from vector-im/feature/mna/5581-live-location-feature-flag
...
#5581 : live location sharing feature flag
2022-03-31 14:11:07 +02:00
ariskotsomitopoulos
21541642ba
Exclude NegativeMargin from linter
2022-03-31 14:35:37 +03:00
ariskotsomitopoulos
f8a909b014
Enhance naming
2022-03-31 14:07:49 +03:00
Onuray Sahin
20cdf2bef1
Changelog added.
2022-03-31 13:47:18 +03:00
Onuray Sahin
fbbadc8138
Rebind location service when the previous sharing is stopped.
2022-03-31 13:45:46 +03:00
Benoit Marty
9a2cc1a4c5
Merge pull request #5664 from vector-im/feature/bma/dep_upgrade
...
Upgrade Jitsi and ktlint
2022-03-31 11:32:14 +02:00
Maxime NATUREL
167fcb5366
Directly use VectorFeatures inside Fragment
2022-03-31 11:25:30 +02:00
Benoit Marty
558a72e58f
Create a documentation about PR ( #5401 )
...
Create documentation about our PR process
2022-03-31 09:58:15 +02:00
Benoit Marty
0fe3cc3acc
Merge pull request #5663 from cketti/fix_openOutputStream
...
Use truncate mode to replace the contents of existing files
`ContentResolver.openOutputStream(Uri)` does not truncate existing files. If the amount of data written is smaller than the file size, you end up with new data at the beginning of the file followed by old data at the end of the file.
2022-03-31 09:56:32 +02:00
fedrunov
856a110aee
Merge pull request #5531 from vector-im/feature/nfe/create_space_copy
...
"Add space" copy is replaced with "create space" in left sliding panel
2022-03-31 09:16:20 +02:00
Michael Kaye
acc9874bdf
Move to using hookshot to send notifications, rather than logging into matrix room.
2022-03-30 16:46:44 +01:00
SpiritCroc
c44c637fba
Also give up loading event for M_FORBIDDEN
2022-03-30 17:35:51 +02:00
cketti
29c7ea11bd
Create extension function Context.safeOpenOutputStream
2022-03-30 15:38:40 +02:00
ariskotsomitopoulos
0d59a31788
Add changelog
2022-03-30 12:32:08 +03:00
Maxime NATUREL
9e3dc4c10f
Fixing unit tests
2022-03-30 10:59:47 +02:00
Maxime NATUREL
f4ef4c2e61
Fixing attempt of unit tests
2022-03-30 10:49:43 +02:00
Maxime NATUREL
2b41096518
Fixing wrong method name calls
2022-03-30 10:48:12 +02:00
Maxime Naturel
90c53b9dd5
Remove non necessary DebugOverrides
2022-03-30 10:48:12 +02:00
Maxime Naturel
78b2ccb2b5
Using VectorFeatures instead of VectorOverrides
2022-03-30 10:48:07 +02:00
Maxime Naturel
e92a05abe7
Adding changelog entry
2022-03-30 10:47:44 +02:00
Maxime Naturel
cfce144b61
Using the override setting in the LocationSharing screen
2022-03-30 10:47:44 +02:00
Maxime Naturel
424f70bc58
Adding new override setting in the debug private settings
2022-03-30 10:47:44 +02:00
Maxime Naturel
93876737e7
Adding forceEnableLiveLocationSharing field in VectorOverride interface
2022-03-30 10:47:44 +02:00
Adam Brown
9d3d574d28
FTUE - Finalising personalisation journey ( #5519 )
...
* enabling the personalisation flow and promoting the strings for translation
* delegating the fake vector features to the static defaults, the fake exists for allowing overrides when needed
* incorporating the personalisation screens into the UI test signup
* adding changelog entry
* removing unused import
* putting the personalisation UI test flow behind the feature flag so that we can keep it disabled
* disabling the personalisation flow, we'll batch enable with other parts of the FTUE flow
* enabling the personalisation feature for registration unit tests which expect it to be enabled
2022-03-30 09:09:46 +01:00
Benoit Marty
f4f5beff15
Add changelogs
2022-03-30 09:54:02 +02:00
ericdecanini
8ad4f20d99
Fixes bug where audio can be played before waveform is ready
2022-03-29 19:54:23 +02:00
Benoit Marty
963b2dfa57
Ignore false positive on static analysis tools
...
Until 2023-01-01Z !
2022-03-29 19:38:10 +02:00
cketti
b9b5cab772
Use truncate mode to replace the contents of existing files
...
`ContentResolver.openOutputStream(Uri)` does not truncate existing files. If the amount of data written is smaller than the file size, you end up with new data at the beginning of the file followed by old data at the end of the file.
2022-03-29 18:57:22 +02:00
Benoit Marty
587948c1b9
Bump Jitsi lib from 5.0.1 to 5.0.2
...
https://github.com/jitsi/jitsi-meet-release-notes/blob/master/CHANGELOG-MOBILE-SDKS.md#502-2022-03-29
2022-03-29 18:24:44 +02:00
ericdecanini
6adf4878f7
Fixes bugs related to audio message duration being set incorrectly between activity states
2022-03-29 17:40:00 +02:00
Benoit Marty
0d2d1339e0
Bump Jitsi lib from 3.10.0 to 5.0.1
2022-03-29 16:29:35 +02:00
ericdecanini
cc5e8f35a7
Improves code formatting
2022-03-29 16:25:01 +02:00
Eric Decanini
9c333c96c4
Merge pull request #5548 from vector-im/bugfix/eric/call-button-disappearing
...
Fixes voice call button disappearing in DM rooms with more than 2 members
2022-03-29 16:10:06 +02:00
Benoit Marty
2055e7a27d
Add link to the changelog
2022-03-29 15:48:53 +02:00
ariskotsomitopoulos
0f7d6a1946
Add loader to thread list
2022-03-29 16:26:47 +03:00
Onuray Sahin
7999bd7523
Show a banner in timeline while location sharing service is running.
2022-03-29 15:34:50 +03:00
Benoit Marty
539d198f8f
Merge pull request #5645 from vector-im/feature/bma/fix_create_room
...
Fix regression from #4471
2022-03-29 14:00:34 +02:00
Florian Renaud
ea96718af5
Translated using Weblate (French)
...
Currently translated at 99.2% (2155 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fr/
2022-03-29 11:59:29 +00:00
Szimszon
33d197a429
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (2171 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/hu/
2022-03-29 11:59:29 +00:00
ariskotsomitopoulos
f58f3ad6d9
Refactoring
2022-03-29 14:28:57 +03:00
Adam Brown
abbf798ccf
Merge pull request #5655 from vector-im/dependabot/github_actions/peter-evans/find-comment-2
...
Bump peter-evans/find-comment from 1 to 2
2022-03-29 12:00:24 +01:00
Adam Brown
dedbce8458
Merge pull request #5654 from vector-im/dependabot/github_actions/peter-evans/create-pull-request-4
...
Bump peter-evans/create-pull-request from 3 to 4
2022-03-29 12:00:15 +01:00
Adam Brown
181c20d601
Merge pull request #5656 from vector-im/dependabot/github_actions/peter-evans/create-or-update-comment-2
...
Bump peter-evans/create-or-update-comment from 1 to 2
2022-03-29 11:59:59 +01:00
Adam Brown
223cec53ff
Merge pull request #5588 from vector-im/sync-analytics-plan
...
Sync analytics plan
2022-03-29 11:59:47 +01:00
SpiritCroc
365c03e763
Load timeline without initial eventId if not found
2022-03-29 12:56:54 +02:00
Adam Brown
1b2e3502cb
Merge pull request #5628 from vector-im/feature/adm/direct-login-tests
...
Direct login tests
2022-03-29 11:44:11 +01:00
Michael Kaye
0bc223cfde
Merge pull request #5617 from vector-im/michaelk/skip_sonar_on_release_branches
...
Skip sonar on release branches, be clearer in text why nightly run is running.
2022-03-29 10:38:33 +01:00
ariskotsomitopoulos
2938fa92c0
Rename countThreads method
2022-03-29 11:58:11 +03:00
Onuray Sahin
2a4182ea84
Code review fixes.
2022-03-29 11:53:44 +03:00
dependabot[bot]
6269a3357b
Bump peter-evans/create-or-update-comment from 1 to 2
...
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment ) from 1 to 2.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases )
- [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-28 23:04:38 +00:00
dependabot[bot]
01bb49d963
Bump peter-evans/find-comment from 1 to 2
...
Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment ) from 1 to 2.
- [Release notes](https://github.com/peter-evans/find-comment/releases )
- [Commits](https://github.com/peter-evans/find-comment/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: peter-evans/find-comment
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-28 23:04:35 +00:00
dependabot[bot]
a7cd03d578
Bump peter-evans/create-pull-request from 3 to 4
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 3 to 4.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-28 23:04:32 +00:00
David Langley
3ae4303ecd
Fix changelog wording
2022-03-28 17:28:33 +01:00
David Langley
b4885629af
Keep live event/pagination listeners.
2022-03-28 17:23:05 +01:00
Benoit Marty
ff1fb63bf6
Fix some ktlint issues, ignore some others
2022-03-28 18:22:04 +02:00
ganfra
ebee66cfaf
Update versions to 1.4.10
2022-03-28 16:37:24 +02:00
Benoit Marty
4c40615871
Remove Flair Fragment (not used, and part of group, which will be removed)
2022-03-28 16:31:50 +02:00
Benoit Marty
2b3951fe04
Force ktlint to version 0.45.1. The ktlint plugin is using 0.42.1
2022-03-28 16:17:27 +02:00
Benoit Marty
5499854ec0
Set up org.owasp.dependencycheck
...
See https://github.com/jeremylong/DependencyCheck
2022-03-28 15:49:17 +02:00
Onuray Sahin
6952552e5e
Changelog added.
2022-03-28 16:29:24 +03:00
Onuray Sahin
152c921017
Send beacon info.
2022-03-28 16:23:51 +03:00
ericdecanini
fa56a5efa9
Fixes playback button state not tracking after onPause
2022-03-28 13:52:47 +02:00
Onuray Sahin
32cf3feab8
Create beacon content class.
2022-03-28 14:45:40 +03:00
ganfra
3cf7765aaf
Merge tag '1.4.8' into develop
...
no message
2022-03-28 13:37:42 +02:00
ganfra
d589758b7b
Merge branch 'hotfix/1.4.8' into main
2022-03-28 13:37:42 +02:00
ganfra
9bf54a3750
Update changes
2022-03-28 13:36:17 +02:00
ariskotsomitopoulos
3ba2419e9b
Replace hardcoded string
2022-03-28 14:15:15 +03:00
ariskotsomitopoulos
b996e0eac0
Add changelog
2022-03-28 14:09:45 +03:00
ariskotsomitopoulos
9eccb9eaa0
Enable threads beta feedback
2022-03-28 13:59:59 +03:00
ariskotsomitopoulos
a2e2cdc2f3
Add feature specific configurations
2022-03-28 13:54:31 +03:00
ariskotsomitopoulos
58cc3931b9
Add beta feedback for threads
2022-03-28 13:53:44 +03:00
Onuray Sahin
08476a91e4
Merge pull request #5595 from vector-im/feature/ons/live_location_service
...
Live Location Sharing - Foreground Service
2022-03-28 12:50:35 +03:00
Onuray Sahin
9b271e4ffd
Trigger github actions.
2022-03-28 12:11:22 +03:00
Benoit Marty
bb19987314
is Loading
has been replaced by Uninitialized, is Loading
in when
statements, which is not strictly equivalent
...
This commit revert those changes.
2022-03-28 11:09:15 +02:00
David Langley
4fe8650387
Add changelog
2022-03-28 10:07:29 +01:00
ericdecanini
931c0e9826
Improves accessibility talkback on MessageAudioItem
2022-03-28 11:01:31 +02:00
ericdecanini
8aaaf80262
Fixes lint error
2022-03-28 10:47:59 +02:00
Adam Brown
e01c5049f6
updating version to 1.4.8
2022-03-28 09:46:26 +01:00
ClaireG
a9b87de7a3
[Subscribing] Blank display name
2022-03-28 10:34:22 +02:00
bmarty
ee9c8d8626
Sync analytics plan
2022-03-28 00:03:23 +00:00
Sveinn í Felli
cc8fd0c9a7
Translated using Weblate (Icelandic)
...
Currently translated at 82.5% (1793 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/is/
2022-03-27 20:53:20 +00:00
LinAGKar
883c1816bc
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (2171 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sv/
2022-03-27 20:53:11 +00:00
David Langley
f38bf2548f
lint
2022-03-25 23:18:45 +00:00
David Langley
531b62f634
Make properties private
2022-03-25 23:00:47 +00:00
David Langley
7e930472e8
Align with web implementation
2022-03-25 22:51:34 +00:00
Adam Brown
f5d2ba39f4
moving the live location sharing permission debug only to unblock releases whilst the feature is WIP
2022-03-25 15:07:06 +00:00
ericdecanini
313595e496
Fixes textview layout bounds in item_timeline_event_audio_stub
2022-03-25 14:30:00 +01:00
Onuray Sahin
bdbdfe52cd
Cancel timers when service is destroyed.
2022-03-25 14:24:42 +03:00
Adam Brown
776cf24516
adding changelog entry
2022-03-25 11:15:05 +00:00
Adam Brown
cfb3aa8a22
adding direct login error path tests
2022-03-25 11:15:05 +00:00
Adam Brown
230c37597c
adding happy path tests for the direct login use case
2022-03-25 11:15:05 +00:00
Adam Brown
88197991e1
extracting the direct login logic to its own use case along with viewmodel test case
...
- will ensure we emit account sign in when going via direct login flow
2022-03-25 11:15:05 +00:00
Onuray Sahin
7285bc6889
Code review fixes.
2022-03-25 13:58:48 +03:00
Onuray Sahin
79afdf724f
Code review fixes.
2022-03-25 13:48:20 +03:00
Sveinn í Felli
129c6aa7fb
Translated using Weblate (Icelandic)
...
Currently translated at 75.1% (1632 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/is/
2022-03-24 21:53:39 +00:00
Jeff Huang
57ad361750
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2171 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/zh_Hant/
2022-03-24 21:53:28 +00:00
Danial Behzadi
2602c7afb5
Translated using Weblate (Persian)
...
Currently translated at 100.0% (52 of 52 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/fa/
2022-03-24 21:53:27 +00:00
Jozef Gaal
9004d23f38
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (2171 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
2022-03-24 21:53:26 +00:00
Ultimator14
44f064c484
Translated using Weblate (German)
...
Currently translated at 99.2% (2154 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/de/
2022-03-24 21:53:25 +00:00
waclaw66
345ce171ff
Translated using Weblate (Czech)
...
Currently translated at 100.0% (2171 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/cs/
2022-03-24 21:53:24 +00:00
LinAGKar
37b17932ca
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (52 of 52 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/sv/
2022-03-24 21:53:23 +00:00
Linerly
d526724eb1
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (52 of 52 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/id/
2022-03-24 21:53:22 +00:00
Priit Jõerüüt
c042e5f3cf
Translated using Weblate (Estonian)
...
Currently translated at 99.9% (2169 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/et/
2022-03-24 21:53:21 +00:00
Jeff Huang
df1cc6a144
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (52 of 52 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/zh_Hant/
2022-03-24 21:53:20 +00:00
Besnik Bleta
0e91511db1
Translated using Weblate (Albanian)
...
Currently translated at 99.3% (2157 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sq/
2022-03-24 21:53:19 +00:00
Ihor Hordiichuk
9317d42c49
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (2171 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/uk/
2022-03-24 21:53:18 +00:00
Linerly
5e79c9367b
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (2171 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/id/
2022-03-24 21:53:18 +00:00
Danial Behzadi
237bb87955
Translated using Weblate (Persian)
...
Currently translated at 99.8% (2168 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fa/
2022-03-24 21:53:17 +00:00
Priit Jõerüüt
6537f7f69a
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (52 of 52 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/et/
2022-03-24 21:53:16 +00:00
Besnik Bleta
b2896dd248
Translated using Weblate (Albanian)
...
Currently translated at 100.0% (52 of 52 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/sq/
2022-03-24 21:53:15 +00:00
ravit
604f38bfa3
Translated using Weblate (Hebrew)
...
Currently translated at 96.4% (2095 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
2022-03-24 21:53:14 +00:00
Эдуард Гера
b9d10c9d6e
Translated using Weblate (Hebrew)
...
Currently translated at 96.4% (2095 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
2022-03-24 21:53:14 +00:00
Jozef Gaal
56fd8983c9
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (52 of 52 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/sk/
2022-03-24 21:53:13 +00:00
lvre
7352faa2d9
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (2171 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pt_BR/
2022-03-24 21:53:12 +00:00
random
f3deb3e160
Translated using Weblate (Italian)
...
Currently translated at 100.0% (52 of 52 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/it/
2022-03-24 21:53:11 +00:00
LinAGKar
ce28da3ae4
Translated using Weblate (Swedish)
...
Currently translated at 99.3% (2157 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sv/
2022-03-24 21:53:10 +00:00
random
47415a8ef1
Translated using Weblate (Italian)
...
Currently translated at 100.0% (2171 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/it/
2022-03-24 21:53:10 +00:00
ericdecanini
c8a56d63e9
Merge remote-tracking branch 'origin/develop' into feature/eric/audio-files-player
...
# Conflicts:
# vector/src/main/java/im/vector/app/features/home/room/detail/timeline/factory/MessageItemFactory.kt
2022-03-24 21:26:39 +01:00
ericdecanini
806af4798a
Fixes post merge errors
2022-03-24 21:02:29 +01:00
ericdecanini
82cde166db
Merge remote-tracking branch 'origin/develop' into feature/eric/audio-files-player
...
# Conflicts:
# vector/src/main/java/im/vector/app/features/home/room/detail/composer/VoiceMessageHelper.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/composer/voice/VoiceMessageViews.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/timeline/factory/MessageItemFactory.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/timeline/item/MessageVoiceItem.kt
2022-03-24 20:32:28 +01:00
Eric Decanini
10974366fb
Merge pull request #5473 from vector-im/bugfix/eric/voting-ended-poll
...
Fixes ended poll voting
2022-03-24 20:23:38 +01:00
ganfra
3410e75790
Merge tag '1.4.7' into develop
2022-03-24 19:34:14 +01:00
ganfra
9ec684f438
Merge branch 'hotfix/1.4.7' into main
2022-03-24 19:33:44 +01:00
ganfra
60ecfd4fc2
Update changes
2022-03-24 19:31:29 +01:00
ganfra
8bcc2f5b0c
Fix formating
2022-03-24 19:07:44 +01:00
ganfra
04b136e3e4
RoomList: more fixes on count
2022-03-24 18:50:33 +01:00
ganfra
87438085c6
RoomList: fix count not showing if not collapsable
2022-03-24 18:49:57 +01:00
ganfra
81aa42a8e8
Merge pull request #5616 from vector-im/hotfix/fre/collapse_rooms_section
...
Fix rooms section collapsing
2022-03-24 16:04:16 +01:00
Florian Renaud
3c73ccce7b
Add changelog entry
2022-03-24 15:46:16 +01:00
Florian Renaud
1ef1bd81bc
Improve room section collapsing
2022-03-24 15:46:16 +01:00
Florian Renaud
a97d3eae7e
Pass lambda to updateSection method
2022-03-24 15:46:16 +01:00
Florian Renaud
a362d5427d
Fix arrow visibility on section header
2022-03-24 15:46:16 +01:00
ganfra
745382cdfa
RoomList : avoid using flow extension on realm results (leads to frozen object and leaks).
2022-03-24 15:41:42 +01:00
ganfra
70e5698082
Update versions to 1.4.7
2022-03-24 15:41:35 +01:00
ganfra
866a5a7e3a
Merge pull request #5626 from vector-im/feature/fre/collapse_rooms_sections
...
Restore #5580 "Do not suggest collapse if there is only one section"
2022-03-24 15:39:39 +01:00
ariskotsomitopoulos
3c7495bd60
Thread redaction will now update the thread summary counter
...
Root threads with 0 threads replies will become normal messages and removed from thread summaries
2022-03-24 16:28:49 +02:00
Florian Renaud
1a0bd3f31e
Revert "Revert "Do not suggest collapse if there is only one section""
...
This reverts commit 55b1a60f96
.
2022-03-24 15:27:35 +01:00
Michael Kaye
3182c60d13
Quoe 'schedule' correctly.
2022-03-24 13:42:25 +00:00
Michael Kaye
164ac0ee80
Update nightly.yml
...
Clean up formatting of if
2022-03-24 13:40:52 +00:00
ericdecanini
edfe81cc2b
Merge remote-tracking branch 'origin/develop' into bugfix/eric/voting-ended-poll
...
# Conflicts:
# vector/src/main/java/im/vector/app/features/home/room/detail/timeline/factory/MessageItemFactory.kt
2022-03-24 14:40:28 +01:00
Michael Kaye
3525d82733
Make test use quoted strings
2022-03-24 13:39:28 +00:00
Эдуард Гера
516e548fcd
Translated using Weblate (Hebrew)
...
Currently translated at 95.5% (2075 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
2022-03-24 13:16:51 +00:00
ravit
481274088c
Translated using Weblate (Hebrew)
...
Currently translated at 95.5% (2075 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
2022-03-24 13:16:51 +00:00
ganfra
c2d2afbe72
Merge pull request #5624 from vector-im/feature/adm/account-created-celebration-on-sign-in-with-id
...
Fixing account creation celebration shown on `sign in with matrix id`
2022-03-24 11:52:23 +01:00
Adam Brown
84b34f75de
Merge pull request #5517 from vector-im/feature/adm/ftue-single-loading-state
...
FTUE - Single loading state
2022-03-24 10:36:07 +00:00
Adam Brown
4ef0bc9052
fixing wrong account created flag when creating a session from a direct login
2022-03-24 10:19:53 +00:00
Onuray Sahin
7a575ed062
Lint fixes.
2022-03-24 13:10:06 +03:00
Adam Brown
af90adadf3
adding changelog entry
2022-03-23 17:29:06 +00:00
Adam Brown
e7a1c20132
handling the username in use as a username field error
2022-03-23 17:29:06 +00:00
Adam Brown
5aa35899bc
extracting error cases to extensions and handles invalid username as a specific case
2022-03-23 17:29:06 +00:00
Adam Brown
373385b29f
moving the not accepting registration error handling to the login fragment
2022-03-23 17:29:06 +00:00
Adam Brown
11cc284bcc
reusing showFailure from the base fragment instead of resubscribing to the view events
2022-03-23 17:29:05 +00:00
Adam Brown
7d80cfed0b
replacing async reset password,mail and homeserver requests with shared isLoading with error view events
2022-03-23 17:25:10 +00:00
Adam Brown
2227df479c
replacing async login/register state with separate failure view event and shared isLoading
2022-03-23 17:20:47 +00:00
Adam Brown
e3df9c4cef
using isLoading boolean instead of stateless async result for the display name and profile picture updates
2022-03-23 16:48:07 +00:00
ganfra
adf2c642da
Update versions to 1.4.8
2022-03-23 16:27:36 +01:00
ganfra
8d4830975d
Merge tag '1.4.6' into develop
...
v1.4.6
2022-03-23 16:24:02 +01:00
ganfra
7c27ce5e88
Merge branch 'release/1.4.6' into main
2022-03-23 16:24:01 +01:00
Michael Kaye
f7f115e4dc
Be clearer on which test run we're running & don't run sonarqube on release branches.
2022-03-23 15:19:30 +00:00
Michael Kaye
669d00c02a
Only run sonar on nightly runs
2022-03-23 15:15:30 +00:00
ganfra
55b1a60f96
Revert "Do not suggest collapse if there is only one section"
...
This reverts commit 6787980185
.
2022-03-23 16:09:05 +01:00
Onuray Sahin
5f74442f57
Reorder functions.
2022-03-23 16:34:45 +03:00
Onuray Sahin
f18a107df8
Merge branch 'develop' into feature/ons/live_location_service
...
* develop: (152 commits)
Remove exhaustive.
fixing the onboarding sanity test failing - adds tapping the new take me home button within the sanity test
Fix lint issues on weblate sync
fixing view model tests not collecting flow results - the switch from runBlockingTest to runTest means we need to provide a separate scope from the test in order to asynchronously collect the flow results
Do not suggest collapse if there is only one section
Translated using Weblate (Spanish)
Translated using Weblate (Spanish)
runBlocking -> runTest https://github.com/Kotlin/kotlinx.coroutines/blob/master/kotlinx-coroutines-test/MIGRATION.md
runBlockingTest -> runTest https://github.com/Kotlin/kotlinx.coroutines/blob/master/kotlinx-coroutines-test/MIGRATION.md
Small cleanup
The `.exhaustive` trick is not needed anymore in Kotlin 1.6.0 https://kotlinlang.org/docs/whatsnew16.html#stable-exhaustive-when-statements-for-enum-sealed-and-boolean-subjects
Also upgrade the coroutine lib
Fix compilation warning (exhaustive when)
Fix compilation warning (exhaustive when)
Format file (no other change)
Fix compilation warning (exhaustive when)
Bump moshi from 1.12.0 to 1.13.0
Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0
Code review fixes.
fixing presence icon anchoring to the middle of the room icon - creates a secondary verification shield and aligns to the start of the room title when presence is present
...
# Conflicts:
# vector/src/main/java/im/vector/app/features/location/LocationSharingFragment.kt
# vector/src/main/java/im/vector/app/features/location/LocationSharingViewModel.kt
# vector/src/main/res/values/strings.xml
2022-03-23 16:25:01 +03:00
ariskotsomitopoulos
3b9cade1a7
Thread list filtering minor UI changes
2022-03-23 15:13:15 +02:00
Onuray Sahin
96a2bc9ce4
Changelog added.
2022-03-23 15:47:40 +03:00
ganfra
4755ebfa97
Update Changes
2022-03-23 13:38:33 +01:00
Onuray Sahin
3fa4aea506
Navigate to room list when user clicks to the sticky notification.
2022-03-23 15:37:44 +03:00
Adam Brown
55b946a019
fixing the onboarding sanity test failing
...
- adds tapping the new take me home button within the sanity test
2022-03-23 12:57:53 +01:00
ariskotsomitopoulos
82a6ea9d85
Change thread list filtering radio buttons color
2022-03-23 13:40:32 +02:00
ariskotsomitopoulos
d232c49d65
Remove filter toolbar on thread list while there no threads to display
2022-03-23 13:33:55 +02:00
Onuray Sahin
6d0b823b66
Merge pull request #5404 from vector-im/feature/ons/voice_message_scrubbing
...
Voice Message Playback Scrolling Support
2022-03-23 14:32:58 +03:00
Onuray Sahin
7ead3f93f4
Remove exhaustive.
2022-03-23 13:52:53 +03:00
Onuray Sahin
c478503c13
Merge branch 'develop' into feature/ons/voice_message_scrubbing
...
* develop: (429 commits)
fixing the onboarding sanity test failing - adds tapping the new take me home button within the sanity test
Fix lint issues on weblate sync
fixing view model tests not collecting flow results - the switch from runBlockingTest to runTest means we need to provide a separate scope from the test in order to asynchronously collect the flow results
Do not suggest collapse if there is only one section
Translated using Weblate (Spanish)
Translated using Weblate (Spanish)
runBlocking -> runTest https://github.com/Kotlin/kotlinx.coroutines/blob/master/kotlinx-coroutines-test/MIGRATION.md
runBlockingTest -> runTest https://github.com/Kotlin/kotlinx.coroutines/blob/master/kotlinx-coroutines-test/MIGRATION.md
Small cleanup
The `.exhaustive` trick is not needed anymore in Kotlin 1.6.0 https://kotlinlang.org/docs/whatsnew16.html#stable-exhaustive-when-statements-for-enum-sealed-and-boolean-subjects
Also upgrade the coroutine lib
Fix compilation warning (exhaustive when)
Fix compilation warning (exhaustive when)
Format file (no other change)
Fix compilation warning (exhaustive when)
Bump moshi from 1.12.0 to 1.13.0
Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0
fixing presence icon anchoring to the middle of the room icon - creates a secondary verification shield and aligns to the start of the room title when presence is present
PR remarks
Increase the thread summaries limit
...
# Conflicts:
# vector/src/main/java/im/vector/app/features/home/room/detail/composer/voice/VoiceMessageRecorderView.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/timeline/item/MessageVoiceItem.kt
2022-03-23 13:32:36 +03:00
ariskotsomitopoulos
6568091f29
Improve thread list item UI
2022-03-23 12:29:07 +02:00
ganfra
20b2af4432
Merge pull request #5610 from vector-im/feature/adm/account-creation-sanity-test-update
...
Sanity test getting stuck on account created screen
2022-03-23 11:03:46 +01:00
ariskotsomitopoulos
8a1d008b3c
Show keyboard when user first reply in a thread
2022-03-23 11:29:06 +02:00
Benoit Marty
d5a89fc4aa
Merge pull request #5599 from vector-im/dependabot/github_actions/actions/cache-3
...
Bump actions/cache from 2 to 3
2022-03-23 10:23:29 +01:00
Benoit Marty
e549ce15af
Merge pull request #5600 from vector-im/dependabot/github_actions/michaelkaye/setup-matrix-synapse-0.4.0
...
Bump michaelkaye/setup-matrix-synapse from 0.3.0 to 0.4.0
2022-03-23 10:22:39 +01:00
Benoit Marty
c6fe084507
Merge pull request #4471 from vector-im/dependabot/gradle/org.jetbrains.kotlin-kotlin-gradle-plugin-1.6.0
...
Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0 - BLOCKED
2022-03-23 10:08:53 +01:00
Adam Brown
5bbc9dc102
fixing the onboarding sanity test failing
...
- adds tapping the new take me home button within the sanity test
2022-03-23 09:02:37 +00:00
Denys Nykula
a8969b6dfa
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (2171 of 2171 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/uk/
2022-03-22 22:35:40 +00:00
Weblate
65732f3720
Merge branch 'origin/develop' into Weblate.
2022-03-22 18:39:56 +00:00
Denys Nykula
17d4e6c745
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (52 of 52 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/uk/
2022-03-22 18:39:56 +00:00
lvre
720d830f5f
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (52 of 52 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/pt_BR/
2022-03-22 18:39:55 +00:00
libexus
41de155fb5
Translated using Weblate (German)
...
Currently translated at 100.0% (52 of 52 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/de/
2022-03-22 18:39:54 +00:00
waclaw66
040180478d
Translated using Weblate (Czech)
...
Currently translated at 100.0% (52 of 52 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/cs/
2022-03-22 18:39:52 +00:00
ganfra
951171cb94
Merge pull request #5607 from vector-im/feature/fga/weblate_1.4.6
...
Feature/fga/weblate 1.4.6
2022-03-22 19:39:00 +01:00
ganfra
c06c9ea1d6
Fix lint issues on weblate sync
2022-03-22 18:55:34 +01:00
ganfra
3d3f5444b1
Merge pull request #5606 from RiotTranslateBot/weblate-element-android-element-app
...
Translations update from Weblate
2022-03-22 18:11:28 +01:00
Adam Brown
fdf3cc36ce
fixing view model tests not collecting flow results
...
- the switch from runBlockingTest to runTest means we need to provide a separate scope from the test in order to asynchronously collect the flow results
2022-03-22 17:01:34 +00:00
ericdecanini
bfd31de05e
Renames call option to be more agnostic
2022-03-22 17:56:07 +01:00
ariskotsomitopoulos
72bc613f34
Reduce thread toolbar avatar size
2022-03-22 18:54:59 +02:00
ariskotsomitopoulos
f8e7ba7355
Format menu_timeline
2022-03-22 18:43:01 +02:00
ClaireG
6787980185
Do not suggest collapse if there is only one section
2022-03-22 17:31:21 +01:00
ariskotsomitopoulos
b1c4ca7816
Simplify thread timeline toolbar menu more
2022-03-22 18:03:49 +02:00
Weblate
095f06bd89
Merge branch 'origin/develop' into Weblate.
2022-03-22 15:59:34 +00:00
iaiz
8550db9f23
Translated using Weblate (Spanish)
...
Currently translated at 95.7% (2065 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/es/
2022-03-22 15:58:54 +00:00
iaiz
707800532f
Translated using Weblate (Spanish)
...
Currently translated at 66.6% (34 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/es/
2022-03-22 15:58:52 +00:00
Benoit Marty
012cdf4b4d
runBlocking -> runTest
...
https://github.com/Kotlin/kotlinx.coroutines/blob/master/kotlinx-coroutines-test/MIGRATION.md
2022-03-22 16:52:18 +01:00
Benoit Marty
86829008c3
runBlockingTest -> runTest
...
https://github.com/Kotlin/kotlinx.coroutines/blob/master/kotlinx-coroutines-test/MIGRATION.md
2022-03-22 16:39:39 +01:00
ericdecanini
249db1820f
Removes ic_headphones
2022-03-22 16:22:40 +01:00
Benoit Marty
f791ddb7bb
Small cleanup
2022-03-22 16:14:15 +01:00
Benoit Marty
03fee2a131
The .exhaustive
trick is not needed anymore in Kotlin 1.6.0
...
https://kotlinlang.org/docs/whatsnew16.html#stable-exhaustive-when-statements-for-enum-sealed-and-boolean-subjects
2022-03-22 16:14:15 +01:00
Benoit Marty
97bb5a9abb
Also upgrade the coroutine lib
2022-03-22 16:13:06 +01:00
Benoit Marty
57bee40211
Fix compilation warning (exhaustive when)
2022-03-22 16:13:06 +01:00
Benoit Marty
7502158ba9
Fix compilation warning (exhaustive when)
2022-03-22 16:13:06 +01:00
Benoit Marty
ed62a2f1c9
Format file (no other change)
2022-03-22 16:13:06 +01:00
Benoit Marty
f07c9bf105
Fix compilation warning (exhaustive when)
2022-03-22 16:13:06 +01:00
dependabot[bot]
e169c81a2c
Bump moshi from 1.12.0 to 1.13.0
...
Bumps `moshi` from 1.12.0 to 1.13.0.
Updates `moshi-adapters` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/square/moshi/releases )
- [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md )
- [Commits](https://github.com/square/moshi/compare/moshi-parent-1.12.0...moshi-parent-1.13.0 )
Updates `moshi-kotlin-codegen` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/square/moshi/releases )
- [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md )
- [Commits](https://github.com/square/moshi/compare/moshi-parent-1.12.0...moshi-parent-1.13.0 )
---
updated-dependencies:
- dependency-name: com.squareup.moshi:moshi-adapters
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.squareup.moshi:moshi-kotlin-codegen
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-22 16:13:06 +01:00
dependabot[bot]
6f55a25a30
Bump kotlin-gradle-plugin from 1.5.31 to 1.6.0
...
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin ) from 1.5.31 to 1.6.0.
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/commits )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-22 16:13:06 +01:00
ariskotsomitopoulos
bc9a785a59
Match timeline thread summary width with the actual text
2022-03-22 17:08:49 +02:00
ganfra
073475854e
Merge pull request #5564 from SpiritCroc/timeline-chunk-double-linking
...
Fix another case of read markers not updating: Ensure proper double linking of TimelineChunks
2022-03-22 15:46:48 +01:00
ariskotsomitopoulos
1e3b859f48
Fix timeline thread summary width
2022-03-22 16:19:15 +02:00
ganfra
67804da205
Merge pull request #5604 from vector-im/feature/adm/toolbar-icon-positions
...
Fixing presence icon anchoring to the middle of the room icon
2022-03-22 15:16:17 +01:00
Onuray Sahin
24bdad3ae1
Code review fixes.
2022-03-22 17:04:35 +03:00
ariskotsomitopoulos
c455912969
Fix timeline thread summary padding
2022-03-22 16:03:49 +02:00
ganfra
a2f64e7f3c
Merge pull request #5576 from vector-im/feature/aris/thread_labs_notice_users
...
Threads Migration
2022-03-22 14:57:07 +01:00
Adam Brown
1e6e8b546d
fixing presence icon anchoring to the middle of the room icon
...
- creates a secondary verification shield and aligns to the start of the room title when presence is present
2022-03-22 13:43:43 +00:00
ericdecanini
7449d15d2f
Merge remote-tracking branch 'origin/develop' into bugfix/eric/voting-ended-poll
...
# Conflicts:
# vector/src/main/java/im/vector/app/features/home/room/detail/timeline/factory/MessageItemFactory.kt
2022-03-22 14:15:29 +01:00
Onuray Sahin
70c8a8bf34
Support sharing live location in multiple rooms.
2022-03-22 16:01:51 +03:00
ariskotsomitopoulos
c6593f0cee
PR remarks
2022-03-22 13:57:20 +02:00
ariskotsomitopoulos
09a017aaa8
Increase thread summary icon size
2022-03-22 13:48:07 +02:00
Adam Brown
21e46c5840
Merge pull request #5601 from vector-im/dependabot/gradle/org.json-json-20220320
...
Bump json from 20211205 to 20220320
2022-03-22 11:00:13 +00:00
ariskotsomitopoulos
3c6dbd0843
Reduce timeline menu thread icon padding
2022-03-22 12:55:50 +02:00
ariskotsomitopoulos
52699357dd
Change text constant
2022-03-22 12:27:11 +02:00
ariskotsomitopoulos
a431d885f0
Increase the thread summaries limit
2022-03-22 11:20:47 +02:00
dependabot[bot]
c2e3c63100
Bump json from 20211205 to 20220320
...
Bumps [json](https://github.com/douglascrockford/JSON-java ) from 20211205 to 20220320.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases )
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md )
- [Commits](https://github.com/douglascrockford/JSON-java/commits )
---
updated-dependencies:
- dependency-name: org.json:json
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-21 23:09:06 +00:00
dependabot[bot]
13d0b23663
Bump michaelkaye/setup-matrix-synapse from 0.3.0 to 0.4.0
...
Bumps [michaelkaye/setup-matrix-synapse](https://github.com/michaelkaye/setup-matrix-synapse ) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/michaelkaye/setup-matrix-synapse/releases )
- [Commits](https://github.com/michaelkaye/setup-matrix-synapse/compare/v0.3.0...v0.4.0 )
---
updated-dependencies:
- dependency-name: michaelkaye/setup-matrix-synapse
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-21 23:03:32 +00:00
dependabot[bot]
6fd207764d
Bump actions/cache from 2 to 3
...
Bumps [actions/cache](https://github.com/actions/cache ) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-21 23:03:30 +00:00
ericdecanini
b035911d8f
Fixes import lint error
2022-03-21 20:05:47 +01:00
ericdecanini
06468a4365
Adds changelog file
2022-03-21 20:04:08 +01:00
ericdecanini
c9946b6dd3
Code cleanup
2022-03-21 19:57:18 +01:00
SpiritCroc
47dddd706c
Only show HasUnread -> HasUnread updates for same readMarker
2022-03-21 19:51:42 +01:00
ericdecanini
5a819bbafa
Merge remote-tracking branch 'origin/develop' into feature/eric/audio-files-player
...
# Conflicts:
# vector/src/main/java/im/vector/app/features/home/room/detail/TimelineFragment.kt
2022-03-21 19:40:14 +01:00
ganfra
794131d274
Merge pull request #5551 from SpiritCroc/local-echo
...
Fix local echos not being shown when re-opening rooms
2022-03-21 19:24:07 +01:00
ericdecanini
ff26829d65
Adds new audio timeline stub
2022-03-21 18:42:07 +01:00
ericdecanini
7a7d36d010
Renames functions and variables
2022-03-21 16:23:19 +01:00
Michael Kaye
4a8aeadbcf
Merge pull request #5471 from vector-im/michaelk/ci_script_improvements
...
CI Script improvements
2022-03-21 15:06:11 +00:00
Benoit Marty
835497682f
Merge pull request #5572 from p1gp1g/play-sticker
...
Show stickers on click
2022-03-21 15:51:36 +01:00
Benoit Marty
579e6164d6
Merge pull request #5550 from vector-im/feature/adm/presence-theme-patch
...
Presence indicator theme attribute
2022-03-21 15:45:36 +01:00
Benoit Marty
176895a37d
Merge pull request #5589 from vector-im/sync-emojis
...
Sync Emojis
2022-03-21 15:42:43 +01:00
Michael Kaye
c687252fb6
Update .github/workflows/nightly.yml
2022-03-21 14:31:17 +00:00
Onuray Sahin
7e5c293ebc
Use primary color for location notification item.
2022-03-21 17:27:14 +03:00
Onuray Sahin
334368083e
Track location in foreground service.
2022-03-21 16:46:40 +03:00
ariskotsomitopoulos
ed2cb5f0fe
Enhance text constants
2022-03-21 15:45:08 +02:00
ariskotsomitopoulos
0479049476
Permalink to a root thread message will navigate user within the thread timeline
2022-03-21 15:16:57 +02:00
ariskotsomitopoulos
277619d833
Format code & add comments
2022-03-21 13:39:15 +02:00
Onuray Sahin
c63fc3d6c2
Start the foreground service when users start live location sharing.
2022-03-21 14:27:15 +03:00
ariskotsomitopoulos
a959a15636
Add changelog
2022-03-21 13:18:20 +02:00
ariskotsomitopoulos
f6b38d2b49
Add runBlocking when decrypt events to avoid thread switching when accessing the realm instance (thread local)
2022-03-21 13:13:09 +02:00
Linerly
75fe14561e
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/id/
2022-03-21 08:38:31 +00:00
bmarty
ffb007e96d
Sync Emojis
2022-03-21 00:03:12 +00:00
notramo
777913493f
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (51 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/hu/
2022-03-19 21:38:32 +00:00
notramo
06af5a8017
Translated using Weblate (Hungarian)
...
Currently translated at 99.8% (2154 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/hu/
2022-03-19 21:38:31 +00:00
Jeanne Lavoie
8a783a7a0b
Translated using Weblate (French (Canada))
...
Currently translated at 83.9% (1811 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fr_CA/
2022-03-19 21:38:31 +00:00
libexus
7910b4cd35
Translated using Weblate (German)
...
Currently translated at 99.9% (2155 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/de/
2022-03-19 21:38:31 +00:00
ericdecanini
2e716cb8a0
Adapts special body text for audio messages
2022-03-19 18:26:37 +01:00
ericdecanini
fab78c9a6e
Refactors MessageAudioItem to work for both audio files and voice messages
2022-03-19 18:16:51 +01:00
ravit
cb290550a9
Translated using Weblate (Hebrew)
...
Currently translated at 94.5% (2039 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
2022-03-18 18:38:46 +00:00
Эдуард Гера
db828152a6
Translated using Weblate (Hebrew)
...
Currently translated at 94.5% (2039 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
2022-03-18 18:38:39 +00:00
Modificator
20d9f68679
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 95.7% (2065 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/zh_Hans/
2022-03-18 18:38:35 +00:00
Besnik Bleta
1ecbe41529
Translated using Weblate (Albanian)
...
Currently translated at 99.4% (2145 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sq/
2022-03-18 18:38:35 +00:00
Jeanne Lavoie
d24f01c001
Translated using Weblate (French)
...
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fr/
2022-03-18 18:38:35 +00:00
Jeanne Lavoie
4b6c8b8980
Translated using Weblate (French (Canada))
...
Currently translated at 83.7% (1806 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fr_CA/
2022-03-18 18:38:35 +00:00
Theo
96904d0fd7
Translated using Weblate (Greek)
...
Currently translated at 16.0% (347 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/el/
2022-03-18 18:38:34 +00:00
waclaw66
805666b2f5
Translated using Weblate (Czech)
...
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/cs/
2022-03-18 18:38:33 +00:00
Zet
df717dd82d
Translated using Weblate (Arabic)
...
Currently translated at 32.7% (706 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ar/
2022-03-18 18:38:33 +00:00
Adam Brown
ea9c9ae490
Merge pull request #5408 from vector-im/feature/adm/onboarding-tests
...
FTUE - Onboarding registration steps unit tests
2022-03-18 15:57:38 +00:00
Maxime NATUREL
4761f7701b
Merge pull request #5579 from vector-im/feature/mna/PSF-664-5571-live-location-indicator
...
#5571 : Live location status bar indicator
2022-03-18 16:30:41 +01:00
Maxime Naturel
d1aba46b52
Using one line per parameter for the custom view
2022-03-18 15:58:42 +01:00
Maxime Naturel
840a224c9f
Fixing coding style issue
2022-03-18 15:01:44 +01:00
Adam Brown
ce2c309d72
including verification to ensure no other methods are being called
2022-03-18 14:00:56 +00:00
ariskotsomitopoulos
e574fda099
Remove unused import
2022-03-18 14:55:14 +01:00
ariskotsomitopoulos
06db7e2374
Enhance migration logic & PR remarks
2022-03-18 14:51:06 +01:00
ariskotsomitopoulos
fd4d99d6fc
Possible NullPointerException crash fix
2022-03-18 14:50:34 +01:00
Adam Brown
7f943d37fd
explicitly declaring the fake registrationb wizard as not relaxed and creating new test instances for each case
2022-03-18 13:15:14 +00:00
Maxime Naturel
526d11e912
Removing TODO
2022-03-18 14:12:55 +01:00
Maxime Naturel
56bffb2657
Adding stop button
2022-03-18 14:11:16 +01:00
Maxime Naturel
67297bbdef
Custom View in timeline screen without stop button
2022-03-18 14:11:08 +01:00
Maxime Naturel
70ab5354c3
Adding strings of the view
2022-03-18 14:10:57 +01:00
Maxime Naturel
32f18d5af3
Adding changelog entry
2022-03-18 14:10:47 +01:00
Onuray Sahin
a1d27940cd
Create a foreground service.
2022-03-18 15:26:11 +03:00
ericdecanini
d54b465b30
Uses messageVoiceItem for audio files
2022-03-18 13:22:49 +01:00
Maxime NATUREL
3547c5acba
Merge pull request #5565 from vector-im/feature/mna/PSF-664-5536-permissions
...
Live Location Sharing - Background permission
2022-03-18 12:06:30 +01:00
ariskotsomitopoulos
2e5d45ec6e
Format code
2022-03-18 12:03:17 +01:00
ariskotsomitopoulos
f00b1f29bf
Enhance text context for thread migration notice
2022-03-18 11:58:29 +01:00
ericdecanini
26176328c4
Fixes epoxy errors with renamed epoxy attributes
2022-03-18 11:58:23 +01:00
Valere
189683a8a1
Merge pull request #5552 from SpiritCroc/timeline-decryptor-crash
...
Fix crash when closing room during timeline decryption
2022-03-18 11:34:27 +01:00
ariskotsomitopoulos
a0e6dd5f6c
Merge branch 'develop' into feature/aris/thread_labs_notice_users
...
# Conflicts:
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/MatrixConfiguration.kt
# vector/src/main/java/im/vector/app/core/di/SingletonModule.kt
2022-03-18 11:28:21 +01:00
aringenbach
1d74e34362
Merge pull request #5566 from vector-im/feature/aringenbach/presence-sync-build-config
...
Add a presence sync enabling build config
2022-03-18 09:19:45 +01:00
SpiritCroc
6878a973ed
TokenChunkEventPersistor: always link all matching chunks
...
The previous fix only works around the issue when it is detected. This
may require re-entering the room once when it gets stuck. If we ensure
proper linking from the beginning, hopefully we don't run into any
issues at all.
2022-03-18 08:07:56 +01:00
sim
e5c04d9cc8
Show stickers on click
...
Play animated stickers
Signed-off-by: sim <git@sgougeon.fr >
2022-03-18 01:03:34 +01:00
ariskotsomitopoulos
61cb7a6ffb
Prepare next RC threads migration to all users
2022-03-17 19:09:09 +01:00
ariskotsomitopoulos
2ca3387ab3
Migrate Threads and notify user
2022-03-17 18:51:54 +01:00
Adam Brown
abf62aff47
extracting named function out for cancelling the email validation job, giving more context to the currentjob=null
2022-03-17 17:51:01 +00:00
Adam Brown
192d1c4f2d
converting open class to sealed interface for extra type safety
2022-03-17 17:01:16 +00:00
ericdecanini
cde10ca032
Fixes wrong spellings in Message file and voice items
2022-03-17 17:58:11 +01:00
Adam Brown
ba76aac965
removing unused fake helper methods
2022-03-17 16:54:51 +00:00
Adam Brown
d514751ffd
avoiding shadowed lambda parameters
2022-03-17 16:52:37 +00:00
Adam Brown
5df2ae9ae2
updating with previous state helper and including javadoc to help explain its usage
2022-03-17 16:50:20 +00:00
Adam Brown
d77061b229
removing fully qualified import
2022-03-17 16:38:42 +00:00
Arnaud Ringenbach
7593f7a2c6
Fix lint issues
2022-03-17 17:15:16 +01:00
Arnaud Ringenbach
bc3cef53fe
Re-trigger checks
2022-03-17 17:06:45 +01:00
ericdecanini
00bced9500
Changes unTrack to untrack
2022-03-17 16:40:35 +01:00
Onuray Sahin
a13ba13fb5
Code review fixes.
2022-03-17 18:30:39 +03:00
Arnaud Ringenbach
d3459d1d3d
Use MatrixConfiguration & move presence sync enabled checks out of view
2022-03-17 14:50:15 +01:00
ericdecanini
fbb6f117d0
Fixes remote echo of end poll not processing correctly
2022-03-17 13:47:57 +01:00
ericdecanini
d11fc060ee
Fixes crash due to empty constructor in CreatePollViewState
2022-03-17 13:46:16 +01:00
Eric Decanini
9c8f29e853
Merge branch 'develop' into bugfix/eric/voting-ended-poll
2022-03-17 12:07:45 +01:00
Arnaud Ringenbach
4bcf31e0c2
Add a presence sync enabling build config
2022-03-17 11:43:07 +01:00
SpiritCroc
91259bef40
Ensure proper double linking of TimelineChunks
...
We need both directions so getOffsetIndex() produces correct results in
all cases.
2022-03-17 11:34:20 +01:00
Adam Brown
36564d3657
Merge pull request #5558 from vector-im/feature/adm/crash-when-tapping-verification-item
...
Fixing crash when tapping timeline verification item
2022-03-17 10:25:52 +00:00
Onuray Sahin
33e5a206bd
Fix background location permission for Android > 10.
2022-03-17 12:29:46 +03:00
Adam Brown
4154f036db
fixing crash when tapping verification item
...
- caused by the setArguments being called on the TimelineFragment not the bottomsheet we've just created
2022-03-16 16:19:39 +00:00
Aris Kotsomitopoulos
d1a77d2eca
Merge pull request #5378 from vector-im/feature/aris/threads_analytics
...
Feature/aris/threads analytics
2022-03-16 15:51:24 +01:00
ClaireG
d1bca78083
[Notification mode] Wrong mode is displayed when the mention only is selected on the web client
2022-03-16 14:51:10 +01:00
ariskotsomitopoulos
bcf3f1e302
Format code
2022-03-16 14:49:40 +01:00
Onuray Sahin
575d62a354
Naming convention fix.
2022-03-16 16:34:48 +03:00
SpiritCroc
682f4c35d2
Fix endless loading timeline due to conflicting chunks
2022-03-16 14:24:31 +01:00
ariskotsomitopoulos
eee1ec1423
Merge branch 'develop' into feature/aris/threads_analytics
2022-03-16 13:19:08 +01:00
Adam Brown
99b43fd771
Merge pull request #5433 from vector-im/sync-analytics-plan
...
Sync analytics plan
2022-03-16 12:04:59 +00:00
ariskotsomitopoulos
60db2e424e
Merge branch 'develop' into feature/aris/threads_analytics
2022-03-16 13:01:09 +01:00
Adam Brown
e1b8a2e8ec
trigger CI
2022-03-16 11:08:15 +00:00
SpiritCroc
a994f859e1
Fix crash when closing room during timeline decryption
2022-03-16 10:19:01 +01:00
SpiritCroc
856f25f684
Fix local echos not being shown when re-opening rooms
2022-03-15 19:34:04 +01:00
ericdecanini
f722b2eb85
Removes unused import
2022-03-15 19:16:22 +01:00
ericdecanini
5d496d5f3d
Adds changelog file
2022-03-15 19:16:04 +01:00
ericdecanini
82ead4f3f5
Replaces call option condition with isDirect
2022-03-15 19:09:19 +01:00
Adam Brown
4a7646a7ba
providing online indicator color from the colors file instead of the element palette
2022-03-15 17:59:37 +00:00
Adam Brown
c257488ca8
Merge pull request #5513 from chagai95/add-presence-indicator-online
...
add presence indicator online
2022-03-15 17:58:02 +00:00
Adam Brown
3d20d46eb3
enabling the personalize step for the unit tests preemptively for the feature to be enabled
2022-03-15 17:49:44 +00:00
Adam Brown
fe206fe130
fixing wrong action for starting the sign up
2022-03-15 17:49:44 +00:00
Adam Brown
fc5c0579bb
adding changelog entry
2022-03-15 17:49:44 +00:00
Adam Brown
694016fc16
adding test case for the non loading registration steps
2022-03-15 17:49:44 +00:00
Adam Brown
390ae4344d
allowing test withPrevious to be supplied a list
2022-03-15 17:49:44 +00:00
Adam Brown
804513c808
adding case for result ignoring register actions
2022-03-15 17:49:44 +00:00
Adam Brown
75cbb727a4
cleaning up test names and bodies to be clearer
2022-03-15 17:49:43 +00:00
Adam Brown
b2a1aa17bd
adding commas to separate the test name sections
2022-03-15 17:49:17 +00:00
Adam Brown
434ee67982
ensure the pid add/resend methods do not trigger the next registration steps
...
- keeps the previous behaviour
2022-03-15 17:49:17 +00:00
Adam Brown
3fa415007c
extracting registration steps to separate handler to make testing the flow simpler
2022-03-15 17:49:16 +00:00
Adam Brown
4225f62120
adding test helper for asserting states whilst combining previous updates
2022-03-15 17:42:42 +00:00
Adam Brown
c15e908a15
converting onboarding action to sealed interface
2022-03-15 17:42:42 +00:00
Adam Brown
17d363cf9a
Merge pull request #5389 from vector-im/feature/adm/personalisation-complete
...
FTUE - Personalisation complete
2022-03-15 17:33:29 +00:00
ericdecanini
d74d569f4b
Adds back default to true on isWebRTCCallOptionAvailable
2022-03-15 18:15:46 +01:00
ericdecanini
a46901ad6c
Makes PollState a sealed interface
2022-03-15 18:10:47 +01:00
ericdecanini
a2d18d460a
Fixes PollMode import error in TimelineFragment
2022-03-15 18:10:05 +01:00
Maxime Naturel
d776f0c09c
Check permission for background location (OS version <= Android 10 case)
2022-03-15 17:50:58 +01:00
Maxime Naturel
6f6bb3dbfe
Adding method to show dialog when permission is missing
2022-03-15 17:45:36 +01:00
Maxime Naturel
9c6cd9f630
Adding build config field
2022-03-15 17:45:26 +01:00
Maxime Naturel
ae6040e01e
Adding changelog entry
2022-03-15 17:45:19 +01:00
Maxime NATUREL
9ef235f3d7
Merge pull request #5479 from vector-im/feature/mna/PSF-735-pinned-location
...
#5417 : Pinned location sharing
2022-03-15 17:40:21 +01:00
aringenbach
a7639f4424
Merge pull request #5544 from vector-im/aringenbach/5521_permalink_base_url_mention
...
Fix mentions using matrix.to rather than client defined permalink base url
2022-03-15 17:28:16 +01:00
Maxime Naturel
b72c87da44
Renaming "btn" into "button"
2022-03-15 17:09:31 +01:00
Maxime Naturel
9ecf12a7ba
Using extensions for Boolean? type
2022-03-15 17:09:31 +01:00
Maxime Naturel
abd25c2292
Removing Action suffix in ViewAction types
2022-03-15 17:09:31 +01:00
Maxime Naturel
6779fa1175
Change naming for initLocateButton() method
2022-03-15 17:09:31 +01:00
Maxime Naturel
f495150b4e
Fixing asset type representation
2022-03-15 17:09:31 +01:00
Maxime Naturel
9864e51927
Adding changelog entry
2022-03-15 17:09:31 +01:00
Maxime Naturel
094e62c95b
Adding unit tests for use case
2022-03-15 17:09:31 +01:00
Maxime Naturel
04405c7970
Distinguish user location and pinned location sharing
2022-03-15 17:09:30 +01:00
Maxime Naturel
8d1822da96
Recompute location comparison on new user location
2022-03-15 17:09:30 +01:00
Maxime Naturel
125b8d2058
Zoom to user location action
2022-03-15 17:09:30 +01:00
Maxime Naturel
01aff36597
Using style attibute for locate button visibility
2022-03-15 17:09:30 +01:00
Maxime Naturel
40e92842ea
Show icon to reset map to user location
2022-03-15 17:09:30 +01:00
Maxime Naturel
57fcfeb1c1
Show dot pin for user location
2022-03-15 17:09:30 +01:00
Maxime Naturel
93c397d492
Updating location target drawable dynamically
2022-03-15 17:09:30 +01:00
Maxime Naturel
6fc6bf1c7d
Compare locations use case implementation
2022-03-15 17:09:30 +01:00
Maxime Naturel
01879e252d
Comparing target and user location using Flow in ViewModel
2022-03-15 17:09:29 +01:00
Maxime Naturel
dec075faf3
Handling press on pinned location option
2022-03-15 17:09:29 +01:00
Maxime Naturel
a1d155df71
Adding static pin at the center of the map
2022-03-15 17:09:29 +01:00
Maxime Naturel
9256b5671b
Show options menu on top of the map
2022-03-15 17:09:29 +01:00
chagai95
f8ca2fecd5
Update changelog.d/5513.misc
...
Co-authored-by: Adam Brown <adampsbrown@googlemail.com >
2022-03-15 17:08:31 +01:00
Arnaud Ringenbach
15e3f258f3
Fix wildcard imports
2022-03-15 16:55:24 +01:00
ariskotsomitopoulos
c3f1b748a3
Fix thread deleted root message summary
2022-03-15 16:34:17 +01:00
Onuray Sahin
db0cfd4704
Merge pull request #5455 from vector-im/feature/ons/fix_poll_start_notifications
...
Show notification for poll start events but not for responses
2022-03-15 18:34:03 +03:00
Arnaud Ringenbach
56760ecddc
Create SpanTemplateType and factorize template creation
2022-03-15 16:33:59 +01:00
Adam Brown
9d49ef5f3a
removing unused drawable
2022-03-15 15:12:51 +00:00
ericdecanini
98b7d194eb
Adds getBestX following merge from develop
2022-03-15 15:54:30 +01:00
Onuray Sahin
a47b589e72
Code review fixes.
2022-03-15 17:51:02 +03:00
Onuray Sahin
7fa43f0d1b
Merge branch 'develop' into feature/ons/fix_poll_start_notifications
...
* develop: (163 commits)
Fix lint error.
Removes changelog file
Fix PR comment
Adds changelog file
Refactors MessageBubbleView
Updating changelog copy
making use of the fake overrides for testing
extracting the personalization complete emitting to a dedicated function
making use of binding api instead of manual findviewbyid
using consistent method naming for setting the capabilities override
taking the personalization feature flag into account when calculating if personalization is supported - also removes a legacy loading workaround for the account creation step, we're navigating to a new screen AccountCreated so we have to stop the loading
adding changelog entry
using correct label for the avatar capability debug override
forwarding to the profile picture flow when display name changing isn't supported but pictures are when personalising the profile
formatting
dynamically switching the onboarding flow based on the capabilities of the homeserver - when avatars can't be changed we complete the personlisation flow
hiding the toolbar back button and handling system back as take the user home if the display name personalisation is not supported
adding test around account creation via dummy
dynamically changing the account created layout based on if the homeserver supports personalisation
adding entry points for injecting and overriding the homeserver capabilities
...
2022-03-15 17:49:53 +03:00
ericdecanini
9806f1bf8f
Merge remote-tracking branch 'origin/develop' into bugfix/eric/voting-ended-poll
...
# Conflicts:
# vector/src/main/java/im/vector/app/features/home/room/detail/TimelineFragment.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/timeline/factory/MessageItemFactory.kt
# vector/src/main/java/im/vector/app/features/poll/create/CreatePollViewState.kt
2022-03-15 15:48:17 +01:00
ericdecanini
38f3b88395
Adds debug test to check roomSummary for voice call button
2022-03-15 15:30:02 +01:00
Aris Kotsomitopoulos
e0b93c2d2c
Merge pull request #5298 from vector-im/feature/aris/thread_live_thread_list
...
Live Threads
2022-03-15 15:14:26 +01:00
Arnaud Ringenbach
094ebe6764
Fix ktlint on TestPermalinkService
2022-03-15 14:57:59 +01:00
Arnaud Ringenbach
a68471afe3
Fix documentation on PermalinkService
2022-03-15 14:54:24 +01:00
Arnaud Ringenbach
c7aab7a3f6
Remove useless imports on TextPillsUtils
2022-03-15 14:52:13 +01:00
Onuray Sahin
30c325b16c
Merge pull request #5504 from vector-im/feature/ons/poll_tests
...
Poll Integration Tests
2022-03-15 16:51:12 +03:00
Arnaud Ringenbach
55fbed1a81
Remove useless PermalinkFactory import
2022-03-15 14:49:55 +01:00
Arnaud Ringenbach
ea4addf446
Fix TestPermalinkService header
2022-03-15 14:45:04 +01:00
ariskotsomitopoulos
7db2ff2cfd
Merge branch 'feature/aris/thread_live_thread_list' into feature/aris/threads_analytics
2022-03-15 14:35:31 +01:00
ariskotsomitopoulos
4d76c0d822
Fix build error
2022-03-15 14:34:53 +01:00
Arnaud Ringenbach
c80df6943b
Add changelog
2022-03-15 14:32:08 +01:00
Arnaud Ringenbach
5b04686827
Fix MarkdownParser unit tests
2022-03-15 14:27:17 +01:00
ariskotsomitopoulos
07eabf110d
Merge branch 'feature/aris/thread_live_thread_list' into feature/aris/threads_analytics
...
# Conflicts:
# vector/src/main/java/im/vector/app/features/analytics/plan/Interaction.kt
2022-03-15 14:23:48 +01:00
ariskotsomitopoulos
8a862d006e
Merge branch 'develop' into feature/aris/thread_live_thread_list
...
# Conflicts:
# vector/src/main/java/im/vector/app/features/home/room/detail/timeline/format/DisplayableEventFormatter.kt
2022-03-15 14:21:04 +01:00
Onuray Sahin
b4df6e1ae8
Merge branch 'develop' into feature/ons/poll_tests
...
* develop:
Fix lint error.
Fix lint error.
Avoid stable prefix
Support both unstable and stable prefixes.
2022-03-15 16:16:17 +03:00
Adam Brown
1c63789cd0
removing unused import
2022-03-15 13:12:28 +00:00
Adam Brown
161cd3f9ec
replacing the ftue icons with only the foreground asset to allow for tinting
...
- making use of the generic circle shape the background, this allows the foreground and background layers to be tintable separately
2022-03-15 13:07:22 +00:00
Adam Brown
049ae4a22a
making the profile screen toolbar transparent, matches the designs for dark mode
2022-03-15 13:07:22 +00:00
Adam Brown
8d0435db77
updating all confetti usages to use design palette colours
2022-03-15 13:07:22 +00:00
Adam Brown
9575cb5de7
removing unneeded button background colour
...
- causes the rounded corners and highlight to stop working
2022-03-15 13:07:22 +00:00
Adam Brown
9c114f371e
adding changelog entry
2022-03-15 13:07:22 +00:00
Adam Brown
e3c3db2964
adding personalization complete screen
2022-03-15 13:07:22 +00:00
Adam Brown
9f6d3ec380
playing confetti effect when unable to personalise account on account creation
...
- extracts the logic to an extension for reuse from the timeline
2022-03-15 13:07:22 +00:00
Danial Behzadi
3130e67edb
Translated using Weblate (Persian)
...
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fa/
2022-03-15 12:27:00 +00:00
Danial Behzadi
a40ad9543d
Translated using Weblate (Persian)
...
Currently translated at 100.0% (51 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/fa/
2022-03-15 12:26:59 +00:00
Jozef Gaal
ae5f09922a
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
2022-03-15 12:26:58 +00:00
Jeanne Lavoie
c2fa67ea22
Translated using Weblate (French)
...
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fr/
2022-03-15 12:26:57 +00:00
Edward Gera
0013d08ac7
Translated using Weblate (Hebrew)
...
Currently translated at 89.1% (1923 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
2022-03-15 12:26:57 +00:00
Onuray Sahin
1a76914828
Merge pull request #5345 from vector-im/feature/ons/fix_unstable_prefixes
...
Support both unstable and stable prefixes
2022-03-15 15:16:16 +03:00
Onuray Sahin
f4bdaf6151
Fix lint error.
2022-03-15 14:47:19 +03:00
Onuray Sahin
dd3178c36e
Merge branch 'develop' into feature/ons/poll_tests
...
* develop: (150 commits)
Removes changelog file
Fix PR comment
Adds changelog file
Refactors MessageBubbleView
Updating changelog copy
making use of the fake overrides for testing
extracting the personalization complete emitting to a dedicated function
making use of binding api instead of manual findviewbyid
using consistent method naming for setting the capabilities override
taking the personalization feature flag into account when calculating if personalization is supported - also removes a legacy loading workaround for the account creation step, we're navigating to a new screen AccountCreated so we have to stop the loading
adding changelog entry
using correct label for the avatar capability debug override
forwarding to the profile picture flow when display name changing isn't supported but pictures are when personalising the profile
formatting
dynamically switching the onboarding flow based on the capabilities of the homeserver - when avatars can't be changed we complete the personlisation flow
hiding the toolbar back button and handling system back as take the user home if the display name personalisation is not supported
adding test around account creation via dummy
dynamically changing the account created layout based on if the homeserver supports personalisation
adding entry points for injecting and overriding the homeserver capabilities
extracting method for the handling of the profile picture selection
...
2022-03-15 14:39:51 +03:00
Arnaud Ringenbach
df794ee41f
Move template creation to PermalinkService
2022-03-15 11:26:47 +01:00
ariskotsomitopoulos
c9f07061ef
Revert temporary fix for develop crash
2022-03-15 11:26:00 +01:00
Arnaud Ringenbach
4cf820cb12
Use client permalink base url on mentions if available
2022-03-15 10:34:04 +01:00
Eric Decanini
de14e10a45
Merge pull request #5534 from vector-im/bugfix/eric/top-space-crash
...
Fixes timeline crash due to additionalTopSpace
2022-03-15 09:59:09 +01:00
ClaireG
5de7873755
Merge pull request #5532 from vector-im/cgizard/ISSSUE-5514
...
Read receipt in wrong order
2022-03-14 17:39:30 +01:00
ericdecanini
184b35ab38
Removes changelog file
2022-03-14 17:35:34 +01:00
Claire G
6c7b4d4256
Fix PR comment
2022-03-14 17:10:58 +01:00
ariskotsomitopoulos
d7c486c55e
Add fallback support rendering proposed in MSC3676
2022-03-14 16:04:08 +01:00
Adam Brown
82e1afdb72
Merge pull request #5375 from vector-im/feature/adm/display-personalisation-based-on-capabilities
...
FTUE - Capability based personalisation flow
2022-03-14 13:34:21 +00:00
ericdecanini
3981e72301
Adds changelog file
2022-03-14 14:21:01 +01:00
Maxime NATUREL
4939a98689
Merge pull request #5181 from vector-im/feature/mna/4533-dm-rooms-headers
...
#4533 : improve headers UI in room/messages lists
2022-03-14 13:51:03 +01:00
ericdecanini
d35c1e833d
Refactors MessageBubbleView
2022-03-14 13:05:35 +01:00
Adam Brown
c06d3ff809
Updating changelog copy
...
Co-authored-by: Benoit Marty <benoitm@matrix.org >
2022-03-14 11:54:42 +00:00
Adam Brown
c84ce5a2e0
making use of the fake overrides for testing
2022-03-14 11:54:42 +00:00
Adam Brown
c2fe669670
extracting the personalization complete emitting to a dedicated function
2022-03-14 11:54:42 +00:00
Adam Brown
d89cc71eb4
making use of binding api instead of manual findviewbyid
2022-03-14 11:54:42 +00:00
Adam Brown
edee6abafa
using consistent method naming for setting the capabilities override
2022-03-14 11:54:42 +00:00
Adam Brown
bdedffbb4f
taking the personalization feature flag into account when calculating if personalization is supported
...
- also removes a legacy loading workaround for the account creation step, we're navigating to a new screen AccountCreated so we have to stop the loading
2022-03-14 11:54:42 +00:00
Adam Brown
7e79d7ed0e
adding changelog entry
2022-03-14 11:54:42 +00:00
Adam Brown
ab9e4405ce
using correct label for the avatar capability debug override
2022-03-14 11:54:42 +00:00
Adam Brown
4b9b177104
forwarding to the profile picture flow when display name changing isn't supported but pictures are when personalising the profile
2022-03-14 11:54:42 +00:00
Adam Brown
b5778bd6c5
formatting
2022-03-14 11:54:42 +00:00
Adam Brown
716928d9d2
dynamically switching the onboarding flow based on the capabilities of the homeserver
...
- when avatars can't be changed we complete the personlisation flow
2022-03-14 11:54:42 +00:00
Adam Brown
46be481eda
hiding the toolbar back button and handling system back as take the user home if the display name personalisation is not supported
2022-03-14 11:54:42 +00:00
Adam Brown
a033243475
adding test around account creation via dummy
2022-03-14 11:54:42 +00:00
Adam Brown
537c2f56a1
dynamically changing the account created layout based on if the homeserver supports personalisation
2022-03-14 11:54:42 +00:00
Adam Brown
3df4f1e099
adding entry points for injecting and overriding the homeserver capabilities
2022-03-14 11:54:42 +00:00
Adam Brown
50740b1449
extracting method for the handling of the profile picture selection
2022-03-14 11:54:42 +00:00
Adam Brown
10e4fd1707
updating upstream avatar on profile picture save and continue step
...
- moves the personalisation state to a dedicated model to allow for back and forth state restoration
2022-03-14 11:54:42 +00:00
Adam Brown
7ded9007db
add click handling for the display name actions
2022-03-14 11:54:42 +00:00
Adam Brown
0685b57720
add click handling for the display name actions
2022-03-14 11:54:42 +00:00
Adam Brown
6c4381fda5
adding dedicated camera icon for choosing profile picture
2022-03-14 11:54:42 +00:00
Adam Brown
567fd9a13d
extracting method for the handling of the profile picture selection
2022-03-14 11:54:42 +00:00
Adam Brown
232524ddc3
adding barebones profile picture fragment with ability to select a user avatar
2022-03-14 11:54:42 +00:00
Adam Brown
1c80914832
adding tests around the onboarding view model
...
- cases for the personalisation and display name actions
2022-03-14 11:54:42 +00:00
Adam Brown
074cde4519
add click handling for the display name actions
2022-03-14 11:54:41 +00:00
Adam Brown
4a1bf11168
adding base choose name fragment with UI
2022-03-14 11:54:41 +00:00
ariskotsomitopoulos
d894d8598c
Format text
2022-03-14 12:44:25 +01:00
ariskotsomitopoulos
fef36d9334
Temporarily fix develop crash
2022-03-14 12:25:11 +01:00
ariskotsomitopoulos
d215f03798
Merge branch 'develop' into feature/aris/thread_live_thread_list
2022-03-14 12:02:04 +01:00
ariskotsomitopoulos
c2ec7cfa0f
Add more clear documentation
2022-03-14 11:54:29 +01:00
ericdecanini
2176129b11
Moves additional top space usage to bubble view
2022-03-14 11:46:48 +01:00
Maxime Naturel
8bb0a5cb4c
Fixing wrong remove of import
2022-03-14 11:15:19 +01:00
Maxime Naturel
0942c6d648
Removing some with() code pattern
2022-03-14 11:15:19 +01:00
Maxime Naturel
a826a50c10
Renaming observe item count method
2022-03-14 11:15:19 +01:00
Maxime Naturel
291d7d7627
Fix some doc comment
2022-03-14 11:15:19 +01:00
Maxime Naturel
f327eaa3f1
Adding item counter in add existing room to space screen
2022-03-14 11:15:19 +01:00
Maxime Naturel
20749e04cb
Fix coding style
2022-03-14 11:15:18 +01:00
Maxime Naturel
30c6518630
Updating remaining category item
2022-03-14 11:15:18 +01:00
Maxime Naturel
3d27d9d2d2
Fix filtering use case
2022-03-14 11:15:18 +01:00
Maxime Naturel
c79aa267c3
Fix switching space use case
2022-03-14 11:15:18 +01:00
Maxime Naturel
b72c357dd1
Removing unused imports
2022-03-14 11:15:18 +01:00
Maxime Naturel
d5345160fa
Adding TODO
2022-03-14 11:15:18 +01:00
Maxime Naturel
ad9d36e58c
Setting item count text only when > 0
2022-03-14 11:15:17 +01:00
Maxime Naturel
53c24d20b0
Moving notification badge on the right side
2022-03-14 11:15:17 +01:00
Maxime Naturel
0aaa650ac3
Using flow to show items counter
2022-03-14 11:15:17 +01:00
Maxime Naturel
c7dae341c0
(DRAFT) Room counter flow
2022-03-14 11:15:17 +01:00
Maxime Naturel
eb38c9d835
Fix remove of imports
2022-03-14 11:15:17 +01:00
Maxime Naturel
b1d1090d1d
Adding number of items (UI part)
2022-03-14 11:15:17 +01:00
Maxime Naturel
70481e3ba3
Changing style of header
2022-03-14 11:15:16 +01:00
Maxime Naturel
134d7b2bf8
Adding changelog entry
2022-03-14 11:15:16 +01:00
Claire G
025dcc8d88
Fix bug: readReceipt in wrong order
2022-03-14 10:28:42 +01:00
lvre
9657a50a6a
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pt_BR/
2022-03-14 09:28:21 +00:00
libexus
bd4e251c8a
Translated using Weblate (German)
...
Currently translated at 99.8% (2154 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/de/
2022-03-14 09:28:21 +00:00
Ultimator14
bd50954b57
Translated using Weblate (German)
...
Currently translated at 99.8% (2154 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/de/
2022-03-14 09:28:21 +00:00
Nikita Epifanov
e3d8b3d488
Translated using Weblate (Russian)
...
Currently translated at 99.8% (2153 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ru/
2022-03-14 09:28:20 +00:00
Edward Gera
a5585ca3b3
Translated using Weblate (Hebrew)
...
Currently translated at 89.0% (1921 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
2022-03-14 09:28:19 +00:00
Nikita Epifanov
0b67e1cb3f
Translated using Weblate (Russian)
...
Currently translated at 100.0% (51 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/ru/
2022-03-14 09:28:14 +00:00
Jozef Gaal
667189c8bc
Translated using Weblate (Slovak)
...
Currently translated at 99.7% (2152 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
2022-03-14 09:28:13 +00:00
Peter Vágner
5d67529ce2
Translated using Weblate (Slovak)
...
Currently translated at 99.7% (2152 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
2022-03-14 09:28:12 +00:00
Szimszon
0521ff91c3
Translated using Weblate (Hungarian)
...
Currently translated at 99.8% (2154 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/hu/
2022-03-14 09:28:12 +00:00
Tuomas Hietala
3d7aa99b28
Translated using Weblate (Finnish)
...
Currently translated at 83.2% (1795 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fi/
2022-03-14 09:28:11 +00:00
Sveinn í Felli
4922d5f5ff
Translated using Weblate (Icelandic)
...
Currently translated at 65.3% (1409 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/is/
2022-03-14 09:28:07 +00:00
NIkita Fedrunov
84bd205014
"Add space" copy is replaced with "create space" in left sliding panel
2022-03-14 09:34:54 +01:00
bmarty
5dfa362345
Sync analytics plan
2022-03-14 00:05:30 +00:00
ericdecanini
06e0047c22
Fixes import ordering in DefaultNavigator
2022-03-13 20:22:44 +01:00
ericdecanini
86765c9020
Adds new line at the end of PollState
2022-03-13 20:22:03 +01:00
ericdecanini
f24d8c2ada
Merge remote-tracking branch 'origin/develop' into bugfix/eric/voting-ended-poll
...
# Conflicts:
# vector/src/main/java/im/vector/app/features/home/room/detail/timeline/factory/MessageItemFactory.kt
2022-03-13 20:13:03 +01:00
ericdecanini
610c67c208
Refactors buildPollItem in MessageItemFactory
2022-03-13 20:09:14 +01:00
Michael Kaye
acfeb7ff65
Merge pull request #5523 from vector-im/michaelk/concurrency_issue
...
Use different tags for unit tests and android test compilation.
2022-03-11 17:47:24 +00:00
Michael Kaye
9a532fc47f
Use different tags for unit tests and android test compilation.
...
Otherwise we will cancel one in favour of the other.
2022-03-11 16:47:40 +00:00
Onuray Sahin
635be17d46
Changelog added.
2022-03-11 19:23:41 +03:00
Onuray Sahin
a12f918dd5
Add poll test for users try to change their votes after poll is ended.
2022-03-11 19:19:20 +03:00
chagai95
f68d3f2b03
Merge branch 'vector-im:develop' into add-presence-indicator-online
2022-03-11 17:13:20 +01:00
chagai95
04aaed7210
Change log line
2022-03-11 17:12:58 +01:00
Benoit Marty
c89554c3f6
Merge pull request #5443 from vector-im/task/eric/stable-hierarchy-endpoint
...
Changes room hierarchy endpoint to stable
2022-03-11 17:05:13 +01:00
Onuray Sahin
7c6167ace9
Add poll test for ended polls.
2022-03-11 18:59:27 +03:00
Benoit Marty
c3ac054634
Merge pull request #5518 from vector-im/bmarty-patch-1
...
Add space between icon and name
2022-03-11 16:47:59 +01:00
Benoit Marty
97f30ef7c1
Merge pull request #5520 from vector-im/feature/bma/fix_test_warnings
...
Fix all warnings in file E2eeSanityTests.kt
2022-03-11 16:47:25 +01:00
Benoit Marty
fa104adefc
Fix all warnings in file E2eeSanityTests.kt
2022-03-11 15:35:21 +01:00
Benoit Marty
02ea1c0e7c
Add space between icon and name
...
Also remove extra space for the text_template
2022-03-11 14:39:38 +01:00
SpiritCroc
6ba02629ec
Fix ChunkEntity.isMoreRecentThan() if both chunks linked to last forward
...
Imagine scenario:
[this] -> [chunkToCheck] -> [lastForwardChunk]
Then, both `isLastForward` checks will not return, and also the `chunkToCheck.doesNextChunksVerifyCondition { it == this }` will return false.
Since both chunks are connected to the last forward chunk, `isMoreRecent()` will still return `true`, which is wrong in this case.
So do not only check if chunkToCheck has this as any of the next chunks, but also the other way round.
2022-03-11 11:27:05 +01:00
SpiritCroc
0564942b0c
isReadMarkerMoreRecent(): use helper to properly compare chunks
2022-03-11 11:21:59 +01:00
cfriedlander
3ef2f824e8
add presence indicator online
2022-03-11 11:10:11 +01:00
Benoit Marty
25cfc7e05f
Merge pull request #5506 from vector-im/michaelk/build_tests_on_pr
...
Compile tests on PR, to ensure we don't break the build when merging. Alert if we merge and the build fails.
2022-03-11 10:15:04 +01:00
Benoit Marty
d0a24afa5a
Merge pull request #5510 from vector-im/dependabot/gradle/com.googlecode.libphonenumber-libphonenumber-8.12.45
...
Bump libphonenumber from 8.12.44 to 8.12.45
2022-03-11 09:47:26 +01:00
Michael Kaye
9a112bb010
Remove confetti from build failed message.
...
(there will be red icons if the build has failed in the body anyway)
2022-03-11 08:45:27 +00:00
Michael Kaye
400a47c39b
Only run one gradlew build for all tests, do not split by project
2022-03-11 08:45:04 +00:00
Onuray Sahin
8b08d3db25
Fix poll test for users vote different options.
2022-03-11 11:36:06 +03:00
dependabot[bot]
2d5638baaf
Bump libphonenumber from 8.12.44 to 8.12.45
...
Bumps [libphonenumber](https://github.com/google/libphonenumber ) from 8.12.44 to 8.12.45.
- [Release notes](https://github.com/google/libphonenumber/releases )
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md )
- [Commits](https://github.com/google/libphonenumber/compare/v8.12.44...v8.12.45 )
---
updated-dependencies:
- dependency-name: com.googlecode.libphonenumber:libphonenumber
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-10 23:09:19 +00:00
ericdecanini
7226864cc9
Improves code formatting in ResolveSpaceInfoTask
2022-03-10 21:41:17 +01:00
ericdecanini
6a59007eb5
Reverts debug isPollActive
2022-03-10 21:26:08 +01:00
Benoit Marty
eb7eb1aac8
Merge pull request #5505 from vector-im/feature/bma/must_be_tinted
...
Add colors for shield vector drawable
2022-03-10 20:39:29 +01:00
ericdecanini
6db1c377c4
Reverts to fix by removing event timestamp condition
2022-03-10 19:16:22 +01:00
ericdecanini
fe3c9cc09f
Reverts to fix by removing event timestamp condition
2022-03-10 19:15:12 +01:00
ericdecanini
df6ae4b848
Fixes warning for debugging
2022-03-10 18:26:49 +01:00
ariskotsomitopoulos
f31b130b49
Fix unit tests
2022-03-10 19:11:14 +02:00
ariskotsomitopoulos
34cfdfb6fe
Merge branch 'develop' into feature/aris/thread_live_thread_list
2022-03-10 18:48:41 +02:00
Michael Kaye
c57d22a72c
Additionally notify the matrix channel if these tests fail when run
...
after merge to develop or main.
2022-03-10 16:41:00 +00:00
Benoit Marty
26617988f2
Add colors for shield vector drawable
2022-03-10 17:15:19 +01:00
Benoit Marty
becdd1ce29
Fix test compilation after method renaming
...
Also rename in the comment
2022-03-10 17:01:45 +01:00
Michael Kaye
23f7f72e38
Compile tests on PR, to ensure we don't break the build when merging.
...
This was accidentally committed to develop and reverted there.
2022-03-10 15:58:00 +00:00
Michael Kaye
ed7c65d8d8
Revert "Compile tests on PR, to ensure we don't break the build when merging."
...
This reverts commit 9e5ff1785a
.
2022-03-10 15:57:05 +00:00
ariskotsomitopoulos
a758ad71e6
Add is_falling_back support for rich thread replies
...
Enhance thread awareness handler so normal replies with thread disabled will be visible in te appropriate thread
Fix conflicts
2022-03-10 17:51:02 +02:00
Michael Kaye
9e5ff1785a
Compile tests on PR, to ensure we don't break the build when merging.
2022-03-10 15:50:02 +00:00
ericdecanini
628a160c3a
Reverts timestamp condition but changes timing of setting closedTime
2022-03-10 16:32:42 +01:00
ericdecanini
080844dc9d
Removes event timestamp condition for sdk poll voting
2022-03-10 16:28:22 +01:00
Onuray Sahin
cd29b1aa4b
Add poll test for users vote different options.
2022-03-10 17:40:16 +03:00
Benoit Marty
66f76fbea3
Merge pull request #5450 from SpiritCroc/fix-5448
...
Fix missing messages when forward paging with chunks > 50 messages
2022-03-10 15:08:58 +01:00
Benoit Marty
dfc440b904
Merge pull request #5502 from vector-im/cgizard/ISSSUE-5501
...
Use ColorPrimary for attachmentGalleryButton tint
2022-03-10 15:02:08 +01:00
Onuray Sahin
a5441fdf22
Add poll test for someone else chose the same option.
2022-03-10 16:51:23 +03:00
ericdecanini
a5af4783cc
Renames mapToSpaceChildInfoList to mapSpaceChildren in DefaultSpaceService
2022-03-10 14:41:44 +01:00
Claire G
8f0d6a1adc
use colorPrimary for tint
2022-03-10 14:30:15 +01:00
Benoit Marty
551b827753
Merge pull request #5384 from p1gp1g/bubble-space
...
Add padding before first own message
2022-03-10 14:09:23 +01:00
Michael Kaye
621df9d1b1
Merge pull request #5498 from vector-im/michaelk/setup-matrix-synapse
...
Swap to using github action to configure synapse server in CI builds
2022-03-10 12:50:50 +00:00
Onuray Sahin
f029759f9a
Add poll test for changing previous answer.
2022-03-10 15:47:40 +03:00
Onuray Sahin
1b348401bd
Add poll test for a single vote.
2022-03-10 15:31:32 +03:00
Benoit Marty
c339e10c07
Merge pull request #5436 from vector-im/feature/nfe/space_highlight
...
change selected space highlight
2022-03-10 13:28:08 +01:00
Benoit Marty
d83d5f9828
Merge pull request #5467 from vector-im/feature/bma/unused_resources_all
...
Remove unused resources
2022-03-10 13:03:27 +01:00
Michael Kaye
70fbcec093
Update to latest setup-matrix-synapse
2022-03-10 11:31:44 +00:00
Onuray Sahin
fd3e5128c7
Test initial poll event.
2022-03-10 14:30:03 +03:00
ericdecanini
a891f59397
Replaces lateinit var with passing params
2022-03-10 12:02:25 +01:00
ariskotsomitopoulos
21111922e6
Merge branch 'develop' into feature/aris/thread_live_thread_list
...
# Conflicts:
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/room/relation/threads/FetchThreadTimelineTask.kt
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/sync/handler/room/RoomSyncHandler.kt
2022-03-10 12:55:13 +02:00
ariskotsomitopoulos
fd30d38603
Fix line length
2022-03-10 12:51:40 +02:00
Michael Kaye
029ccfa37f
Add names to all jobs
2022-03-10 10:24:41 +00:00
Michael Kaye
5ec8a2b36d
Add some color to the nightly summary.
2022-03-10 10:24:41 +00:00
Michael Kaye
314f32ed45
If a FileNotFound exception occurs, log a simple message indicating the tests may
...
have not run.
2022-03-10 10:24:41 +00:00
Benoit Marty
fbc3b15df4
Merge pull request #5492 from vector-im/gradlew-update-7.4.1
...
Update Gradle Wrapper from 7.4 to 7.4.1
2022-03-10 11:16:39 +01:00
Benoit Marty
ce4ad8819a
Merge pull request #5380 from vector-im/feature/bca/crypto_fix_rolling_uisi
...
Refactoring for safer olm and megolm session usage
2022-03-10 11:13:07 +01:00
ariskotsomitopoulos
45ee9f85e5
Check if the server supports MSC3440 using the stable flag from /versions api
2022-03-10 12:07:05 +02:00
ariskotsomitopoulos
03f293f216
Remove io.element.thread and add stable m.thread prefix
2022-03-10 12:06:02 +02:00
Benoit Marty
0122d8f933
Make comment about ignoring UnusedResources more valuable
2022-03-10 10:23:18 +01:00
gradle-update-robot
89db6a065d
Update Gradle Wrapper from 7.4 to 7.4.1.
...
Signed-off-by: gradle-update-robot <gradle-update-robot@regolo.cc >
2022-03-10 00:17:17 +00:00
Adam Brown
d3fc3791bc
Merge branch 'main' into develop
2022-03-09 21:33:16 +00:00
Adam Brown
9e8067dd19
Merge pull request #5484 from vector-im/feature/aris/fix_realm_crash_1_4_4
...
Fix realm crash on v1.4.4
2022-03-09 18:55:12 +00:00
Michael Kaye
e9fe4630f1
Swap to using github action to configure server
2022-03-09 18:26:37 +00:00
ariskotsomitopoulos
92c1bc944d
Fix realm crash on v1.4.4
2022-03-09 20:03:42 +02:00
ericdecanini
2f706d6fae
Replaces children state event room id with space id
2022-03-09 18:42:35 +01:00
ericdecanini
f76f73f8ad
Refactors DefaultSpaceService querySpaceChildren
2022-03-09 18:36:56 +01:00
SpiritCroc
6c4e404ba1
Fix updating unread marker if not to latest chunk
...
SetReadMarkerTask was not updating the read marker when both the old and
the new fully read eventId weren't in the last chunk, even when the new
one was after the first one.
2022-03-09 18:02:53 +01:00
Adam Brown
ecb49b3b27
Merge branch 'main' into develop
2022-03-09 16:13:15 +00:00
Adam Brown
60bc3b09b7
updating to version 1.4.6 in prep for next release cycle
2022-03-09 16:03:00 +00:00
Adam Brown
8c36bdb0e9
Merge branch 'release/v1.4.4'
2022-03-09 15:59:56 +00:00
ericdecanini
bbc6e8bbce
Replaces caught Exception with HttpException
2022-03-09 16:41:18 +01:00
Maxime NATUREL
f12afe0ef0
Merge pull request #5411 from vector-im/feature/mna/PSF-735-sharing-options-view
...
#5395 : Location sharing options view
2022-03-09 16:10:46 +01:00
Adam Brown
1bf718f856
appending 1.4.4 changelog
2022-03-09 14:57:13 +00:00
Benoit Marty
3f17cf595f
Remove unused resources
2022-03-09 14:55:40 +01:00
Benoit Marty
7d78c8819c
Ignore some other lint warnings
2022-03-09 14:40:59 +01:00
Adam Brown
57ffc56869
Merge pull request #5472 from vector-im/feature/aris/fix_5463_parcelising_reaction_crash
...
Fix reactions summary crash
2022-03-09 13:35:51 +00:00
SpiritCroc
884ae1cedd
Add changelog.d/5475.bugfix
2022-03-09 13:50:49 +01:00
SpiritCroc
1206c31e3a
Fix another case of missing read markers
...
HasUnread might not be correct on the first try while loading the
timeline.
2022-03-09 13:43:52 +01:00
SpiritCroc
8efd389a3c
Fix a case of missing read markers
...
Case: bottom-most loaded event has read marker, but there are messages below it
that haven't been loaded yet.
2022-03-09 13:40:05 +01:00
Benoit Marty
cbdc28dd9b
Merge pull request #5457 from vector-im/michaelk/ignore_flaky_test
...
Ignore flaky VerificationTest
2022-03-09 12:18:55 +01:00
ericdecanini
047e767f34
Adds coroutinesTest to matrix sdk gradle
2022-03-09 12:18:46 +01:00
ericdecanini
e4ce4ab1ab
Adds server side vote blocking for ended polls
2022-03-09 12:07:16 +01:00
ariskotsomitopoulos
84b3f63279
Format code
2022-03-09 12:55:25 +02:00
ariskotsomitopoulos
c24944b1f2
Fix reactions summary crash
2022-03-09 12:52:34 +02:00
Onuray Sahin
9b7e329000
Fix lint error.
2022-03-09 13:31:29 +03:00
Benoit Marty
104f948a08
Merge pull request #5445 from vector-im/dependabot/github_actions/actions/checkout-3
...
Bump actions/checkout from 2 to 3
2022-03-09 11:27:13 +01:00
Benoit Marty
02ba09900f
Merge pull request #5434 from vector-im/feature/nfe/space_unread_count_dm
...
include dms number in space unread number badge
2022-03-09 11:16:07 +01:00
Benoit Marty
e0914781fc
Merge pull request #5435 from vector-im/feature/nfe/space_menu_amend_copy
...
Amend spaces menu to have consistent copy
2022-03-09 11:13:46 +01:00
Adam Brown
662e9592a0
fixing overlapping room image and title ( #5469 )
...
- the room title was missing constraints for the different types of leading icons
2022-03-09 10:11:53 +00:00
ericdecanini
63cd79dc4f
Removes debug logs
2022-03-09 10:53:18 +01:00
Benoit Marty
67a24b38cb
Avoid stable prefix
2022-03-09 10:48:35 +01:00
Benoit Marty
20c1886fed
Support both unstable and stable prefixes.
...
Author: Onuray
2022-03-09 10:40:43 +01:00
ericdecanini
fb374b7374
Fixes wrong path parameter in getSpaceHierarchy
2022-03-09 09:57:20 +01:00
Maxime Naturel
2bdafde965
Fix wrong click listener on the current available option
2022-03-09 09:46:52 +01:00
Maxime Naturel
89db867ab3
Fix attributes style id conflicts
2022-03-09 09:46:52 +01:00
Maxime Naturel
6515e457b5
Ignore unused strings to be deleted
2022-03-09 09:46:52 +01:00
Maxime Naturel
046d906f97
Moving view attributes into uikit dedicated file
2022-03-09 09:46:52 +01:00
Maxime Naturel
9adb87bdb4
Renaming picker view method
2022-03-09 09:46:52 +01:00
Maxime Naturel
442d722980
Fix comment form in enum
2022-03-09 09:46:52 +01:00
Maxime Naturel
f4b5353424
Fix live location color on light theme
2022-03-09 09:46:52 +01:00
Maxime Naturel
3aa1032a7a
Rollback wrong sharing options
2022-03-09 09:46:52 +01:00
Maxime Naturel
82515cf095
Remove usage of strings to be deleted
2022-03-09 09:46:52 +01:00
Maxime Naturel
9b6811c915
View extension methods to tint current background
2022-03-09 09:46:52 +01:00
Maxime Naturel
7cad30e6bb
Use user color for pin background
2022-03-09 09:46:52 +01:00
Maxime Naturel
8f362d83cd
Set option to user current location
2022-03-09 09:46:52 +01:00
Maxime Naturel
edc77b0c17
Fixing code syntax
2022-03-09 09:46:51 +01:00
Maxime Naturel
e4c9acde77
Setting colorSurface for background
2022-03-09 09:46:51 +01:00
Maxime Naturel
d36409d475
Renaming package to option
2022-03-09 09:46:51 +01:00
Maxime Naturel
b11f7f20e1
Adding user avatar and color for current location option
2022-03-09 09:46:51 +01:00
Maxime Naturel
42fca9bd6f
Fixing ripple effect
2022-03-09 09:46:51 +01:00
Maxime Naturel
8bcc594320
Changing color of the live location icon
2022-03-09 09:46:47 +01:00
Maxime Naturel
fb764028c9
Adding dividers
2022-03-09 09:45:15 +01:00
Maxime Naturel
0707877b3c
Using correct string resources for options
2022-03-09 09:45:15 +01:00
Maxime Naturel
3bbb7167f1
Adding icon for live location
2022-03-09 09:45:00 +01:00
Maxime Naturel
4586426958
Adding other options
2022-03-09 09:44:06 +01:00
Maxime Naturel
55c6383074
Set options method
2022-03-09 09:44:06 +01:00
Maxime Naturel
1c6b31001f
Adding changelog entry
2022-03-09 09:44:06 +01:00
Maxime Naturel
a98f502c01
Adding custom view for options picker
2022-03-09 09:44:06 +01:00
Valere
96b51744b6
Fix ktlint
2022-03-08 23:19:21 +01:00
ericdecanini
31f300c724
Adds error print stack trace
2022-03-08 21:32:13 +01:00
sim
17d58f24d2
Add padding before our first message
...
Signed-off-by: sim <git@sgougeon.fr >
2022-03-08 17:26:23 +01:00
ericdecanini
54828f76cf
Adds slash to v1 prefix path
2022-03-08 17:26:01 +01:00
ericdecanini
0892525c84
Adds debug logs
2022-03-08 17:19:11 +01:00
Weblate
14260e2ae2
Merge branch 'origin/develop' into Weblate.
2022-03-08 16:07:33 +00:00
Element Translate Bot
2048b859c5
Translations update from Weblate ( #5458 )
...
* Translated using Weblate (Czech)
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/cs/
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/hu/
* Translated using Weblate (Indonesian)
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/id/
* Translated using Weblate (Japanese)
Currently translated at 97.4% (2103 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pt_BR/
* Translated using Weblate (Slovak)
Currently translated at 98.8% (2132 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
* Translated using Weblate (Swedish)
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sv/
* Translated using Weblate (Ukrainian)
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/uk/
* Translated using Weblate (Swedish)
Currently translated at 100.0% (51 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/sv/
* Translated using Weblate (Japanese)
Currently translated at 54.9% (28 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/ja/
* Translated using Weblate (Japanese)
Currently translated at 98.0% (2116 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
* Translated using Weblate (Japanese)
Currently translated at 98.0% (2116 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
* Translated using Weblate (German)
Currently translated at 99.8% (2153 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/de/
* Translated using Weblate (Italian)
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/it/
* Translated using Weblate (Japanese)
Currently translated at 98.3% (2121 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
* Translated using Weblate (Polish)
Currently translated at 93.8% (2025 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
* Translated using Weblate (Slovak)
Currently translated at 98.9% (2134 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
* Translated using Weblate (Albanian)
Currently translated at 99.4% (2145 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sq/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/zh_Hant/
* Translated using Weblate (German)
Currently translated at 100.0% (51 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/de/
* Translated using Weblate (French)
Currently translated at 100.0% (51 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/fr/
* Translated using Weblate (Hebrew)
Currently translated at 81.2% (1753 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
* Translated using Weblate (Hebrew)
Currently translated at 81.2% (1753 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
* Translated using Weblate (Albanian)
Currently translated at 100.0% (51 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/sq/
* Translated using Weblate (Japanese)
Currently translated at 98.3% (2121 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
* Translated using Weblate (Slovak)
Currently translated at 99.2% (2140 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
* Translated using Weblate (Arabic)
Currently translated at 30.5% (659 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ar/
* Translated using Weblate (Estonian)
Currently translated at 99.9% (2155 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/et/
* Translated using Weblate (Finnish)
Currently translated at 80.2% (1730 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fi/
* Translated using Weblate (French)
Currently translated at 99.9% (2156 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fr/
* Translated using Weblate (Hungarian)
Currently translated at 99.8% (2154 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/hu/
* Translated using Weblate (Japanese)
Currently translated at 98.6% (2128 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pt_BR/
* Translated using Weblate (Slovak)
Currently translated at 99.3% (2143 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
* Translated using Weblate (Slovak)
Currently translated at 99.3% (2143 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
* Translated using Weblate (Hungarian)
Currently translated at 98.0% (50 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/hu/
* Translated using Weblate (Hebrew)
Currently translated at 85.5% (1846 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
* Translated using Weblate (Hebrew)
Currently translated at 85.5% (1846 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
* Translated using Weblate (Japanese)
Currently translated at 62.7% (32 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/ja/
Co-authored-by: waclaw66 <waclaw66@seznam.cz >
Co-authored-by: Szimszon <github@oregpreshaz.eu >
Co-authored-by: Linerly <linerly@protonmail.com >
Co-authored-by: Suguru Hirahara <ovestekona@protonmail.com >
Co-authored-by: lvre <7uu3qrbvm@relay.firefox.com >
Co-authored-by: Jozef Gaal <preklady@mayday.sk >
Co-authored-by: LinAGKar <linus.kardell@gmail.com >
Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com >
Co-authored-by: oksya8and8 <darknessyasuko@protonmail.com >
Co-authored-by: libexus <libexus@gmail.com >
Co-authored-by: random <dictionary@tutamail.com >
Co-authored-by: Arusekk <arek_koz@o2.pl >
Co-authored-by: Besnik Bleta <besnik@programeshqip.org >
Co-authored-by: Jeff Huang <s8321414@gmail.com >
Co-authored-by: Glandos <bugs-github@antipoul.fr >
Co-authored-by: SPiRiT <such.a.lost.spirit@gmail.com >
Co-authored-by: sagi korin <sagi.korin@hot.net.il >
Co-authored-by: Peter Vágner <pvdeejay@gmail.com >
Co-authored-by: Zet <abidin24@disroot.org >
Co-authored-by: Priit Jõerüüt <riot@joeruut.com >
Co-authored-by: Tuomas Hietala <tuomas.hietala@iki.fi >
Co-authored-by: notramo <notramo@protonmail.com >
Co-authored-by: Nícolas F. R. A. Prado <n@nfraprado.net >
Co-authored-by: Edward Gera <Eduard.Gerasimuk@hot.net.il >
Co-authored-by: Ilan Feler <ilanf@mail.com >
Co-authored-by: Weblate <noreply@weblate.org >
2022-03-08 16:06:01 +00:00
ericdecanini
510206aa8a
Adds changelog file
2022-03-08 16:54:05 +01:00
ericdecanini
82b5fc9557
Removes unused imports
2022-03-08 16:50:49 +01:00
ariskotsomitopoulos
a53d5bdba2
Remove eventType from /relations api for threads
2022-03-08 16:41:38 +02:00
ericdecanini
eb46067c08
Changes caught exception type to Throwable
2022-03-08 15:40:13 +01:00
Benoit Marty
f628b241c1
Merge pull request #5456 from vector-im/feature/bma/fix_color
...
Iterate on badge / unread indicator color (#5332 )
2022-03-08 15:25:38 +01:00
Michael Kaye
48cf2adcf5
Merge pull request #5453 from vector-im/michaelk/cleanups_for_tests
...
Remove deprecated warning in TestMatrix, and reduce severity of identity server error
2022-03-08 14:09:58 +00:00
Weblate
e487c44b70
Merge branch 'origin/develop' into Weblate.
2022-03-08 14:08:43 +00:00
Michael Kaye
67c9584215
Ignore flaky VerificationTest
2022-03-08 14:08:30 +00:00
Suguru Hirahara
2c0d281a7b
Translated using Weblate (Japanese)
...
Currently translated at 62.7% (32 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/ja/
2022-03-08 14:01:58 +00:00
Ilan Feler
a7e44c81f2
Translated using Weblate (Hebrew)
...
Currently translated at 85.5% (1846 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
2022-03-08 14:01:57 +00:00
Edward Gera
bf619204e1
Translated using Weblate (Hebrew)
...
Currently translated at 85.5% (1846 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
2022-03-08 14:01:54 +00:00
notramo
d8f8d4a40c
Translated using Weblate (Hungarian)
...
Currently translated at 98.0% (50 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/hu/
2022-03-08 14:01:50 +00:00
Jozef Gaal
4d0cde6fb9
Translated using Weblate (Slovak)
...
Currently translated at 99.3% (2143 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
2022-03-08 14:01:48 +00:00
Peter Vágner
37bbaa983f
Translated using Weblate (Slovak)
...
Currently translated at 99.3% (2143 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
2022-03-08 14:01:48 +00:00
Nícolas F. R. A. Prado
e1c61e3e30
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pt_BR/
2022-03-08 14:01:48 +00:00
Suguru Hirahara
e6d81b3a77
Translated using Weblate (Japanese)
...
Currently translated at 98.6% (2128 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-03-08 14:01:47 +00:00
notramo
8b7606bd20
Translated using Weblate (Hungarian)
...
Currently translated at 99.8% (2154 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/hu/
2022-03-08 14:01:47 +00:00
Glandos
9e828822a7
Translated using Weblate (French)
...
Currently translated at 99.9% (2156 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fr/
2022-03-08 14:01:47 +00:00
Tuomas Hietala
cf6a717023
Translated using Weblate (Finnish)
...
Currently translated at 80.2% (1730 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fi/
2022-03-08 14:01:44 +00:00
Priit Jõerüüt
2e5bd0dda6
Translated using Weblate (Estonian)
...
Currently translated at 99.9% (2155 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/et/
2022-03-08 14:01:40 +00:00
Zet
a657bc6976
Translated using Weblate (Arabic)
...
Currently translated at 30.5% (659 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ar/
2022-03-08 14:01:40 +00:00
Benoit Marty
b867e5f072
Iterate on badge / unread indicator color ( #5332 )
2022-03-08 14:52:10 +01:00
Michael Kaye
9c404b5cab
Remove -PallWarningsAsErrors now the build doesn't need the flag to compile.
2022-03-08 13:26:24 +00:00
ariskotsomitopoulos
8c6902aa23
Fix reply within thread edition
2022-03-08 14:50:27 +02:00
ericdecanini
e5299d716c
Fixes legal comments
2022-03-08 13:15:26 +01:00
ericdecanini
0af6ae6075
Adds logic for using stable and unstable hierarchy endpoints
2022-03-08 13:10:18 +01:00
Onuray Sahin
83ff898ce5
Changelog added.
2022-03-08 14:14:45 +03:00
Onuray Sahin
7a1d3aa3f2
Filter poll response events in latest event query.
2022-03-08 14:07:14 +03:00
Onuray Sahin
9fa285e6ca
Support showing push notifications for poll start events.
2022-03-08 14:06:28 +03:00
ericdecanini
bc3b8d0a16
Adds testing for fallback api
2022-03-08 11:51:17 +01:00
Michael Kaye
ab3f3fba68
Attempt to prevent the deprecated warning/error about Provider usage.
2022-03-08 10:38:23 +00:00
Michael Kaye
fb05731bb9
If no identity server configured, log at info, not warn.
2022-03-08 10:12:13 +00:00
SpiritCroc
768262094c
Fix missing messages when forward paging with chunks > 50 messages
...
- offsets() was not limiting in the right direction when loading
messages forwards
- after fixing offsets(), more recent messages would not be loaded due
to the isLastForward() check, so better prioritize the SUCCESS
LoadMoreResult over the REACHED_END here
2022-03-08 10:54:27 +01:00
ariskotsomitopoulos
557fd7eacf
Replace thread timeline and thread summaries EventInsertType from INCREMENTAL_SYNC to PAGINATION
2022-03-08 10:13:56 +02:00
dependabot[bot]
9c18088128
Bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-07 23:05:24 +00:00
Peter Vágner
e758f440c7
Translated using Weblate (Slovak)
...
Currently translated at 99.2% (2140 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
2022-03-07 22:18:58 +00:00
Onuray Sahin
6fef2f6d4e
Lint fixes.
2022-03-07 21:48:16 +03:00
ericdecanini
3b0a565822
Changes room hierarchy endpoint
2022-03-07 16:51:40 +01:00
Michael Kaye
bdc9bc0d4d
Merge pull request #5442 from vector-im/michaelk/fix_develop
...
Missing import of at-Ignore annotation.
2022-03-07 15:19:26 +00:00
Michael Kaye
1569c2f3c7
Missing import of at-Ignore annotation.
2022-03-07 14:46:01 +00:00
Adam Brown
9a02543afd
FTUE - Choose a display picture ( #5323 )
...
* adding tests around the onboarding view model
- cases for the personalisation and display name actions
* adding base choose name fragment with UI
* add click handling for the display name actions
* adding tests around the onboarding view model
- cases for the personalisation and display name actions
* adding barebones profile picture fragment with ability to select a user avatar
* extracting uri filename resolving to a class which can be injected
- includes tests
* updating upstream avatar on profile picture save and continue step
- moves the personalisation state to a dedicated model to allow for back and forth state restoration
* adding test case for skipping profile picture setting
* taking the profile loading into account when rendering the onboarding loading
* extracting method for the handling of the profile picture selection
* adding dedicated camera icon for choosing profile picture
* adding toolbar to back to profile picture page
- this toolbar will fade in with the fragment as it sits at the fragment level, probably worth revisiting once more pages have a toolbar
* changing edit/add picture icon based on if we're already selected an image
* making use of debounced clicks to avoid potential extra clicks
* making the avatar height and camera icon relative percentage based
- also makes the avatar itself clicking, including a foreground ripple
* fixing formatting
* making use of fake session id for user id assertion
* using a real matrix id syntax for the fake session user id
* removing duplicated dimens
* using self closing imageview tag
2022-03-07 14:07:22 +00:00
Michael Kaye
9af2f1cdc6
Merge pull request #5440 from vector-im/michaelk/threadmessagingtest_ignore
...
Ignore ThreadMessagingTest as it seems to cause other integration tests to fail
2022-03-07 14:05:22 +00:00
Michael Kaye
b25d11244b
Merge pull request #5413 from vector-im/michaelk/code_cov_alt
...
Code coverage using jacoco (and xml report)
2022-03-07 13:31:51 +00:00
Michael Kaye
f32da28285
Ignore ThreadMessagingTest as it seems to cause other integration tests to fail.
2022-03-07 13:14:38 +00:00
Onuray Sahin
3156410965
Code review fixes.
2022-03-07 15:52:19 +03:00
Michael Kaye
2b7b7521a9
Maybe the file is here?
2022-03-07 10:26:25 +00:00
NIkita Fedrunov
33246be2a5
change selected space highlight
2022-03-07 09:58:40 +01:00
NIkita Fedrunov
a3dcee55e4
include dms number in space unread number badge
2022-03-07 08:35:53 +01:00
NIkita Fedrunov
8732c6fe42
Amend spaces menu to have consistent copy
2022-03-07 08:32:31 +01:00
ariskotsomitopoulos
d19dd91d67
Format code
2022-03-05 20:49:11 +02:00
ariskotsomitopoulos
bce5bc8389
Fix wrong versioning regex pattern
...
Add MSC3440 support using /version/ and /capabilities
2022-03-05 17:13:02 +02:00
Valere
3c931d6f6d
Save valid backup key before downloading keys
2022-03-04 19:21:19 +01:00
Valere
db84c679b4
Code review cleaning
2022-03-04 19:21:19 +01:00
Valere
99a07af9de
Better comment
...
Co-authored-by: poljar <poljar@termina.org.uk >
2022-03-04 19:21:19 +01:00
Valere
31d3fe38aa
Better comment
...
Co-authored-by: poljar <poljar@termina.org.uk >
2022-03-04 19:21:19 +01:00
Valere
7616e2d14c
better comment
...
Co-authored-by: poljar <poljar@termina.org.uk >
2022-03-04 19:21:19 +01:00
Valere
5d952feef9
code review cleaning
2022-03-04 19:21:19 +01:00
Valere
ada83d0ba6
fix test
2022-03-04 19:21:19 +01:00
Valere
714e1d79b7
clean log level
2022-03-04 19:21:19 +01:00
Valere
6546f98858
use mutex on suspend and not synchronized
2022-03-04 19:21:19 +01:00
Valere
49d33f3a4b
avoid duplicate userId on key download
2022-03-04 19:21:19 +01:00
Valere
87de51b184
Use loggerTag
2022-03-04 19:21:19 +01:00
Valere
b7bf39b99a
resurrect unwedge test + cleaning
2022-03-04 19:21:19 +01:00
Valere
078ed1b2d1
dispatch network calls to io
2022-03-04 19:21:19 +01:00
Valere
f238739438
Clean ensure olm, fix unwedging, better logs
2022-03-04 19:21:19 +01:00
Valere
2d9beb67b4
extract test to dedicated class
2022-03-04 19:21:19 +01:00
Valere
122e785f14
clean test
2022-03-04 19:21:19 +01:00
Valere
2f665dd08f
cleaning
2022-03-04 19:21:19 +01:00
Valere
11e888162c
test forward better key
2022-03-04 19:21:19 +01:00
Valere
9eb0473d74
better logs
2022-03-04 19:21:19 +01:00
Valere
ade16a0aa1
protect race on prekey + logs
2022-03-04 19:21:19 +01:00
Valere
9b3c5d2153
Improve inbound group session cache + mutex
2022-03-04 19:21:19 +01:00
Valere
c97de48474
Added e2ee sanity tests
2022-03-04 19:21:19 +01:00
Valere
24c51ea41a
Clean megolm import code
2022-03-04 19:21:19 +01:00
Valere
87d930819a
Fix test compilation
2022-03-04 19:21:19 +01:00
Valere
9df5f17132
protect olm account access
2022-03-04 19:21:19 +01:00
Valere
33f9bc52cb
Protect olm session from concurrent access
2022-03-04 19:21:19 +01:00
Valere
10ea166b2a
Extract olm cache store
2022-03-04 19:21:19 +01:00
Michael Kaye
8e39247c4d
I give up for the weekend
2022-03-04 18:00:20 +00:00
Michael Kaye
1ad3e7cc9d
Frustration at artifact handling vs what's in docs.
2022-03-04 16:35:46 +00:00
Ahmed Radhouane Belkilani
bcdf004082
Update the top bar in a room ( #5213 )
...
Remove typing message notification from room toolbar.
Signed-off-by: Ahmed Radhouane Belkilani <arbelkilani@gmail.com >
2022-03-04 16:38:53 +01:00
Michael Kaye
57bbec4ffd
Merge pull request #5388 from vector-im/michaelk/format_unit_test_results
...
Format unit test results
2022-03-04 15:29:15 +00:00
Michael Kaye
96168929ff
Tweak upload/download of codecov xml file
2022-03-04 15:15:52 +00:00
Onuray Sahin
2c611790db
Merge branch 'develop' into feature/ons/voice_message_scrubbing
2022-03-04 18:03:44 +03:00
Michael Kaye
2dedad1cf2
Address review points from adam
2022-03-04 15:03:12 +00:00
Michael Kaye
662f72fde8
Remove unneeded code, retaining a comment for how to exclude certain projects
2022-03-04 15:01:24 +00:00
Onuray Sahin
4cb432e497
Do not allow to flow RTL after summarized, playback time always flows LTR.
2022-03-04 17:47:34 +03:00
Onuray Sahin
e09b123a91
Changelog added.
2022-03-04 17:21:00 +03:00
Onuray Sahin
601f10a6fb
Support ltr and rtl flow of the recording waveform.
2022-03-04 17:16:09 +03:00
Onuray Sahin
aae75ce52f
Always stop all voice actions and media player if app enters to the background.
2022-03-04 16:54:56 +03:00
Onuray Sahin
5168d715ce
Support scrolling playback on recorded audio before sending.
2022-03-04 16:21:28 +03:00
Michael Kaye
d4bf38f428
Merge pull request #5391 from vector-im/michaelk/sonaqube_nightly
...
Run sonarqube as part of nightly build
2022-03-04 09:25:18 +00:00
ClaireG
2a9e582db5
Merge pull request #5405 from vector-im/cgizard/ISSUE-5402
...
[Create private room] Picture doesn't not displayed
2022-03-03 22:40:26 +01:00
Michael Kaye
2d5b25cfad
Remove the printing of file name to the log as it's doubling up information.
2022-03-03 20:39:41 +00:00
Michael Kaye
9fe04ac5b8
Remove exclusions (for now).
...
We can merge this PR without and re-add afterwards the only ones we want.
2022-03-03 20:26:33 +00:00
Michael Kaye
cb32124fd4
Fix typo in name of action
2022-03-03 18:28:13 +00:00
Benoit Marty
1690a0b2cf
giving avatar/display name error dialogs human readable error messages ( #5419 )
...
- reuses the ErrorDialog logic which translates exceptions to human readable strings
2022-03-03 18:29:39 +01:00
ariskotsomitopoulos
daafddbe71
fix Realm crash
2022-03-03 19:10:40 +02:00
Onuray Sahin
3bd4a4ccd3
Fix voice recorder start/pause states.
2022-03-03 19:54:13 +03:00
Adam Brown
54e23a2c55
giving avatar/display name error dialogs human readable error messages
...
- reuses the ErrorDialog logic which translates exceptions to human readable strings
2022-03-03 16:37:59 +00:00
Michael Kaye
76844b1572
Run codecoverage and pass to sonarqube upload for processing.
2022-03-03 16:34:54 +00:00
Michael Kaye
49fbfe6811
Better codecov based on ouchadam's suggestion
2022-03-03 16:34:54 +00:00
Michael Kaye
105f3dd93d
Correct name of environment variable
2022-03-03 16:34:26 +00:00
Michael Kaye
3364868365
Use environment variable that is tied to project property
2022-03-03 15:05:39 +00:00
ariskotsomitopoulos
39bd437f75
Temp fix Realm crash
2022-03-03 17:04:08 +02:00
Onuray Sahin
4254f46065
Support scrolling playback on timeline.
2022-03-03 17:59:51 +03:00
Yoan Pintas
6e6b04c57e
Merge pull request #4498 from vector-im/yostyle/fix_strandhogg
...
Override task affinity to prevent unknown activities running in our app tasks.
2022-03-03 15:05:29 +01:00
Benoit Marty
7a1322baf7
Merge pull request #5415 from vector-im/feature/adm/missing-allowed-depenency-groups
...
Adding missing dependency allowances
2022-03-03 14:57:37 +01:00
Adam Brown
16a31e1716
adding new dependency allowances for latest dependency upgrades
2022-03-03 13:47:19 +00:00
Suguru Hirahara
a77637b751
Translated using Weblate (Japanese)
...
Currently translated at 98.3% (2121 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-03-03 13:05:57 +00:00
ariskotsomitopoulos
e4282e5f29
Merge branch 'develop' into feature/aris/thread_live_thread_list
...
# Conflicts:
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/room/relation/DefaultRelationService.kt
2022-03-03 13:56:59 +02:00
ariskotsomitopoulos
719e254bb4
Format Code
2022-03-03 13:51:41 +02:00
ariskotsomitopoulos
33b170077e
force refresh home server capabilities
2022-03-03 13:49:53 +02:00
ariskotsomitopoulos
623e9257a5
Merge branch 'feature/aris/thread_live_thread_list' into feature/aris/threads_analytics
2022-03-03 12:56:12 +02:00
Benoit Marty
dd0d2e8101
Merge pull request #5383 from vector-im/dependabot/gradle/com.google.android.gms-oss-licenses-plugin-0.10.5
...
Bump oss-licenses-plugin from 0.10.4 to 0.10.5 - REQUIRE HUMAN INTERVENTION
2022-03-03 11:55:00 +01:00
Michael Kaye
0ce787f20b
Ensure we run on java 11 on macos
2022-03-03 10:51:00 +00:00
Michael Kaye
fd065dbbb9
Update build.gradle
...
Note password secret name.
2022-03-03 10:51:00 +00:00
Michael Kaye
5ea917f74b
jobs.step.env is a map not a list
2022-03-03 10:51:00 +00:00
Michael Kaye
82e0f4a1a9
Run sonarqube as part of nightly build
2022-03-03 10:51:00 +00:00
Besnik Bleta
e8024688f4
Translated using Weblate (Albanian)
...
Currently translated at 100.0% (51 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/sq/
2022-03-03 10:27:00 +00:00
sagi korin
ed7d1927f5
Translated using Weblate (Hebrew)
...
Currently translated at 81.2% (1753 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
2022-03-03 10:26:59 +00:00
SPiRiT
6e805beeed
Translated using Weblate (Hebrew)
...
Currently translated at 81.2% (1753 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
2022-03-03 10:26:59 +00:00
Glandos
ee8e369294
Translated using Weblate (French)
...
Currently translated at 100.0% (51 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/fr/
2022-03-03 10:26:58 +00:00
libexus
cc7545b31f
Translated using Weblate (German)
...
Currently translated at 100.0% (51 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/de/
2022-03-03 10:26:57 +00:00
Jeff Huang
0b6af0f2b2
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/zh_Hant/
2022-03-03 10:26:55 +00:00
Besnik Bleta
a251545e90
Translated using Weblate (Albanian)
...
Currently translated at 99.4% (2145 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sq/
2022-03-03 10:26:55 +00:00
Jozef Gaal
abfd9b8fdc
Translated using Weblate (Slovak)
...
Currently translated at 98.9% (2134 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
2022-03-03 10:26:54 +00:00
Arusekk
84a27d23fd
Translated using Weblate (Polish)
...
Currently translated at 93.8% (2025 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-03-03 10:26:54 +00:00
Suguru Hirahara
8f1cd11bbb
Translated using Weblate (Japanese)
...
Currently translated at 98.3% (2121 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-03-03 10:26:54 +00:00
random
a71cc5a942
Translated using Weblate (Italian)
...
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/it/
2022-03-03 10:26:53 +00:00
libexus
4ca2a4e8b1
Translated using Weblate (German)
...
Currently translated at 99.8% (2153 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/de/
2022-03-03 10:26:53 +00:00
Benoit Marty
840742ce71
Lint: "MissingQuantity" -> warning
2022-03-03 10:22:59 +01:00
Benoit Marty
4396390409
Fix lint error (false positive, but anyway, not used)
2022-03-02 22:14:54 +01:00
Benoit Marty
7024ccb244
Merge pull request #5409 from vector-im/feature/adm/test-compilation-error
...
Fixing unit test compilation error
2022-03-02 21:25:23 +01:00
Adam Brown
10f480b88d
adding missing VectorOverrides param from test instance creation and removing unused VectorDatastore
2022-03-02 18:27:12 +00:00
Adam Brown
99e5a8f2fa
FTUE - Choose a display name ( #5211 )
...
* adding base choose name fragment with UI
* add click handling for the display name actions
* updating real account display name
* setting the initial disabled state when the view is created
* adding header padding which would have been a toolbar
* exiting the flow on display name updated or skipped, the next PR will introduce the profile picture screen
* updating view model state testing to take all emissions into account
* adding tests around the onboarding view model
- cases for the personalisation and display name actions
* using colorSecondary instead of accent as per quality script rule
* making use of viewevent delegating action for the back handling
* using debounced clicks
* consuming the back action when existing the display name fragment via viewmodel
* making the keyboard imeDone update the display name
2022-03-02 17:59:40 +00:00
Onuray Sahin
243a714586
Remove 3rd party waveform library.
2022-03-02 17:46:09 +03:00
Onuray Sahin
ab2001cd7f
Create a custom audio waveform view.
2022-03-02 17:45:27 +03:00
Benoit Marty
4bbb60cc65
White list group org.webjars
2022-03-02 15:22:59 +01:00
ariskotsomitopoulos
214e0efcd9
Add Markdown support to thread summaries and thread list
2022-03-02 13:47:08 +02:00
Michael Kaye
74040c5563
Merge pull request #5387 from vector-im/michaelk/nightly_tests_logcat
...
Nightly Tests should save logcat logs to artifact
2022-03-02 10:34:23 +00:00
Adam Brown
0c628905de
Lifting debug overrides to their own abstraction ( #5361 )
...
* separating the debug overrides to their own abstraction
- rather than sharing the user facing vector data store
* inlining the debug flow getters and declarations
- also replaces funs with vals as the references are immutable
* adding changelog entry
2022-03-02 10:08:43 +00:00
Michael Kaye
7837d1d6d6
Wrap up the argument list; it can be long
2022-03-02 10:05:07 +00:00
Benoit Marty
1c94a7ddc7
Merge pull request #5382 from vector-im/dependabot/github_actions/actions/setup-python-3
...
Bump actions/setup-python from 2 to 3
2022-03-01 18:38:54 +01:00
Benoit Marty
7e909de31c
Merge pull request #5392 from vector-im/eric/update-material-library-version
...
Upgrades to Material 1.5.0 (dependency only)
2022-03-01 18:37:20 +01:00
Benoit Marty
d4caad1665
Merge pull request #5396 from tgloureiro/develop
...
Fix Media cache size with negative values in the General Settings screen
2022-03-01 18:29:37 +01:00
Tiago Loureiro
9a4d37b5cc
Add changelog
2022-03-01 13:26:51 -03:00
Tiago Loureiro
ad8809196f
Fix overflow on media cache size
2022-03-01 13:12:46 -03:00
ericdecanini
b1c2bccdd0
Adds changelog file
2022-03-01 15:17:22 +01:00
Benoit Marty
b8fad693f3
Merge pull request #5386 from vector-im/frakic/5362/ignore_KeysBackupPasswordTest
...
ignore KeysBackup tests
2022-03-01 15:10:30 +01:00
ericdecanini
d6cd3f5719
Upgrades to material 1.5.0 library
2022-03-01 14:35:22 +01:00
Filip Rakić
1216dde9c5
ignore KeysBackup tests
2022-03-01 13:16:01 +01:00
Michael Kaye
cb00a668fe
Format unit test results as well
2022-03-01 11:42:54 +00:00
Benoit Marty
1b1a9bf3dd
Merge pull request #5267 from vector-im/sync-analytics-plan
...
Sync analytics plan
2022-03-01 10:45:03 +01:00
Michael Kaye
ec786af42a
Merge pull request #5381 from vector-im/dependabot/github_actions/michaelkaye/matrix-hookshot-action-0.3.0
...
Bump michaelkaye/matrix-hookshot-action from 0.2.0 to 0.3.0
2022-03-01 09:00:11 +00:00
NIkita Fedrunov
e65070793d
Merge branch 'develop' into sync-analytics-plan
2022-03-01 09:15:19 +01:00
dependabot[bot]
27f7fadb3d
Bump oss-licenses-plugin from 0.10.4 to 0.10.5
...
Bumps oss-licenses-plugin from 0.10.4 to 0.10.5.
---
updated-dependencies:
- dependency-name: com.google.android.gms:oss-licenses-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-28 23:09:55 +00:00
dependabot[bot]
e776ff4d9d
Bump actions/setup-python from 2 to 3
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-28 23:03:07 +00:00
dependabot[bot]
4c882e8f92
Bump michaelkaye/matrix-hookshot-action from 0.2.0 to 0.3.0
...
Bumps [michaelkaye/matrix-hookshot-action](https://github.com/michaelkaye/matrix-hookshot-action ) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/michaelkaye/matrix-hookshot-action/releases )
- [Commits](https://github.com/michaelkaye/matrix-hookshot-action/compare/v0.2.0...v0.3.0 )
---
updated-dependencies:
- dependency-name: michaelkaye/matrix-hookshot-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-28 23:03:03 +00:00
Suguru Hirahara
2673f6715a
Translated using Weblate (Japanese)
...
Currently translated at 98.0% (2116 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-28 20:45:31 +00:00
oksya8and8
12ea262ebc
Translated using Weblate (Japanese)
...
Currently translated at 98.0% (2116 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-28 20:45:30 +00:00
Benoit Marty
781a477056
Merge pull request #5292 from vector-im/feature/mna/4319-dm-space-members-list
...
#4319 : Fix DM navigation in member profile screen
2022-02-28 21:37:09 +01:00
Benoit Marty
9cc35644a3
Merge pull request #5379 from vector-im/feature/aris/cleanup_threads_build_config
...
Cleanup enabling threads from buildConfig
2022-02-28 21:10:20 +01:00
Benoit Marty
71aac37ec7
Merge pull request #5330 from vector-im/feature/fga/more_realm_fixing
...
Feature/fga/more realm fixing
2022-02-28 21:02:10 +01:00
Michael Kaye
39d1fc939a
Use pkill (killall has a failuremode of killing PID 1 on some systems)
2022-02-28 17:08:52 +00:00
Michael Kaye
221e9b85df
Ensure we have logcat for nightly runs
2022-02-28 17:06:34 +00:00
Michael Kaye
34e4674ddd
Update README.md
2022-02-28 16:18:15 +00:00
ariskotsomitopoulos
f0f98ce019
Add changelog file
2022-02-28 17:44:53 +02:00
ariskotsomitopoulos
f6ad06b82b
Add changelog
2022-02-28 17:43:18 +02:00
Michael Kaye
1f5f8bb9ca
Merge pull request #5376 from vector-im/michaelk/force_java_version
...
Force java 11 for CI nightly runs
2022-02-28 15:43:16 +00:00
ariskotsomitopoulos
ae98185c9d
Cleanup enabling threads from buildConfig
2022-02-28 17:39:40 +02:00
ariskotsomitopoulos
e59f2bba0a
Add analytics to threads
2022-02-28 17:13:06 +02:00
Michael Kaye
bb57b6f9c8
Merge branch 'develop' into michaelk/force_java_version
2022-02-28 14:40:23 +00:00
Michael Kaye
b3e6ff68af
Allow workflows to be triggered manually without sending notification and force java 11
2022-02-28 14:37:14 +00:00
ganfra
e32e006b85
Add SDK changelog.
2022-02-28 15:12:15 +01:00
Maxime Naturel
96f041a773
Remove handling of direct message from timeline fragment
2022-02-28 14:58:58 +01:00
Maxime Naturel
46854b4b84
Moving DM creation/opening into the member profile screen
2022-02-28 14:58:58 +01:00
Maxime Naturel
836bf4e11e
DRAFT TODO
2022-02-28 14:58:58 +01:00
Maxime Naturel
1ef26e6c12
Adding changelog entry
2022-02-28 14:58:58 +01:00
Benoit Marty
80bc3af5fa
Merge pull request #5349 from vector-im/feature/mna/5005-save-image
...
#5005 : Add save media icon in gallery
2022-02-28 14:23:17 +01:00
Benoit Marty
d5cb315ff4
Merge pull request #5328 from vector-im/feature/dla/ci_check_concurrency
...
Add concurrency to the GitHub workflows to auto-cancel older runs of actions in PRs.
2022-02-28 14:20:30 +01:00
Benoit Marty
27905064e0
Merge pull request #5325 from vector-im/feature/eric/registration-feature-flag
...
#5307 Adds ForceLoginFallback feature flag to Login and Registration
2022-02-28 14:20:00 +01:00
David Langley
c61af45216
Fix spacing
2022-02-28 12:31:36 +00:00
David Langley
6c4dd54a2c
Merge branch 'develop' of github.com:vector-im/element-android into feature/dla/ci_check_concurrency
2022-02-28 12:29:52 +00:00
Maxime Naturel
562780a169
Adding a FakeFile class for unit tests
2022-02-28 11:55:14 +01:00
ariskotsomitopoulos
eda723c230
Remove fetching thread summaries when homeserver do not support MSC3440
2022-02-28 12:35:27 +02:00
Michael Kaye
8d5d064626
Merge pull request #5373 from vector-im/michaelk/remove_extra_workflow
...
Remove duplicate sanity_test.yml - now in nightly.yml
2022-02-28 10:27:09 +00:00
Michael Kaye
795072312d
Remove duplicate sanity_test.yml - now in nightly.yml
2022-02-28 09:57:01 +00:00
Maxime Naturel
0170171caa
Adding missing spaces after comments
2022-02-28 10:28:45 +01:00
Benoit Marty
fbd5456360
Merge pull request #5353 from vector-im/dependabot/gradle/com.googlecode.libphonenumber-libphonenumber-8.12.44
...
Bump libphonenumber from 8.12.43 to 8.12.44
2022-02-28 09:58:18 +01:00
bmarty
ce9c5564c0
Sync analytics plan
2022-02-28 00:03:19 +00:00
Suguru Hirahara
329ce7736c
Translated using Weblate (Japanese)
...
Currently translated at 54.9% (28 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/ja/
2022-02-27 09:27:01 +00:00
LinAGKar
1f6275762e
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (51 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/sv/
2022-02-27 09:27:00 +00:00
Ihor Hordiichuk
a4f04b704f
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/uk/
2022-02-27 09:26:59 +00:00
LinAGKar
8c6b15a1ed
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sv/
2022-02-27 09:26:58 +00:00
Jozef Gaal
8597d11442
Translated using Weblate (Slovak)
...
Currently translated at 98.8% (2132 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
2022-02-27 09:26:58 +00:00
lvre
a4d9b4d5a8
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pt_BR/
2022-02-27 09:26:57 +00:00
Suguru Hirahara
91418493a6
Translated using Weblate (Japanese)
...
Currently translated at 97.4% (2103 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-27 09:26:57 +00:00
Linerly
ff08ed322f
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/id/
2022-02-27 09:26:52 +00:00
Szimszon
f507c6c4a9
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/hu/
2022-02-27 09:26:52 +00:00
waclaw66
985007a1c1
Translated using Weblate (Czech)
...
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/cs/
2022-02-27 09:26:51 +00:00
Michael Kaye
b21a6fec4a
Merge pull request #5360 from vector-im/michaelk/integration_tests_nightly
...
Run integration tests nightly
2022-02-25 19:44:00 +00:00
Benoit Marty
957413c9df
Add changelog
2022-02-25 18:21:19 +01:00
Benoit Marty
0855a9a855
Merge pull request #5352 from vector-im/feature/bma/delete_unused_strings
...
Delete bunch of unused strings - WIP
2022-02-25 18:07:05 +01:00
Benoit Marty
561dcbcfa1
Remove translation of removed strings, using the IDE facility after a code inspection
2022-02-25 17:25:08 +01:00
Maxime Naturel
56c6301151
Adding unit tests
2022-02-25 16:39:26 +01:00
Michael Kaye
58ffb011c7
Rename sanity test to nightly test, incorporate integration tests for nightly runs.
...
Also permit manual triggering of a run.
2022-02-25 14:18:56 +00:00
Michael Kaye
35204d2348
Merge pull request #5339 from vector-im/michaelk/integration_test_render_results
...
Render integration test results inline.
2022-02-25 13:20:15 +00:00
Maxime Naturel
cb27608c75
Removing base use case interface
2022-02-25 14:11:26 +01:00
Benoit Marty
ba15fa6e2c
Ignore unused resources if used only in F-Droid and Gplay variant
2022-02-25 13:45:24 +01:00
Benoit Marty
fd17517675
Remove unused strings
2022-02-25 13:45:24 +01:00
Benoit Marty
85b59654ae
Remove unused strings in build.gradle. Rely on BuildConfig fields only
2022-02-25 13:45:24 +01:00
Benoit Marty
e171fd2eff
Add lint rule
2022-02-25 13:45:24 +01:00
Michael Kaye
0ce59989a5
Log xml files we render.
...
We seem to be missing some tests here (?)
2022-02-25 11:07:03 +00:00
Benoit Marty
b8a0aa724e
Merge pull request #5357 from vector-im/cgizard/ISSUE-5326
...
[Export e2ee keys] use appName instead of element
2022-02-25 12:03:56 +01:00
Maxime Naturel
6230dfc641
Removing section bloc comments
2022-02-25 12:01:21 +01:00
Maxime Naturel
4e4702cad8
Fixing date of file creation
2022-02-25 10:56:38 +01:00
Claire G
4860ed9131
replace empty space by - for debug app name
2022-02-25 10:04:30 +01:00
dependabot[bot]
ca56865dd1
Bump libphonenumber from 8.12.43 to 8.12.44
...
Bumps [libphonenumber](https://github.com/google/libphonenumber ) from 8.12.43 to 8.12.44.
- [Release notes](https://github.com/google/libphonenumber/releases )
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md )
- [Commits](https://github.com/google/libphonenumber/compare/v8.12.43...v8.12.44 )
---
updated-dependencies:
- dependency-name: com.googlecode.libphonenumber:libphonenumber
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-24 23:10:16 +00:00
Maxime Naturel
aea78b70f1
Changing usage of viewModelScope to Session scope
2022-02-24 18:08:42 +01:00
David Langley
7e308d10d8
Add comments where concurrency is not required so that it is considered when making changes.
2022-02-24 16:48:30 +00:00
Maxime Naturel
157feb1e4c
Updating order of message actions
2022-02-24 17:39:41 +01:00
Maxime Naturel
a583db43c4
Updating TODOs
2022-02-24 17:39:41 +01:00
Maxime Naturel
4260d2f155
Updating Changelog entry
2022-02-24 17:39:41 +01:00
Maxime Naturel
882b143569
Permission and error handling
2022-02-24 17:39:41 +01:00
Maxime Naturel
4c09fb747b
Moving base use case interface into core package
2022-02-24 17:39:41 +01:00
Maxime Naturel
cdb1a96664
Removing TODOs
2022-02-24 17:39:41 +01:00
Maxime Naturel
73ac3f3fda
Fixing DI + observing events
2022-02-24 17:39:41 +01:00
Maxime Naturel
7d7b1f305e
Calling ViewModel inside Fragment
2022-02-24 17:39:41 +01:00
Maxime Naturel
b17ce12c3d
Calling use case inside ViewModel
2022-02-24 17:39:41 +01:00
Maxime Naturel
c6c46375d6
Creating a ViewModel
2022-02-24 17:39:40 +01:00
Maxime Naturel
374ac45505
Interface for UseCase
2022-02-24 17:39:40 +01:00
Maxime Naturel
38236e7815
OnDownload callback
2022-02-24 17:39:40 +01:00
Maxime Naturel
f64268efdb
Adding download media use case
2022-02-24 17:39:40 +01:00
Maxime Naturel
e6995cbdd4
Draft
2022-02-24 17:39:40 +01:00
Maxime Naturel
0169396d7d
Adding save icon into viewer
2022-02-24 17:39:40 +01:00
Maxime Naturel
042c57f9b8
Renaming some methods to be more concise
2022-02-24 17:39:40 +01:00
Maxime Naturel
6899b5b637
Creating dedicated attachment interaction listener
2022-02-24 17:39:40 +01:00
Maxime Naturel
3384a0caa0
TODO
2022-02-24 17:39:40 +01:00
Maxime Naturel
b525259bec
Adding changelog entry
2022-02-24 17:39:40 +01:00
Michael Kaye
9ddcaffebf
Adjust script to handle XML files
2022-02-24 16:36:43 +00:00
David Langley
79a8652308
Fix unit tests concurrency group naming.
...
Co-authored-by: Michael Kaye <1917473+michaelkaye@users.noreply.github.com >
2022-02-24 16:31:17 +00:00
David Langley
9832f1e8e8
Add matrix.target to apk-lint concurrency group for develop branch.
...
Co-authored-by: Michael Kaye <1917473+michaelkaye@users.noreply.github.com >
2022-02-24 16:28:14 +00:00
David Langley
8fc1f3c1aa
Fix ktlint typo
...
Co-authored-by: Michael Kaye <1917473+michaelkaye@users.noreply.github.com >
2022-02-24 16:26:22 +00:00
Benoit Marty
a1f5493b0a
Merge pull request #5348 from vector-im/feature/android-stem_2.0.0
...
Upgrade to Android stem 2.0.0
2022-02-24 17:25:33 +01:00
ericdecanini
65242dfb47
Adds missing invalidation step to forceLoginFallback checkbox
2022-02-24 16:57:04 +01:00
Benoit Marty
5895c69a91
Remove temporary lint ignoring
2022-02-24 16:22:45 +01:00
Benoit Marty
00423f8ea1
Changelog
2022-02-24 15:48:09 +01:00
Michael Kaye
70c9418a5e
Fix typo in script
2022-02-24 14:48:03 +00:00
Michael Kaye
4d86f5f2fd
Correct name of script
2022-02-24 14:48:02 +00:00
Michael Kaye
fbf29f6f1e
Quick hack python to render the xml test output including times in a easy to read format.
2022-02-24 14:47:23 +00:00
Michael Kaye
779b5db363
Add a python script to cleanly display outputs in the github logs
2022-02-24 14:46:31 +00:00
Benoit Marty
40b1862cc3
Remove duplicated string
...
Template and no template version was present, it was a mistake.
2022-02-24 15:40:04 +01:00
ericdecanini
9f0cef7040
Removes unnecessary exhaustive on when statement
2022-02-24 15:39:27 +01:00
ericdecanini
8d0410d961
Removes Global doNothing function
2022-02-24 15:38:36 +01:00
ericdecanini
3d57d72a7e
Reorders some functions within FtueAuthVariant
2022-02-24 15:33:06 +01:00
Benoit Marty
7516a1280e
template_
is not required anymore
2022-02-24 15:32:24 +01:00
ericdecanini
92c6d59984
Adds private setting usage to FtueAuthVariant
2022-02-24 15:28:33 +01:00
ericdecanini
981393fefb
Changes copy value of forceLoginFallback to it
2022-02-24 15:27:51 +01:00
Benoit Marty
d93199259a
Update plugin to generated string with template from com.likethesalad.android:string-reference:1.2.2
to com.likethesalad.android:stem-plugin:2.0.0
2022-02-24 15:25:30 +01:00
Benoit Marty
b226ab5e4b
Merge pull request #5343 from RiotTranslateBot/weblate-element-android-element-app
...
Translations update from Weblate
2022-02-24 15:08:16 +01:00
ericdecanini
092761c118
Adds forceLoginFallback private setting view
2022-02-24 15:07:10 +01:00
ericdecanini
2917d4e4d6
Adds forceLoginFallback private setting
2022-02-24 15:01:18 +01:00
Michael Kaye
12a0b3c164
Merge pull request #5329 from vector-im/michaelk/fail_integration_tests
...
Allow integration tasks to fail, but use if: always() to allow the next step to continue anyway.
2022-02-24 14:01:13 +00:00
ericdecanini
4ebaa349c3
Reverts adding force login fallback flag to debug features
2022-02-24 14:45:48 +01:00
Benoit Marty
ca8b69e377
Use correct copyright
2022-02-24 14:20:48 +01:00
Weblate
515524584f
Merge branch 'origin/develop' into Weblate.
2022-02-24 13:17:48 +00:00
Linerly
1e4064170f
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (51 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/id/
2022-02-24 13:17:12 +00:00
waclaw66
bbef1a541b
Translated using Weblate (Czech)
...
Currently translated at 100.0% (51 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/cs/
2022-02-24 13:17:10 +00:00
Jeff Huang
5245ce58e7
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (51 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/zh_Hant/
2022-02-24 13:17:08 +00:00
random
7316d0a01e
Translated using Weblate (Italian)
...
Currently translated at 100.0% (51 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/it/
2022-02-24 13:17:07 +00:00
Priit Jõerüüt
ac92815bd1
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (51 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/et/
2022-02-24 13:17:05 +00:00
Ihor Hordiichuk
27d9f092ee
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (51 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/uk/
2022-02-24 13:17:03 +00:00
Jozef Gaal
4b8e1a72e1
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (51 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/sk/
2022-02-24 13:17:02 +00:00
lvre
603068564b
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (51 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/pt_BR/
2022-02-24 13:17:00 +00:00
Szimszon
2dc2494b22
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (51 of 51 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/hu/
2022-02-24 13:16:58 +00:00
Jeff Huang
8866ad32d7
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2783 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/zh_Hant/
2022-02-24 13:16:57 +00:00
Ihor Hordiichuk
ec1195526a
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (2783 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/uk/
2022-02-24 13:16:56 +00:00
Jozef Gaal
9504bd99a7
Translated using Weblate (Slovak)
...
Currently translated at 98.9% (2754 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
2022-02-24 13:16:55 +00:00
lvre
6afc5824c4
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (2783 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pt_BR/
2022-02-24 13:16:51 +00:00
Kagami Sascha Rosylight
0046a3d697
Translated using Weblate (Korean)
...
Currently translated at 47.6% (1325 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ko/
2022-02-24 13:16:50 +00:00
Suguru Hirahara
8a66726dad
Translated using Weblate (Japanese)
...
Currently translated at 94.5% (2632 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-24 13:16:50 +00:00
random
7ba60a0fb2
Translated using Weblate (Italian)
...
Currently translated at 100.0% (2783 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/it/
2022-02-24 13:16:49 +00:00
Linerly
99f1180e01
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (2783 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/id/
2022-02-24 13:16:49 +00:00
Szimszon
01fe4c4d70
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (2783 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/hu/
2022-02-24 13:16:48 +00:00
Priit Jõerüüt
8d9b5eb0d5
Translated using Weblate (Estonian)
...
Currently translated at 99.9% (2781 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/et/
2022-02-24 13:16:47 +00:00
Kim Brose
c5286022f0
Translated using Weblate (German)
...
Currently translated at 99.8% (2780 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/de/
2022-02-24 13:16:46 +00:00
waclaw66
11342381ef
Translated using Weblate (Czech)
...
Currently translated at 100.0% (2783 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/cs/
2022-02-24 13:16:46 +00:00
Benoit Marty
5512439d36
Merge pull request #5157 from vector-im/feature/bma/config_poc
...
Create a new resource in config file for default setting value.
2022-02-24 14:15:19 +01:00
Suguru Hirahara
bf8389a7ec
Translated using Weblate (Japanese)
...
Currently translated at 94.5% (2631 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-24 11:37:56 +00:00
Joe Sagawa
cc2653e602
Translated using Weblate (Japanese)
...
Currently translated at 94.5% (2631 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-24 11:37:53 +00:00
ariskotsomitopoulos
8b254212af
Merge branch 'develop' into feature/aris/thread_live_thread_list
2022-02-24 12:45:08 +02:00
Michael Kaye
a8390ad451
Merge pull request #5324 from vector-im/michaelk/rely_on_setup-python_cache
...
Rely on setup python cache and tidy up python actions
2022-02-24 09:54:12 +00:00
David Langley
d4a423b382
Fix spacing
2022-02-24 09:30:28 +00:00
David Langley
93c6216269
Add descriptions of concurrencies
2022-02-23 23:13:30 +00:00
David Langley
de7a572329
noop to test cancel
2022-02-23 23:05:34 +00:00
David Langley
d561ad6acd
include matrix.target in apk-lint group
2022-02-23 23:04:18 +00:00
David Langley
80fd816d66
test cancel with noop
2022-02-23 23:00:22 +00:00
David Langley
cf7417d544
Have to inline it as can't use env vars in other env vars.
2022-02-23 22:58:51 +00:00
David Langley
355931a592
add env prefix.
2022-02-23 22:42:11 +00:00
David Langley
8c65285ec5
try multiline expression for group sufficx
2022-02-23 22:37:19 +00:00
David Langley
43c125ed32
Use matrix.target to fix build group. Use env vars to clean up.
2022-02-23 22:16:24 +00:00
Suguru Hirahara
0dd51340b7
Translated using Weblate (Japanese)
...
Currently translated at 93.3% (2597 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-23 22:15:26 +00:00
oksya8and8
d99b7b73ab
Translated using Weblate (Japanese)
...
Currently translated at 93.3% (2597 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-23 22:15:26 +00:00
Suguru Hirahara
5c263d78dd
Translated using Weblate (Japanese)
...
Currently translated at 93.2% (2596 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-23 22:15:08 +00:00
oksya8and8
a91f59ba04
Translated using Weblate (Japanese)
...
Currently translated at 93.2% (2596 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-23 22:15:07 +00:00
Suguru Hirahara
f150a8212b
Translated using Weblate (Japanese)
...
Currently translated at 93.2% (2594 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-23 22:11:41 +00:00
oksya8and8
c8a290c680
Translated using Weblate (Japanese)
...
Currently translated at 93.2% (2594 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-23 22:11:41 +00:00
Suguru Hirahara
229a64d408
Translated using Weblate (Japanese)
...
Currently translated at 93.1% (2592 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-23 22:09:28 +00:00
oksya8and8
aed43849c8
Translated using Weblate (Japanese)
...
Currently translated at 93.1% (2592 of 2783 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-23 22:09:28 +00:00
ganfra
fd48fc9103
Add changelog
2022-02-23 19:30:34 +01:00
Benoit Marty
93131da61a
Merge pull request #5320 from vector-im/feature/adm/space-ui-failures
...
Tentatively fixing space menu items not being clicked on during sanity test
2022-02-23 19:22:59 +01:00
David Langley
edb92f85c5
noop to test cancel
2022-02-23 18:12:43 +00:00
David Langley
639774662a
Add concurrency checks for unit tests, build and quality checks.
2022-02-23 18:11:46 +00:00
David Langley
5bbd6769b9
noop to test cancel
2022-02-23 18:02:59 +00:00
David Langley
ac4d748c8c
Add concurrency to integration tests.
2022-02-23 18:01:22 +00:00
Michael Kaye
9e7079dff6
Move from continue_on_error
to if: always()
.
...
This will allow previous steps to explicitly fail and be marked as failed
but later steps will continue to run in order to display the outcomes.
(there's probably a better way to do this, but this will at least start
to expose the errors in the UI)
2022-02-23 18:00:54 +00:00
Benoit Marty
93de61e61f
Merge pull request #5206 from vector-im/arb/issues/3296
...
#3296 Typing Notification update
2022-02-23 18:57:14 +01:00
Benoit Marty
0087f72309
Improve doc
2022-02-23 18:28:08 +01:00
Benoit Marty
03a6a348c0
Add boolean for visibility of all settings at root level
2022-02-23 18:19:24 +01:00
Benoit Marty
830fca731c
Move setting for preference in a dedicated file
2022-02-23 18:10:56 +01:00
Benoit Marty
96c2c6f4a4
Move file config.xml to the module vector-config
2022-02-23 18:10:08 +01:00
Benoit Marty
e3209fd04a
Create module vector-config
2022-02-23 18:08:04 +01:00
Benoit Marty
b12c890191
Also add a way to hide the setting to the user
2022-02-23 18:03:12 +01:00
Benoit Marty
5cfcd65b38
Create a new resource in config file for default setting value. First case: message bubbles
2022-02-23 18:03:12 +01:00
ganfra
f7c79a6de2
Realm: fix remaining frozen result
2022-02-23 18:02:02 +01:00
ganfra
beeee7c84b
Realm: avoid opening realm if not necessary in ReadReceiptsSummaryMapper
2022-02-23 18:01:19 +01:00
ganfra
fb2ed9a7ac
Rename getTimeLine to getTimeline to align naming. Also create TimelineEventDataSource.
2022-02-23 18:00:31 +01:00
Claire G
f63cd57567
use appName instead of "element" in e2ee file name
2022-02-23 17:45:54 +01:00
ericdecanini
c89f28ffb2
adds missing brackets on multiline if statements
2022-02-23 17:43:40 +01:00
ariskotsomitopoulos
8788fb974d
Add new use case about threads in the allScreensTest
2022-02-23 18:39:02 +02:00
Michael Kaye
5bfb8fe294
Merge pull request #5315 from vector-im/michaelk/notify_channel_on_sanity_test
...
Notify channel on sanity test result
2022-02-23 16:36:33 +00:00
ericdecanini
64e074840b
Merge remote-tracking branch 'origin/develop' into feature/eric/registration-feature-flag
...
# Conflicts:
# vector/src/debug/java/im/vector/app/features/debug/features/DebugFeaturesStateFactory.kt
# vector/src/debug/java/im/vector/app/features/debug/features/DebugVectorFeatures.kt
# vector/src/main/java/im/vector/app/features/VectorFeatures.kt
2022-02-23 17:31:43 +01:00
ericdecanini
137d804cfa
adds changelog file
2022-02-23 17:26:50 +01:00
Michael Kaye
c2a67a03a4
Do not run synapse in a venv.
...
We do not need to, so simplify the configuration.
2022-02-23 16:01:22 +00:00
Michael Kaye
5c4ca79888
Remove use of explicit pip cache.
...
We use setup-python to install the python we use, which has inbuilt
caching of python dependencies.
https://github.com/actions/setup-python#caching-packages-dependencies
2022-02-23 15:59:43 +00:00
Michael Kaye
0bb47200c7
Do not install synapse
only matrix-synapse
.
...
Synapse is something entirely different:
https://pypi.org/project/synapse/
2022-02-23 15:58:05 +00:00
ericdecanini
f18808b4d7
refactors FtueAuthVariant with new feature flag on registration and signin
2022-02-23 16:53:16 +01:00
Benoit Marty
9e9dc1defd
Merge pull request #5318 from vector-im/erikj/log_since_token
...
Also record `next_batch` on `/sync` response
2022-02-23 13:47:48 +01:00
ericdecanini
713248805c
adds feature flag usage to registration flow result
2022-02-23 13:25:16 +01:00
Adam Brown
5a9cf0c978
adding changelog entry
2022-02-23 12:14:31 +00:00
ericdecanini
507ddc2d4a
adds forceLoginFallback debug feature
2022-02-23 13:02:45 +01:00
Adam Brown
9a80ff7673
fixing space menu items not being clicked on during sanity test
...
- adds a separate clickOn helper for interacting with dialog bottom sheets, it seems the space menu sheet lives in a separte root to the rest of the suite (could be the fast switching of highlighting existing issues)
2022-02-23 12:01:47 +00:00
Benoit Marty
a2f3b43683
Merge pull request #5316 from vector-im/feature/fga/update_reaction_button_layout
...
#5313 : Update reaction button layout.
2022-02-23 12:36:54 +01:00
Erik Johnston
10b07c35a0
Newsfile
2022-02-23 11:24:47 +00:00
Erik Johnston
7997435003
Also record next_batch
2022-02-23 11:23:05 +00:00
Benoit Marty
3707b4e2ca
Merge pull request #5312 from vector-im/erikj/log_since_token
...
Log `since` token when doing an incremental sync
2022-02-23 12:02:15 +01:00
Benoit Marty
276c526cef
Merge pull request #5158 from vector-im/feature/adm/ftue-post-account-creation
...
FTUE - Account created screen
2022-02-23 11:54:02 +01:00
Ahmed Radhouane Belkilani
91ab4726ad
#3296
...
- Fixes after review.
Signed-off-by: Ahmed Radhouane Belkilani <arbelkilani@gmail.com >
2022-02-23 11:34:43 +01:00
Ahmed Radhouane Belkilani
b39a3ab42e
#4642 [Review]
...
- use ObjectAnimator instead of ValueAnimator in TypingMessageDots.
Signed-off-by: Ahmed Radhouane Belkilani <arbelkilani@gmail.com >
2022-02-23 11:34:42 +01:00
Ahmed Radhouane Belkilani
5deabfae9d
#4642 [Review]
...
- revert vector_settings_round_avatar.xml file to develop state.
Signed-off-by: Ahmed Radhouane Belkilani <arbelkilani@gmail.com >
2022-02-23 11:34:41 +01:00
Ahmed Radhouane Belkilani
f6c6e92483
Delete Uncommitted_changes_before_rebase__Default_Changelist_.xml
2022-02-23 11:34:41 +01:00
Ahmed Radhouane Belkilani
a9b8871177
#3296
...
- prevent timeline jump up while TypingMessageView populated.
Signed-off-by: Ahmed Radhouane Belkilani <arbelkilani@gmail.com >
2022-02-23 11:34:40 +01:00
Ahmed Radhouane Belkilani
da9fdf1b18
#3296
...
- Adding a typing message notification view at the bottom of the timeline in rooms.
Signed-off-by: Ahmed Radhouane Belkilani <arbelkilani@gmail.com >
2022-02-23 11:34:39 +01:00
Michael Kaye
bd8d71c420
Notify channel on sanity test result
2022-02-23 10:26:46 +00:00
ganfra
e3b67fe30b
#5313 : Update reaction button layout.
2022-02-23 11:26:21 +01:00
Erik Johnston
6eae151e78
Newsfile
2022-02-23 10:26:02 +00:00
Erik Johnston
6105d7bea9
Log since
token when doing an incremental sync
...
This aids debugging when `/sync` does something weird server side. Since we already log a line each time we do an incremental sync this shouldn't cause a problem.
2022-02-23 10:22:03 +00:00
ariskotsomitopoulos
a9b3882bf6
Add changelogs
2022-02-23 12:06:35 +02:00
Benoit Marty
924a4f8c94
Merge pull request #5309 from vector-im/feature/eric/modules-to-subfolder
...
#5289 : Moves modules to subfolders under library
2022-02-22 22:58:14 +01:00
Benoit Marty
6e7aa01437
Merge pull request #5303 from vector-im/feature/fga/improve_bubble_layout
...
Feature/fga/improve bubble layout
2022-02-22 22:56:09 +01:00
Benoit Marty
d00a23752e
Update changelog
2022-02-22 21:42:56 +01:00
Benoit Marty
cc77afbf66
Version++
2022-02-22 21:33:20 +01:00
Benoit Marty
f10c67d3fa
Merge branch 'release/1.4.2' into main
2022-02-22 21:32:05 +01:00
Benoit Marty
ad1c4bf790
Merge branch 'release/1.4.2' into develop
2022-02-22 21:32:04 +01:00
Benoit Marty
bb0955f809
change for fastlane
2022-02-22 21:29:16 +01:00
Benoit Marty
70bb1004c1
Tidy up the changelog
2022-02-22 21:27:06 +01:00
Benoit Marty
b746321bad
Towncrier
2022-02-22 21:21:40 +01:00
Benoit Marty
6fd14c9ebc
Typo in the filename
2022-02-22 21:21:24 +01:00
Benoit Marty
ed80fe517d
Revert recent change to fix a crash
...
`readReceiptsSummaryEntity.realm` is null
2022-02-22 21:06:41 +01:00
ericdecanini
44452c9fcd
adds changelog file
2022-02-22 20:03:00 +01:00
ariskotsomitopoulos
79c97ac512
Formating code
2022-02-22 20:59:22 +02:00
ariskotsomitopoulos
f7f363ce25
Fix wrong copyrights
2022-02-22 20:52:01 +02:00
ericdecanini
4651c45b2f
moves multipicker module to library
2022-02-22 19:48:48 +01:00
ericdecanini
c1afb3d5d1
moves attachment-viewer module to library
2022-02-22 19:44:30 +01:00
ericdecanini
b4ceaefeab
moves diff-match-patch module to library
2022-02-22 19:40:17 +01:00
Benoit Marty
bff663d4fa
Merge pull request #5304 from vector-im/feature/bma/weblate_1_4_2
...
Weblate 1 4 2
2022-02-22 18:13:01 +01:00
Benoit Marty
5dced8b6bd
Merge pull request #5258 from vector-im/feature/mna/5218-crash-at-registration
...
#5218 : Fix crash at registration when redirecting to Web View
2022-02-22 18:12:35 +01:00
ganfra
9911233038
Bubbles: clean and add changelog
2022-02-22 18:05:47 +01:00
Maxime Naturel
21fa0267f6
Removing TODOs
2022-02-22 17:44:59 +01:00
ariskotsomitopoulos
2054c577f3
Fix quality check errors
2022-02-22 17:41:54 +02:00
Benoit Marty
1ce65d7f87
Use plurals for message_reaction_show_more. Fixes #5227
2022-02-22 16:08:08 +01:00
Benoit Marty
17fa463bc8
Delete unused resource
2022-02-22 16:05:40 +01:00
Benoit Marty
a9702c63d2
Fix lint issue
2022-02-22 16:00:40 +01:00
Benoit Marty
fa66f10075
Create template with the app name
2022-02-22 15:47:15 +01:00
Benoit Marty
9cd4b5d3b8
Create template with the app name
2022-02-22 15:45:47 +01:00
Benoit Marty
e35d6a676a
Create template with the app name
2022-02-22 15:44:14 +01:00
Benoit Marty
407394b7fa
Create template with the app name
2022-02-22 15:42:29 +01:00
Benoit Marty
98b9f1b1ca
Rename some string resources
2022-02-22 15:38:43 +01:00
Benoit Marty
672e798e7c
Remove unused string
2022-02-22 15:34:14 +01:00
Benoit Marty
2f048d8f88
Remove unused string
2022-02-22 15:32:39 +01:00
Benoit Marty
ad2ee0e9bc
Remove unused string
2022-02-22 15:29:52 +01:00
Benoit Marty
c4d9ba24d3
Remove duplicated string - keep the latest version.
2022-02-22 15:27:44 +01:00
Benoit Marty
8e67e5dd18
Merge pull request #5301 from RiotTranslateBot/weblate-element-android-element-app
...
Translations update from Weblate
2022-02-22 15:25:09 +01:00
Benoit Marty
79b511b44d
Merge pull request #5297 from vector-im/feature/fga/fix_bad_realm_usages
...
Improve usage of realm
2022-02-22 15:21:14 +01:00
ganfra
d0413aef55
Update paddings
2022-02-22 15:14:33 +01:00
Benoit Marty
6d45886e1c
Merge pull request #5294 from vector-im/feature/eric/roomlist-green-to-grey
...
Changes unread marker in item_room.xml
2022-02-22 14:27:40 +01:00
ganfra
4cc80162ca
Clean and add Changelog
2022-02-22 14:23:45 +01:00
Weblate
593c9447d8
Merge branch 'origin/develop' into Weblate.
2022-02-22 13:22:53 +00:00
yaronsb
79a53c68b0
Translated using Weblate (Hebrew)
...
Currently translated at 84.2% (2345 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
2022-02-22 13:22:45 +00:00
Edward Gera
bfd8f6c3ff
Translated using Weblate (Hebrew)
...
Currently translated at 84.2% (2345 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
2022-02-22 13:22:34 +00:00
Suguru Hirahara
8628619578
Translated using Weblate (Japanese)
...
Currently translated at 92.9% (2589 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-22 13:22:32 +00:00
Joe Sagawa
f5593860cf
Translated using Weblate (Japanese)
...
Currently translated at 92.9% (2589 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-22 13:22:32 +00:00
waclaw66
7ba86f032a
Translated using Weblate (Czech)
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/cs/
2022-02-22 13:22:29 +00:00
Benoit Marty
33e5a9c2ef
Merge pull request #5257 from vector-im/feature/nfe/track_screen_on_enter
...
track screen event when user enters the screen
2022-02-22 14:22:04 +01:00
Benoit Marty
77c48f2c48
Merge pull request #5296 from vector-im/feature/adm/crash-when-reading-qr
...
Fixing crash adding room by QR code
2022-02-22 14:04:37 +01:00
Benoit Marty
211e1c2ce9
Merge pull request #5276 from vector-im/feature/adm/limit-inmemory-image-caches
...
Reducing bitmap memory footprint
2022-02-22 13:58:58 +01:00
ganfra
80d19fa497
Realm transactions: use Realm.WRITE_EXECUTOR (and use in Create/Join Room tasks)
2022-02-22 13:00:22 +01:00
ariskotsomitopoulos
9953d0d0ed
Resolve realm migration conflicts
2022-02-22 13:57:43 +02:00
Adam Brown
16e3723043
adding changelog entry
2022-02-22 11:55:44 +00:00
Adam Brown
909c3a667a
removing unneeded open scope
2022-02-22 11:52:33 +00:00
Adam Brown
6998e846f9
adding missing instance of the qr scanner args being passed
2022-02-22 11:51:12 +00:00
ganfra
d27acfa64f
Read receipts: use RoomMember instead of User and avoid creating realm instance each time
2022-02-22 12:45:54 +01:00
ganfra
fcca75ee23
Realm: remove usage of freeze as it was not necessary (unique thread)
2022-02-22 12:45:10 +01:00
ariskotsomitopoulos
deb86d2e87
Resolve real migration conflicts
2022-02-22 13:18:09 +02:00
ariskotsomitopoulos
79a231f1dc
Merge branch 'develop' into feature/aris/thread_live_thread_list
...
# Conflicts:
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/database/RealmSessionStoreMigration.kt
2022-02-22 12:52:55 +02:00
Sonia0912
ff0b0f293b
adds changelog file
2022-02-22 11:45:51 +01:00
Joe Sagawa
bc8a88c351
Translated using Weblate (Japanese)
...
Currently translated at 92.0% (2564 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-22 10:34:33 +00:00
Suguru Hirahara
344bc0e3fe
Translated using Weblate (Japanese)
...
Currently translated at 92.0% (2564 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-22 10:34:32 +00:00
Adam Brown
4975406e66
returning true to mark the fragment back as handled by the fragment itself
2022-02-22 10:34:24 +00:00
Adam Brown
182dc2a098
making use of debounced clicks to avoid potential extra clicks
2022-02-22 10:31:00 +00:00
Adam Brown
06f2ca1379
using en-us copy as that's our default locale
2022-02-22 10:29:48 +00:00
Sonia
f187bffc11
changes roomUnreadIndicator colour in item_room.xml
2022-02-22 11:11:31 +01:00
Joe Sagawa
b699701b5c
Translated using Weblate (Japanese)
...
Currently translated at 91.7% (2555 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-22 10:00:05 +00:00
Suguru Hirahara
a9493db584
Translated using Weblate (Japanese)
...
Currently translated at 91.6% (2553 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-22 09:54:53 +00:00
Joe Sagawa
9726c8ae07
Translated using Weblate (Japanese)
...
Currently translated at 91.6% (2553 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-22 09:54:52 +00:00
Adam Brown
bad45799b9
reducing line length (using existing formatting style)
2022-02-22 09:45:20 +00:00
NIkita Fedrunov
89e97748bc
ScreenEvent removed
2022-02-22 10:24:27 +01:00
Benoit Marty
116f7d0575
Merge pull request #5288 from vector-im/feature/ons/disclosed_polls
...
Allow creating disclosed polls
2022-02-22 10:18:04 +01:00
Onuray Sahin
a858e89ca1
Changelog added.
2022-02-22 12:15:37 +03:00
Onuray Sahin
8bfcb1d9d8
Allow creating disclosed polls.
2022-02-22 12:05:45 +03:00
Suguru Hirahara
5068544824
Translated using Weblate (Japanese)
...
Currently translated at 91.6% (2552 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-22 08:16:08 +00:00
Suguru Hirahara
6ded62a9fa
Translated using Weblate (Japanese)
...
Currently translated at 91.6% (2552 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-22 00:10:04 +00:00
Adam Brown
506690a897
fixing wrong shortcut icon size and ensuring the transformed files are stored with unique keys
2022-02-21 17:54:05 +00:00
Adam Brown
5bbb3f28b1
adding changelog entry
2022-02-21 17:30:45 +00:00
Adam Brown
33c30e27fa
flattening the room and user icon loading into the same file
2022-02-21 17:14:36 +00:00
Adam Brown
9f44975b4a
tranforming images for adaptive shortcuts within glides transformations
...
- avoid creating new bitmaps each time the room list changes
2022-02-21 16:54:51 +00:00
Benoit Marty
95c00a1cce
Udpate comment
2022-02-21 17:52:26 +01:00
Benoit Marty
cf252b060c
Merge pull request #5136 from vector-im/feature/bca/crypto_ensure_e2e_defensive
...
Defensive coding to ensure encryption when room was once e2e
2022-02-21 17:50:50 +01:00
Benoit Marty
a89e8d0434
Merge pull request #5104 from noantiq/develop
...
Make Space creation screens more consistent
2022-02-21 16:53:56 +01:00
Benoit Marty
4b3749673e
Merge pull request #5259 from vector-im/michaelk/reliable_ui_tests
...
Improve reliability of sanity tests.
2022-02-21 16:52:26 +01:00
Benoit Marty
5bd8247835
Merge pull request #5263 from vector-im/feature/mna/5225-remove-color-resource
...
#5225 Replace color "vctr_unread_room_badge" by "vctr_content_secondary"
2022-02-21 16:49:45 +01:00
ariskotsomitopoulos
0f721d971c
Ktlint format
2022-02-21 17:24:34 +02:00
ariskotsomitopoulos
2b740a1ab6
Implement permalink support for /relations live thread timeline
2022-02-21 17:23:17 +02:00
Maxime Naturel
f050fc1e4a
Returning empty viewState instead of null to avoid crash
2022-02-21 14:55:08 +01:00
Adam Brown
eeb9785651
limiting the room bitmap loader image size, the notification icon size is relatively small and there's no cap on the image size
2022-02-21 13:03:31 +00:00
Suguru Hirahara
d51e1a4dfb
Translated using Weblate (Japanese)
...
Currently translated at 91.3% (2545 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-21 12:19:34 +00:00
yaronsb
89daabb24f
Translated using Weblate (Hebrew)
...
Currently translated at 78.0% (2173 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
2022-02-21 12:10:05 +00:00
Nícolas F. R. A. Prado
1b52124bb8
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pt_BR/
2022-02-21 12:09:53 +00:00
Suguru Hirahara
cbad7de1c8
Translated using Weblate (Japanese)
...
Currently translated at 91.3% (2545 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-21 12:09:53 +00:00
Linerly
af39632d3e
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/id/
2022-02-21 12:09:52 +00:00
Adam Brown
65239e4034
relying on the glide caches (persisted and in memory) instead of our own
...
- this effectively halves the amount of image memory used by notifications
2022-02-21 12:04:02 +00:00
Suguru Hirahara
f3734bbb53
Translated using Weblate (Japanese)
...
Currently translated at 91.4% (2546 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-21 11:18:43 +00:00
Joe Sagawa
0dd9809166
Translated using Weblate (Japanese)
...
Currently translated at 91.4% (2546 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-21 11:18:42 +00:00
Suguru Hirahara
f9be66d017
Translated using Weblate (Japanese)
...
Currently translated at 91.4% (2546 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-21 11:18:20 +00:00
Joe Sagawa
2f7856e521
Translated using Weblate (Japanese)
...
Currently translated at 91.4% (2546 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-21 11:18:20 +00:00
Suguru Hirahara
9ff6e9e1b7
Translated using Weblate (Japanese)
...
Currently translated at 91.4% (2546 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-21 10:53:42 +00:00
Joe Sagawa
ebcb9faf53
Translated using Weblate (Japanese)
...
Currently translated at 91.4% (2546 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-21 10:53:41 +00:00
ariskotsomitopoulos
f4f48b919e
Improve home server capabilities for threads
2022-02-21 12:14:51 +02:00
Suguru Hirahara
aed16d0d9e
Translated using Weblate (Japanese)
...
Currently translated at 91.3% (2543 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 19:44:41 +00:00
oksya8and8
04225de7ef
Translated using Weblate (Japanese)
...
Currently translated at 91.3% (2543 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 19:44:41 +00:00
Suguru Hirahara
756e975c34
Translated using Weblate (Japanese)
...
Currently translated at 91.3% (2543 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 19:34:17 +00:00
Rintan
aa753cc4cf
Translated using Weblate (Japanese)
...
Currently translated at 91.3% (2543 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 19:34:16 +00:00
Suguru Hirahara
865e0fa084
Translated using Weblate (Japanese)
...
Currently translated at 91.1% (2539 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 18:58:59 +00:00
Suguru Hirahara
d22ac74646
Translated using Weblate (Japanese)
...
Currently translated at 91.1% (2539 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 18:44:38 +00:00
Joe Sagawa
fff3a5eefa
Translated using Weblate (Japanese)
...
Currently translated at 91.1% (2539 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 18:44:38 +00:00
Joe Sagawa
613c17bca1
Translated using Weblate (Japanese)
...
Currently translated at 91.0% (2536 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 18:31:51 +00:00
Suguru Hirahara
ccd71d6072
Translated using Weblate (Japanese)
...
Currently translated at 91.0% (2536 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 18:31:51 +00:00
Suguru Hirahara
119d9547ff
Translated using Weblate (Japanese)
...
Currently translated at 91.0% (2535 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 18:24:47 +00:00
Rintan
5e573da534
Translated using Weblate (Japanese)
...
Currently translated at 91.0% (2535 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 18:24:47 +00:00
Suguru Hirahara
52020aacdb
Translated using Weblate (Japanese)
...
Currently translated at 90.4% (2518 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 17:49:49 +00:00
Suguru Hirahara
5d578f6966
Translated using Weblate (Japanese)
...
Currently translated at 89.8% (2502 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 13:36:38 +00:00
oksya8and8
33a2cfacd3
Translated using Weblate (Japanese)
...
Currently translated at 89.8% (2502 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 13:36:37 +00:00
Joe Sagawa
c179885d8b
Translated using Weblate (Japanese)
...
Currently translated at 89.4% (2490 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 12:58:27 +00:00
Suguru Hirahara
6326c41805
Translated using Weblate (Japanese)
...
Currently translated at 89.4% (2490 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 12:58:27 +00:00
Suguru Hirahara
ff63ae0e73
Translated using Weblate (Japanese)
...
Currently translated at 89.4% (2490 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 12:53:06 +00:00
Joe Sagawa
9c7cae4b96
Translated using Weblate (Japanese)
...
Currently translated at 88.8% (2474 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 11:32:19 +00:00
Suguru Hirahara
c11cede1d0
Translated using Weblate (Japanese)
...
Currently translated at 88.8% (2474 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 11:32:16 +00:00
Joe Sagawa
c0f3e9707e
Translated using Weblate (Japanese)
...
Currently translated at 86.2% (2402 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 08:35:13 +00:00
Suguru Hirahara
70a65d9fd4
Translated using Weblate (Japanese)
...
Currently translated at 86.2% (2402 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 08:35:12 +00:00
Suguru Hirahara
cbca800f16
Translated using Weblate (Japanese)
...
Currently translated at 85.0% (2369 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-20 07:42:25 +00:00
Suguru Hirahara
47f45f42cc
Translated using Weblate (Japanese)
...
Currently translated at 84.3% (2349 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 21:03:54 +00:00
oksya8and8
cea16719e8
Translated using Weblate (Japanese)
...
Currently translated at 84.3% (2349 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 21:03:49 +00:00
Suguru Hirahara
ba269b244a
Translated using Weblate (Japanese)
...
Currently translated at 82.3% (2294 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 18:33:44 +00:00
Joe Sagawa
b80ab1e519
Translated using Weblate (Japanese)
...
Currently translated at 82.3% (2294 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 18:33:44 +00:00
Johan Smits
539d2e7322
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/nl/
2022-02-19 16:26:44 +00:00
Szimszon
491233b6f7
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/hu/
2022-02-19 16:26:41 +00:00
notramo
b595fa061e
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/hu/
2022-02-19 16:26:38 +00:00
Arusekk
b133de8961
Translated using Weblate (Polish)
...
Currently translated at 95.1% (2651 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pl/
2022-02-19 16:26:38 +00:00
Retired Lawyer
d43b699e1a
Translated using Weblate (Turkish)
...
Currently translated at 59.1% (29 of 49 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/tr/
2022-02-19 16:26:38 +00:00
Linerly
e8b79e6e3b
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/id/
2022-02-19 16:26:37 +00:00
Edward Gera
3731fdce0e
Translated using Weblate (Hebrew)
...
Currently translated at 10.2% (5 of 49 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/he/
2022-02-19 16:26:36 +00:00
Edward Gera
162973c8df
Translated using Weblate (Hebrew)
...
Currently translated at 73.7% (2055 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/he/
2022-02-19 16:26:36 +00:00
Linerly
d5bb908f03
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (49 of 49 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/id/
2022-02-19 16:26:36 +00:00
Suguru Hirahara
e429455183
Translated using Weblate (Japanese)
...
Currently translated at 38.7% (19 of 49 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/ja/
2022-02-19 16:26:34 +00:00
noantiq
6ef8b71d91
Translated using Weblate (German)
...
Currently translated at 99.7% (2779 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/de/
2022-02-19 16:26:33 +00:00
JokerGermany
cdea53b096
Translated using Weblate (German)
...
Currently translated at 99.7% (2779 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/de/
2022-02-19 16:26:33 +00:00
Suguru Hirahara
a62365d2b0
Translated using Weblate (Japanese)
...
Currently translated at 82.1% (2289 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 16:26:33 +00:00
LinAGKar
05690c66e0
Translated using Weblate (Swedish)
...
Currently translated at 99.9% (2784 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sv/
2022-02-19 16:26:33 +00:00
lvre
81706b2f7f
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pt_BR/
2022-02-19 16:26:32 +00:00
Retired Lawyer
3bae8c9d7a
Translated using Weblate (Turkish)
...
Currently translated at 76.1% (2122 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/tr/
2022-02-19 16:26:32 +00:00
Ernesto AV
ed3c04ab67
Translated using Weblate (Spanish)
...
Currently translated at 95.6% (2665 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/es/
2022-02-19 16:26:27 +00:00
Jozef Gaal
98f339fed9
Translated using Weblate (Slovak)
...
Currently translated at 97.7% (2723 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
2022-02-19 16:26:25 +00:00
Vladyslav Stepanov
7083d7dd72
Translated using Weblate (Russian)
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ru/
2022-02-19 16:26:21 +00:00
Joe Sagawa
c6e712ee7b
Translated using Weblate (Japanese)
...
Currently translated at 82.1% (2289 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 15:00:46 +00:00
Suguru Hirahara
21401430b2
Translated using Weblate (Japanese)
...
Currently translated at 82.1% (2289 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 15:00:45 +00:00
metatek
1a5b0d2e82
Translated using Weblate (Japanese)
...
Currently translated at 82.1% (2289 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 15:00:45 +00:00
Suguru Hirahara
4dc15f99a8
Translated using Weblate (Japanese)
...
Currently translated at 81.8% (2279 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 14:34:19 +00:00
Joe Sagawa
376057b798
Translated using Weblate (Japanese)
...
Currently translated at 81.8% (2279 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 14:34:18 +00:00
Suguru Hirahara
b9558bdf91
Translated using Weblate (Japanese)
...
Currently translated at 81.8% (2279 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 14:34:18 +00:00
Suguru Hirahara
cc779b8ce5
Translated using Weblate (Japanese)
...
Currently translated at 80.6% (2247 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 14:22:03 +00:00
Joe Sagawa
dc6fba26d8
Translated using Weblate (Japanese)
...
Currently translated at 80.6% (2247 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 14:22:02 +00:00
oksya8and8
0022468018
Translated using Weblate (Japanese)
...
Currently translated at 80.2% (2236 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 14:14:32 +00:00
Suguru Hirahara
da8d102cca
Translated using Weblate (Japanese)
...
Currently translated at 80.2% (2236 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 14:14:32 +00:00
Joe Sagawa
28d0daf875
Translated using Weblate (Japanese)
...
Currently translated at 80.2% (2236 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 14:14:31 +00:00
Suguru Hirahara
53061be871
Translated using Weblate (Japanese)
...
Currently translated at 79.8% (2223 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 14:10:22 +00:00
Joe Sagawa
c78c20c06e
Translated using Weblate (Japanese)
...
Currently translated at 79.8% (2223 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 14:10:21 +00:00
oksya8and8
df72019e1d
Translated using Weblate (Japanese)
...
Currently translated at 79.8% (2223 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 14:10:21 +00:00
Suguru Hirahara
24acbcccc6
Translated using Weblate (Japanese)
...
Currently translated at 79.4% (2212 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 13:59:01 +00:00
oksya8and8
c6a0ccf368
Translated using Weblate (Japanese)
...
Currently translated at 79.4% (2212 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 13:59:00 +00:00
Suguru Hirahara
e6398d6b75
Translated using Weblate (Japanese)
...
Currently translated at 79.3% (2210 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 13:55:58 +00:00
oksya8and8
4e494e53cd
Translated using Weblate (Japanese)
...
Currently translated at 79.3% (2210 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 13:55:58 +00:00
Joe Sagawa
12f503932e
Translated using Weblate (Japanese)
...
Currently translated at 79.3% (2210 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 13:55:57 +00:00
Joe Sagawa
56d1dd2905
Translated using Weblate (Japanese)
...
Currently translated at 79.2% (2208 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 13:55:43 +00:00
Suguru Hirahara
4e12ab1a06
Translated using Weblate (Japanese)
...
Currently translated at 79.2% (2208 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 13:55:42 +00:00
oksya8and8
ed4634acf0
Translated using Weblate (Japanese)
...
Currently translated at 79.2% (2208 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 13:55:42 +00:00
Suguru Hirahara
c1e0b4d1f5
Translated using Weblate (Japanese)
...
Currently translated at 79.0% (2202 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 13:51:38 +00:00
oksya8and8
96a6793d7b
Translated using Weblate (Japanese)
...
Currently translated at 79.0% (2202 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 13:51:38 +00:00
Suguru Hirahara
73e51e3efc
Translated using Weblate (Japanese)
...
Currently translated at 79.0% (2201 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 13:50:51 +00:00
oksya8and8
9019edb045
Translated using Weblate (Japanese)
...
Currently translated at 79.0% (2201 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 13:50:51 +00:00
Joe Sagawa
44b1f2f955
Translated using Weblate (Japanese)
...
Currently translated at 78.9% (2200 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 13:50:30 +00:00
Suguru Hirahara
681fd3d97c
Translated using Weblate (Japanese)
...
Currently translated at 78.9% (2200 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 13:50:30 +00:00
oksya8and8
e3243f7fc1
Translated using Weblate (Japanese)
...
Currently translated at 78.9% (2200 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 13:50:29 +00:00
Suguru Hirahara
e9c10d719d
Translated using Weblate (Japanese)
...
Currently translated at 78.3% (2181 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 13:34:31 +00:00
oksya8and8
e3ca25c4f5
Translated using Weblate (Japanese)
...
Currently translated at 78.3% (2181 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 13:34:30 +00:00
Joe Sagawa
0da00efa8a
Translated using Weblate (Japanese)
...
Currently translated at 78.3% (2181 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 13:34:30 +00:00
Joe Sagawa
22369717b5
Translated using Weblate (Japanese)
...
Currently translated at 77.7% (2165 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 13:19:14 +00:00
Suguru Hirahara
821913788d
Translated using Weblate (Japanese)
...
Currently translated at 77.7% (2165 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 13:19:14 +00:00
Suguru Hirahara
540a410941
Translated using Weblate (Japanese)
...
Currently translated at 77.6% (2162 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 13:07:23 +00:00
Suguru Hirahara
0b0ca4f92f
Translated using Weblate (Japanese)
...
Currently translated at 77.5% (2159 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 11:03:26 +00:00
Suguru Hirahara
0c1c65112a
Translated using Weblate (Japanese)
...
Currently translated at 77.5% (2159 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-19 08:45:28 +00:00
Suguru Hirahara
468220cde7
Translated using Weblate (Japanese)
...
Currently translated at 77.4% (2158 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-18 19:38:58 +00:00
Maxime Naturel
4713fd96bf
Adding changelog entry
2022-02-18 17:05:29 +01:00
Maxime Naturel
d29fc9f2d3
Replacing vctr_unread_room_badge by vctr_content_secondary
2022-02-18 17:04:02 +01:00
ClaireG
95b3afd148
#3771 : When accepting an invite, expecting to see the room ( #5247 )
...
Open the room when user accepts an invite from the room list
2022-02-18 16:45:01 +01:00
ariskotsomitopoulos
83088bbe5a
Introduce live thread summaries using the enhanced /messages API from MSC 3440
...
Add capabilities to support local thread list to not supported servers
2022-02-18 17:21:10 +02:00
Michael Kaye
66b30c33c8
Improve reliability of sanity tests.
...
We add the permission so we can write to the external storage with the screenshots
We rename the screenshots so they can be uploaded via the github action correctly
We always do the upload even if the test build has failed.
2022-02-18 14:38:22 +00:00
Maxime Naturel
cb9df953fb
Removing some TODOs
2022-02-18 15:00:52 +01:00
Maxime Naturel
bfc6cd04a6
Updating changelog entry
2022-02-18 14:43:46 +01:00
Maxime Naturel
7df5372d4d
Adding TODO to confirm
2022-02-18 14:42:56 +01:00
Maxime Naturel
8115b4b6e6
Removing unused Session recovery action from onboarding
2022-02-18 14:42:56 +01:00
Maxime Naturel
cee5ea03ae
Retrieve session in init method differently
2022-02-18 14:42:56 +01:00
Maxime Naturel
3ad7701ad7
Adding changelog entry
2022-02-18 14:42:56 +01:00
Benoit Marty
6fec56eeaa
Merge pull request #5254 from vector-im/feature/bma/cleanup_config
...
Cleanup config
2022-02-18 14:22:07 +01:00
Suguru Hirahara
c11a0192c0
Translated using Weblate (Japanese)
...
Currently translated at 77.4% (2157 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-18 12:53:11 +00:00
Suguru Hirahara
e15968bc03
Translated using Weblate (Japanese)
...
Currently translated at 77.2% (2152 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-18 11:43:31 +00:00
NIkita Fedrunov
bda92a9ab4
track screen event when user enters the screen instead of when user leaves the screen
2022-02-18 12:03:46 +01:00
Benoit Marty
3b0856bf8e
Merge pull request #5249 from vector-im/feature/mna/2782-collapse-acl-events
...
#2782 : Collapse server ACLs update events
2022-02-18 10:54:46 +01:00
Suguru Hirahara
b8a3bda1ab
Translated using Weblate (Japanese)
...
Currently translated at 76.6% (2135 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-18 09:42:39 +00:00
Valere
48fffc3dcf
Code review
2022-02-18 10:08:44 +01:00
Valere
9c9695546c
update change log
2022-02-18 10:01:09 +01:00
Valere
3702ccd2ba
Defensive coding to ensure encryption when room was once e2e
2022-02-18 10:01:09 +01:00
Maxime Naturel
bdfe5639ee
Renaming merged event item class
2022-02-18 09:53:09 +01:00
Suguru Hirahara
8f42167fce
Translated using Weblate (Japanese)
...
Currently translated at 76.5% (2132 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-18 08:16:46 +00:00
ganfra
0d6642c32c
Bubble: clean up
2022-02-17 19:13:11 +01:00
ganfra
10bf3e56fc
Bubble: better handling of timestamp position for text messages
2022-02-17 19:09:51 +01:00
Benoit Marty
bee7025fbb
Changelog
2022-02-17 18:20:20 +01:00
Benoit Marty
f57ece5ca8
Add icon to the project!
2022-02-17 18:06:55 +01:00
Benoit Marty
e44ff1e303
Update preferred_jitsi_domain value from "jitsi.riot.im" to "meet.element.io"
2022-02-17 18:06:55 +01:00
Benoit Marty
6e68f9a224
Remove piwik configuration, it was not used.
2022-02-17 18:06:55 +01:00
Suguru Hirahara
551e1e7d18
Translated using Weblate (Japanese)
...
Currently translated at 76.1% (2122 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-17 17:00:22 +00:00
oksya8and8
3c821fa904
Translated using Weblate (Japanese)
...
Currently translated at 76.1% (2122 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-17 17:00:17 +00:00
Benoit Marty
ec2021d6f2
Merge pull request #5253 from vector-im/feature/mna/4643-filter-icon
...
#4643 : Home screen: replacing the search icon by a filter icon in the menu
2022-02-17 16:50:46 +01:00
Benoit Marty
555754b6e6
Merge pull request #5223 from vector-im/sync-analytics-plan
...
Sync analytics plan
2022-02-17 16:49:03 +01:00
Benoit Marty
6784caab9c
Merge pull request #5239 from vector-im/feature/adm/missing-pre-consent-identity-values
...
Fixing missing identify properties
2022-02-17 16:35:15 +01:00
Benoit Marty
d1d26a98af
Merge pull request #5237 from vector-im/feature/mna/5123-room-tag-suggestion
...
#5123 : @room tag suggestion
2022-02-17 15:40:54 +01:00
Benoit Marty
ac9f138fc0
Merge pull request #5185 from vector-im/feature/adm/decouple-matrix-creation
...
Decoupling Matrix creation from Application
2022-02-17 15:35:09 +01:00
oksya8and8
5f1cd97865
Translated using Weblate (Japanese)
...
Currently translated at 74.2% (2067 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-17 13:53:16 +00:00
Suguru Hirahara
6e013e1737
Translated using Weblate (Japanese)
...
Currently translated at 74.2% (2067 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-17 13:53:16 +00:00
Maxime Naturel
41bd516ca9
Updating changelog entry
2022-02-17 14:50:12 +01:00
Benoit Marty
37a267aa7c
Merge pull request #5087 from vector-im/feature/nfe/spaces_screens_tests
...
Add all screens about Spaces in allScreensTest
2022-02-17 14:30:38 +01:00
Maxime Naturel
0a87486f65
Removing TODO
2022-02-17 14:19:17 +01:00
Maxime Naturel
df3fc38054
Adding header section only when "@room" is available
2022-02-17 14:15:02 +01:00
Maxime Naturel
11dacbab81
Revert "Adding header section only when necessary"
...
This reverts commit 96ed30ccc4
.
2022-02-17 13:59:30 +01:00
oksya8and8
b459668238
Translated using Weblate (Japanese)
...
Currently translated at 72.2% (2012 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-17 11:28:33 +00:00
Suguru Hirahara
d86d652686
Translated using Weblate (Japanese)
...
Currently translated at 72.2% (2012 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ja/
2022-02-17 11:28:32 +00:00
Maxime Naturel
96ed30ccc4
Adding header section only when necessary
2022-02-17 11:38:28 +01:00
Maxime Naturel
37a990368c
Fixing text color of pills in light theme
2022-02-17 11:23:00 +01:00
Maxime Naturel
6736bebc9c
Changing changelog entry type to feature
2022-02-17 11:23:00 +01:00
Maxime Naturel
10d196596c
Unmocking check of permission to notify room
2022-02-17 11:23:00 +01:00
Maxime Naturel
49596dcea3
Mocking check of permission to notify room
2022-02-17 11:23:00 +01:00
Maxime Naturel
df35da5571
Fixing code format issues
2022-02-17 11:23:00 +01:00
Maxime Naturel
24a92d5a1e
Setting background color for chips
2022-02-17 11:23:00 +01:00
Maxime Naturel
07a59e63a6
Create chips for incoming messages
2022-02-17 11:23:00 +01:00
Maxime Naturel
fb2401d0b1
Fixing parsing of outcoming messages for @room chip (missing incoming messages)
2022-02-17 11:23:00 +01:00
Maxime Naturel
2beff8d4cd
adding headers to separate sections
2022-02-17 11:23:00 +01:00
Maxime Naturel
d214ef34df
Updating changelog entry name
2022-02-17 11:23:00 +01:00
Maxime Naturel
82ac302843
Fixing avatar name when there is no room picture
2022-02-17 11:22:59 +01:00
Maxime Naturel
38317e6033
Using const for char triggers
2022-02-17 11:22:59 +01:00
Maxime Naturel
d8e28d7be9
Adding autocomplete for @room (missing correct first letter of avatar)
2022-02-17 11:22:59 +01:00
Maxime Naturel
38fdfb27e4
Creating sealed wrapper class for member items
2022-02-17 11:22:59 +01:00
Maxime Naturel
1d1dc8b1fd
Adding changelog entry
2022-02-17 11:22:59 +01:00
Maxime Naturel
2d38786d02
Adding TODOs
2022-02-17 11:22:59 +01:00
Maxime Naturel
b346a73243
Adding more details in changelog
2022-02-17 11:03:04 +01:00
Maxime Naturel
4fe3b409d2
Replacing the search icon by a filter icon
2022-02-17 10:27:59 +01:00
Maxime Naturel
bc45c0ce50
Fix code formatting
2022-02-16 16:09:10 +01:00
Maxime Naturel
4641153df0
Making ACL multiple successive events as collapsable
2022-02-16 16:01:31 +01:00
Maxime Naturel
0a04ff9aa6
Adding changelog entry
2022-02-16 13:46:06 +01:00
NIkita Fedrunov
ce3fd43389
Merge branch 'develop' into feature/nfe/spaces_screens_tests
...
# Conflicts:
# vector/src/androidTest/java/im/vector/app/EspressoExt.kt
# vector/src/androidTest/java/im/vector/app/ui/UiAllScreensSanityTest.kt
2022-02-16 13:42:39 +01:00
Adam Brown
343b8bf08d
Incrementing schema version - fixes pre-release launch crash ( #5245 )
...
* updating the schema version to 25 to reflect the latest migration
* adding changelog entry
2022-02-16 12:29:08 +00:00
NIkita Fedrunov
29088acdb3
Code review fixes
2022-02-16 13:04:28 +01:00
Adam Brown
3f9e7a74d6
reusing the PostViewEvent action as a way to avoid redundant duplicated actions/events
2022-02-15 17:23:16 +00:00
Adam Brown
3c226002a0
adding changelog entry
2022-02-15 16:24:22 +00:00
Adam Brown
d99a2f8d14
creating and passing stored user properties on post hog initialisation
...
- this allows information captured during the onboarding to be sent once the user has opt'd in
2022-02-15 16:03:21 +00:00
Adam Brown
3236d87323
inlining posthog creation and removing eager optout and identify calls as the backing values are null which means they aren't actually being called
2022-02-15 15:39:05 +00:00
Adam Brown
e36e67c54c
adding unit tests around the analytics impl
2022-02-15 15:16:24 +00:00
Adam Brown
837caabcec
providing the posthog creation and analytics config via hilt in order to make the analytics impl testable
2022-02-15 12:51:21 +00:00
Adam Brown
f1f8f51805
lifting the global scope to a provide to allow for unit testing the analytics impl
2022-02-15 12:30:55 +00:00
Adam Brown
580ecc9c44
adding lateinit user property factory for use when calling the initial identify tracking
...
- this will allow us send the pending onboarding properties once consent is given
2022-02-15 12:19:39 +00:00
Benoit Marty
6c4f389342
Merge pull request #5203 from vector-im/feature/dla/fix_consult_transfer
...
Call transfer with consult fails to make outgoing consultation call.
2022-02-14 19:54:09 +01:00
Adam Brown
5b851f1cb7
suppressing deprecated warning on an unused method
2022-02-14 16:33:35 +00:00
Benoit Marty
ffd2a762af
Let the Activity that created the result intent deserialize it.
2022-02-14 17:07:52 +01:00
Adam Brown
8e0f5802f9
Merge branch 'feature/adm/decouple-matrix-creation' of github.com:vector-im/element-android into feature/adm/decouple-matrix-creation
2022-02-14 16:05:00 +00:00
Adam Brown
95df3e7e2b
deprecating the Matrix.initialize and Matrix.getInstance entry points in favour of clients controlling their own instances
2022-02-14 16:04:47 +00:00
Adam Brown
d05af1cb04
providing more alternatives when Matrix.getInstance fails
2022-02-14 15:54:05 +00:00
Benoit Marty
88ecfa3678
Fix compilation issue, Screen has been renamed to MobileScreen
...
Also manually delete WebScreen, which does not compile. Will have to fix that upstream.
2022-02-14 16:40:11 +01:00
ariskotsomitopoulos
830c38f50b
format ktlint
2022-02-14 16:53:29 +02:00
ariskotsomitopoulos
e9e5d680a1
Fix realm migration from 25 to 26
2022-02-14 16:51:56 +02:00
ariskotsomitopoulos
f98b595d85
Merge branch 'develop' into feature/aris/threads_live_timeline
...
# Conflicts:
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/database/migration/MigrateSessionTo025.kt
2022-02-14 16:13:51 +02:00
Benoit Marty
b18a873cf7
Merge pull request #5228 from vector-im/feature/adm/robot-documentation
...
Adding UI test docs section for contributing to the sanity tests
2022-02-14 14:48:31 +01:00
Adam Brown
2eb417ab05
Update matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/Matrix.kt
...
Co-authored-by: Benoit Marty <benoitm@matrix.org >
2022-02-14 13:41:40 +00:00
Adam Brown
2f7f86b8bb
Update matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/Matrix.kt
...
Co-authored-by: Benoit Marty <benoitm@matrix.org >
2022-02-14 13:41:27 +00:00
ariskotsomitopoulos
27bc43c24c
Fix realm migration
2022-02-14 15:33:51 +02:00
Benoit Marty
43d6a29ff3
Merge pull request #5208 from vector-im/feature/adm/personalisation-capabilities
...
MSC3283 - Supporting additional homeserver capabilities
2022-02-14 14:27:26 +01:00
ariskotsomitopoulos
f1b11df781
Merge branch 'develop' into feature/aris/threads_live_timeline
...
# Conflicts:
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/database/RealmSessionStoreMigration.kt
2022-02-14 15:17:55 +02:00
ariskotsomitopoulos
83d937b842
format ktlint
2022-02-14 15:10:30 +02:00
ariskotsomitopoulos
49b7726ac8
- Integrate /relations API to create a live thread timeline
2022-02-14 15:09:01 +02:00
Adam Brown
fd2d9287e7
creating separate creator for the matrix instance to avoid ambiguous non singleton/duplicated singleton usages
...
- also documents the static methods
2022-02-14 12:46:16 +00:00
Adam Brown
674aea97a8
injecting the room name provider as we're within hilts scope
2022-02-14 12:30:47 +00:00
Adam Brown
fed549f647
reusing refresh extension
2022-02-14 12:05:57 +00:00
Adam Brown
4519dec7eb
scheduling a refresh of the homeserver capabilities on introduction of new fields
2022-02-14 12:05:44 +00:00
Adam Brown
62d9c81420
adding UI docs section for contributing to the sanity tests
...
- explaining the robot pattern and giving examples
2022-02-14 11:58:57 +00:00
Benoit Marty
3547926c25
Merge pull request #5172 from vector-im/sync-emojis
...
Sync Emojis
2022-02-14 11:43:21 +01:00
Benoit Marty
13f78831f0
Merge pull request #5216 from TheLastProject/patch-1
...
Increase max heap size for build
2022-02-14 11:23:03 +01:00
Benoit Marty
36d841b884
Merge pull request #5196 from vector-im/dependabot/gradle/com.googlecode.libphonenumber-libphonenumber-8.12.43
...
Bump libphonenumber from 8.12.42 to 8.12.43
2022-02-14 11:19:41 +01:00
bmarty
c89a107ca6
Sync analytics plan
2022-02-14 00:05:49 +00:00
bmarty
ff1c307ca0
Sync Emojis
2022-02-14 00:03:37 +00:00
Sylvia van Os
91a4195537
Increase max heap size for build
...
The F-Droid build ran OOM during R8 shrinking with 3GB, but worked fine with 4GB
Signed-off-by: Sylvia van Os <sylvia@hackerchick.me >
2022-02-12 15:18:53 +01:00
Adam Brown
d6a08a9249
Merge pull request #5210 from vector-im/michaelk/standardise_emulator_usage
...
Standardise configuration options for emulators in GHA integration tests
2022-02-11 17:11:58 +00:00
Adam Brown
d19e6d290f
Merge pull request #5209 from vector-im/michaelk/reduce_debug_logging_loop
...
Reduce verbosity of CleanupSession debug logs.
2022-02-11 16:28:26 +00:00
Adam Brown
e6415a47ea
Merge pull request #5188 from vector-im/gradlew-update-7.4
...
Update Gradle Wrapper from 7.3.3 to 7.4
2022-02-11 16:28:00 +00:00
Michael Kaye
d173a8d15f
changelog.d
2022-02-11 15:32:33 +00:00
Michael Kaye
c224a4b813
Make sanity_test.yml use same configuration as integration_test.yml
...
This makes it easier to reason about emulator failures.
2022-02-11 15:28:16 +00:00
Michael Kaye
edd95464ea
changelog.d
2022-02-11 14:31:28 +00:00
Adam Brown
ea13f1c879
Merge pull request #5189 from vector-im/arb/issues/4640
...
#4640 : The notification badge jumps around
2022-02-11 14:18:41 +00:00
ganfra
f1376eac82
Merge pull request #5204 from vector-im/feature/fga/reactions_ui_improvements
...
Feature/fga/reactions UI improvements
2022-02-11 15:17:44 +01:00
Adam Brown
83cc88060a
adding changelog entry
2022-02-11 12:48:42 +00:00
Adam Brown
d8d6358d15
adding support for the homeserver display name and avatar capabilities
...
- MSC3283 https://github.com/matrix-org/synapse/pull/11933
- includes session database migration
2022-02-11 12:48:42 +00:00
ganfra
0a52651e40
Reactions: update after remarks
2022-02-11 13:01:34 +01:00
Adam Brown
a5f4413f6c
using a generic boolean capability model for booleans
2022-02-11 11:52:41 +00:00
Adam Brown
5af56f6b5d
Merge pull request #5134 from vector-im/feature/bma/realmMigrations
...
Refactor realm migrations
2022-02-11 11:50:50 +00:00
David Langley
6fd47594d4
formatting
2022-02-11 11:15:16 +00:00
Ahmed Radhouane Belkilani
85414fa92e
#4640
...
- update changelog file.
Signed-off-by: Ahmed Radhouane Belkilani <arbelkilani@gmail.com >
2022-02-11 11:45:39 +01:00
Ahmed Radhouane Belkilani
a9a1532e01
#4640
...
- change unread counter badge view in item_room to be in consistent place on the screen, to left of date/time.
- change unread badge color state for dark and light theme to align with iOS.
- add changelog file related to the issue.
Signed-off-by: Ahmed Radhouane Belkilani <arbelkilani@gmail.com >
2022-02-11 11:45:39 +01:00
Michael Kaye
f44f37629a
Reduce verbosity of CleanupSession debug logs.
...
Currently we wait up to 10s for this operation to complete.
Replacing the two log lines with three, lets us halve the number of logs printed every 10ms,
but always print exactly one log line each iteration of the loop. Rather than:
```
02-10 19:58:48.880 3140 3140 D CleanupSession: Wait for all Realm instance to be closed (29 - 0)
02-10 19:58:48.880 3140 3140 D CleanupSession: Waiting 10ms
02-10 19:58:48.890 3140 3140 D CleanupSession: Wait for all Realm instance to be closed (29 - 0)
02-10 19:58:48.890 3140 3140 D CleanupSession: Waiting 10ms
02-10 19:58:48.900 3140 3140 D CleanupSession: Wait for all Realm instance to be closed (29 - 0)
02-10 19:58:48.900 3140 3140 D CleanupSession: Waiting 10ms
02-10 19:58:48.910 3140 3140 D CleanupSession: Wait for all Realm instance to be closed (29 - 0)
02-10 19:58:48.910 3140 3140 D CleanupSession: Waiting 10ms
02-10 19:58:48.920 3140 3140 D CleanupSession: Wait for all Realm instance to be closed (0 - 0)
```
We'll print:
```
02-10 19:58:48.880 3140 3140 D CleanupSession: Waiting 10ms for all Realm instance to be closed (29 - 0)
02-10 19:58:48.890 3140 3140 D CleanupSession: Waiting 10ms for all Realm instance to be closed (29 - 0)
02-10 19:58:48.900 3140 3140 D CleanupSession: Waiting 10ms for all Realm instance to be closed (29 - 0)
02-10 19:58:48.910 3140 3140 D CleanupSession: Waiting 10ms for all Realm instance to be closed (29 - 0)
02-10 19:58:48.920 3140 3140 D CleanupSession: Finished waiting for all Realm instance to be closed (0 - 0)
```
The above example took 40ms to finish and saved 4 log lines; you can see how it adds up if you take 10000ms to finish.
2022-02-11 09:06:47 +00:00
noantiq
7c2800f47f
Translated using Weblate (German)
...
Currently translated at 100.0% (49 of 49 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/de/
2022-02-10 23:27:23 +00:00
random
617a03abf6
Translated using Weblate (Italian)
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/it/
2022-02-10 23:27:22 +00:00
waclaw66
c02defe142
Translated using Weblate (Czech)
...
Currently translated at 100.0% (49 of 49 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/cs/
2022-02-10 23:27:19 +00:00
Linerly
300040cee9
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/id/
2022-02-10 23:27:17 +00:00
lvre
e730a74f10
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (49 of 49 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/pt_BR/
2022-02-10 23:27:14 +00:00
Ihor Hordiichuk
f767770739
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/uk/
2022-02-10 23:27:13 +00:00
Danial Behzadi
6c5a900935
Translated using Weblate (Persian)
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fa/
2022-02-10 23:27:10 +00:00
Priit Jõerüüt
72d742f8c7
Translated using Weblate (Estonian)
...
Currently translated at 99.9% (2783 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/et/
2022-02-10 23:27:07 +00:00
Vladyslav Stepanov
d91b34c4c8
Translated using Weblate (Russian)
...
Currently translated at 100.0% (49 of 49 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/ru/
2022-02-10 23:27:03 +00:00
a73435
3146ede690
Translated using Weblate (Russian)
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ru/
2022-02-10 23:27:02 +00:00
Vladyslav Stepanov
4b7bd2ba06
Translated using Weblate (Russian)
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ru/
2022-02-10 23:27:02 +00:00
Jeff Huang
d19a316da1
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (49 of 49 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/zh_Hant/
2022-02-10 23:26:59 +00:00
Szimszon
50e07c4358
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (49 of 49 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/hu/
2022-02-10 23:26:57 +00:00
Kagami Sascha Rosylight
ad0dcc726a
Translated using Weblate (Korean)
...
Currently translated at 47.4% (1322 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ko/
2022-02-10 23:26:56 +00:00
Jozef Gaal
d96c276fad
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (49 of 49 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/sk/
2022-02-10 23:26:54 +00:00
LinAGKar
967eb8ae76
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (49 of 49 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/sv/
2022-02-10 23:26:53 +00:00
Priit Jõerüüt
47f1491069
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (49 of 49 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/et/
2022-02-10 23:26:52 +00:00
waclaw66
12fb26fb38
Translated using Weblate (Czech)
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/cs/
2022-02-10 23:26:50 +00:00
Hasan
72163b4f8b
Translated using Weblate (Turkish)
...
Currently translated at 51.0% (25 of 49 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/tr/
2022-02-10 23:26:47 +00:00
LinAGKar
4d8f09c96c
Translated using Weblate (Swedish)
...
Currently translated at 99.9% (2784 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sv/
2022-02-10 23:26:47 +00:00
noantiq
265e9d4879
Translated using Weblate (German)
...
Currently translated at 99.6% (2775 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/de/
2022-02-10 23:26:44 +00:00
Jozef Gaal
e46eeaa5d3
Translated using Weblate (Slovak)
...
Currently translated at 96.0% (2676 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
2022-02-10 23:26:41 +00:00
lvre
2b050ed320
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/pt_BR/
2022-02-10 23:26:27 +00:00
Besnik Bleta
736d3ab842
Translated using Weblate (Albanian)
...
Currently translated at 99.5% (2772 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sq/
2022-02-10 23:26:24 +00:00
random
7ae006af50
Translated using Weblate (Italian)
...
Currently translated at 100.0% (49 of 49 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/it/
2022-02-10 23:26:21 +00:00
Jeff Huang
79d58fb178
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2785 of 2785 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/zh_Hant/
2022-02-10 23:26:20 +00:00
David Langley
74e72ed7a0
lint
2022-02-10 19:34:14 +00:00
David Langley
8e492cf98d
lint
2022-02-10 19:20:40 +00:00
David Langley
cb37bc56a6
Move call transfer actions back to callViewModel via result from callTransferActivity
2022-02-10 19:07:32 +00:00
ganfra
fd89acc112
Merge pull request #5144 from vector-im/feature/mna/update-pr-template
...
Updating PR template description
2022-02-10 19:36:27 +01:00
ganfra
56338c22dd
Merge pull request #5195 from abaker/fix_crash_detection
...
Set PREFS_CRASH_KEY synchronously
2022-02-10 19:21:17 +01:00
ganfra
f08b10b2c5
Merge pull request #5199 from vector-im/feature/dla/fix_timeline_from_virtual_rooms
...
Rooms with virtual rooms do not render the merged timeline with call events.
2022-02-10 19:20:01 +01:00
ganfra
c690bada0d
Clean code and add changelog.
2022-02-10 19:13:35 +01:00
ganfra
9f44ec1d70
Reactions: fix ui echo ordering
2022-02-10 18:56:39 +01:00
David Langley
11986ec9ef
Intent information that is pass to attachViewRenderers is not present on intent then onNewIntent called.
2022-02-10 17:23:38 +00:00
ganfra
31fa43b5bd
Reactions: fix direction for outgoing bubble
2022-02-10 17:52:10 +01:00
ganfra
0244fea222
Reactions: more refinements
2022-02-10 17:51:49 +01:00
fedrunov
00ada6748a
Merge pull request #5171 from vector-im/sync-analytics-plan
...
Sync analytics plan
2022-02-10 15:47:32 +01:00
NIkita Fedrunov
ba5c7a530c
another sync with analytics repo
2022-02-10 13:22:00 +01:00
David Langley
eb90268cf5
Updates getAccountDataEvents function to match it's description.
2022-02-10 10:30:47 +00:00
fedrunov
06b5563ff6
join and leave methods moved from MembershipService to RoomService an… ( #5183 )
2022-02-10 10:05:03 +01:00
dependabot[bot]
002332496a
Bump libphonenumber from 8.12.42 to 8.12.43
...
Bumps [libphonenumber](https://github.com/google/libphonenumber ) from 8.12.42 to 8.12.43.
- [Release notes](https://github.com/google/libphonenumber/releases )
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md )
- [Commits](https://github.com/google/libphonenumber/compare/v8.12.42...v8.12.43 )
---
updated-dependencies:
- dependency-name: com.googlecode.libphonenumber:libphonenumber
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-09 23:11:56 +00:00
Alex Baker
a4b50d2a78
Set PREFS_CRASH_KEY synchronously
...
Sometimes the app dies before this preference gets written to disk, and
then the crash dialog is not displayed to the user
Signed-off-by: Alex Baker <alex@beeper.com >
2022-02-09 17:09:48 -06:00
ganfra
911ee97122
Reactions: start handling show more, show less and add more actions in timeline.
2022-02-09 21:29:03 +01:00
Onuray Sahin
e71063222b
Merge pull request #5179 from vector-im/feature/ons/fix_poll_option_animation
...
Remove redundant highlight on add poll option button
2022-02-09 22:24:54 +03:00
NIkita Fedrunov
761b8031f6
Merge branch 'develop' into sync-analytics-plan
...
# Conflicts:
# vector/src/main/java/im/vector/app/features/analytics/impl/DefaultVectorAnalytics.kt
# vector/src/main/java/im/vector/app/features/analytics/plan/Composer.kt
# vector/src/main/java/im/vector/app/features/onboarding/OnboardingViewModel.kt
2022-02-09 16:27:33 +01:00
NIkita Fedrunov
cc4228ed26
use new screen name constants
2022-02-09 16:07:47 +01:00
NIkita Fedrunov
e196b01038
synced with latest changes in analytics repo
2022-02-09 15:55:22 +01:00
NIkita Fedrunov
f78446c1e7
Click replaced with Compose on message sent
...
Identity replaced with UserProperty
added missing param for JoinedRoom
2022-02-09 14:23:45 +01:00
ganfra
c28a20dce3
Bump versions to 1.4.2
2022-02-09 12:55:33 +01:00
ganfra
9678ab899e
Merge release 1.4.0 into develop
2022-02-09 12:53:20 +01:00
ganfra
d1e49624c7
Merge branch 'release/1.4.0' into main
2022-02-09 12:50:30 +01:00
ganfra
5b83ba9320
Release: update CHANGES
2022-02-09 11:25:11 +01:00
ganfra
a6bf921d64
Release: update versions
2022-02-09 11:18:03 +01:00
ganfra
a75e2d5fa8
Merge pull request #5186 from vector-im/feature/fga/fix_ui_test
...
Feature/fga/fix UI test
2022-02-09 10:13:05 +01:00
gradle-update-robot
f2fd9a0469
Update Gradle Wrapper from 7.3.3 to 7.4.
...
Signed-off-by: gradle-update-robot <gradle-update-robot@regolo.cc >
2022-02-09 00:18:52 +00:00
Onuray Sahin
f6a24e964e
Code review fix.
2022-02-08 23:23:03 +03:00
ganfra
e72593304f
UITests: remove search menu item test case (not visible anymore in E2E room)
2022-02-08 19:35:33 +01:00
ganfra
a19642cd8e
Analytics: fix always null identity property
2022-02-08 19:34:41 +01:00
Weblate
3cbf239a7b
Merge branch 'origin/develop' into Weblate.
2022-02-08 17:35:00 +00:00
Besnik Bleta
5b1d610dd3
Translated using Weblate (Albanian)
...
Currently translated at 100.0% (49 of 49 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/sq/
2022-02-08 17:35:00 +00:00
Linerly
279262c103
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (49 of 49 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/id/
2022-02-08 17:34:59 +00:00
Danial Behzadi
de082420ce
Translated using Weblate (Persian)
...
Currently translated at 100.0% (49 of 49 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/fa/
2022-02-08 17:34:58 +00:00
Ihor Hordiichuk
99f2052ad8
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (49 of 49 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/uk/
2022-02-08 17:34:57 +00:00
ganfra
8d7e9baf85
Merge pull request #5103 from vector-im/feature/ons/fix_turkish_translations
...
Fix Turkish translation errors - TO BE MERGED DURING WEBLATE SYNC
2022-02-08 18:34:22 +01:00
ganfra
33648963c4
Merge branch 'develop' into feature/ons/fix_turkish_translations
2022-02-08 18:06:10 +01:00
ganfra
96f38637b5
Merge pull request #5184 from RiotTranslateBot/weblate-element-android-element-app
...
Translations update from Weblate
2022-02-08 18:02:37 +01:00
Adam Brown
c62b9949f2
adding changelog entry
2022-02-08 16:00:38 +00:00
Adam Brown
5ff420f4f0
marking the matrix provision as a singleton to avoid reinitialising
2022-02-08 15:56:07 +00:00
Adam Brown
0390994e14
removing unused import
2022-02-08 15:51:30 +00:00
Adam Brown
8dc8c209d3
using injected matrix instance for the bug reporting to avoid directly calling getInstance
2022-02-08 15:38:18 +00:00
Adam Brown
a63e79bad5
initialising a new matrix instance for android tests, ideally this would also be backed back the test module instead of the singleton state
2022-02-08 15:36:23 +00:00
Adam Brown
c160f5dff1
always providing matrix via the singleton module -
...
allows the matrix configuration to also contain dependencies
2022-02-08 15:09:38 +00:00
Weblate
d06a0af947
Merge branch 'origin/develop' into Weblate.
2022-02-08 14:47:47 +00:00
Linerly
67be89bad2
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (2752 of 2752 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/id/
2022-02-08 14:29:29 +00:00
Adam Brown
2d80c6bc4e
avoiding using the matrix getInstance internally within the sdk to allow us to inject a consistent instance
2022-02-08 14:02:39 +00:00
ganfra
49a0555704
Merge pull request #5176 from vector-im/feature/ons/map_wellknown_support
...
Retrieve map style url from .well-known
2022-02-08 11:57:48 +01:00
Jeff Huang
30f7464797
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (47 of 47 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/zh_Hant/
2022-02-08 04:26:33 +00:00
LinAGKar
64a0c53405
Translated using Weblate (Swedish)
...
Currently translated at 99.9% (2751 of 2752 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sv/
2022-02-08 04:26:32 +00:00
Jozef Gaal
12f495c9b8
Translated using Weblate (Slovak)
...
Currently translated at 91.2% (2512 of 2752 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
2022-02-08 04:26:32 +00:00
ganfra
b75fd18959
Merge pull request #5142 from vector-im/feature/adm/set-usecase-on-account-creation
...
Aligning use case tracking with iOS
2022-02-07 19:04:07 +01:00
Onuray Sahin
22a03abdc4
Code review fix.
2022-02-07 20:08:31 +03:00
Onuray Sahin
457a6a2dd0
Lint fix.
2022-02-07 17:44:27 +03:00
Onuray Sahin
7e182ed662
Remove redundant highlight on add poll option button.
2022-02-07 17:35:26 +03:00
Onuray Sahin
9d83bafa7b
Retrieve map style url from .well-known.
2022-02-07 13:38:54 +03:00
Adam Brown
4438d513a2
Merge pull request #5174 from daniellekirkwood/develop
...
Fix WTF automation
2022-02-07 10:21:30 +00:00
daniellekirkwood
a416e76e54
Create 5173.misc
2022-02-07 10:16:16 +00:00
daniellekirkwood
4e355665ed
Fix WTF automation
2022-02-07 10:15:49 +00:00
Adam Brown
e0f99e3b17
formatting
2022-02-07 10:02:52 +00:00
Adam Brown
ed78e54bce
Merge pull request #5121 from daniellekirkwood/develop
...
Update workflow for FTUE issues on FTUE board
2022-02-07 10:00:25 +00:00
Adam Brown
8983bfa36c
adding changelog entry
2022-02-07 09:22:36 +00:00
Adam Brown
c64004fad6
fixing formatting
2022-02-07 09:22:36 +00:00
Adam Brown
6687e2cad4
dropping the backstack when switching to the account created flow to avoid going back to the sign up screens
2022-02-07 09:22:36 +00:00
Adam Brown
d186de7472
manually handling the back event as a take me home action
2022-02-07 09:22:36 +00:00
Adam Brown
3a961e0803
avoiding showing the loading when the last screen is not a transition into the main app
2022-02-07 09:22:36 +00:00
Adam Brown
023b32367b
adding post account created screen, going to the personalise next steps are still TODO
2022-02-07 09:22:36 +00:00
Adam Brown
8212b7e219
completing the onboarding via dedicated event rather than observing state
...
- allows for greater control of the flow (such as adding new screens inbetween the creation and exit with flags)
2022-02-07 09:22:36 +00:00
Adam Brown
9b12f295d1
adding ftue personalize feature flag whilst under development
2022-02-07 09:22:36 +00:00
bmarty
1369d1fa2f
Sync analytics plan
2022-02-07 00:02:21 +00:00
Danial Behzadi
fade3d1d0d
Translated using Weblate (Persian)
...
Currently translated at 100.0% (47 of 47 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/fa/
2022-02-06 16:26:55 +00:00
Nikita Epifanov
2478ec41f2
Translated using Weblate (Russian)
...
Currently translated at 76.5% (36 of 47 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/ru/
2022-02-06 16:26:54 +00:00
Szimszon
a40ee20c20
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (47 of 47 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/hu/
2022-02-06 16:26:53 +00:00
LinAGKar
0c43bffb2e
Translated using Weblate (Swedish)
...
Currently translated at 99.9% (2751 of 2752 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sv/
2022-02-06 16:26:52 +00:00
Jozef Gaal
00e8cd4fb9
Translated using Weblate (Slovak)
...
Currently translated at 84.2% (2318 of 2752 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
2022-02-06 16:26:51 +00:00
Nikita Epifanov
4bc0dc204a
Translated using Weblate (Russian)
...
Currently translated at 100.0% (2752 of 2752 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ru/
2022-02-06 16:26:26 +00:00
Danial Behzadi
ab0c00df74
Translated using Weblate (Persian)
...
Currently translated at 100.0% (2752 of 2752 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fa/
2022-02-06 16:26:17 +00:00
Zet
6283598da0
Translated using Weblate (Arabic)
...
Currently translated at 38.1% (1051 of 2752 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/ar/
2022-02-06 16:26:16 +00:00
Adam Brown
3f3cac0489
updating changelog to include analytics prefix
2022-02-04 17:33:43 +00:00
Benoit Marty
ef3baee35b
Split long lines
2022-02-04 16:59:20 +01:00
Benoit Marty
150d557d39
Merge pull request #5145 from vector-im/feature/ons/fix_failed_maps_rendering
...
Fix location rendering in timeline if map cannot be loaded
2022-02-04 16:58:04 +01:00
Benoit Marty
792042ea09
Merge pull request #5150 from vector-im/revert-5082-feature/bma/agp_7_1_0
...
Revert "AGP 7.1.0"
2022-02-04 16:56:42 +01:00
Onuray Sahin
fbc8866394
Merge branch 'develop' into feature/ons/fix_failed_maps_rendering
...
* develop: (54 commits)
Bubbles: add CHANGELOG file
Bubble: get LayoutDirection (RTL) from current Locale
Version++
fastlane
towncrier
Version 1.3.18
changelog
Improve missing state event detection to missing state events only one joined rooms (ignore LEFT room) Should reduce the number of initial sync Co-authors: ganfra and billcarsonfr
Changelog added.
taking the use case screen into account when accessing the sign up flows in the sanity tests
updating copy split to match designs
applying design feedback
promoting use case strings for translation
enabling the use case feature by default
Code review fixes.
ktlint
Bubbles: clean up after review
Sync: avoid deleting root event of CurrentState on gappy sync
Code review fixes.
Support generic location pin.
...
# Conflicts:
# vector/src/main/java/im/vector/app/features/home/room/detail/timeline/item/MessageLocationItem.kt
# vector/src/main/res/layout/item_timeline_event_location_stub.xml
2022-02-04 14:54:39 +03:00
random
9cccdc1c9d
Translated using Weblate (Italian)
...
Currently translated at 100.0% (47 of 47 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/it/
2022-02-04 11:26:31 +00:00
Hasan
7b08a55294
Translated using Weblate (Turkish)
...
Currently translated at 74.9% (2062 of 2752 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/tr/
2022-02-04 11:26:30 +00:00
Fjoerfoks
d133aeb88c
Translated using Weblate (Frisian)
...
Currently translated at 48.0% (1321 of 2752 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/fy/
2022-02-04 11:26:15 +00:00
Aris Kotsomitopoulos
077c0eea98
Revert "AGP 7.1.0"
2022-02-04 12:20:20 +02:00
Benoit Marty
eed4bf175f
Realm migrations are not objects anymore
...
SchemaVersion is now a val
2022-02-03 21:05:54 +01:00
Benoit Marty
8a4ecf616a
Split the classes RealmMigration into smaller classes
2022-02-03 21:05:54 +01:00
Benoit Marty
4ce1ab2665
Merge pull request #4937 from vector-im/feature/fga/message_bubbles
...
Feature/fga/message bubbles
2022-02-03 19:00:38 +01:00
ganfra
02de636955
Bubbles: add CHANGELOG file
2022-02-03 17:57:10 +01:00
ganfra
04234318e5
Bubble: get LayoutDirection (RTL) from current Locale
2022-02-03 17:53:25 +01:00
daniellekirkwood
a44f49fa34
Create 5148.misc
2022-02-03 16:39:47 +00:00
daniellekirkwood
4b7dcf634f
Add automation for WTF labels to WTF board
2022-02-03 16:39:11 +00:00
daniellekirkwood
0dce0ad0bb
Merge branch 'vector-im:develop' into develop
2022-02-03 16:37:46 +00:00
ganfra
2e2da16a6b
Bubbles: merge develop
2022-02-03 17:10:13 +01:00
Adam Brown
dbfd7e6703
Merge pull request #5106 from vector-im/feature/adm/enable-use-case-feature
...
Enabling FTUE Use Case
2022-02-03 15:14:49 +00:00
Benoit Marty
dba9a47c63
Merge pull request #5127 from vector-im/feature/ons/generic_location_pin
...
Support generic location pin
2022-02-03 16:02:38 +01:00
Benoit Marty
aa12a73a05
Version++
2022-02-03 15:51:04 +01:00
Benoit Marty
105118f831
Merge hotfix 1.3.18 to develop
2022-02-03 15:48:51 +01:00
Onuray Sahin
a57ad92d51
Changelog added.
2022-02-03 16:32:39 +03:00
Maxime Naturel
28ea600e0d
Updating PR template description
2022-02-03 14:18:16 +01:00
Onuray Sahin
a7678241f2
Fix location rendering in timeline if map cannot be loaded.
2022-02-03 16:17:33 +03:00
Adam Brown
26beb97f1e
adding changelog entry
2022-02-03 11:34:09 +00:00
Adam Brown
227c93b014
avoiding tracking the use case until account creation, also means we no longer need to reset the tracking value
2022-02-03 11:29:09 +00:00
Adam Brown
48b339075b
filtering null values from the identify properties
...
- resetting values to null may cause inconsistent cross device tracking
2022-02-03 11:29:09 +00:00
Adam Brown
63a937c096
taking the use case screen into account when accessing the sign up flows in the sanity tests
2022-02-03 11:28:33 +00:00
Adam Brown
9b3af7cfc9
updating copy split to match designs
2022-02-03 11:28:33 +00:00
Adam Brown
bac60677d5
applying design feedback
2022-02-03 11:28:33 +00:00
Adam Brown
5ed1f34df3
promoting use case strings for translation
2022-02-03 11:28:33 +00:00
Adam Brown
61bc443bdf
enabling the use case feature by default
2022-02-03 11:28:33 +00:00
Benoit Marty
cd6ba5265b
Merge pull request #5141 from vector-im/feature/mna/4641-remove-room-search-menu
...
Issue-4641: Show search menu item only if available
2022-02-03 11:13:11 +01:00
Onuray Sahin
c590bbdb9b
Code review fixes.
2022-02-03 12:53:59 +03:00
Maxime Naturel
8e0f7ca373
Issue-4641: Show search menu item only if available
2022-02-03 09:38:06 +01:00
Benoit Marty
3e212655eb
Merge pull request #5117 from vector-im/feature/adm/use-case-store-crash
...
Handling use case screen in sanity tests
2022-02-03 00:53:20 +01:00
Benoit Marty
6ebba4e3dd
Merge pull request #5131 from vector-im/feature/nfe/spaces_promo_removal
...
spaces restricted promo removed
2022-02-03 00:44:07 +01:00
Benoit Marty
60840403ff
Merge pull request #5130 from vector-im/feature/bma/release_checklist
...
Update the release recipe
2022-02-03 00:43:41 +01:00
Benoit Marty
c66849834a
Merge pull request #5051 from vector-im/feature/bma/cleanup
...
Remove some usage of MatrixCallback
2022-02-03 00:25:54 +01:00
Besnik Bleta
83e94df7fa
Translated using Weblate (Albanian)
...
Currently translated at 97.8% (46 of 47 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/sq/
2022-02-02 20:26:37 +00:00
Linerly
d08bbc8b02
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (47 of 47 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/id/
2022-02-02 20:26:36 +00:00
waclaw66
a92bc36782
Translated using Weblate (Czech)
...
Currently translated at 100.0% (47 of 47 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/cs/
2022-02-02 20:26:35 +00:00
Priit Jõerüüt
18e8b8cd11
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (47 of 47 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/et/
2022-02-02 20:26:34 +00:00
Ihor Hordiichuk
c077279c03
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (47 of 47 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/uk/
2022-02-02 20:26:33 +00:00
LinAGKar
48c3e2ce89
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (47 of 47 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/sv/
2022-02-02 20:26:32 +00:00
Jozef Gaal
8fd6f5c5ad
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (47 of 47 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/sk/
2022-02-02 20:26:30 +00:00
lvre
0e93c40921
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (47 of 47 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/pt_BR/
2022-02-02 20:26:29 +00:00
Glandos
c64354ba62
Translated using Weblate (French)
...
Currently translated at 100.0% (47 of 47 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/fr/
2022-02-02 20:26:28 +00:00
libexus
16db1356ea
Translated using Weblate (German)
...
Currently translated at 100.0% (47 of 47 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/de/
2022-02-02 20:26:27 +00:00
Hasan
75b2b5146d
Translated using Weblate (Turkish)
...
Currently translated at 67.6% (1863 of 2752 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/tr/
2022-02-02 20:26:26 +00:00
LinAGKar
dc37e9236b
Translated using Weblate (Swedish)
...
Currently translated at 99.9% (2751 of 2752 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sv/
2022-02-02 20:26:20 +00:00
Johan Smits
6acaaf9347
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (2752 of 2752 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/nl/
2022-02-02 20:26:17 +00:00
libexus
4120170dae
Translated using Weblate (German)
...
Currently translated at 99.6% (2741 of 2752 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/de/
2022-02-02 20:26:14 +00:00
ganfra
9e0086742c
Bubbles: clean up after review
2022-02-02 19:56:21 +01:00
Benoit Marty
78fda0ca9d
typo
2022-02-02 18:43:49 +01:00
Benoit Marty
17a0c17dde
Merge pull request #5132 from vector-im/feature/adm/missing-notifications
...
Fixing google play variant push notifications being skipped
2022-02-02 18:42:51 +01:00
Benoit Marty
9c72c61fc6
Merge pull request #5133 from vector-im/feature/nfe/obsolete_filter_class_removed
...
removed obsolete room list filter class
2022-02-02 18:42:21 +01:00
Benoit Marty
35c77c10c4
Merge pull request #5135 from vector-im/feature/adm/missing-medium-weight-fonts
...
Fixing ignored font weights
2022-02-02 18:41:27 +01:00
Adam Brown
96efeaefed
adding changelog entry
2022-02-02 16:59:05 +00:00
Adam Brown
ba86834c6b
removing forced san fontFamily, fixes other weights being ignored
2022-02-02 16:58:19 +00:00
Onuray Sahin
c2daab4211
Code review fixes.
2022-02-02 19:33:34 +03:00
Adam Brown
0db38567ed
adding javadoc to the data store provider
2022-02-02 16:04:22 +00:00
Adam Brown
3212bc2266
ensuring we use the application context for the datastore to avoid any local activity leaks
2022-02-02 16:04:22 +00:00
Adam Brown
d77e18f810
allowing nullable posthog properties to be submitted
...
- fixes crash when attempting to identify with empty properties
- will need rebasing with https://github.com/matrix-org/matrix-analytics-events/pull/20
2022-02-02 16:04:22 +00:00
Adam Brown
741f9fabbb
providing a way to lazily read dynamic datastore instances
...
- fixes crash where multiple session store instances attempt to read from the same datastore backing file
2022-02-02 15:53:04 +00:00
Benoit Marty
2ffc89d863
Merge pull request #5125 from vector-im/feature/nfe/space_card_layout
...
space and room card layout changed in explore rooms, space invite dia…
2022-02-02 16:08:24 +01:00
Benoit Marty
c479073583
Merge pull request #5129 from vector-im/feature/aris/threads_fallback_permalink
...
Fix fallback permalink when threads are disabled
2022-02-02 16:06:34 +01:00
NIkita Fedrunov
10f7673be7
removed obsolete room list filter class
2022-02-02 15:53:20 +01:00
Adam Brown
6406e97d4b
adding changelog entry
2022-02-02 14:46:43 +00:00
NIkita Fedrunov
440c5f7516
spaces restricted promo removed
2022-02-02 15:42:28 +01:00
Benoit Marty
6922c72174
Update the release recipe
2022-02-02 15:41:54 +01:00
NIkita Fedrunov
c64c204878
code quality changes
2022-02-02 15:19:48 +01:00
Adam Brown
e2d8c73761
fixing push notifications being skipped
...
- reworking the isEventRead logic to always check if the new event exists locally, there's a race condition between eventFastLane and syncs where we end up mark unseen events as read if our last local message in a room is from ourselves
- this may also fix some events being instantly marked as read when being received
2022-02-02 12:32:42 +00:00
ganfra
1bf2523437
Merge branch 'develop' into feature/fga/message_bubbles
2022-02-02 13:01:43 +01:00
fedrunov
65fd5489a3
"Invite users to space" dialog now closed when user choose invite method ( #5126 )
2022-02-02 12:54:45 +01:00
ariskotsomitopoulos
36f0283d96
Fix fallback permalink when threads are disabled
2022-02-02 13:51:45 +02:00
Onuray Sahin
a131d28b3e
Merge branch 'develop' into feature/ons/generic_location_pin
...
* develop: (146 commits)
exhaustive not needed anymore
Invert if condition and split long line
Use kotlin string builder
Same issue but in the test
Format
Fix a crash: java.util.IllegalFormatPrecisionException https://github.com/matrix-org/element-android-rageshakes/issues/33398
add changelog file for threads feature
add changelog file for threads feature
Formatting
Improve hidden events for threads
Add TODO for the next Weblate sync
ktlint format
PR remarks
Fix a lint false positive? Anyway this was not used. Restricted API ../../../matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/sync/job/SyncWorker.kt:61: ListenableWorker.getTaskExecutor can only be called from within the same library group (referenced groupId=androidx.work from groupId=element-android)
It seems that now lint rule `MissingQuantity` is an error and not a warning by default.
Whitelist group 'org.webjars' on MavenCentral to fix lint execution
Fix conflicts
Formating & remove unused comments
Fix error in unit test
ktlint format
...
# Conflicts:
# vector/src/main/java/im/vector/app/features/navigation/Navigator.kt
2022-02-02 14:35:30 +03:00
Onuray Sahin
37d35c9a7f
Support generic location pin.
2022-02-02 14:25:54 +03:00
Benoit Marty
ecf356f6eb
Merge pull request #5124 from vector-im/feature/bma/fix_timber_crash
...
Fix timber crash
2022-02-02 12:25:30 +01:00
Benoit Marty
407e065b90
Merge pull request #5041 from vector-im/feature/nfe/qr_scanner_fragments_merge
...
qr scanner fragments merged into one
2022-02-02 12:24:28 +01:00
Benoit Marty
10841ab0a1
exhaustive not needed anymore
2022-02-02 12:24:02 +01:00
Benoit Marty
54fb28c912
Merge pull request #5089 from vector-im/feature/dla/fix_incorrect_call_status
...
CallTileTimelineItem.CallStatus.MISSED renders both missed and reject…
2022-02-02 12:06:11 +01:00
Benoit Marty
a78d88fc0a
Invert if condition and split long line
2022-02-02 12:03:38 +01:00
Benoit Marty
7a44f16372
More cleanup
2022-02-02 11:38:09 +01:00
Benoit Marty
1a8c31f926
Inject the context to simplify the API
...
And more cleanup
2022-02-02 11:38:09 +01:00
Benoit Marty
4893429d73
Remove usage of MatrixCallback
2022-02-02 11:38:09 +01:00
NIkita Fedrunov
664c05757e
changelog added
2022-02-02 10:51:25 +01:00
Benoit Marty
2bf36c74e3
Use kotlin string builder
2022-02-02 10:46:31 +01:00
NIkita Fedrunov
9dccc398b4
space and room card layout changed in explore rooms, space invite dialog, room invite dialog
2022-02-02 10:45:43 +01:00
Benoit Marty
cd16d3f19b
Same issue but in the test
2022-02-02 10:42:39 +01:00
Benoit Marty
581dbda2c1
Format
2022-02-02 10:34:08 +01:00
Benoit Marty
cd1171eb9d
Fix a crash: java.util.IllegalFormatPrecisionException
...
https://github.com/matrix-org/element-android-rageshakes/issues/33398
2022-02-02 10:33:19 +01:00
ganfra
cfda76b2d4
Timeline: avoid overflow on getViewType
2022-02-01 20:31:09 +01:00
ganfra
50810065a2
Bubbles: update media sizing (including LocationItem)
2022-02-01 20:19:35 +01:00
daniellekirkwood
1d2da0cf95
Merge pull request #2 from daniellekirkwood/daniellekirkwood-patch-1
2022-02-01 17:59:34 +00:00
daniellekirkwood
a6636b8188
Add changelog entry
2022-02-01 17:57:53 +00:00
daniellekirkwood
9a303ec923
Update workflow for FTUE issues on FTUE board
2022-02-01 17:54:58 +00:00
Benoit Marty
0391684334
Merge pull request #5119 from vector-im/feature/aris/fix_github_action_merging_error
...
Fix CI/CD errors after merges
2022-02-01 17:52:06 +01:00
ariskotsomitopoulos
8e90864e1f
add changelog file for threads feature
2022-02-01 17:37:05 +02:00
ariskotsomitopoulos
57f3b132cb
add changelog file for threads feature
2022-02-01 16:20:14 +02:00
Aris Kotsomitopoulos
3d5f8ed7e7
Merge pull request #4746 from vector-im/feature/aris/threads
...
Threads P0 Release
2022-02-01 15:58:32 +02:00
Benoit Marty
79b4c76a09
Merge pull request #5082 from vector-im/feature/bma/agp_7_1_0
...
AGP 7.1.0
2022-02-01 13:57:15 +01:00
ariskotsomitopoulos
ed992ddc72
Formatting
2022-02-01 14:40:00 +02:00
ariskotsomitopoulos
877c9bec97
Improve hidden events for threads
2022-02-01 14:07:16 +02:00
Timuçin Boldt
5fe270fc9c
adapt strings for space creation
2022-02-01 12:07:53 +01:00
Benoit Marty
8db5b76676
Add TODO for the next Weblate sync
2022-02-01 11:41:59 +01:00
ariskotsomitopoulos
cfa52d83b4
ktlint format
2022-02-01 12:16:52 +02:00
ariskotsomitopoulos
fcc095a239
PR remarks
2022-02-01 12:13:10 +02:00
ganfra
825c2ca989
Merge branch 'develop' into feature/fga/message_bubbles
2022-02-01 10:05:51 +01:00
Benoit Marty
c8ddb2e85e
Fix a lint false positive? Anyway this was not used.
...
Restricted API
../../../matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/sync/job/SyncWorker.kt:61: ListenableWorker.getTaskExecutor can only be called from within the same library group (referenced groupId=androidx.work from groupId=element-android)
2022-02-01 00:30:30 +01:00
Benoit Marty
c18a614e72
It seems that now lint rule MissingQuantity
is an error and not a warning by default.
2022-02-01 00:26:10 +01:00
Benoit Marty
56e52fd917
Whitelist group 'org.webjars' on MavenCentral to fix lint execution
2022-01-31 23:34:56 +01:00
Benoit Marty
6213cc73c0
Merge pull request #5109 from vector-im/dependabot/gradle/com.github.yalantis-ucrop-2.2.8-native
...
Bump ucrop from 2.2.7 to 2.2.8
2022-01-31 22:58:50 +01:00
Benoit Marty
983fb598bd
Merge pull request #5110 from vector-im/feature/adm/prioritize-maven-central
...
Attempting to fix missing dependabot updates
2022-01-31 22:44:39 +01:00
ganfra
38f1bbdab2
RTL: better support for some TextViews
2022-01-31 19:20:00 +01:00
ganfra
820bc644b6
Bubble: introduce CornersRadius
2022-01-31 19:18:42 +01:00
Benoit Marty
3a040aaee2
Update vector/build.gradle
2022-01-31 17:17:37 +01:00
Benoit Marty
31d976ac71
Merge pull request #5108 from vector-im/bmarty-patch-1
...
With the link...
2022-01-31 17:13:27 +01:00
Adam Brown
fd2aaa8c2b
prioritizing the maven central build repository as it appears that dependabot is only using the first 2 defined maven repositories for the build scans
2022-01-31 15:29:31 +00:00
dependabot[bot]
3caf81d07e
Bump ucrop from 2.2.7 to 2.2.8-native
...
Bumps [ucrop](https://github.com/Yalantis/uCrop ) from 2.2.7 to 2.2.8-native.
- [Release notes](https://github.com/Yalantis/uCrop/releases )
- [Commits](https://github.com/Yalantis/uCrop/compare/2.2.7...2.2.8-native )
---
updated-dependencies:
- dependency-name: com.github.yalantis:ucrop
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-31 15:22:21 +00:00
Benoit Marty
cd1693548a
With the link...
2022-01-31 16:03:21 +01:00
Benoit Marty
d3d8ea1f2d
Merge pull request #5107 from vector-im/bmarty-patch-1
...
Give more visibility to the sanity test nighly by adding a badge to the README
2022-01-31 16:02:01 +01:00
Benoit Marty
78f09e25ae
Give more visibility to the sanity test nighly by adding a badge to the README
2022-01-31 15:50:16 +01:00
ariskotsomitopoulos
15fe9edfbd
Fix conflicts
2022-01-31 16:21:46 +02:00
Adam Brown
986d9f92e9
Merge pull request #5009 from vector-im/feature/adm/storing-use-case
...
Storing and tracking the onboarding messaging use case
2022-01-31 14:15:39 +00:00
ariskotsomitopoulos
d509b3324c
Merge branch 'develop' into feature/aris/threads
2022-01-31 15:58:12 +02:00
Benoit Marty
7dad08654b
Revert "Downgrade the version to 1.3.17 to prepare a corrective release."
...
This reverts commit 2efa67e587
.
2022-01-31 14:53:43 +01:00
Benoit Marty
af83073965
Merge branch 'release/1.3.17' into develop
2022-01-31 14:52:28 +01:00
artevaeckt
64cc337b9d
adapt changelog to pr#
2022-01-31 14:07:07 +01:00
ariskotsomitopoulos
f07c23fdda
Formating & remove unused comments
2022-01-31 14:52:09 +02:00
ariskotsomitopoulos
ec9b6aa993
Fix error in unit test
2022-01-31 14:50:57 +02:00
Onuray Sahin
b3288c5acc
Fix translation errors.
2022-01-31 15:49:18 +03:00
Onuray Sahin
a584cb876b
Fix translation errors.
2022-01-31 15:26:54 +03:00
ariskotsomitopoulos
26eaa843b3
ktlint format
2022-01-31 13:56:17 +02:00
ariskotsomitopoulos
14e56b8f7d
MessageComposerViewModel format
2022-01-31 13:53:49 +02:00
ariskotsomitopoulos
d91f3d2de6
Enhance SlashCommandNotSupportedInThreads
2022-01-31 13:42:20 +02:00
ariskotsomitopoulos
cb3501ea17
Lazy load notSupportedThreadsCommands to improve performance
2022-01-31 13:08:15 +02:00
ariskotsomitopoulos
3253a252fb
Introduce ThreadsService by splitting TimelineService
2022-01-31 12:58:19 +02:00
ariskotsomitopoulos
5ff5f762d4
Revert the use of coerceIn
2022-01-31 12:24:28 +02:00
ariskotsomitopoulos
32a982c287
Improve coerceIn format
2022-01-31 12:19:12 +02:00
ariskotsomitopoulos
cdd36ce034
Fix IndexOutOfBound crashes while clicking permalinks
2022-01-31 11:56:26 +02:00
Timuçin Boldt
90c502b16a
Make Space creation screens more consistent
...
Signed-off-by: Timuçin Boldt <timucin.boldt@udo.edu >
2022-01-31 09:24:24 +01:00
ganfra
fd99d6d7d8
Bubbles: start fixing RTL
2022-01-28 19:53:07 +01:00
ganfra
c425701c20
Bubbles: handle ripple effect
2022-01-28 17:55:32 +01:00
ariskotsomitopoulos
b1067e9a58
- ktlint format
...
- Update a text resource
2022-01-28 16:37:59 +02:00
ganfra
35674ad401
Bubbles: handle location sharing (need updates)
2022-01-28 15:10:13 +01:00
ganfra
b79a5fd4f4
Bubble: move overlay view to MessageBubbleView (and fix corner radius)
2022-01-28 15:09:43 +01:00
ariskotsomitopoulos
1d6d8102b3
Further improve thread summary after forward scrolling
2022-01-28 14:11:03 +02:00
NIkita Fedrunov
f56991f077
code review and lint fixes
2022-01-28 11:02:10 +01:00
David Langley
e9ae76da9c
CallTileTimelineItem.CallStatus.MISSED renders both missed and rejected calls. Logic should be !answered.
2022-01-28 08:57:19 +00:00
NIkita Fedrunov
dff0b5dce5
Add all screens about Spaces in allScreensTest
2022-01-28 09:40:00 +01:00
ganfra
c14eb050b1
Merge branch 'develop' into feature/fga/message_bubbles
2022-01-27 18:59:10 +01:00
ganfra
ed9adf8367
Bubbles: fix paddings
2022-01-27 18:18:39 +01:00
ganfra
881b063d45
Bubbles: remove emote from bubble (keep right/left alignment)
2022-01-27 18:18:29 +01:00
ganfra
4de421d663
Timeline html rendering: better reply and pill
2022-01-27 18:17:56 +01:00
ganfra
a9fe21e583
Timeline html rendering: handle code tags
2022-01-27 18:17:23 +01:00
ariskotsomitopoulos
78dfac52a7
ktlint format
2022-01-27 18:39:43 +02:00
ariskotsomitopoulos
bac6d271ca
Merge develop into this branch
2022-01-27 18:13:05 +02:00
ariskotsomitopoulos
b2a2fe2710
Merge branch 'develop' into feature/aris/threads
...
# Conflicts:
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/session/room/model/relation/RelationService.kt
# tools/check/forbidden_strings_in_code.txt
# vector/build.gradle
# vector/src/main/java/im/vector/app/core/di/FragmentModule.kt
# vector/src/main/java/im/vector/app/core/resources/UserPreferencesProvider.kt
# vector/src/main/java/im/vector/app/features/command/Command.kt
# vector/src/main/java/im/vector/app/features/command/CommandParser.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/RoomDetailViewState.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/TimelineFragment.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/TimelineViewModel.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/composer/MessageComposerViewModel.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/search/SearchResultItem.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/timeline/TimelineEventController.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/timeline/factory/MessageItemFactory.kt
# vector/src/main/java/im/vector/app/features/navigation/Navigator.kt
# vector/src/main/java/im/vector/app/features/notifications/NotificationUtils.kt
# vector/src/main/java/im/vector/app/features/settings/VectorPreferences.kt
# vector/src/main/res/layout/fragment_timeline.xml
# vector/src/main/res/xml/vector_settings_labs.xml
2022-01-27 17:11:26 +02:00
Benoit Marty
4aff1ab017
AGP 7.1.0
2022-01-27 16:08:47 +01:00
ariskotsomitopoulos
b83872d5f0
When show all threads developer mode option is enabled, prevent reply in thread to those events
2022-01-27 16:38:14 +02:00
ariskotsomitopoulos
554ece724e
- Remove counter from thread notifications
...
- Fix red dot on user mentioning
2022-01-27 14:55:34 +02:00
ariskotsomitopoulos
f53b711e0d
When thread disabled add thread replies within threads ( to the users with threads enabled )
2022-01-27 13:49:03 +02:00
ariskotsomitopoulos
358a7d0ec4
Handle latest thread message & root thread edition to update thread summary and thread list appropriately
2022-01-27 13:22:04 +02:00
Adam Brown
cbdeb54fdb
using md5 hash of the userId to normalise the usage as a key
2022-01-26 18:43:09 +00:00
ariskotsomitopoulos
92d082c26a
Improve thread message deletion
...
Fix thread summary after isLimited events
2022-01-26 14:07:07 +02:00
Adam Brown
bc373917b5
making the onboarding store a userId scoped generic store instead
2022-01-26 09:35:13 +00:00
Adam Brown
73b80b1c7d
providing the onboarding store via session extension
...
- avoids needing to know about the user id for each read/write
2022-01-26 09:35:13 +00:00
Adam Brown
b91b9cb973
lifting analytics extension to the common package
2022-01-26 09:35:13 +00:00
Adam Brown
f44ccd739e
storing an retrieving the use case selection by user
...
- will enable multi account support in the future
2022-01-26 09:35:13 +00:00
Adam Brown
c4ac03949c
persisting the use case at the point of session creation
...
- this ensures we have a unique session or account id to store the selection against in case we support multi account in the future
2022-01-26 09:35:13 +00:00
Adam Brown
0a7c421faa
making use of the analytics tracker instead of the vector analytics for the smaller tracking subset
2022-01-26 09:35:13 +00:00
Adam Brown
6c1cbccff3
updating the identity with the use case selection as part of the onboarding flow
2022-01-26 09:35:13 +00:00
Adam Brown
515c8ce7c2
adding ability to update the user properties (identity) via the vector analytics
2022-01-26 09:35:13 +00:00
Adam Brown
84e23e1911
storing the user usecase selection and clearinng on signout
2022-01-26 09:35:13 +00:00
ariskotsomitopoulos
c19b52cded
Enhance thread summary
...
Fix deleted root thread messages when show deleted messages are enabled/disabled
2022-01-25 18:21:42 +02:00
ariskotsomitopoulos
b1b27bdd0e
Enhance edit to support new threads fallback
2022-01-25 14:12:13 +02:00
ganfra
8f0e1039aa
Bubbles: make round style algorithm more accurate
2022-01-24 19:31:51 +01:00
ganfra
608d8a5d54
Bubbles: change colors
2022-01-24 19:31:04 +01:00
ariskotsomitopoulos
fe88e81d4a
- Refactor thread awareness (handle decrypted rooms, images, stickers etc)
...
- Enable/disable threads functionality
- New fallback thread implementation
2022-01-24 16:55:15 +02:00
fedrunov
b6eb27f8a1
qr scanner fragments merged into one
2022-01-24 15:27:22 +01:00
ganfra
1580269857
Bubbles: move settings to timeline section
2022-01-21 16:01:54 +01:00
ganfra
713f6f7a59
Timeline: Add spacing to quote
2022-01-21 16:01:30 +01:00
ganfra
8c4dff4db9
Bubbles: change again url preview
2022-01-21 16:00:58 +01:00
ariskotsomitopoulos
e0630ceac0
Fix mentions UI within threads
2022-01-20 13:02:35 +02:00
ariskotsomitopoulos
35ee72aac0
Add typealias for TimelineEvent
2022-01-20 00:50:44 +02:00
ariskotsomitopoulos
38f193fbd5
Add LightweightSettingsStorage in sdk
...
Enable thread awareness when threads are disabled
Enhance enable/disable thread messages to app & sdk
Add Shared PReferences to sdk
2022-01-19 18:52:02 +02:00
ganfra
2d9454c5b6
Bubbles: first iteration on url preview
2022-01-19 16:19:47 +01:00
ganfra
ac0c2624f0
Bubbles: update sticker handling
2022-01-19 11:49:33 +01:00
ariskotsomitopoulos
8cc96e27bc
- Add threads to lab settings
...
- Disable thread awareness due to the new fallback mechanism
2022-01-19 12:28:00 +02:00
ganfra
5ee4984ec8
Bubbles: handle images and make small refactoring
2022-01-18 19:27:12 +01:00
ganfra
a9e7c45074
Fix url preview sizing
2022-01-18 19:26:23 +01:00
ariskotsomitopoulos
4cff3938e7
- Hide read receipts from thread timeline
...
- Enhance FetchThreadTimelineTask
2022-01-18 16:05:41 +02:00
ariskotsomitopoulos
707397cb9d
cleanup
2022-01-18 15:28:44 +02:00
ariskotsomitopoulos
10599aa728
ktlint format
2022-01-18 13:11:52 +02:00
ariskotsomitopoulos
636474b748
Merge branch 'develop' into feature/aris/threads
...
# Conflicts:
# matrix-sdk-android-rx/src/main/java/org/matrix/android/sdk/rx/RxRoom.kt
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/sync/handler/room/RoomSyncHandler.kt
# vector/src/main/java/im/vector/app/features/command/Command.kt
# vector/src/main/java/im/vector/app/features/command/CommandParser.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/composer/MessageComposerViewModel.kt
2022-01-18 12:41:40 +02:00
ganfra
7ff8483592
Merge branch 'develop' into feature/fga/message_bubbles
2022-01-17 19:19:29 +01:00
ariskotsomitopoulos
5e23947419
Enhance filtering to support threads
2022-01-17 19:22:22 +02:00
ariskotsomitopoulos
81a1dfd66d
PR Remarks
2022-01-17 17:28:40 +02:00
ariskotsomitopoulos
f6067977fe
Refactor ThreadMessagingTest
2022-01-17 14:27:30 +02:00
ariskotsomitopoulos
b343739a71
Enhance decrypted thread summary to return poll questions
2022-01-17 14:27:17 +02:00
ariskotsomitopoulos
5b786e5749
Remove duplicate RetryTestRule
2022-01-17 14:26:39 +02:00
ganfra
1108ef9fbe
Bubbles: make it works for file, voice and polls. Also add parity for "modern" layout.
2022-01-14 19:19:23 +01:00
ariskotsomitopoulos
3a3cce85f8
Add encryption shield
...
Change thread list filtering UI tick to radio buttons
2022-01-14 18:42:57 +02:00
ariskotsomitopoulos
ff87f07f65
Add empty screen UI on empty thread list
2022-01-14 15:11:20 +02:00
ariskotsomitopoulos
53b82dfa3f
Fix permalink handling for threads regarding timeline changes
2022-01-14 13:02:08 +02:00
ganfra
d06df45e85
Merge branch 'develop' into feature/fga/message_bubbles
2022-01-13 13:17:23 +01:00
ganfra
5ac155285b
Bubbles: some clean up
2022-01-13 13:14:37 +01:00
ganfra
baee076e41
Bubbles: fix types using wrong layout
2022-01-13 12:33:58 +01:00
ganfra
b9cc795996
Bubbles : fix background colors
2022-01-13 12:33:36 +01:00
ganfra
37af93fba4
Bubbles: fix avatar/name visibility in modern layout
2022-01-12 19:22:14 +01:00
ganfra
32e72f54b3
Bubbles: add quick settings (temporary)
2022-01-12 19:01:13 +01:00
ganfra
f7df0b891e
Bubbles: fix recycling issue
2022-01-12 18:45:40 +01:00
ariskotsomitopoulos
53fecef2d4
Fix compilation error on TimelineFragment
2022-01-12 18:47:34 +02:00
ariskotsomitopoulos
b89054685f
Fix migration from 21 to 22
2022-01-12 18:40:33 +02:00
ariskotsomitopoulos
c049351130
Fix kltint errors
2022-01-12 18:30:43 +02:00
ariskotsomitopoulos
9d48ecea2f
Merge branch 'develop' into feature/aris/threads
...
# Conflicts:
# .github/workflows/integration.yml
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/database/RealmSessionStoreMigration.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/TimelineFragment.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/composer/MessageComposerViewState.kt
2022-01-12 18:20:50 +02:00
ariskotsomitopoulos
4560d748d3
Display encrypted messages in thread summary and in thread list
2022-01-11 17:52:14 +02:00
ganfra
af542a8243
Bubbles: start adding "theming" mechanism
2022-01-11 15:38:58 +01:00
ariskotsomitopoulos
1e2fb88783
- fix lint error
2022-01-11 16:30:29 +02:00
ariskotsomitopoulos
753e3e7519
- fix ktlint format
...
- Update Threads toolbar UI
2022-01-11 15:31:21 +02:00
ariskotsomitopoulos
3bd21d04d8
Merge branch 'develop' into feature/aris/threads
...
# Conflicts:
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/room/timeline/TokenChunkEventPersistor.kt
# tools/check/forbidden_strings_in_code.txt
2022-01-11 14:09:49 +02:00
ganfra
f7c9b36cef
Bubbles: continue exploration
2022-01-11 11:57:35 +01:00
ariskotsomitopoulos
37ec3fdf84
Refactor threads to support the new timeline implementation
2022-01-11 12:13:53 +02:00
ariskotsomitopoulos
1b41a72e72
Fix Quote from within a thread
2022-01-10 14:14:11 +02:00
ariskotsomitopoulos
6503412928
Merge branch 'develop' into feature/aris/threads
...
# Conflicts:
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/room/send/LocalEchoEventFactory.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/composer/MessageComposerViewModel.kt
2022-01-10 13:26:57 +02:00
ariskotsomitopoulos
e541636802
Make TimelineSettings aware of rootThreadEventId and welcome a new Thread mode for the timeline creation
2022-01-10 11:20:31 +02:00
ariskotsomitopoulos
50e51cbe29
Merge branch 'develop' into feature/aris/threads
2022-01-07 16:36:48 +02:00
ariskotsomitopoulos
ae81f61958
fix integration test
2022-01-07 16:28:58 +02:00
ariskotsomitopoulos
ac5caccdf9
Merge branch 'develop' into feature/aris/threads
...
# Conflicts:
# matrix-sdk-android/src/androidTest/java/org/matrix/android/sdk/common/CommonTestHelper.kt
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/database/RealmSessionStoreMigration.kt
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/database/model/EventEntity.kt
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/room/timeline/DefaultTimeline.kt
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/room/timeline/TokenChunkEventPersistor.kt
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/sync/handler/room/RoomSyncHandler.kt
# tools/check/forbidden_strings_in_code.txt
# vector/src/main/java/im/vector/app/features/home/room/detail/RoomDetailViewModel.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/TimelineFragment.kt
# vector/src/main/res/menu/menu_timeline.xml
2022-01-07 13:29:43 +02:00
ganfra
ad63d3de1c
Bubbles: still R&D. Not sure how to handle every event types.
2022-01-06 19:07:28 +01:00
ganfra
bde1df0322
Bubbles: continue R&D on UI
2022-01-05 11:00:12 +01:00
ganfra
e540b26112
Merge develop into feature/fga/message_bubbles
2022-01-04 15:13:42 +01:00
ariskotsomitopoulos
f1f1d59576
Github actions test
2022-01-04 00:49:39 +02:00
ariskotsomitopoulos
91bda140e9
Github actions test
2022-01-04 00:46:23 +02:00
ariskotsomitopoulos
ddfdf180c2
Github actions test
2022-01-04 00:45:57 +02:00
ariskotsomitopoulos
84c537315c
Github actions test
2022-01-04 00:38:50 +02:00
ariskotsomitopoulos
ef2c32e2c9
Github actions test
2022-01-04 00:32:39 +02:00
ariskotsomitopoulos
948f75b215
Github actions test
2022-01-04 00:30:51 +02:00
ariskotsomitopoulos
da8ec4debf
Github actions test
2022-01-04 00:25:52 +02:00
ariskotsomitopoulos
42002b80ed
Github actions test
2022-01-04 00:23:34 +02:00
ariskotsomitopoulos
925c1671a6
Add more integrations tests for threads
2022-01-03 21:09:36 +02:00
ariskotsomitopoulos
3ef960c4c3
Update copyright
2022-01-03 19:45:48 +02:00
ariskotsomitopoulos
929cc29f77
Update copyright
2022-01-03 19:18:51 +02:00
ariskotsomitopoulos
1b2ce33f7a
Github actions test
2022-01-03 18:24:43 +02:00
ariskotsomitopoulos
70d1c15b89
Github actions test
2022-01-03 18:21:52 +02:00
ariskotsomitopoulos
e7dfdce057
Github actions test
2022-01-03 18:15:41 +02:00
ariskotsomitopoulos
b67199eb07
Github actions test
2022-01-03 18:12:16 +02:00
ariskotsomitopoulos
e482ef4262
First local thread integration test
2022-01-03 16:51:12 +02:00
ariskotsomitopoulos
aadbf69f3a
Github actions improvement test
2022-01-03 13:13:46 +02:00
ariskotsomitopoulos
c14420378b
Github actions improvement test
2022-01-03 13:06:13 +02:00
ariskotsomitopoulos
5e282533b6
Github actions improvement test
2022-01-03 13:02:05 +02:00
ariskotsomitopoulos
1127a26928
Github actions improvement test
2022-01-03 12:58:52 +02:00
ariskotsomitopoulos
bb85e9c0c2
Github actions improvement test
2022-01-03 12:57:54 +02:00
ariskotsomitopoulos
c8e4fad5c8
Github actions improvement test
2022-01-03 12:57:19 +02:00
ariskotsomitopoulos
540687cc4b
Github actions improvement test
2022-01-03 12:54:21 +02:00
ariskotsomitopoulos
4d6d9181ab
Github actions improvement test
2022-01-03 12:52:56 +02:00
ariskotsomitopoulos
7e3a074f8b
Github actions improvement test
2022-01-03 12:45:05 +02:00
ariskotsomitopoulos
ae2dbb808f
Github actions improvement test
2022-01-03 12:41:44 +02:00
ariskotsomitopoulos
f7a2088009
Github actions improvement test
2022-01-03 12:39:33 +02:00
ariskotsomitopoulos
b4d5d13205
Github actions improvement test
2022-01-03 12:37:22 +02:00
ariskotsomitopoulos
4ef9d089e7
Github actions improvement test
2022-01-03 12:28:51 +02:00
ariskotsomitopoulos
683fcc7f3e
Github actions improvement test
2022-01-03 12:26:58 +02:00
ariskotsomitopoulos
5edc0506ce
Github actions improvement test
2022-01-03 12:23:00 +02:00
ariskotsomitopoulos
c2183800d3
Github actions improvement test
2022-01-03 12:14:14 +02:00
ariskotsomitopoulos
f9e03aa99e
Remove unused code
2022-01-03 11:33:38 +02:00
ariskotsomitopoulos
694b8de034
Merge branch 'develop' into feature/aris/threads
...
# Conflicts:
# library/ui-styles/src/main/res/values/dimens.xml
2022-01-03 11:08:22 +02:00
ariskotsomitopoulos
0d9bc188d7
Fix code quality issues
2021-12-26 00:48:11 +02:00
ariskotsomitopoulos
0e30f4e817
Fix code quality issues
2021-12-25 23:35:40 +02:00
ariskotsomitopoulos
9ef4e1e83f
Fix code quality issues
2021-12-25 13:42:53 +02:00
ariskotsomitopoulos
d3e9e19779
Fix code quality issues
2021-12-25 13:11:42 +02:00
ariskotsomitopoulos
581f71e89d
Remove unused code
2021-12-23 17:22:27 +02:00
ariskotsomitopoulos
f06397023a
Add support when there no threads messages to init timeline. Init as the normal one and hide them on the app side. That is also helpful to work to load all the threads when there is no server support
2021-12-23 17:19:36 +02:00
ariskotsomitopoulos
dcabaa0dab
Merge branch 'feature/aris/threads' into feature/aris/threads_api_support
2021-12-21 20:16:17 +02:00
ariskotsomitopoulos
d7546db26f
Fix code quality issues
2021-12-21 20:09:25 +02:00
ariskotsomitopoulos
5a7d12a9a5
Enhance RoomEventFilter with MSC3440
2021-12-21 20:04:50 +02:00
ariskotsomitopoulos
7048080ee0
Merge branch 'develop' into feature/aris/threads
2021-12-21 13:24:03 +02:00
ariskotsomitopoulos
ed48eb38c9
Apply ktlinFormat
2021-12-21 13:23:17 +02:00
ariskotsomitopoulos
cc7e3ea78c
Improve init thread query
2021-12-17 01:25:50 +02:00
ariskotsomitopoulos
5723465106
Fix local notification badge number
2021-12-17 01:23:09 +02:00
ariskotsomitopoulos
a60f6e996a
Enhance thread awareness to support stickers
2021-12-17 00:46:47 +02:00
ariskotsomitopoulos
a187e0ec33
Enhance thread awareness to recognise the type of messages that are not able to be send as a reply such as images, videos, audios, stickers
2021-12-16 22:03:42 +02:00
ganfra
9a5934dd33
Bubbles: R&D try to find the best way to provide dynamic layout
2021-12-16 20:57:05 +01:00
ariskotsomitopoulos
dca5bea744
Merge branch 'feature/aris/fix_immutable_model_crash' into feature/aris/threads
2021-12-16 20:56:10 +02:00
ariskotsomitopoulos
f769d84443
Merge branch 'develop' into feature/aris/threads
2021-12-16 20:55:52 +02:00
ariskotsomitopoulos
638d56c707
Fix update from develop/prod to threads
2021-12-16 17:10:29 +02:00
ariskotsomitopoulos
bc6e89b503
Disable user typing from thread timeline
2021-12-15 18:49:22 +02:00
ariskotsomitopoulos
3acdccb339
Disable polls from within threads but allow users to vote if the poll is a root thread message
2021-12-15 16:31:58 +02:00
ariskotsomitopoulos
20357ce5c4
- Fix remaining conflicts with develop
...
- Disable thread awareness when threads are enabled
2021-12-15 14:38:08 +02:00
ariskotsomitopoulos
cd95fc41e4
Merge branch 'develop' into feature/aris/threads
...
# Conflicts:
# library/ui-styles/src/main/res/values/dimens.xml
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/session/events/model/RelationType.kt
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/database/RealmSessionStoreMigration.kt
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/database/model/EventEntity.kt
# matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/room/send/LocalEchoEventFactory.kt
# vector/src/main/java/im/vector/app/core/di/FragmentModule.kt
# vector/src/main/java/im/vector/app/core/di/ScreenComponent.kt
# vector/src/main/java/im/vector/app/features/command/Command.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/RoomDetailActivity.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/RoomDetailViewModel.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/TimelineFragment.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/composer/MessageComposerViewEvents.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/composer/MessageComposerViewModel.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/composer/MessageComposerViewState.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/timeline/action/MessageActionsViewModel.kt
# vector/src/main/java/im/vector/app/features/home/room/detail/timeline/factory/MessageItemFactory.kt
# vector/src/main/java/im/vector/app/features/navigation/DefaultNavigator.kt
# vector/src/main/java/im/vector/app/features/navigation/Navigator.kt
# vector/src/main/java/im/vector/app/features/notifications/NotificationUtils.kt
# vector/src/main/java/im/vector/app/features/permalink/PermalinkHandler.kt
# vector/src/main/res/layout/fragment_room_detail.xml
2021-12-14 20:18:54 +02:00
ariskotsomitopoulos
6a33c41091
Fix stickers in unencrypted rooms
2021-12-14 17:45:07 +02:00
ariskotsomitopoulos
2aa24f0a0d
Fix threads sort order, newest first
2021-12-14 16:30:59 +02:00
ariskotsomitopoulos
5ceed4096e
Fix threads sort order, newest first
2021-12-14 15:44:38 +02:00
ariskotsomitopoulos
d56281dca7
- Enhance local notification to work with read receipt & the latest chunk
...
- Local notification mentioning system
- Fix/Improve thread list filtering
2021-12-14 13:35:08 +02:00
ariskotsomitopoulos
5c015a7444
Support stickers in threads
2021-12-10 20:15:39 +02:00
ariskotsomitopoulos
57ef0b59ab
Disable local echo for normal messages while there is a duplication
2021-12-09 20:29:13 +02:00
ariskotsomitopoulos
b1d4031a76
Add/Fix local echo to threads timeline
2021-12-09 16:33:11 +02:00
ariskotsomitopoulos
c40a686cff
Implement LOCAL thread notifications that work only on real time.
2021-12-03 18:15:25 +00:00
ariskotsomitopoulos
d1bb96cec0
Threads notification badge UI
2021-12-03 11:30:30 +00:00
ariskotsomitopoulos
0241d66f8e
Enhance search functionality to support threads
2021-12-01 12:57:53 +00:00
ariskotsomitopoulos
e7b8b90b0a
Highlight the whole message along with the thread summary
2021-11-30 16:05:45 +00:00
ariskotsomitopoulos
53ca86dc6c
Permalink handling for thread events
2021-11-29 18:08:16 +00:00
ariskotsomitopoulos
2a83e93265
Delete root message UI
2021-11-29 15:00:27 +02:00
ariskotsomitopoulos
c4967a2871
Handle chunks merging with thread summary
...
Add animation to fragment transition with offset for recyclerview initialization
Support threads on deleted events
2021-11-25 17:59:28 +02:00
ariskotsomitopoulos
afc69c77bd
Add local filtering in thread list
2021-11-24 18:23:33 +02:00
ariskotsomitopoulos
e2bf3e7097
Add navigation to thread from the thread list
...
Add thread creation from photos, files, images, audios, replies etc
Add slide animation to view threads from thread list
Add click listener on room summary to handle cases like ( there is an image and the user upon click should view the image instead of navigating to the thread, so he can click the thread summary )
2021-11-23 22:22:58 +02:00
ariskotsomitopoulos
5e5ce614ef
Add date in view all threads
...
UI Improvements on threads summary
Add View In Room bottom sheet action from within thread timeline root message
2021-11-23 17:09:58 +02:00
ariskotsomitopoulos
722f367690
View all threads screen implementation & UI
...
Add user friendly message thread summary on the SDK side
Fix not encrypted rooms thread summaries
2021-11-23 13:34:24 +02:00
ariskotsomitopoulos
586b3d8caa
- Add specific toolbar for threads
...
- Renamed RoomDetailFragment to TimelineFragment while it should be reused from threads
- View root thread message in room functionality
2021-11-22 14:02:17 +02:00
ariskotsomitopoulos
3de0f7bf37
Add sending file to thread support
...
** Important while this feature depends on local echo, should be added local echo support in threads to work 100%
2021-11-18 15:48:17 +02:00
ariskotsomitopoulos
3d9350091e
Add Replies support from within a thread
2021-11-17 13:09:27 +02:00
ariskotsomitopoulos
4160688f83
Supporting command in threads
2021-11-16 14:59:30 +02:00
ariskotsomitopoulos
8c539426e6
- Thread Summary along with optimization
...
- Create new thread & reply to thread
2021-11-15 19:17:13 +02:00
ariskotsomitopoulos
ecc9b59ad1
Reply In Thread, create a new thread timeline
2021-11-08 20:46:37 +02:00
ariskotsomitopoulos
cb0fefa74d
Add changelog file
2021-11-04 09:33:32 +02:00
ariskotsomitopoulos
a2a2315f9c
Make room thread detail text composer visible
2021-10-21 16:53:20 +03:00
ariskotsomitopoulos
cb6376670b
Add room avatar to threads activities
2021-10-21 12:25:43 +03:00
ariskotsomitopoulos
ab87937e5b
Threads init commit
2021-10-20 18:39:59 +03:00