Benoit Marty
b2fdfbe10f
version++
7 months ago
ganfra
8cfa45e90e
version++
7 months ago
Benoit Marty
cb435c523b
Create dedicated module for notification troubleshoot.
7 months ago
Benoit Marty
d3f8962b2b
version++
7 months ago
renovate[bot]
8a6020c5a6
Update android.gradle.plugin to v8.3.1 ( #2471 )
...
* Update android.gradle.plugin to v8.3.1
* Fix AGP update
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
7 months ago
Jorge Martin Espinosa
810c0ed8f3
Test and verify coverage only on debug variant ( #2556 )
...
* Test and verify coverage only on debug variant
* Set files to upload
* Fix also nightlyReports flow
8 months ago
Benoit Marty
66db3bcf2f
version++
8 months ago
renovate[bot]
f865f301d5
Update wysiwyg to v2.32.0 ( #2531 )
...
* Update wysiwyg to v2.32.0
* Bump min global coverage value to 70
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
8 months ago
ganfra
2d3d485d9b
Bump version patch.
8 months ago
ganfra
65888ccaad
Setting version for the release 0.4.5
8 months ago
Benoit Marty
99773bc7e0
Kover: ignore io.element.android.features.leaveroom.fake.FakeLeaveRoomPresenter
9 months ago
Jorge Martín
9f2baf94c3
version++
9 months ago
Jorge Martín
6a47e64958
Setting version for the release 0.4.4
9 months ago
Jorge Martín
405e176e6d
version++
9 months ago
Jorge Martín
f582128250
Remove Compose Foundation version pinning workaround
9 months ago
Benoit Marty
e39711be37
version++
9 months ago
Benoit Marty
cccfdfbcc7
Restore branch and git sha, to use it in logs and in rageshakes.
...
Remove quite useless `gitRevisionDate`.
9 months ago
Benoit Marty
53fce3e148
Apply the plugin `com.autonomousapps.dependency-analysis` only to the root project.
10 months ago
Jorge Martin Espinosa
56990e5e5b
Upgrade Material3 Compose to `1.2.0-beta02` ( #2247 )
...
* Upgrade Material3 Compose to `1.2.0-beta02`.
There is also a constraint on a transitive Compose Foundation dependency version (1.6.0-beta02) that fixes the timeline scrolling issue.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
10 months ago
ganfra
4bbaced0d4
Setting version for the next release 0.4.2
10 months ago
ganfra
8757acdc62
Setting version for the release 0.4.1
10 months ago
Benoit Marty
55db8fb200
Only call setupKover() for the app, not for minimal.
...
minimal does not have the gplay variant.
10 months ago
Benoit Marty
31fe516a49
Ensure that FDroid build will not include Firebase push provider.
...
`allLibrariesImpl()` is also used by the midule uitest, and in this case `gplayImplementation` cannot be found. Since the push provider modules do not contain any ui, it's fine to move the dependency declaration to the app module.
10 months ago
Benoit Marty
fa05b18d32
Create gplay and fdroid variant
10 months ago
Jorge Martin Espinosa
f281c6c365
Don't apply Kover to projects with AAR libraries ( #2211 )
...
* Don't apply Kover to projects with AAR libraries
* Move the Kover configuration to the `plugins` project
10 months ago
Jorge Martin Espinosa
7fdba39d6d
Disable vector XML rasterisation on API 23 ( #2128 )
...
* Disable vector XML rasterisation on API 23
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
10 months ago
Jorge Martín
0309223a32
Only apply dependencyanalysis plugin to some modules
10 months ago
Jorge Martín
a8b0256386
version++
10 months ago
Jorge Martín
b76fcf2be7
Setting version for the release 0.4.0
10 months ago
Benoit Marty
5e5662f194
Extract RoomList select to its own module
11 months ago
Jorge Martin Espinosa
ab8402a4dc
Open room member avatar in a media viewer ( #1911 )
...
* Open room member avatar in viewer.
The `MediaViewer` was extracted to its own library module.
* Update screenshots
* Restore KSP processor in `:libraries:mediaviewer:api`, this should generate Showkase components again.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
11 months ago
Jorge Martin Espinosa
087d2728d5
Extract compound tokens and theming to `compound-android` library ( #1888 )
...
* Replace tokens & icons with the external Compound ones
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
11 months ago
Jorge Martín
a5b6ba7187
version++
11 months ago
Benoit Marty
67d58bac35
Move remaining hard-coded dependency to Gradle catalog. We had 2 different version of material3 library.
12 months ago
Benoit Marty
067734ecb9
Move appdistribution declarations to Gradle catalog
12 months ago
Benoit Marty
5d2770ad69
version++
12 months ago
Jorge Martín
a73cd8a088
version++
1 year ago
Jorge Martín
6ad65585b0
Setting version for the release 0.3.0
1 year ago
Benoit Marty
9807ebf649
Secure backup
1 year ago
Marco Romano
b5586cb7d8
Move MediaPlayer from messages module to new dedicated library module ( #1654 )
1 year ago
renovate[bot]
1fc0b8f45d
Update dependency com.google.firebase:firebase-appdistribution-gradle to v4.0.1
1 year ago
ganfra
6170dd45bc
Fix dagger compilation
1 year ago
jonnyandrew
b476654489
Record and send voice messages ( #1596 )
...
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
Marco Romano
79d2941fe4
Include desugaring lib also in library modules ( #1604 )
...
## Type of change
- [ ] Feature
- [ ] Bugfix
- [x] Technical
- [ ] Other :
## Content
Includes the `coreLibraryDesugaring(libs.android.desugar)` dependency in all modules which use one of our gradle plugins.
## Motivation and context
Right now desugaring is enabled also in library modules but the desugar dependency is not included in those.
This causes some unwanted side effects such as being unable to run compose previews in an emu.
This change will also include the desugar dependency in those libraries.
1 year ago
Benoit Marty
77cacb1ee6
version++
1 year ago
Benoit Marty
42770051d4
version++
1 year ago
Benoit Marty
4964c3e372
version++
1 year ago
Benoit Marty
820528c4fd
version++
1 year ago
Benoit Marty
c550e28452
version++
1 year ago
Benoit Marty
71952bb75d
Setting version for the release 0.2.0
1 year ago