Benoit Marty
fd8e9e2ff1
Adding fastlane file for version 0.4.9
7 months ago
Benoit Marty
a4e5045c50
Changelog for version 0.4.9
7 months ago
Benoit Marty
f0cf1295da
Merge pull request #2694 from element-hq/renovate/wysiwyg
...
Update wysiwyg to v2.37.0
7 months ago
renovate[bot]
944887c321
Update wysiwyg to v2.37.0
7 months ago
Benoit Marty
625bb8d504
Merge pull request #2693 from element-hq/feature/bma/gallery/date
...
Add date of modification on EXA Gallery
7 months ago
ganfra
a2329fc7df
Join room : change state and view
7 months ago
Benoit Marty
7ff88c9ddb
Add documentation about Element X Android Gallery.
7 months ago
Benoit Marty
d574602b3c
Add a line counter
7 months ago
Benoit Marty
89aa137226
Store day of modification instead of 1 in data.js
7 months ago
Benoit Marty
635843f860
Fix syntax warning.
7 months ago
renovate[bot]
8fca9d7162
Update dependency com.google.firebase:firebase-bom to v32.8.1
7 months ago
ganfra
ab8c31541b
Room join : add presenter tests
7 months ago
ganfra
fbb92f0c9a
Room navigation : fix tests on invite after the refactoring
7 months ago
Benoit Marty
c21ec0722a
Merge pull request #2688 from element-hq/renovate/com.posthog-posthog-android-3.x
...
Update dependency com.posthog:posthog-android to v3.1.17
7 months ago
Benoit Marty
c16572e02d
Merge pull request #2689 from element-hq/feature/bma/fixPreviews
...
Always use method aRichTextEditorState instead of invoking the constructor
7 months ago
Benoit Marty
131edd0ba4
Always use method aRichTextEditorState instead of invoking the constructor directly, and remove parameter when it's the default value.
7 months ago
renovate[bot]
bd4a7ba2af
Update dependency com.posthog:posthog-android to v3.1.17
7 months ago
Benoit Marty
7d247b062e
Merge pull request #2686 from element-hq/feature/bma/checkStrings
...
Prevent the word "Element" from being included in string resources.
7 months ago
Benoit Marty
b1e14cfaa3
Fix compilation issue on test, and ensure that the correct value is used.
7 months ago
Benoit Marty
2799335a6c
Fix compilation issue.
7 months ago
Benoit Marty
b0ff24347f
Convert `forbiddenTerms` to a dict, and improve the output format.
7 months ago
ganfra
447a10cb06
Add ApplicationConfig object to help tweaking the application / brand name used across the application.
7 months ago
ganfra
73f276ba8e
Merge branch 'develop' into feature/fga/room_navigation
7 months ago
Benoit Marty
ffede8b13b
Use productionApplicationName, set to "Element", instead of "Element X", and use ot for `screen_onboarding_welcome_message`
7 months ago
ganfra
8cfa45e90e
version++
7 months ago
ganfra
00cd63b777
Merge branch 'release/0.4.8' into develop
7 months ago
ganfra
08d33c4acc
Merge branch 'release/0.4.8' into main
7 months ago
ganfra
14a25d317b
Adding fastlane file for version 0.4.8
7 months ago
ganfra
249609edf8
Changelog for version 0.4.8
7 months ago
ganfra
db9a402ce5
Room navigation : make it working with RoomDirectory
7 months ago
Benoit Marty
14e9ee0636
Merge pull request #2683 from element-hq/renovate/android.gradle.plugin
...
Update android.gradle.plugin to v8.3.2
7 months ago
Benoit Marty
a4cb241767
String screen_create_new_recovery_key_list_item_1 now needs the desktop application name.
7 months ago
Benoit Marty
98572125b1
String screen_onboarding_welcome_message now needs the application name.
7 months ago
Benoit Marty
810e4919bc
Sync strings.
7 months ago
Benoit Marty
075510c425
Add `desktopApplicationName` to BuildMeta.
7 months ago
Benoit Marty
7a5c8b8053
Delete config sooner in the script.
...
It will give more visibility on errors if any.
7 months ago
Benoit Marty
bd7db569f4
Localazy: search for forbidden term ("Element" for now)
7 months ago
ganfra
9604acb75a
Room navigation : more reliable roomInfoFlow method
7 months ago
Jorge Martin Espinosa
6db513c125
Improve designs of FTUE analytics opt-in screen ( #2684 )
...
* Improve designs of FTUE analytics opt-in screen
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
7 months ago
renovate[bot]
dafde3ce79
Update android.gradle.plugin to v8.3.2
7 months ago
renovate[bot]
a37b9320ce
Update dependency androidx.media3:media3-exoplayer to v1.3.1
7 months ago
Jorge Martin Espinosa
cf072fa1e1
Improve session recovery screens ( #2657 )
...
* Improve enter recovery key screen UI
* Add instructions to reset the encryption of the logged in account.
* Update screenshots
* Fix maestro flow
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
7 months ago
Jorge Martin Espinosa
d0f26777da
Remove Room moderation feature flag ( #2678 )
...
* Remove the feature flag
* Add changelog
* Increase login timeout for Maestro
7 months ago
renovate[bot]
ecd2974fef
Update dependency io.sentry:sentry-android to v7.8.0 ( #2680 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
7 months ago
Jorge Martin Espinosa
1045f99d18
Add `SessionData.needsVerification` field ( #2672 )
...
* Add `SessionData.needsVerification`:
- Allows us to add a skip button for debug builds.
- We can have the verification state almost instantly.
- It doesn't depend on network availability to know the verification state and display the UI.
* Add DB migration.
- Make the skip button in the verification flow skip the whole flow including the completed screen.
- Save the session as verified in `RustEncryptionService.recover(recoveryKey)`.
* Enforce session verification for existing users too.
* Fix verification confirmed screen subtitle (typo in id, was using the wrong string)
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
7 months ago
ganfra
14a638626d
Room navigation : import join room strings
7 months ago
Jorge Martin Espinosa
63f7defb07
Display members section when there are members in the room, not admins ( #2679 )
...
* Display members section when there are members in the room, not admins
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
7 months ago
ganfra
5e684edb8d
Room navigation : extract JoinRoomNode to his own feature module
7 months ago
ganfra
6a255a1b10
Room navigation : reuse accept/decline presentation logic
7 months ago
Benoit Marty
46bb960fcb
Merge pull request #2673 from element-hq/renovate/io.sentry-sentry-android-7.x
...
Update dependency io.sentry:sentry-android to v7.7.0
7 months ago