Commit Graph

1000 Commits

Author SHA1 Message Date
SBiOSoftWhare 67f9cd7071 Merge pull request #4455 from vector-im/design_kit_fonts
DesignKit: Handle text styles
2021-06-24 16:35:40 +02:00
manuroe 488689b564 Prepare for new sprint 2021-06-24 10:27:14 +02:00
manuroe 39450a7d34 version++ 2021-06-24 10:06:29 +02:00
Stefan Ceriu 3741cab639 Fix retain cycle between the RoomTitleView (strong tapGestureDelegate) and the RoomViewController. 2021-06-24 09:50:32 +03:00
ismailgulek eaf8d6d2d7 Update CHANGES.rst 2021-06-22 10:43:44 +03:00
ismailgulek 6f2625cf4f Merge branch 'develop' into auto_accept_invites 2021-06-22 10:43:11 +03:00
SBiOSoftWhare 1718a873aa Update changes 2021-06-21 21:16:56 +02:00
manuroe 2bb35b0bcf Prepare for new sprint 2021-06-21 18:03:06 +02:00
manuroe 7a2fc64527 version++ 2021-06-21 17:37:08 +02:00
ismailgulek 6910876ce8 Update CHANGES.rst 2021-06-21 15:10:43 +03:00
SBiOSoftWhare 3c2e3f3cb8 Merge branch 'develop' into matthew/fix-home-layout 2021-06-21 11:24:03 +02:00
Matthew Hodgson 4c0207c3e2 changes.rst 2021-06-20 17:08:18 +01:00
ismailgulek b042e65586 Update CHANGES.rst 2021-06-18 19:46:00 +03:00
manuroe dbe56829f1 Room lists: Avoid app freezes by building them on a separated thread
#3777
2021-06-18 15:49:20 +02:00
manuroe 6cc1db1295 Merge branch 'develop' into manu/4430_security_settings_update 2021-06-17 14:11:22 +02:00
SBiOSoftWhare ab570b483b Merge pull request #4429 from vector-im/element_4355
Rooms directory: Join room by alias or id
2021-06-16 16:56:37 +02:00
manuroe 52d3eb9807 CHANGES 2021-06-16 15:43:07 +02:00
manuroe 08f54bdebe Wording: Replace Recovery Passphrase and Recovery Key by Security Phrase and Security Key
#4268
2021-06-16 15:40:09 +02:00
manuroe 4a425c869d Security settings: Display the cross-signing section
like element-web.
2021-06-15 16:09:56 +02:00
SBiOSoftWhare e386f19c8f Update changes 2021-06-14 18:00:08 +02:00
ismailgulek 1b61ff41f2 Update CHANGES.rst 2021-06-14 17:01:51 +03:00
ismailgulek ea98aa38a2 Update CHANGES.rst 2021-06-11 16:01:04 +03:00
ismailgulek e26828c2d3 Merge pull request #4409 from vector-im/remove_call_bar
VoIP: Replace Call Bar with PiP Tiles
2021-06-11 14:54:54 +03:00
J. Ryan Stinnett 23743f6b83 Tweak auto theme message
This updates the auto theme explanation to make it more obvious that it follows
the system theme when on iOS 13+.

