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
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
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
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
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
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