Skip to content

Commit

Permalink
Merge branch 'develop' into feature/ons/voip_screen_sharing_permission
Browse files Browse the repository at this point in the history
* develop: (107 commits)
  Fixes long line and comment lint errors
  Fixes lint errors
  Adds changelog file
  Formats entire project
  Adds changelog file
  Makes MediaType internal
  Bump libphonenumber from 8.12.46 to 8.12.47
  updating release version in preparation for next cycle
  generating changelog
  Replaces writeAsync with awaitTransaction
  Replaces doWithRealm with writeAsync
  Translated using Weblate (Polish)
  Translated using Weblate (Slovak)
  Crash: open private room by link. Use RoomId instead of the alias.
  Translated using Weblate (Arabic)
  Makes MediaFileUtils function internal
  Removes runCatching from TemporaryFileCreator
  using unix end of line character instead of windows as *nix OSes are more common dev environments
  remove spaces feedback from left panel (#5686)
  Translated using Weblate (French)
  ...

# Conflicts:
#	vector/src/main/java/im/vector/app/features/call/VectorCallViewModel.kt
  • Loading branch information
Onuray Sahin committed Apr 21, 2022
2 parents 949d476 + c21ec98 commit 56b3e8a
Show file tree
Hide file tree
Showing 396 changed files with 3,317 additions and 1,420 deletions.
915 changes: 901 additions & 14 deletions .editorconfig

Large diffs are not rendered by default.

62 changes: 62 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,65 @@
Changes in Element v1.4.12 (2022-04-20)
=======================================

Features ✨
----------
- Add a setting to be able to always appear offline ([#5582](https://github.com/vector-im/element-android/issues/5582))
- Adds the ability for audio attachments to be played in the timeline ([#5586](https://github.com/vector-im/element-android/issues/5586))
- Do not cancel the current incremental sync request and treatment when the app goes to background ([#5719](https://github.com/vector-im/element-android/issues/5719))
- Improve user experience when home servers do not yet support threads ([#5761](https://github.com/vector-im/element-android/issues/5761))

Bugfixes 🐛
----------
- Added text next to spinner when loading information after user is clicked on space members screen ([#4305](https://github.com/vector-im/element-android/issues/4305))
- The string `ftue_auth_carousel_workplace_body` was declared not translatable by mistake ([#5262](https://github.com/vector-im/element-android/issues/5262))
- Fix some cases where the read marker line would not show up ([#5475](https://github.com/vector-im/element-android/issues/5475))
- Fix sometimes read marker not properly updating ([#5481](https://github.com/vector-im/element-android/issues/5481))
- Fix sometimes endless loading timeline ([#5554](https://github.com/vector-im/element-android/issues/5554))
- Use member name instead of room name in DM creation item ([#5570](https://github.com/vector-im/element-android/issues/5570))
- Align auto-reporting of decryption errors implementation with web client. ([#5596](https://github.com/vector-im/element-android/issues/5596))
- Choosing "leave all rooms and spaces" while leaving Space won't cause leaving DMs in this Space anymore ([#5609](https://github.com/vector-im/element-android/issues/5609))
- Fixes display name being changed when using /myroomnick ([#5618](https://github.com/vector-im/element-android/issues/5618))
- Fix endless loading if the event from a permalink is not found ([#5659](https://github.com/vector-im/element-android/issues/5659))
- Redacted events are no longer visible. ([#5707](https://github.com/vector-im/element-android/issues/5707))
- Don't wrongly show non-space invites in the space panel. ([#5731](https://github.com/vector-im/element-android/issues/5731))
- Fixes the onboarding confetti rendering behind the content instead of in-front ([#5735](https://github.com/vector-im/element-android/issues/5735))
- Fixes crash when navigating the app whilst processing new room keys ([#5746](https://github.com/vector-im/element-android/issues/5746))
- Fix sorting of uploads in encrypted rooms ([#5757](https://github.com/vector-im/element-android/issues/5757))
- Fixing setting transfer title in call transfer. ([#5765](https://github.com/vector-im/element-android/issues/5765))
- Changes destination after joining a space to Explore Space Rooms screen ([#5766](https://github.com/vector-im/element-android/issues/5766))
- Unignoring a user will perform an initial sync ([#5767](https://github.com/vector-im/element-android/issues/5767))
- Open a room by link: use the actual roomId instead of the alias ([#5786](https://github.com/vector-im/element-android/issues/5786))

In development 🚧
----------------
- FTUE - Adds a new homeserver selection screen when creating an account ([#2396](https://github.com/vector-im/element-android/issues/2396))
- FTUE - Updates the Captcha and T&Cs registration screens UI style ([#5279](https://github.com/vector-im/element-android/issues/5279))
- FTUE - Adds error handling within the server selection screen ([#5749](https://github.com/vector-im/element-android/issues/5749))
- Live Location Sharing - Send location data ([#5697](https://github.com/vector-im/element-android/issues/5697))
- Live Location Sharing - Show message on start of a live ([#5710](https://github.com/vector-im/element-android/issues/5710))
- Live Location Sharing - Attach location data to beacon info state event ([#5711](https://github.com/vector-im/element-android/issues/5711))
- Live Location Sharing - Update beacon info state event when sharing is ended ([#5758](https://github.com/vector-im/element-android/issues/5758))


SDK API changes ⚠️
------------------
- Include original event in live decryption listeners and update sync status naming to InitialSyncProgressing for clarity. ([#5639](https://github.com/vector-im/element-android/issues/5639))
- KeysBackupService.getCurrentVersion takes a new type `KeysBackupLastVersionResult` in the callback. ([#5703](https://github.com/vector-im/element-android/issues/5703))
- A lot of classes which were exposed to the clients and were located in the package `org.matrix.android.sdk.internal` have been moved to the package `org.matrix.android.sdk.api`.
All the classes which are in the package `org.matrix.android.sdk.internal` should now be declared `internal`.
Some unused code and classes have been removed. ([#5744](https://github.com/vector-im/element-android/issues/5744))
- Some data classes are now immutable, using `val` instead of `var` ([#5762](https://github.com/vector-im/element-android/issues/5762))

Other changes
-------------
- Upgrade konfetti lib from 1.3.2 to 2.0.2 ([#5079](https://github.com/vector-im/element-android/issues/5079))
- Spaces feedback section is removed from left panel ([#5486](https://github.com/vector-im/element-android/issues/5486))
- Reduce error logs ([#5703](https://github.com/vector-im/element-android/issues/5703))
- Adds a complete editor config file for our current code style ([#5727](https://github.com/vector-im/element-android/issues/5727))
- Updates the posthog dev environment url and api key ([#5732](https://github.com/vector-im/element-android/issues/5732))
- Setup Dokka to be able to generate documentation of the SDK module. Run `./gradlew matrix-sdk-android:dokkaHtml` to do it. ([#5744](https://github.com/vector-im/element-android/issues/5744))


Changes in Element v1.4.11 (2022-04-07)
=======================================

Expand Down
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ allprojects {
// display the corresponding rule
verbose = true
disabledRules = [
// TODO: Re-enable these 4 rules after reformatting project
"indent",
"experimental:argument-list-wrapping",
"max-line-length",
"parameter-list-wrapping",

"spacing-between-declarations-with-comments",
"no-multi-spaces",
"experimental:spacing-between-declarations-with-annotations",
Expand Down
1 change: 0 additions & 1 deletion changelog.d/2396.wip

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5639.sdk

This file was deleted.

1 change: 1 addition & 0 deletions changelog.d/5652.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Tentative fix of images crashing when being sent or shared from gallery
1 change: 0 additions & 1 deletion changelog.d/5659.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5703.sdk

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/5744.sdk

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/5762.sdk

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 1 addition & 0 deletions changelog.d/5772.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improve management of ignored users
1 change: 1 addition & 0 deletions changelog.d/5773.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Move "Ignored users" setting section into "Security & Privacy"
1 change: 1 addition & 0 deletions changelog.d/5774.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a picto for ignored users in the room member list screen
1 change: 1 addition & 0 deletions changelog.d/5805.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Autoformats entire project
2 changes: 2 additions & 0 deletions fastlane/metadata/android/cs-CZ/changelogs/40104060.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Hlavní změny v této verzi: Časová osa vláken je nyní živá a rychlejší. Opravy různých chyb a vylepšení stability.
Úplný seznam změn: https://github.com/vector-im/element-android/releases/tag/v1.4.6
2 changes: 2 additions & 0 deletions fastlane/metadata/android/cs-CZ/changelogs/40104070.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Hlavní změny v této verzi: Opravy různých chyb a vylepšení stability.
Úplný seznam změn: https://github.com/vector-im/element-android/releases/tag/v1.4.7
2 changes: 2 additions & 0 deletions fastlane/metadata/android/cs-CZ/changelogs/40104080.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Hlavní změny v této verzi: Časová osa vlákna je nyní živá a rychlejší. Opravy různých chyb a vylepšení stability.
Úplný seznam změn: https://github.com/vector-im/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/40104120.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Main changes in this version: Allows users to appear offline and adds an audio player for audio attachments
Full changelog: https://github.com/vector-im/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/et/changelogs/40104060.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Põhilised muutused selles versioonis: jutulõngad on nüüd kasutatavad ja toimivad kiiremini, lisaks pisiparandused ja stabiilsust parandavad kohendused.
Kogu ingliskeelne muudatuste logi: https://github.com/vector-im/element-android/releases/tag/v1.4.6
2 changes: 2 additions & 0 deletions fastlane/metadata/android/et/changelogs/40104070.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Põhilised muutused selles versioonis: pisiparandused ja stabiilsust parandavad kohendused.
Kogu ingliskeelne muudatuste logi: https://github.com/vector-im/element-android/releases/tag/v1.4.7
2 changes: 2 additions & 0 deletions fastlane/metadata/android/et/changelogs/40104080.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Põhilised muutused selles versioonis: jutulõngad on nüüd kasutatavad ja toimivad kiiremini, lisaks pisiparandused ja stabiilsust parandavad kohendused.
Kogu ingliskeelne muudatuste logi: https://github.com/vector-im/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fa/changelogs/40104060.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
تغییرات عمده در این نگارش: خط زمانی رشته‌ها اکنون زنده و سریع‌تر است. چندین رفع اشکال و بهبود پایداری.
گزارش دگرگونی کامل: https://github.com/vector-im/element-android/releases/tag/v1.4.6
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fa/changelogs/40104070.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
تغییرات عمده در این نگارش: چندین رفع اشکال و بهبود پایداری.
گزارش دگرگونی کامل: https://github.com/vector-im/element-android/releases/tag/v1.4.7
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fa/changelogs/40104080.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
تغییرات عمده در این نگارش: خط زمانی رشته‌ها اکنون زنده و سریع‌تر است. چندین رفع اشکال و بهبود پایداری.
گزارش دگرگونی کامل: https://github.com/vector-im/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/40104040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Principaux changements pour cette version : Mise-à-jour de l’interface de notification de rédaction en cours. Plusieurs corrections de bogues et d’améliorations de stabilité.
Intégralité des changements : https://github.com/vector-im/element-android/releases/tag/v1.4.4
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/40104060.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Principaux changements pour cette version : Les fils de discussion sont officiellement disponibles, et plus rapides. Plusieurs corrections de bogues et d’améliorations de stabilité.
Intégralité des changements : https://github.com/vector-im/element-android/releases/tag/v1.4.6
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/40104070.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Principaux changements pour cette version : Plusieurs corrections de bogues et d’améliorations de stabilité.
Intégralité des changements : https://github.com/vector-im/element-android/releases/tag/v1.4.7
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/40104080.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Principaux changements pour cette version : Les fils de discussion sont officiellement disponibles, et plus rapides. Plusieurs corrections de bogues et d’améliorations de stabilité.
Intégralité des changements : https://github.com/vector-im/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/hu-HU/changelogs/40104040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fő változás ebben a verzióban: Gépelés visszajelzési frissítések a felületen. További hibajavítások egy stabilitást növelő fejlesztések.
Teljes változásnapló: https://github.com/vector-im/element-android/releases/tag/v1.4.4
2 changes: 2 additions & 0 deletions fastlane/metadata/android/hu-HU/changelogs/40104060.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fő változás ebben a verzióban: Megjelentek az üzenetszálak az idővonalon és gyorsak. További hibajavítások és stabilitási fejlesztések.
Teljes változásnapló: https://github.com/vector-im/element-android/releases/tag/v1.4.6
2 changes: 2 additions & 0 deletions fastlane/metadata/android/hu-HU/changelogs/40104070.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fő változás ebben a verzióban: Hibajavítások és stabilizációs fejlesztések.
Teljes változásnapló: https://github.com/vector-im/element-android/releases/tag/v1.4.7
2 changes: 2 additions & 0 deletions fastlane/metadata/android/hu-HU/changelogs/40104080.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fő változás ebben a verzióban: Megjelentek az üzenetszálak az idővonalon és gyorsak. További hibajavítások és stabilitási fejlesztések.
Teljes változásnapló: https://github.com/vector-im/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/id/changelogs/40104060.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Perubahan utama dalam versi ini: Linimasa utasan sekarang langsung dan lebih cepat. Banyak perbaikan kutu dan perbaikan stabilitas.
Catatan perubahan lanjutan: https://github.com/vector-im/element-android/releases/tag/v1.4.6
2 changes: 2 additions & 0 deletions fastlane/metadata/android/id/changelogs/40104070.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Perubahan utama dalam versi ini: Banyak perbaikan kutu dan perbaikan stabilitas.
Catatan perubahan lanjutan: https://github.com/vector-im/element-android/releases/tag/v1.4.7
2 changes: 2 additions & 0 deletions fastlane/metadata/android/id/changelogs/40104080.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Perubahan utama dalam versi ini: Linimasa utasan sekarang langsung dan lebih cepat. Banyak perbaikan kutu dan perbaikan stabilitas.
Catatan perubahan lanjutan: https://github.com/vector-im/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/it-IT/changelogs/40104060.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Modifiche principali in questa versione: la linea temporale per argomenti è ora attiva e più veloce. Varie correzioni e miglioramenti.
Cronologia completa: https://github.com/vector-im/element-android/releases/tag/v1.4.6
2 changes: 2 additions & 0 deletions fastlane/metadata/android/it-IT/changelogs/40104070.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Modifiche principali in questa versione: varie correzioni di errori e miglioramenti della stabilità.
Cronologia completa: https://github.com/vector-im/element-android/releases/tag/v1.4.7
2 changes: 2 additions & 0 deletions fastlane/metadata/android/it-IT/changelogs/40104080.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Modifiche principali in questa versione: la linea temporale per argomenti è ora attiva e più veloce. Varie correzioni e miglioramenti.
Cronologia completa: https://github.com/vector-im/element-android/releases
2 changes: 2 additions & 0 deletions fastlane/metadata/android/pl-PL/changelogs/40103060.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Główne zmiany w tej wersji: Dodanie obsługi obecności, dla pokoju wiadomości bezpośrednich (uwaga: obecność jest wyłączona na matrix.org). Dodano ponownie obsługę Android Auto.
Pełna lista zmian: https://github.com/vector-im/element-android/releases/tag/v1.3.6
4 changes: 2 additions & 2 deletions fastlane/metadata/android/pl-PL/changelogs/40103070.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Główne zmiany w tej wersji: Poprawki błędów dotyczące głównie powiadomień
Pełny changelog: https://github.com/vector-im/element-android/releases/tag/v1.3.7
Główne zmiany w tej wersji: Poprawki błędów dotyczące głównie powiadomień.
Pełna lista zmian: https://github.com/vector-im/element-android/releases/tag/v1.3.7-RC2
2 changes: 2 additions & 0 deletions fastlane/metadata/android/pl-PL/changelogs/40103080.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Główne zmiany w tej wersji: Poprawki błędów!
Pełna lista zmian: https://github.com/vector-im/element-android/releases/tag/v1.3.8
2 changes: 2 additions & 0 deletions fastlane/metadata/android/pl-PL/changelogs/40103090.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Główne zmiany w tej wersji: Dodano obsługę wersji roboczej wiadomości głosowych. Wiele poprawek!
Pełna lista zmian: https://github.com/vector-im/element-android/releases/tag/v1.3.9
2 changes: 2 additions & 0 deletions fastlane/metadata/android/pl-PL/changelogs/40103100.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Główne zmiany w tej wersji: Dodano obsługę ankiet (w laboratoriach). Nowy projekt podglądu adresu URL.
Pełna lista zmian: https://github.com/vector-im/element-android/releases/tag/v1.3.10
2 changes: 2 additions & 0 deletions fastlane/metadata/android/pl-PL/changelogs/40103110.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Główne zmiany w tej wersji: Poprawki błędów!
Pełna lista zmian: https://github.com/vector-im/element-android/releases/tag/v1.3.11
2 changes: 2 additions & 0 deletions fastlane/metadata/android/pl-PL/changelogs/40103120.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Główne zmiany w tej wersji: Poprawki błędów!
Pełna lista zmian: https://github.com/vector-im/element-android/releases/tag/v1.3.12
2 changes: 2 additions & 0 deletions fastlane/metadata/android/pl-PL/changelogs/40103130.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Główne zmiany w tej wersji: Pierwsza zmiana na ekranach rejestracji, w tym możliwość włączenia Analytics. Dodano obsługę dla wydarzeń z dodatkiem matematyki w laboratoriach.
Pełna lista zmian: https://github.com/vector-im/element-android/releases/tag/v1.3.13
2 changes: 2 additions & 0 deletions fastlane/metadata/android/pl-PL/changelogs/40103140.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Główne zmiany w tej wersji: Pierwsza zmiana na ekranach rejestracji, w tym możliwość włączenia Analytics. Dodano obsługę dla wydarzeń z dodatkiem matematyki w laboratoriach.
Pełna lista zmian: https://github.com/vector-im/element-android/releases/tag/v1.3.14
2 changes: 2 additions & 0 deletions fastlane/metadata/android/pl-PL/changelogs/40103150.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Główne zmiany w tej wersji: Pierwsza zmiana na ekranach rejestracji, w tym możliwość włączenia Analytics. Dodano obsługę dla wydarzeń z dodatkiem matematyki w laboratoriach.
Pełna lista zmian: https://github.com/vector-im/element-android/releases/tag/v1.3.15
2 changes: 2 additions & 0 deletions fastlane/metadata/android/pl-PL/changelogs/40103160.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Główne zmiany w tej wersji: wyślij swoją lokalizację do dowolnego pokoju. Edytuj ankietę.
Pełna lista zmian: https://github.com/vector-im/element-android/releases/tag/v1.3.16
2 changes: 2 additions & 0 deletions fastlane/metadata/android/pl-PL/changelogs/40103170.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Główne zmiany w tej wersji: wyślij swoją lokalizację do dowolnego pokoju. Edytuj ankietę.
Pełna lista zmian: https://github.com/vector-im/element-android/releases/tag/v1.3.17
2 changes: 2 additions & 0 deletions fastlane/metadata/android/pl-PL/changelogs/40103180.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Główne zmiany w tej wersji: wyślij swoją lokalizację do dowolnego pokoju. Edytuj ankietę.
Pełna lista zmian: https://github.com/vector-im/element-android/releases/tag/v1.3.18
2 changes: 2 additions & 0 deletions fastlane/metadata/android/pl-PL/changelogs/40104000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Główne zmiany w tej wersji: Wstępna implementacja komunikatów wątków. Bąbelki wiadomości.
Pełna lista zmian: https://github.com/vector-im/element-android/releases/tag/v1.4.0
2 changes: 2 additions & 0 deletions fastlane/metadata/android/pl-PL/changelogs/40104020.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Główne zmiany w tej wersji: dodanie obsługi @room i nieujawnionych ankiet, i wiele innych drobnych zmian.
Pełna lista zmian: https://github.com/vector-im/element-android/releases/tag/v1.4.2
2 changes: 2 additions & 0 deletions fastlane/metadata/android/pl-PL/changelogs/40104040.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Główne zmiany w tej wersji: aktualizacje interfejsu użytkownika wskaźnika pisania. Różne poprawki błędów i ulepszenia stabilności.
Pełna lista zmian: https://github.com/vector-im/element-android/releases/tag/v1.4.4
Loading

0 comments on commit 56b3e8a

Please sign in to comment.