Yoan Pintas
|
c74ea2dd16
|
Merge pull request #7719 from vector-im/feature/fre/voice_broadcast_last_message
Voice Broadcast - Update last message in the room list
|
2022-12-14 17:39:42 +01:00 |
|
jonnyandrew
|
de18f37849
|
[Rich text editor] Add error tracking for rich text editor (#7695)
|
2022-12-08 11:43:19 +00:00 |
|
Florian Renaud
|
69beef4648
|
Show voice broadcast events in the room list
fix factory
|
2022-12-07 18:11:51 +01:00 |
|
Benoit Marty
|
9ca7415f5a
|
Remove usage of Buildkite.
Build number is just removed.
Related script will need to be updated separately.
|
2022-11-24 14:49:55 +01:00 |
|
Amit Kumar
|
b6746653f1
|
Add metrics plugin to track device download keys task (#7438)
* Add metrics tracking plugin for download device keys
* Add support for multiple metrics plugin
* Update copyright license header in matrix-sdk-android
* Add tests for MetricExtension
* Update changelog
* Improve MetricsExtension and reformatting
|
2022-11-02 13:43:57 +05:30 |
|
dependabot[bot]
|
93a346392b
|
Bump gradle from 7.2.2 to 7.3.1 (#7364)
* Bump gradle from 7.2.2 to 7.3.1
Bumps gradle from 7.2.2 to 7.3.1.
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Try to fix build issue caused by KSP workaround
* Add missing dependency
* Suppress false positive in linter
* Suppress more false positives, fix 2 possible leaks
* Fix tests
* Ignore flaky test
* Use namespaces instead of packagenames in AndroidManifest files
* Reorder dependency groups
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
|
2022-10-17 09:14:28 +02:00 |
|
Eric Decanini
|
a096ff03c8
|
Merge pull request #7217 from vector-im/feature/eric/msc3881
Implements MSC3881 (enabled and device_id fields for Pusher API)
|
2022-10-10 12:37:47 -04:00 |
|
ericdecanini
|
42d0e4f265
|
Fixes bindings
|
2022-10-07 09:09:19 -04:00 |
|
Benoit Marty
|
b1d3cc85c2
|
Remove the workaround, this is fixed in androidx.sharetarget:sharetarget:1.2.0. (with exported="true" declared in the library)
https://android-review.googlesource.com/c/platform/frameworks/support/+/1742473
|
2022-10-07 14:31:19 +02:00 |
|
Benoit Marty
|
5736c8f648
|
Remove DefaultSharedPreferences since we now have @DefaultPreferences which provide a singleton.
Some fun has been moved to injectable classes due to this change. Not compiling, still work to do, but I prefer to split into 2 separate commits.
|
2022-09-22 16:32:14 +02:00 |
|
Benoit Marty
|
d8436874e2
|
Fix StaticFieldLeak issue (context).
Make VectorLocal an injectable class.
|
2022-09-22 16:32:14 +02:00 |
|
Benoit Marty
|
e2d131fc4f
|
Move xml resource in the module where they are used to avoid lint false positive UnusedResources issues.
|
2022-09-19 11:56:40 +02:00 |
|
Benoit Marty
|
c91ba06285
|
Fix lint warnings, some code has vanished dur to the rebasing of the branch...
|
2022-09-19 10:50:15 +02:00 |
|
Adam Brown
|
e9d15b46d8
|
lifting the activity alias entry to the application module
- fixes the androidTests expecting a shortcuts xml
|
2022-09-15 14:50:08 +01:00 |
|
Benoit Marty
|
59f55beab1
|
Moving manifest manifest.application$name attribute to the main manifest, to make it available for both fdroid and gplay variant. Fixes #6995.
|
2022-09-05 17:49:42 +02:00 |
|
Adam Brown
|
d2ca4edc6d
|
lifting the application launcher colour to the application module
|
2022-08-31 09:16:01 +01:00 |
|
Adam Brown
|
c7f945c8b5
|
lifting the application config and icon to the application module
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
615ab414ff
|
moving imports around to match application/library split
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
ad398d8caa
|
moving font certs file to the module that uses it
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
1ff340b018
|
lifting the manifest provider references to the app module manifest
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
c29e96ab46
|
reording import
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
ddaaa1aaeb
|
avoid clashing buildconfig and moving placeholders to the modules which uses them
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
2e81056b1e
|
adding library support for the android-stem plugin
|
2022-08-31 09:16:00 +01:00 |
|
Adam Brown
|
f0bc18d5ca
|
introducing vector-app module to act as the top level application
|
2022-08-31 09:16:00 +01:00 |
|