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
Benoit Marty
2d9cdd1acf
Add Advanced Settings screen in the preferences.
1 year ago
jonnyandrew
f214493c9d
[Rich text editor] Integrate rich text editor library ( #1172 )
...
* Integrate rich text editor
* Also increase swapfile size in test CI
Fixes issue where screenshot tests are terminated due to lack of CI
resources.
See https://github.com/actions/runner-images/discussions/7188#discussioncomment-6750749
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
Benoit Marty
fe9c7b3d43
version++
1 year ago
Benoit Marty
5e50639815
version++
1 year ago
Benoit Marty
f696fcde35
Setting version for the release 0.1.5
1 year ago
Benoit Marty
29465f49ae
version++
1 year ago
Jorge Martin Espinosa
0324719606
Upgrade compose-material3 to `1.2.0-alpha05` version ( #1011 )
...
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
Also upgrade compileSdk to 34.
1 year ago
Benoit Marty
feaebf858f
version++
1 year ago
Jorge Martín
52cfd93427
Fix plugins
1 year ago
Benoit Marty
3e42fdc17e
Fix gradle warning:
...
"Project accessors enabled, but root project name not explicitly set for 'plugins'. Checking out the project in different folders will impact the generated code and implicitly the buildscript classpath, breaking caching."
1 year ago
Benoit Marty
b99b4aa9ae
Include Sentry module.
1 year ago
Benoit Marty
82258f12ba
Ensure the application react correctly if analytics is disabled at compilation time.
1 year ago
Benoit Marty
88c66dde58
Clarify the computation of versionCode.
1 year ago
Benoit Marty
75aaa9284b
Fix version code issue.
1 year ago
Benoit Marty
312fe6adc8
Compute version code and version name from separate component
1 year ago
Benoit Marty
fc045717d1
version++
1 year ago
Benoit Marty
36910abca4
Move FileSizeFormatter to module :libraries:androidutils
1 year ago
Benoit Marty
573de1c168
Improve rendering of cache size (and fix compilation issue)
1 year ago
Jorge Martin Espinosa
cf2723ac7f
[Message Actions] Copy events to clipboard ( #665 )
...
* Add `Copy` action for text events
* Remove 'Copy' action from the list for non-text events
* Use `@ContributesBinding` to inject `AndroidClipboardHelper`.
1 year ago
ganfra
7356898e00
Remove internal state machine library
1 year ago
Jorge Martin Espinosa
e376c1be82
[Message actions] New UI for message composer and editing ( #526 )
...
* Add UI for edit composer mode
* Remove leftover code from the RTE implementation
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
Yoan Pintas
f534ecda96
Init analytics modules ( #350 )
1 year ago
Marco Romano
945a55c994
Reset minSdk down to api23
1 year ago
Chris Smith
af5f7f90f4
Remove ksp source set workaround ( #515 )
...
This is no longer needed
1 year ago
Benoit Marty
9d66af834d
Move RoomLastMessageFormatter and related class and resource to the new module `eventformatter`, in order to prepare rendering of state event in the timeline.
1 year ago