Skip to content

Commit

Permalink
Merge branch 'release/1.4.36' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Sep 10, 2022
2 parents 4b63f4b + 59d3ff1 commit 5d03531
Show file tree
Hide file tree
Showing 46 changed files with 69 additions and 45 deletions.
66 changes: 66 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,69 @@
Changes in Element v1.4.36 (2022-09-10)
=======================================

New App Layout can be enabled in the Labs settings. Please give it a try!

Features ✨
----------
- Adds New App Layout into Labs ([#7038](https://github.com/vector-im/element-android/issues/7038))
- Try to detect devices that lack Opus encoder support, use bundled libopus library for those. ([#7010](https://github.com/vector-im/element-android/issues/7010))
- Suggest @room when @channel, @everyone, or @here is typed in composer ([#6529](https://github.com/vector-im/element-android/issues/6529))

Bugfixes 🐛
----------
- Fix long incremental sync. ([#6917](https://github.com/vector-im/element-android/issues/6917))
- Fix push with FCM ([#7068](https://github.com/vector-im/element-android/issues/7068))
- FTUE - Fixes optional email registration step always being mandatory ([#6969](https://github.com/vector-im/element-android/issues/6969))
- Fixes /addToSpace and /joinSpace commands showing invalid syntax warnings ([#6844](https://github.com/vector-im/element-android/issues/6844))
- Fix low occurrence crashes. ([#6967](https://github.com/vector-im/element-android/issues/6967))
- Fix crash when opening an unknown room ([#6978](https://github.com/vector-im/element-android/issues/6978))
- Fix crash on PIN code settings screen. ([#6979](https://github.com/vector-im/element-android/issues/6979))
- Fix autoplayed animated stickers ([#6982](https://github.com/vector-im/element-android/issues/6982))
- Catch race condition crash in voice recording ([#6989](https://github.com/vector-im/element-android/issues/6989))
- Fix invite to room when in a space buttons not working. ([#7054](https://github.com/vector-im/element-android/issues/7054))

In development 🚧
----------------
- Create DM room only on first message - Create the DM and navigate to the new room after sending an event ([#5525](https://github.com/vector-im/element-android/issues/5525))
- [App Layout] New empty states for home screen ([#6835](https://github.com/vector-im/element-android/issues/6835))
- [App Layout] Bottom navigation tabs are removed for new home screen ([#6565](https://github.com/vector-im/element-android/issues/6565))
- [App Layout] fixed space switching dialog measured with wrong height sometimes ([#6750](https://github.com/vector-im/element-android/issues/6750))
- [App Layout] Fabs doesn't go off screen anymore ([#6765](https://github.com/vector-im/element-android/issues/6765))
- [New Layout] Adds back navigation through spaces ([#6877](https://github.com/vector-im/element-android/issues/6877))
- [App Layout] new room invites screen ([#6889](https://github.com/vector-im/element-android/issues/6889))
- [App Layout] - Invites now show empty screen after you reject last invite ([#6876](https://github.com/vector-im/element-android/issues/6876))
- [App Layout] - space switcher now has empty state ([#6754](https://github.com/vector-im/element-android/issues/6754))
- [App Layout] - Improves Developer Mode Debug Button UX and adds it to New App Layout ([#6871](https://github.com/vector-im/element-android/issues/6871))
- [New Layout] Changes space sheet to accordion-style with expandable subspaces ([#6907](https://github.com/vector-im/element-android/issues/6907))
- [New Layout] Adds space invites ([#6924](https://github.com/vector-im/element-android/issues/6924))
- [App Layout] fixed invites count badge bottom margin on a home screen ([#6947](https://github.com/vector-im/element-android/issues/6947))
- [New Layout] Improves talkback accessibility ([#7016](https://github.com/vector-im/element-android/issues/7016))
- [New Layout] Changes space icon in fab and in release notes screen ([#7039](https://github.com/vector-im/element-android/issues/7039))
- [New Layout] Adds header to spaces bottom sheet ([#7040](https://github.com/vector-im/element-android/issues/7040))
- [App Layout] New App Layout is enabled by default (Edit: has to be enabled in Labs) ([#6958](https://github.com/vector-im/element-android/issues/6958))
- [App Layout] Obsolete settings are not shown when App Layout flag is enabled ([#6646](https://github.com/vector-im/element-android/issues/6646))
- [Devices Management] Session overview screen ([#6961](https://github.com/vector-im/element-android/issues/6961))
- [Devices Management] Refactor some code to improve testability ([#7043](https://github.com/vector-im/element-android/issues/7043))
- [Device Manager] Current Session Section ([#6902](https://github.com/vector-im/element-android/issues/6902))
- [Device Manager] Other Sessions Section ([#6945](https://github.com/vector-im/element-android/issues/6945))
- [Device Manager] Render Security Recommendations ([#6964](https://github.com/vector-im/element-android/issues/6964))

Improved Documentation 📚
------------------------
- Clarify that setting up a FCM Rewrite Proxy is not necessary for use of the UnifiedPush FCM distributor. ([#6727](https://github.com/vector-im/element-android/issues/6727))

Other changes
-------------
- Increase sticker size ([#6982](https://github.com/vector-im/element-android/issues/6982))
- Focus input field when editing homeserver address to speed up login and registration. ([#6926](https://github.com/vector-im/element-android/issues/6926))
- Log basic Http information in production. ([#6925](https://github.com/vector-im/element-android/issues/6925))
- Converts the vector module to a library with a parent vector-app application module ([#6407](https://github.com/vector-im/element-android/issues/6407))
- Creates a dedicated strings module ([#3955](https://github.com/vector-im/element-android/issues/3955))
- Remove FragmentModule and the Fragment factory. No need to Inject the constructor on your Fragment, just add @AndroidEntryPoint annotation and @Inject class members. ([#6894](https://github.com/vector-im/element-android/issues/6894))
- Small refactor of UnifiedPushHelper ([#6936](https://github.com/vector-im/element-android/issues/6936))
- CI: only run sonarqube task when token is known ([#7057](https://github.com/vector-im/element-android/issues/7057))


Changes in Element v1.4.34 (2022-08-23)
=======================================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/3955.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5525.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6407.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6529.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6565.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6646.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6727.doc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6750.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6754.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6765.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6835.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6844.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6871.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6876.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6877.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6889.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6894.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6902.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6907.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6917.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6924.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6925.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6926.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6936.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6945.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6947.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6958.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6961.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6964.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6967.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6969.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6978.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6979.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/6982.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/6989.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7010.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7016.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7038.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7039.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7040.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7043.wip

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7054.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7057.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/7068.bugfix

This file was deleted.

3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/40104360.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
New App Layout can be enabled in the Labs settings. Please give it a try!
Fix issues about missing notification, and long incremental sync.
Full changelog: https://github.com/vector-im/element-android/releases

0 comments on commit 5d03531

Please sign in to comment.