Commit Graph

998 Commits

Author SHA1 Message Date
manuroe d32a57cc3f Prepare for new sprint 2021-06-24 10:27:14 +02:00
manuroe 1d51bef2c5 version++ 2021-06-24 10:06:29 +02:00
Stefan Ceriu 7a207b5d2c Fix retain cycle between the RoomTitleView (strong tapGestureDelegate) and the RoomViewController. 2021-06-24 09:50:32 +03:00
ismailgulek 193e5547b9 Update CHANGES.rst 2021-06-22 10:43:44 +03:00
ismailgulek 883bbad303 Merge branch 'develop' into auto_accept_invites 2021-06-22 10:43:11 +03:00
manuroe 659888439a Prepare for new sprint 2021-06-21 18:03:06 +02:00
manuroe e8621857de version++ 2021-06-21 17:37:08 +02:00
ismailgulek 5d523e07a0 Update CHANGES.rst 2021-06-21 15:10:43 +03:00
SBiOSoftWhare 6c85be8cee Merge branch 'develop' into matthew/fix-home-layout 2021-06-21 11:24:03 +02:00
Matthew Hodgson fe8a24c1b6 changes.rst 2021-06-20 17:08:18 +01:00
ismailgulek 3b0ebef580 Update CHANGES.rst 2021-06-18 19:46:00 +03:00
manuroe e3475d1f3d Room lists: Avoid app freezes by building them on a separated thread
#3777
2021-06-18 15:49:20 +02:00
manuroe e44655ac71 Merge branch 'develop' into manu/4430_security_settings_update 2021-06-17 14:11:22 +02:00
SBiOSoftWhare 726692fe40 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 36508f29f0 CHANGES 2021-06-16 15:43:07 +02:00
manuroe 8daff66c14 Wording: Replace Recovery Passphrase and Recovery Key by Security Phrase and Security Key
#4268
2021-06-16 15:40:09 +02:00
manuroe 0b826d939d Security settings: Display the cross-signing section
like element-web.
2021-06-15 16:09:56 +02:00
SBiOSoftWhare f90d7f5e00 Update changes 2021-06-14 18:00:08 +02:00
ismailgulek 1c75bb4ae6 Update CHANGES.rst 2021-06-14 17:01:51 +03:00
ismailgulek c1b560e5f5 Update CHANGES.rst 2021-06-11 16:01:04 +03:00
ismailgulek 539beeb3e3 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 a166c93e99 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 e20db845f8 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 765657d690 fix spacing 2021-06-09 17:57:04 +01:00
langleyd cdf888c0a4 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 fbcd542402 Merge develop 2021-06-09 14:58:19 +01:00
langleyd 6c6fbb6514 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 52811eb7ff Update CHANGES.rst 2021-06-09 13:57:50 +03:00
ismailgulek 65dfef271e 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 b783c940ba 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 0f42d6e15d Merge branch 'develop' into dial_pad_home 2021-06-09 11:21:03 +02:00
Simon Wiedmer a668d00050 Added improvement to CHANGES.rst 2021-06-09 11:17:50 +02:00
SBiOSoftWhare a15269efa5 Merge pull request #4399 from vector-im/element_4398 2021-06-09 11:00:47 +02:00
manuroe 0aee4288d3 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 de33fa7cf0 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 6c9989e2da 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 7883b0e158 Merge develop 2021-06-08 14:19:26 +01:00
langleyd abccc2d964 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 a7399aa1b6 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/3288af95274d850c8a2dbcdc3492bbf49610e119
2021-06-08 12:11:07 +02:00
SBiOSoftWhare ac79f90f92 Update changes 2021-06-07 20:16:20 +02:00
ismailgulek 240493d98b 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 0c42cd4448 Update changes 2021-06-07 12:17:13 +02:00
ismailgulek 658040297d Update CHANGES.rst 2021-06-03 15:51:47 +03:00
ismailgulek 0d827646bd Merge branch 'develop' into element_4360 2021-06-03 14:40:33 +03:00
ismailgulek 4bd9ac195c Update CHANGES.rst 2021-06-03 13:21:58 +03:00
manuroe be8c853bc9 Prepare for new sprint 2021-06-03 11:40:45 +02:00
manuroe 7517fdeebb version++ 2021-06-03 11:02:26 +02:00
manuroe e0bf9ba2f7 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
Stefan Ceriu a8b0e8700e Adopt consolidated logging mechanism (#4370)
* Adopted the new MXLog and replaced NSLog throughout the application - vector-im/element-ios/issues/4351
* Replaced NSLog() and print() usages with MXLog.debug()
* Added swiftlint rules for NSLog(), print(), println() and os_log()
* Escape paths used to run script build phases for swiftlint and swiftgen
2021-06-03 11:30:07 +03:00
ismailgulek a65c64ec8c Update CHANGES.rst 2021-06-03 10:42:00 +03:00