Fixes https://github.com/vector-im/element-ios/issues/2860
2021-06-10 23:24:43 +01:00
David Langley 5ee98784f6 Merge pull request #4416 from vector-im/element_4414
iPad Crashes when you select a contact in search and then collapse a section or clear the query text
2021-06-10 08:09:56 +01:00
langleyd 8c70f08d7a fix spacing 2021-06-09 17:57:04 +01:00
langleyd b3b460c40d iPad Crashes when you select a contact in search and then collapse a section or clear the query text (#4414). 2021-06-09 17:53:05 +01:00
langleyd 579874d145 Merge develop 2021-06-09 14:58:19 +01:00
langleyd afced894dc Add more helpful message when trying to start DM with a user that does not exist (#224). 2021-06-09 14:57:40 +01:00
ismailgulek 23658fdb4b Update CHANGES.rst 2021-06-09 13:57:50 +03:00
ismailgulek a5824dc19d Merge pull request #4401 from simonwiedmer/dial_pad_home
Add 'Dial pad' option to plus menu on homescreen
2021-06-09 13:55:58 +03:00
David Langley 768f9ced33 Merge pull request #4405 from vector-im/element_4403
Fix crash when entering a DM after a call is hung-up/rejected while being answered (#4403)
2021-06-09 10:33:21 +01:00
simonwiedmer 9cceaeb66a Merge branch 'develop' into dial_pad_home 2021-06-09 11:21:03 +02:00
Simon Wiedmer 99cddbcf32 Added improvement to CHANGES.rst 2021-06-09 11:17:50 +02:00
SBiOSoftWhare 74dafb15c2 Merge pull request #4399 from vector-im/element_4398 2021-06-09 11:00:47 +02:00
manuroe 3e8d79175c Merge pull request #4408 from vector-im/manu/fix_ci_matrixkit_version
GH Actions: Make sure we use the latest version of MatrixKit
2021-06-09 09:32:04 +02:00
Stefan Ceriu 4891251141 Integrate FLEX (#4394)
Set up FLEX for debug builds under a 2 finger double tap anywhere on the screen.
2021-06-09 09:58:22 +03:00
manuroe e48f63c845 GH Actions: Make sure we use the latest version of MatrixKit
We use a local version of the MatrixKit podspec, MatrixKit.edited.podspec. This creates an issue in the computation of Podfile.lock. MatrixKit is not associated to a commit. `pod install` will be happy with its marketing version. It will not try to update if this marketing version matches with the one in the cache.

So delete the MatrixKit pod cache.

Generated Podfile.lock:
```
...
EXTERNAL SOURCES:
  MatrixKit:
    :podspec: MatrixKit.edited.podspec
  MatrixSDK:
    :branch: manu/test_ci_2
    :git: https://github.com/matrix-org/matrix-ios-sdk.git

CHECKOUT OPTIONS:
  MatrixSDK:
    :commit: 32614df19df3ef43e77f25a06ddb0b04e910f90b
    :git: https://github.com/matrix-org/matrix-ios-sdk.git
...
```
2021-06-09 08:35:14 +02:00
langleyd 7a42ea278e Merge develop 2021-06-08 14:19:26 +01:00
langleyd 73645d2a38 Fix crash when entering a DM after a call is hung-up/rejected while being answered (#4403) 2021-06-08 14:03:17 +01:00
manuroe 7c9292d6e7 Prepare for new sprint after the 1.4.1 hotfix release
I applied manually what the release script does like in https://github.com/vector-im/element-ios/commit/af60144b00d45ca17a40d5ec30fe2d2fc33c1898
2021-06-08 12:11:07 +02:00
SBiOSoftWhare b171351d48 Update changes 2021-06-07 20:16:20 +02:00
ismailgulek 80d2bdc410 Merge pull request #4388 from vector-im/element_4360_additions
Create Room Last Message Encryption Keys
2021-06-07 19:29:27 +03:00
SBiOSoftWhare 44bc88068e Update changes 2021-06-07 12:17:13 +02:00
ismailgulek 25bb702fb2 Update CHANGES.rst 2021-06-03 15:51:47 +03:00
ismailgulek 1aa9125eda Merge branch 'develop' into element_4360 2021-06-03 14:40:33 +03:00
ismailgulek 8b256624d7 Update CHANGES.rst 2021-06-03 13:21:58 +03:00
manuroe af60144b00 Prepare for new sprint 2021-06-03 11:40:45 +02:00
manuroe 21b374bff2 version++ 2021-06-03 11:02:26 +02:00
manuroe 9b69d1981e Merge pull request #4379 from vector-im/manu/more_languages
Translations: Enable Esperanto, Portuguese (Brazil), Kabyle, Norwegia…
2021-06-03 10:41:03 +02:00