ganfra
40f677192a
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
733b9c4ab1
Update screenshots
2023-10-23 13:49:14 +00:00
Benoit Marty
e49c0c46eb
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
577527902f
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
46bfbc06fa
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
68ff7c5e7b
Update screenshots
2023-10-23 08:15:26 +00:00
ElementBot
1b9cc7ded5
Update screenshots
2023-10-20 09:12:23 +00:00
ElementBot
e38ce7d9e0
Update screenshots
2023-10-19 20:39:07 +00:00
ganfra
833bff9ba9
Merge branch 'develop' into feature/fga/pin_create_ui
2023-10-19 22:26:21 +02:00
Jorge Martin Espinosa
5e547269e7
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
1c1db6a444
Update screenshots
2023-10-19 15:24:30 +00:00
ganfra
bde2705654
Pin create: add test for presenter
2023-10-19 15:45:11 +02:00
ElementBot
537fc68778
Update screenshots
2023-10-19 10:47:03 +00:00
ganfra
988b6243d1
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
441b469dc5
Update screenshots
2023-10-18 13:22:53 +00:00
Jorge Martin Espinosa
7e2852bd47
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
155e403265
Fix issue detected by Konsist.
2023-10-13 15:44:34 +02:00
ganfra
c6a6ccc844
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
41c8d6510f
Fix warning
...
Name contains characters which can cause problems on Windows: "
2023-10-12 18:44:33 +02:00
Benoit Marty
bdd7ecd789
Move konsist test to their own module.
2023-10-12 18:41:38 +02:00
jonnyandrew
ffa6c43503
[Voice messages] Add voice recording UI ( #1546 )
...
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2023-10-12 15:17:18 +00:00
ElementBot
17c12899f5
Update screenshots
2023-10-12 10:45:08 +00:00
Benoit Marty
305fb81b8a
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
7607f4f07b
Update screenshots
2023-10-10 19:18:36 +00:00
ElementBot
22fa3dff15
Update screenshots
2023-10-10 15:52:14 +00:00
jonnyandrew
7e91e7824e
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
182511d92c
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
f8c1ca7063
Update screenshots
2023-10-09 09:05:24 +00:00
Jorge Martin Espinosa
ae7c2257df
Improve coverage in permalinks package ( #1502 )
...
* Improve coverage in permalinks package
2023-10-06 11:37:26 +02:00
ElementBot
12e238ca5b
Update screenshots
2023-10-04 07:28:46 +00:00
Benoit Marty
cf4ad7649f
Merge pull request #1465 from vector-im/feature/bma/codeCoverage
...
Improve code coverage
2023-10-02 10:18:31 +02:00
ElementBot
b4c890bf2e
Update screenshots
2023-09-29 15:29:58 +00:00
jonnyandrew
70dfbd7c31
[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
4afc83a831
Update screenshots
2023-09-29 07:13:28 +00:00
ElementBot
886566d4c1
Update screenshots
2023-09-28 12:32:39 +00:00
Benoit Marty
f21b3e385b
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
51906c4596
Update screenshots
2023-09-26 17:48:26 +02:00
Marco Romano
295e10e612
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
28fa44abc0
Update screenshots
2023-09-21 16:03:32 +00:00
Benoit Marty
5119ca33dd
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
2610fa8258
Update screenshots
2023-09-21 11:09:33 +00:00
ElementBot
12f192c42c
Update screenshots
2023-09-21 07:07:22 +00:00
ElementBot
29a0e19417
Update screenshots
2023-09-20 17:01:59 +00:00
ElementBot
29b2ed1b12
Update screenshots
2023-09-20 15:45:03 +00:00
Benoit Marty
4d7cad592c
Merge pull request #1372 from vector-im/feature/bma/dayNightPreview
...
Day night preview annotation
2023-09-19 14:04:49 +02:00
jonnyandrew
d291622eea
[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
6dd6e28889
Update screenshots
2023-09-19 11:49:12 +02:00
Benoit Marty
a481ca5486
Merge pull request #1367 from vector-im/feature/bma/onboarding
...
Iterate on onboarding and welcome screens.
2023-09-18 20:58:38 +02:00
ElementBot
f89770c63e
Update screenshots
2023-09-18 18:30:54 +00:00
ElementBot
601a2193e5
Update screenshots
2023-09-18 18:10:48 +00:00