1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-05 15:52:47 +02:00

Merge branch 'vector-im:develop' into develop

This commit is contained in:
Artjom König
2022-09-26 08:52:08 +02:00
committed by GitHub
653 changed files with 13926 additions and 3006 deletions

View File

@@ -1 +0,0 @@
Creates a dedicated strings module

View File

@@ -1 +0,0 @@
Create DM room only on first message - Create the DM and navigate to the new room after sending an event

View File

@@ -1 +0,0 @@
Converts the vector module to a library with a parent vector-app application module

View File

@@ -1 +0,0 @@
[App Layout] Bottom navigation tabs are removed for new home screen

View File

@@ -1 +0,0 @@
[App Layout] fixed space switching dialog measured with wrong height sometimes

View File

@@ -1 +0,0 @@
[App Layout] Fabs doesn't go off screen anymore

View File

@@ -1 +0,0 @@
Fixes /addToSpace and /joinSpace commands showing invalid syntax warnings

View File

@@ -1 +0,0 @@
Improves Developer Mode Debug Button UX and adds it to New App Layout

View File

@@ -1 +0,0 @@
[New Layout] Adds back navigation through spaces

View File

@@ -1 +0,0 @@
[App Layout] new room invites screen

View File

@@ -1 +0,0 @@
Remove FragmentModule and the Fragment factory. No need to Inject the constructor on your Fragment, just add @AndroidEntryPoint annotation and @Inject class members.

View File

@@ -1 +0,0 @@
[Device Manager] Current Session Section

View File

@@ -1 +0,0 @@
[New Layout] Changes space sheet to accordion-style with expandable subspaces

View File

@@ -1 +0,0 @@
Fix long incremental sync.

View File

@@ -1 +0,0 @@
[New Layout] Adds space invites

View File

@@ -1 +0,0 @@
Log basic Http information in production.

View File

@@ -1 +0,0 @@
Focus input field when editing homeserver address to speed up login and registration.

1
changelog.d/6929.misc Normal file
View File

@@ -0,0 +1 @@
Target API 12 and compile with Android SDK 32.

View File

@@ -1 +0,0 @@
[Device Manager] Other Sessions Section

View File

@@ -1 +0,0 @@
[App Layout] fixed invites count badge bottom margin on a home screen

View File

@@ -1 +0,0 @@
[App Layout] New App Layout is enabled by default

View File

@@ -1 +0,0 @@
[Device Manager] Render Security Recommendations

View File

@@ -1 +0,0 @@
Fix low occurrence crashes.

View File

@@ -1 +0,0 @@
FTUE - Fixes optional email registration step always being mandatory

View File

@@ -1 +0,0 @@
Fix crash when opening an unknown room

View File

@@ -1 +0,0 @@
Fix crash on PIN code settings screen.

View File

@@ -1,2 +0,0 @@
Fix autoplayed animated stickers
Increase sticker size

1
changelog.d/7114.wip Normal file
View File

@@ -0,0 +1 @@
[Device management] Verify current session

1
changelog.d/7126.doc Normal file
View File

@@ -0,0 +1 @@
Draft onboarding documentation of the project at `./docs/_developer_onboarding.md`

1
changelog.d/7126.misc Normal file
View File

@@ -0,0 +1 @@
Add support to `/devtools` command.

1
changelog.d/7143.wip Normal file
View File

@@ -0,0 +1 @@
[Device management] Verify another session

1
changelog.d/7159.misc Normal file
View File

@@ -0,0 +1 @@
Fix lint warning, and cleanup the code

1
changelog.d/7170.wip Normal file
View File

@@ -0,0 +1 @@
[Device Manager] Unverified and inactive sessions list

1
changelog.d/7198.sdk Normal file
View File

@@ -0,0 +1 @@
Allow the sync timeout to be configured (mainly useful for testing)

1
changelog.d/7211.misc Normal file
View File

@@ -0,0 +1 @@
CI: Prevent modification of translations by developer.