manuroe
ad0d5f1ade
Merge branch 'develop' into element_3867
2021-02-18 15:35:21 +01:00
manuroe
9e3a9cc55a
Merge branch 'develop' into element_3812
2021-02-16 11:44:13 +01:00
manuroe
a490989820
XcodeGen: More polishing
2021-02-16 11:29:45 +01:00
ismailgulek
9d1701f47e
Prepare for new sprint
2021-02-12 18:19:11 +03:00
ismailgulek
629d780b36
version++
2021-02-12 17:36:53 +03:00
ismailgulek
74b2eb99ca
Merge branch 'develop' into element_4029
2021-02-12 16:08:57 +03:00
ismailgulek
d610ccc505
Update CHANGES.rst
2021-02-12 15:48:22 +03:00
ismailgulek
fb1d2827d5
Update CHANGES.rst
2021-02-12 15:30:17 +03:00
manuroe
8e8996145f
Fastlane: Re-enable parallelised builds
...
release build takes 6min instead of 6min. It should work better with the 2 previous commits.
2021-02-12 12:26:48 +01:00
manuroe
c34a85e3bb
Fastlane: Use the "New Build System" to build releases
...
This is mandatory to make $(inherited) work when you include other xcconfig files. Else, build settings are just overwritten.
This lane works now thanks to the previous commit on the Podfile
2021-02-12 12:23:48 +01:00
manuroe
ad7adad547
Podfile: Use MatrixKit for all targets and remove MatrixKit/AppExtension
...
MatrixKit/AppExtension is no more useful because DTCoreText does not need anymore a special handling for extensions. It does not use `[UIApplication sharedApplication] openURL:]` anymore.
2021-02-12 12:06:02 +01:00
SBiOSoftWhare
532f0d4966
Update changes
2021-02-11 15:08:56 +01:00
ismailgulek
7795050c4d
Prepare for new sprint
2021-02-11 16:18:54 +03:00
ismailgulek
78e5b27249
Update CHANGES.rst
2021-02-11 15:31:52 +03:00
ismailgulek
76a70c8e52
version++
2021-02-11 15:24:12 +03:00
ismailgulek
c018da167c
Merge branch 'voip_2746' into voip_tiles
...
# Conflicts:
# Riot.xcodeproj/project.pbxproj
2021-02-10 21:41:51 +03:00
ismailgulek
295e86a905
Merge branch 'voip_dtmf' into voip_call_transfer
2021-02-10 00:40:47 +03:00
ismailgulek
c37ed97a5b
Merge branch 'voip_dialpad' into voip_dtmf
...
# Conflicts:
# CHANGES.rst
2021-02-10 00:40:22 +03:00
ismailgulek
dc8afd1b29
Merge branch 'voip_2746' into voip_tiles
2021-02-10 00:38:49 +03:00
SBiOSoftWhare
2702fcadfa
Update changes
2021-02-05 18:34:23 +01:00
manuroe
23dabdc181
Prepare for new sprint
2021-02-03 19:36:11 +01:00
manuroe
b85ad9e151
version++
2021-02-03 19:09:29 +01:00
SBiOSoftWhare
df2bfb8aad
Merge branch 'develop' into element_3995
2021-02-03 17:16:36 +01:00
SBiOSoftWhare
fa5a8c68fb
Update changes
2021-02-03 12:15:07 +01:00
manuroe
64c6f4c66f
Logs: Add a size limitation so that we can upload them in bug reports
...
#3903
2021-02-03 12:12:28 +01:00
manuroe
ff74a1f4ae
Merge branch 'develop' into 3990_matrix.to
2021-02-03 12:06:04 +01:00
manuroe
ee3ebc1792
matrix.to: The app does not open a permalink from matrix.to
...
#3993
2021-02-02 17:59:44 +01:00
manuroe
13d01dee0b
matrix.to: Support room preview when the permalink has parameters (like "via=")
...
It works. There is no reason for not doing it
2021-02-02 17:13:01 +01:00
manuroe
fe474fda48
matrix.to: Cannot open/preview a new room given by alias
...
#3991
Add a patch to try to build the right string and to avoid to loop forever
2021-02-02 17:07:12 +01:00
manuroe
4ddb73e3fa
matrix.to: Cannot open links with query parameters
...
#3990
The string can come percent encoded but we parse it with ascii chars ("?", "&", ...).
So, remove one layer of encoding to fix the bug.
2021-02-02 16:26:49 +01:00
Gil Eluard
b305d44553
Merge branch 'develop' into element_3969
...
# Conflicts:
# CHANGES.rst
2021-02-02 12:07:10 +01:00
ismailgulek
98df68c618
Merge branch 'voip_dtmf' into voip_call_transfer
2021-02-02 12:36:35 +03:00
ismailgulek
de52413c75
Merge branch 'voip_2746' into voip_tiles
2021-02-02 12:36:11 +03:00
ismailgulek
1bc3b09595
Merge branch 'voip_dialpad' into voip_dtmf
...
# Conflicts:
# CHANGES.rst
2021-02-02 12:35:38 +03:00
ismailgulek
65318c08fd
Merge pull request #3989 from vector-im/element_3986
...
Fix PushKit Crashes due to Undecryptable Call Invites
2021-02-02 11:51:47 +03:00
ismailgulek
e7035bfc90
Update CHANGES.rst
2021-02-01 18:01:45 +03:00
manuroe
a94a7f7bea
Widgets: Support $matrix_room_id and $matrix_widget_id parameters
...
#3987
2021-02-01 12:59:45 +01:00
Gil Eluard
fa545ba2f7
Merge branch 'develop' into element_3969
2021-01-29 11:32:22 +01:00
SBiOSoftWhare
82c33b479d
Update changes
2021-01-28 19:54:35 +01:00
manuroe
cc43d74c20
Prepare for new sprint
2021-01-27 13:58:23 +01:00
manuroe
aa7ada275e
version++
2021-01-27 13:33:49 +01:00
Gil Eluard
adbefc1187
Avoid megolm share requests if the device is not verified
2021-01-26 17:33:05 +01:00
SBiOSoftWhare
57c9315a93
Update changes
2021-01-22 14:52:30 +01:00
ismailgulek
6c2ec95fe1
Update CHANGES.rst
2021-01-21 21:30:15 +03:00
ismailgulek
a4c17b78b8
Merge branch 'voip_2746' into voip_tiles
2021-01-20 16:28:28 +03:00
ismailgulek
cf637d90c5
Merge branch 'voip_dialpad' into voip_dtmf
...
# Conflicts:
# Riot.xcodeproj/project.pbxproj
2021-01-20 16:27:55 +03:00
ismailgulek
4f38a029f4
Update CHANGES.rst
2021-01-20 15:14:20 +03:00
manuroe
ebfb6769df
Navigation: BF: Unable to open a room from a room list
...
Fix #3863
Remove weak because of https://github.com/vector-im/element-ios/issues/3863#issuecomment-762723419
2021-01-19 13:07:25 +01:00
manuroe
95c3eef070
Prepare for new sprint
2021-01-18 16:28:46 +01:00
manuroe
ec4dac1b0c
version++
2021-01-18 15:04:01 +01:00