Commit graph

815 commits

Author SHA1 Message Date
ismailgulek
90b6ef9878 Prepare for new sprint 2021-03-03 23:08:41 +03:00
ismailgulek
e8ed5f4798 version++ 2021-03-03 22:34:26 +03:00
SBiOSoftWhare
8cb4efd08d Update changes 2021-03-03 16:38:10 +01:00
SBiOSoftWhare
a492ee7bf7 Prepare for new sprint 2021-03-02 10:23:13 +01:00
SBiOSoftWhare
49ef6889d7 Update changes 2021-03-01 18:19:57 +01:00
SBiOSoftWhare
0395e009b1 version++ 2021-03-01 18:06:49 +01:00
manuroe
7090f72f35 Prepare for new sprint 2021-02-26 18:53:47 +01:00
manuroe
5b4a92f575 version++ 2021-02-26 18:34:28 +01:00
manuroe
d3d7f329c2 Prepare for new sprint 2021-02-24 12:09:50 +01:00
manuroe
866024ea13 version++ 2021-02-24 11:19:54 +01:00
SBiOSoftWhare
a8f7713a16
Merge branch 'develop' into element_3776 2021-02-23 18:51:19 +01:00
manuroe
4e0fd24333 CHANGES 2021-02-23 11:50:35 +01:00
manuroe
171705d05b Merge remote-tracking branch 'origin/develop' into element_3867 2021-02-23 11:48:43 +01:00
SBiOSoftWhare
3a7db906ca Update changes 2021-02-22 17:48:42 +01:00
SBiOSoftWhare
ad16c702d3 Update changes 2021-02-22 00:19:49 +01:00
manuroe
22d6d16f79 Merge branch 'develop' into element_3867 2021-02-18 15:35:21 +01:00
manuroe
69fee7d1a2 Merge branch 'develop' into element_3812 2021-02-16 11:44:13 +01:00
manuroe
f8b045d05a XcodeGen: More polishing 2021-02-16 11:29:45 +01:00
ismailgulek
9f11756034 Prepare for new sprint 2021-02-12 18:19:11 +03:00
ismailgulek
7f454efdb1 version++ 2021-02-12 17:36:53 +03:00
ismailgulek
aa90c4fcf3
Merge branch 'develop' into element_4029 2021-02-12 16:08:57 +03:00
ismailgulek
37dc1783e6 Update CHANGES.rst 2021-02-12 15:48:22 +03:00
ismailgulek
73770a0228 Update CHANGES.rst 2021-02-12 15:30:17 +03:00
manuroe
4f908bd4bf 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
c435b58948 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
9df8c2c86f 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
cf207c4e49 Update changes 2021-02-11 15:08:56 +01:00
ismailgulek
8fe054b9dd Prepare for new sprint 2021-02-11 16:18:54 +03:00
ismailgulek
0d40964c81
Update CHANGES.rst 2021-02-11 15:31:52 +03:00
ismailgulek
51b5b120f2 version++ 2021-02-11 15:24:12 +03:00
ismailgulek
f41efd90d9 Merge branch 'voip_2746' into voip_tiles
# Conflicts:
#	Riot.xcodeproj/project.pbxproj
2021-02-10 21:41:51 +03:00
ismailgulek
190e111f66 Merge branch 'voip_dtmf' into voip_call_transfer 2021-02-10 00:40:47 +03:00
ismailgulek
46f4a4f3d1 Merge branch 'voip_dialpad' into voip_dtmf
# Conflicts:
#	CHANGES.rst
2021-02-10 00:40:22 +03:00
ismailgulek
ab92b8b3f4 Merge branch 'voip_2746' into voip_tiles 2021-02-10 00:38:49 +03:00
SBiOSoftWhare
458763e1e8 Update changes 2021-02-05 18:34:23 +01:00
manuroe
ef6fd61a6f Prepare for new sprint 2021-02-03 19:36:11 +01:00
manuroe
3db559135c version++ 2021-02-03 19:09:29 +01:00
SBiOSoftWhare
9797b9f3c6
Merge branch 'develop' into element_3995 2021-02-03 17:16:36 +01:00
SBiOSoftWhare
d5412dfc61 Update changes 2021-02-03 12:15:07 +01:00
manuroe
6ecb2b1b26 Logs: Add a size limitation so that we can upload them in bug reports
#3903
2021-02-03 12:12:28 +01:00
manuroe
79cdebf9d2
Merge branch 'develop' into 3990_matrix.to 2021-02-03 12:06:04 +01:00
manuroe
bcf57406ef matrix.to: The app does not open a permalink from matrix.to
#3993
2021-02-02 17:59:44 +01:00
manuroe
e42a2597d0 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
ac7c62fbd3 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
c28dbf2f35 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
1192589980 Merge branch 'develop' into element_3969
# Conflicts:
#	CHANGES.rst
2021-02-02 12:07:10 +01:00
ismailgulek
9d6beb1406 Merge branch 'voip_dtmf' into voip_call_transfer 2021-02-02 12:36:35 +03:00
ismailgulek
49bc653332 Merge branch 'voip_2746' into voip_tiles 2021-02-02 12:36:11 +03:00
ismailgulek
b14c8f84d4 Merge branch 'voip_dialpad' into voip_dtmf
# Conflicts:
#	CHANGES.rst
2021-02-02 12:35:38 +03:00
ismailgulek
93afe7853c
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