jonnyandrew
f1b142f002
Add voice message recording duration indicator and limit ( #1628 )
...
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-10-24 11:44:53 +00:00
jonnyandrew
8c0d9cc6a0
Add progress indicator for sending voice messages ( #1618 )
...
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-10-24 08:36:42 +00:00
jonnyandrew
b476654489
Record and send voice messages ( #1596 )
...
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-10-23 17:28:00 +00:00
ganfra
005e5cc1a1
Merge pull request #1624 from vector-im/feature/fga/pin_auth_ui
...
PIN : unlock screen ui
2023-10-23 16:35:22 +02:00
ElementBot
4bcb17f09f
Update screenshots
2023-10-23 13:49:14 +00:00
Benoit Marty
6a3c42f189
Konsist: add test to ensure that functions with @PreviewsDayNight are internal, and fix existing issues.
2023-10-23 12:23:27 +02:00
Benoit Marty
8ca42d4cfc
Konsist: add test to ensure that functions with @PreviewsDayNight contain ElementTheme composable, and fix existing issues.
2023-10-23 12:23:27 +02:00
ElementBot
c8dc364147
Sync Strings ( #1623 )
...
* Sync Strings from Localazy
* Fix strings
* Update screenshots
---------
Co-authored-by: bmarty <bmarty@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2023-10-23 08:20:49 +00:00
ElementBot
0e00797e67
Update screenshots
2023-10-23 08:15:26 +00:00
ElementBot
4327689234
Update screenshots
2023-10-20 09:12:23 +00:00
ElementBot
a0cde93b1d
Update screenshots
2023-10-19 20:39:07 +00:00
ganfra
20c2ee9e3a
Merge branch 'develop' into feature/fga/pin_create_ui
2023-10-19 22:26:21 +02:00
Jorge Martin Espinosa
46f78ef700
Integrate Element Call with widget API ( #1581 )
...
* Integrate Element Call with widget API.
- Add `appconfig` module and extract constants that can be overridden in forks there.
- Add an Element Call feature flag, disabled by default.
- Refactor the whole `ElementCallActivity`, move most logic out of it.
- Integrate with the Rust Widget Driver API (note the Rust SDK version used in this PR lacks some needed changes to make the calls actually work).
- Handle calls differently based on `CallType`.
- Add UI to create/join a call.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-10-19 15:38:43 +00:00
ElementBot
0b295b7f2a
Update screenshots
2023-10-19 15:24:30 +00:00
ganfra
e88a5fc858
Pin create: add test for presenter
2023-10-19 15:45:11 +02:00
ElementBot
3a4d32f79d
Update screenshots
2023-10-19 10:47:03 +00:00
ganfra
00e885fa9f
Merge pull request #1592 from vector-im/feature/fga/setup_crypto_for_pin
...
Feature/fga/setup crypto for pin
2023-10-18 17:21:47 +02:00
ElementBot
c635281954
Update screenshots
2023-10-18 13:22:53 +00:00
Jorge Martin Espinosa
e5a8fd9635
Make sure Konsist tests always run ( #1590 )
...
* Make sure Konsist tests always run
* Update tests/konsist/build.gradle.kts
Co-authored-by: Benoit Marty <benoit@matrix.org>
---------
Co-authored-by: Benoit Marty <benoit@matrix.org>
2023-10-18 09:41:47 +00:00
Benoit Marty
3fc520160a
Fix issue detected by Konsist.
2023-10-13 15:44:34 +02:00
ganfra
5d0eb3d693
Merge pull request #1554 from vector-im/feature/fga/init_pin_unlock
...
[Pin code] : setup the feature
2023-10-13 12:38:41 +02:00
Benoit Marty
5e9b0b1165
Fix warning
...
Name contains characters which can cause problems on Windows: "
2023-10-12 18:44:33 +02:00
Benoit Marty
c0aa70f7f6
Move konsist test to their own module.
2023-10-12 18:41:38 +02:00
jonnyandrew
12404fab78
[Voice messages] Add voice recording UI ( #1546 )
...
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-10-12 15:17:18 +00:00
ElementBot
c5742b146b
Update screenshots
2023-10-12 10:45:08 +00:00
Benoit Marty
88ca37984f
Merge pull request #1520 from vector-im/feature/bma/sessionDb
...
Improve session db and improve deleted session behavior
2023-10-11 16:56:54 +02:00
ElementBot
381a4996c6
Update screenshots
2023-10-10 19:18:36 +00:00
ElementBot
837d40fe92
Update screenshots
2023-10-10 15:52:14 +00:00
jonnyandrew
6e9d19884c
Refactor composer UI components to separate files ( #1506 )
...
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-10-10 08:31:36 +00:00
Marco Romano
096d57517e
Optimize use of blurhash algo in bloom modifier ( #1509 )
...
- Reduced to 20px the size of the bitmap we encode the blurhash from.
- Reduced the blurhash components from 5 to 4.
As per suggestions in: https://github.com/woltapp/blurhash#good-questions
2023-10-09 16:24:37 +02:00
ElementBot
cfbe48b9e8
Update screenshots
2023-10-09 09:05:24 +00:00
Jorge Martin Espinosa
6a7713a6f8
Improve coverage in permalinks package ( #1502 )
...
* Improve coverage in permalinks package
2023-10-06 11:37:26 +02:00
ElementBot
d633052693
Update screenshots
2023-10-04 07:28:46 +00:00
Benoit Marty
de39179b9d
Merge pull request #1465 from vector-im/feature/bma/codeCoverage
...
Improve code coverage
2023-10-02 10:18:31 +02:00
ElementBot
fb220cf2ce
Update screenshots
2023-09-29 15:29:58 +00:00
jonnyandrew
53cf82f025
[Rich text editor] Add full screen mode ( #1447 )
...
- Add full screen mode for the rich text editor (RTE). When text formatting options are enabled, the editor can be dragged to full screen.
- Remove `ConstraintLayout` from `textcomposer` module, now made much simpler now the RTE supports being called in multiple layouts matrix-org/matrix-rich-text-editor#822
- Part of vector-im/element-meta#1973
- Includes design from #1315
- Fixes #1293 (through new layout)
- Fixes #1394 (through inclusion of matrix-org/matrix-rich-text-editor#824 )
- Fixes #1259 (through inclusion of matrix-org/matrix-rich-text-editor#820 )
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-09-29 09:11:18 +00:00
ElementBot
cd90953c66
Update screenshots
2023-09-29 07:13:28 +00:00
ElementBot
0572a7db13
Update screenshots
2023-09-28 12:32:39 +00:00
Benoit Marty
f607b557ff
Merge pull request #1432 from vector-im/feature/bma/installApk
...
Install apk from the app - REQUEST_INSTALL_PACKAGES
2023-09-26 18:15:35 +02:00
ElementBot
29db17ae09
Update screenshots
2023-09-26 17:48:26 +02:00
Marco Romano
2e6581a5ad
Show poll creator view in timeline ( #1429 )
...
- Shows edit/end poll buttons when the user is the creator of the poll.
- Only the end poll button is wired right now as there is no "edit poll" screen yet.
2023-09-26 11:19:24 +02:00
ElementBot
7ba09b79eb
Update screenshots
2023-09-21 16:03:32 +00:00
Benoit Marty
0255ec6771
Merge pull request #1400 from vector-im/feature/bma/fixCrashPhoto
...
Fix crash when user wants to use the camera
2023-09-21 16:31:36 +02:00
ElementBot
9f0b5dbc64
Update screenshots
2023-09-21 11:09:33 +00:00
ElementBot
16db5b164f
Update screenshots
2023-09-21 07:07:22 +00:00
ElementBot
f3daad7ca4
Update screenshots
2023-09-20 17:01:59 +00:00
ElementBot
c00d06d7c6
Update screenshots
2023-09-20 15:45:03 +00:00
Benoit Marty
f808dcd6ea
Merge pull request #1372 from vector-im/feature/bma/dayNightPreview
...
Day night preview annotation
2023-09-19 14:04:49 +02:00
jonnyandrew
ee8d27e927
[Rich text editor] Add link functionality to rich text editor ( #1309 )
...
* Add link functionality to rich text editor
* Add 'list dialog' component compound design library
* Add 'text field list item' component to compound design library
2023-09-19 11:20:07 +00:00
ElementBot
3d7927c0b5
Update screenshots
2023-09-19 11:49:12 +02:00