Commit graph

64 commits

Author SHA1 Message Date
Andy Uhnak
855c8d7c90 Refactor encryption trust level 2023-04-19 08:42:11 +01:00
Andy Uhnak
b33f29e0e7 Revert "Merge pull request #7430 from vector-im/andy/user_trust"
This reverts commit 7f5d3b46eb, reversing
changes made to 5a3adde8f7.
2023-03-22 15:57:25 +00:00
Andy Uhnak
5c669a7fee Refactor encryption trust level 2023-03-16 14:56:50 +00:00
SBiOSoftWhare
69b85848be Share extension: Add MatrixKit bridging header. 2021-11-29 17:31:48 +01:00
Stefan Ceriu
c961a71f7f vector-im/element-ios/pull/5014 - Forward original message content and remove the need to re-upload media. 2021-11-09 10:41:21 +02:00
Stefan Ceriu
b6514349fb vector-im/element-ios/issues/5009 - Refactored share extension and started using the shared code directly in the main application. 2021-10-18 16:40:48 +03:00
Doug
bd56dbe731 Fix generated avatar colours not matching Element Web. 2021-10-11 16:06:15 +01:00
manuroe
0d51dddd00 Merge remote-tracking branch 'origin/develop' into element_3812 2021-02-11 16:19:12 +01:00
manuroe
db913321b7 XcodeGen: Use same names for yml and xcconfig files in every target 2021-02-11 09:21:00 +01:00
manuroe
1206c69d0a XcodeGen: Fix xcconfig 2021-02-09 21:02:20 +01:00
manuroe
d20879c501 Xcodegen: No more build settings in yml files 2021-02-09 18:57:06 +01:00
manuroe
762d090583 XcodeGen: Common.xcconfig does not need to be included by targets anymore
It is loaded by the project (project.yml)
2021-02-09 18:10:56 +01:00
manuroe
0c3a211a8a XcodeGen: Move all base settings from yml to xcconfig 2021-02-09 17:37:14 +01:00
manuroe
c22d30c4f6 XcodeGen: Create AppIdentifiers.xcconfig
To centralise app id, profiles, etc in one place
2021-02-09 09:51:39 +01:00
SBiOSoftWhare
bbe0cad8f0 Theme: Introduce ThemeIdentifier to make theme identification easier in Swift. 2020-12-18 18:44:08 +01:00
ismailgulek
ae70a4bed0 Use keychain access group config in entitlements 2020-08-05 17:05:10 +03:00
ismailgulek
4d3729dd6f
Add common configs for each target 2020-08-03 12:42:19 +03:00
manuroe
c8d8f5db85 Build: Define applicationGroupIdentifier in xcconfig 2020-07-30 10:10:42 +02:00
ismailgulek
f3ae00281b
Add configs for NSE & SiriIntents too 2020-07-29 16:49:39 +03:00
ismailgulek
4a915ca555
Use xcconfig for app display name, for both app and share extension 2020-07-29 16:28:55 +03:00
ismailgulek
ad548644ff
Add keychain access group 2020-07-22 17:06:39 +03:00
SBiOSoftWhare
433f39880b Update bundle display name. 2020-07-08 09:57:07 +02:00
SBiOSoftWhare
01c38790ff version++
Update target versions using project build settings. Deployment target rely on project build settings.
2020-05-29 12:44:16 +02:00
manuroe
902382cdbe version++ 2020-05-18 12:38:20 +02:00
manuroe
0c4d0da3c3 version++ 2020-05-08 08:00:17 +02:00
SBiOSoftWhare
cba75aef1c version++ 2020-05-07 18:11:16 +02:00
manuroe
6144160a95 version++ 2020-04-29 12:31:30 +02:00
manuroe
3313a88c5a 0.11.1 2020-04-23 08:57:09 +02:00
manuroe
c75a9e54c1 version++ 2020-01-28 18:18:19 +01:00
manuroe
2b1b31e3d4 version++ 2019-12-11 08:51:58 +01:00
SBiOSoftWhare
332476f670 version++ 2019-12-05 10:11:30 +01:00
SBiOSoftWhare
9ce5d15b60 version++ 2019-11-08 11:54:11 +01:00
SBiOSoftWhare
3ae7287a9b version++ 2019-10-25 18:24:04 +02:00
manuroe
d4512a9ada version++ 2019-10-04 15:48:04 +02:00
manuroe
240522b5e6 version++ 2019-09-20 17:25:20 +02:00
manuroe
b6c63abc3c version++ 2019-09-16 10:26:27 +02:00
manuroe
4ffe0bd511 version++ 2019-09-10 16:21:32 +02:00
manuroe
cf49e751ef Bump version 2019-07-24 17:08:44 +02:00
manuroe
3c80fbc5b2 version++ 2019-07-17 14:02:51 +02:00
manuroe
d9811f9ff4 version++ 2019-07-16 18:48:41 +02:00
manuroe
934a6a62a8 Share extension: Enable any file upload (max 5). 2019-07-12 12:58:56 +02:00
manuroe
a3239fda92 version++ 2019-05-21 01:39:36 +02:00
SBiOSoftWhare
0f7afec413 version++ 2019-05-06 11:02:36 +02:00
SBiOSoftWhare
af8922c0ae version++ 2019-03-21 16:32:34 +01:00
SBiOSoftWhare
c3e635650d version++ 2019-03-19 16:43:17 +01:00
manuroe
9f5c0bf2d2 version++ 2019-03-13 09:10:18 +01:00
SBiOSoftWhare
47fdd47a81 version++ 2019-02-27 16:59:51 +01:00
manuroe
6a6a46d1bf version++ 2019-02-19 17:23:14 +01:00
manuroe
1055baa3ed version++ 2019-02-15 21:53:10 +01:00
SBiOSoftWhare
8cb9bbce7c [Share extension] Add NSExtensionActivationDictionaryVersion to plist. By the way enable sharing with Apple Notes application. 2019-02-08 11:06:47 +01:00