Weblate
|
7cbaf92690
|
Merge branch 'origin/develop' into Weblate.
|
2022-01-11 09:08:49 +00:00 |
|
Benoit Marty
|
6a1940cdd2
|
Merge pull request #4896 from vector-im/feature/bma/add_languages
Add some missing languages in the change language screen
|
2022-01-11 10:04:02 +01:00 |
|
Benoit Marty
|
f5291f4730
|
Add a comment about the workaround
|
2022-01-11 10:03:30 +01:00 |
|
Valere
|
bf447afa5a
|
Remove deprecated restricted lab option (#4889)
Remove deprecated restricted lab option
|
2022-01-11 09:01:37 +00:00 |
|
Benoit Marty
|
008034895b
|
Merge pull request #4893 from vector-im/feature/ons/fix_create_poll_recyclerview
Workaround to not to reuse poll option cells
|
2022-01-11 10:00:16 +01:00 |
|
Weblate
|
175b8cc78b
|
Merge branch 'origin/develop' into Weblate.
|
2022-01-11 08:54:39 +00:00 |
|
LinAGKar
|
25a88fed2e
|
Translated using Weblate (Swedish)
Currently translated at 100.0% (43 of 43 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/sv/
|
2022-01-11 08:54:31 +00:00 |
|
Benoit Marty
|
dded566cb5
|
Merge pull request #4900 from vector-im/dependabot/github_actions/actions/github-script-5.1.0
Bump actions/github-script from 3 to 5.1.0
|
2022-01-11 09:41:46 +01:00 |
|
dependabot[bot]
|
48944eabcc
|
Bump actions/github-script from 3 to 5.1.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 5.1.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v3...v5.1.0)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-10 23:03:21 +00:00 |
|
Benoit Marty
|
7581a0b549
|
Fix test compilation
|
2022-01-10 18:36:04 +01:00 |
|
Benoit Marty
|
75541e0296
|
Add some missing language in the change language screen
|
2022-01-10 18:22:30 +01:00 |
|
Benoit Marty
|
3bdb05f7b4
|
Changelog
|
2022-01-10 17:49:47 +01:00 |
|
Benoit Marty
|
7be01ab7ae
|
Avoid allowing null String for state_key. Should always be an empty String according to the Matrix specification.
There is no functional change, just a change in the SDK API for clarity regarding the Matrix specs.
|
2022-01-10 17:47:27 +01:00 |
|
Benoit Marty
|
56ff5f795a
|
Merge pull request #4882 from vector-im/feature/bma/olm_3.2.9
Olm lib is now hosted in MavenCentral
|
2022-01-10 17:39:08 +01:00 |
|
Valere
|
5cbb1d99c7
|
Code review
|
2022-01-10 17:38:35 +01:00 |
|
Valere
|
5c5f2766b6
|
post rebase fix
|
2022-01-10 17:17:35 +01:00 |
|
Valere
|
2dbe2b5f30
|
show/hide fab on scroll
|
2022-01-10 17:00:46 +01:00 |
|
Valere
|
ff4bbf0a8a
|
Add "Create room" shortcut in Explore Space screen
|
2022-01-10 17:00:32 +01:00 |
|
Onuray Sahin
|
5feafbdbf1
|
Workaround to not to reuse poll option cells.
|
2022-01-10 17:28:07 +03:00 |
|
Benoit Marty
|
ae8d1d1429
|
Olm lib is now hosted in MavenCentral. Upgrade to 3.2.10
|
2022-01-10 15:10:08 +01:00 |
|
Benoit Marty
|
f368ec15d8
|
Merge pull request #4892 from vector-im/feature/bma/analytics_opt_in
Revert "Disable automatic opt-in screen display."
|
2022-01-10 15:03:19 +01:00 |
|
Valere
|
30aae3f07a
|
Merge pull request #4325 from vector-im/feature/bca/auto_uisi
Auto report unable to decrypt errors via lab option
|
2022-01-10 14:55:30 +01:00 |
|
Benoit Marty
|
10e8808b88
|
Merge pull request #4888 from vector-im/feature/aris/linter__remove_github_comment_on_success
Add comment only on ktlint fail
|
2022-01-10 14:44:29 +01:00 |
|
Benoit Marty
|
5d70aa9947
|
Changelog
|
2022-01-10 14:33:47 +01:00 |
|
Benoit Marty
|
d5968e442c
|
Test: Fix test after change on OnBoarding screens
|
2022-01-10 14:31:29 +01:00 |
|
Benoit Marty
|
a552be040d
|
Test: Analytics opt-in
|
2022-01-10 14:16:58 +01:00 |
|
Benoit Marty
|
67c2f9ac51
|
Cleanup
|
2022-01-10 14:16:03 +01:00 |
|
Benoit Marty
|
6f348813a2
|
Revert "Disable automatic opt-in screen display."
This reverts commit 08def813cc .
|
2022-01-10 13:45:02 +01: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
|
71fbc3c5c7
|
- Do not add GitHub comments on successful ktlint runs
- Remove already existing comments when ktlint succeed
|
2022-01-10 13:07:18 +02:00 |
|
ariskotsomitopoulos
|
1224144487
|
Merge branch 'feature/aris/integration_tests_improvement' of https://github.com/vector-im/element-android into feature/aris/integration_tests_improvement
|
2022-01-10 11:26:18 +02:00 |
|
ariskotsomitopoulos
|
0fb26da355
|
PR Remarks
|
2022-01-10 11:26:03 +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 |
|
Valere
|
a047bcbabe
|
restore deprecated lab preference
|
2022-01-10 09:46:11 +01:00 |
|
Valere
|
3f0122be01
|
Update nb of enum classes
|
2022-01-10 09:44:11 +01:00 |
|
Valere
|
258d731102
|
Change autoUisi label + rename matching_issue
|
2022-01-10 09:41:51 +01:00 |
|
Valere
|
de08afdfad
|
code review
|
2022-01-10 09:41:51 +01:00 |
|
Valere
|
aa89e721aa
|
Fix enabling was broken
|
2022-01-10 09:41:51 +01:00 |
|
Valere
|
56dac76ca8
|
Simple rate limiting of RS sending
|
2022-01-10 09:41:51 +01:00 |
|
Valere
|
401e8e6712
|
use flow instead of reactivex
|
2022-01-10 09:41:51 +01:00 |
|
Valere
|
cf026b22b8
|
Fix UISIS preference listener
|
2022-01-10 09:41:51 +01:00 |
|
Valere
|
be119ea161
|
Support for lab auto rageshake UISI
|
2022-01-10 09:41:51 +01:00 |
|
Valere
|
6a34b999f2
|
New SDK Api for to device and event stream listener
|
2022-01-10 09:41:51 +01:00 |
|
Johan Smits
|
d373af6e59
|
Translated using Weblate (Dutch)
Currently translated at 18.6% (8 of 43 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/nl/
|
2022-01-09 13:26:39 +00:00 |
|
Jozef Gaal
|
636ed10d6e
|
Translated using Weblate (Slovak)
Currently translated at 100.0% (43 of 43 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/sk/
|
2022-01-09 13:26:38 +00:00 |
|
Jozef Gaal
|
b9b2dd420f
|
Translated using Weblate (Slovak)
Currently translated at 67.8% (1842 of 2713 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/sk/
|
2022-01-09 13:26:37 +00:00 |
|
Johan Smits
|
31dcd9ab3f
|
Translated using Weblate (Dutch)
Currently translated at 76.9% (2089 of 2713 strings)
Translation: Element Android/Element Android App
Translate-URL: https://translate.element.io/projects/element-android/element-app/nl/
|
2022-01-09 13:26:36 +00:00 |
|
Danial Behzadi
|
1a43eb24bc
|
Translated using Weblate (Persian)
Currently translated at 100.0% (43 of 43 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/fa/
|
2022-01-08 08:26:09 +00:00 |
|
Szimszon
|
804edd4005
|
Translated using Weblate (Hungarian)
Currently translated at 100.0% (43 of 43 strings)
Translation: Element Android/Element Android Store
Translate-URL: https://translate.element.io/projects/element-android/element-store/hu/
|
2022-01-08 08:26:08 +00:00 |
|