Andreas Buff
aa175d5485
IOS-2736 rm commented code
2 years ago
Andreas Buff
9a9201d5cf
Merge branch '1.1.250' into IOS-2736
2 years ago
Andreas Buff
eb1e7eb426
Merge branch 'IOSAD-202' into 1.1.250
2 years ago
Andreas Buff
f9ace2283b
IOSAD-202 stops setting per machine dir for mac. The defaults in Engine platform_unix.h should do.
2 years ago
Andreas Buff
f5e8be6363
Merge branch '1.1.250' into IOSAD-202
2 years ago
Andreas Buff
d26f32b8f6
Merge branch 'IOSAD-202' into 1.1.250
2 years ago
Andreas Buff
646d52f6c4
fixes: dependencies not explicitly mentioned in scheme
2 years ago
Andreas Buff
e9634e662a
merge 1.1.250
2 years ago
Andreas Buff
0bd9687371
IOSAD-202 perMachineDir not set on mac
2 years ago
Andreas Buff
a72011e4cb
IOSAD-202 uses untested, assumed working escaped path string for NSURL initialization.
2 years ago
Andreas Buff
2c417891bb
IOSAD-202 rm dead code
2 years ago
Andreas Buff
405988252e
IOSAD-202 ignores the complete impl for macOS
2 years ago
Andreas Buff
222b21ed18
IOSAD-202 fixes syntax errors
2 years ago
Andreas Buff
91ab1a4f32
IOSAD-202 fixes: wrong PER_USER_DIRECTORY on macOS
2 years ago
Andreas Buff
992476ea71
IOSAD-202 rm dead code
2 years ago
Andreas Buff
4649bc2a13
cleaner build
2 years ago
Andreas Buff
bcb9303288
IOSAD-202 ignores the complete impl for macOS
2 years ago
Andreas Buff
22186c3fd9
IOSAD-202 fixes syntax errors
2 years ago
Andreas Buff
ebd04cbca5
IOSAD-202 fixes: wrong PER_USER_DIRECTORY on macOS
2 years ago
Andreas Buff
83c7b1d7a4
cleanup
2 years ago
Andreas Buff
4ddce5b225
fixes: wrong MARK
2 years ago
Andreas Buff
34968fa2cd
IOS-2656 fixes: crash on startup in Release build
2 years ago
Dirk Zimmermann
ba48b2b113
Merge branch 'IOS-2651' into 1.1.250
2 years ago
Dirk Zimmermann
ae887c8956
IOS-2651 No need for mercurial anymore
2 years ago
Dirk Zimmermann
5211739c76
IOS-2651 Move pEpObjCAdapter to git
2 years ago
Dirk Zimmermann
23cff3bd97
IOS-2651 Move yml2 to git
2 years ago
Andreas Buff
2afcb6d148
fixes: ObjCAdapter_iOS scheme does not built toolbox (and thus fails to build). Thx davida
2 years ago
David Alarcon
25b3211fee
Merge branch 'IOSAD-191' into 1.1.250
...
* IOSAD-191: (63 commits)
IOSAD-191 Delete PEPObjCAdapterTypesTests_macOS target.
IOSAD-191 Move pEpMessageWithAllFieldsFilled to PEPTypesTestUtil.
IOSAD-191 Move pEpLanguageWithAllFieldsFilled to PEPTypesTestUtil.
IOSAD-191 Small refactor for code review.
IOSAD-191 Delete PEPMessageTest and PEPAttachmentTests. Add PEPMessage+SecureCodingTest tests. Delete some unused code. some refactor.
IOSAD-191 Delete PEPAttachmentTest.
IOSAD-191 Add PEPAttachment_SecureCodingTest tests.
IOSAD-191 Delete PEPLanguageTest and PEPLanguageTests. Add PEPLanguage+SecureCodingTest tests.
IOSAD-191 Delete PEPIdentityTest.
IOSAD-191 Create PEPTypesTestUtil. Add PEPIdentity+SecureCodingTest tests.
IOSAD-191 Refactor some code.
IOSAD-191 Delete some unnecessary code. Refactor.
IOSAD-191 Reorganize PEPObjCAdapterTypesTests test files.
IOSAD-191 Add PEPMessage iOS tests.
IOSAD-191 Add PEPAttachment iOS tests.
IOSAD-191 Add PEPLanguage iOS tests. Delete PEPObjCAdapterTypesTests_iOS file.
IOSAD-191 Add PEPIdentity iOS tests.
IOSAD-191 Add PEPObjCAdapterTypesTests_iOS target.
IOSAD-191 Add isEqual to PEPAttachmentTest. Add PEPMessage tests.
IOSAD-191 Create PEPMessageTest.
...
2 years ago
David Alarcon
e210580b87
Merge branch '1.1.250' into IOSAD-191
...
* 1.1.250: (43 commits)
updates readme to use GIT Engine repo
IOS-2628 0 attachments
IOS-2628 Deal with "no attachment"
IOS-2628 Workaround empty bloblist
IOS-2628 Test for 0-length attachments
IOS-2628 Test for attachments in self-encrypt
IOSAD-186 updates readme
IOSAD-186 fixes: crashes at runtime under iOS12 using [NSObjcect new] (alloc init worked, crazy)
IOSAD-186 rm scheme for framework that does not exist any more
IOSAD-186 rm needless import
IOSAD-186 fixes: session always NULL due to system.db not found
IOSAD-186 adds fogotten files to pEp4iOS target
IOSAD-186 rm needless import
IOSAD-186 renames Sample App
IOSAD-186 used old sample app
Revert "IOSAD-186 cleanup"
IOSAD-186 cleanup
IOSAD-186 adds more complex test case to sample app (to reproduce linking problems with code from ewxtensions)
IOSAD-186 fixes: extentions not linked usoing static lib. Fixed by adding -objc LF to clients build settings
IOSAD-186 adds certain files have not been added to the pEpObjCAdapter_iOS target.
...
2 years ago
David Alarcon
8c5e3e5732
IOSAD-191 Delete PEPObjCAdapterTypesTests_macOS target.
2 years ago
David Alarcon
674235538e
IOSAD-191 Move pEpMessageWithAllFieldsFilled to PEPTypesTestUtil.
2 years ago
David Alarcon
92b7589ec3
IOSAD-191 Move pEpLanguageWithAllFieldsFilled to PEPTypesTestUtil.
2 years ago
Andreas Buff
e9f5fc56f0
updates readme to use GIT Engine repo
2 years ago
Dirk Zimmermann
44926456dc
IOS-2628 0 attachments
2 years ago
Dirk Zimmermann
54b85076ef
IOS-2628 Deal with "no attachment"
2 years ago
Dirk Zimmermann
c4a83b23ca
IOS-2628 Workaround empty bloblist
2 years ago
Dirk Zimmermann
391e9b2bc5
IOS-2628 Test for 0-length attachments
2 years ago
Dirk Zimmermann
febde2a826
IOS-2628 Test for attachments in self-encrypt
2 years ago
David Alarcon
a6fc71362b
IOSAD-191 Small refactor for code review.
2 years ago
David Alarcon
d6bae409f3
IOSAD-191 Delete PEPMessageTest and PEPAttachmentTests. Add PEPMessage+SecureCodingTest tests. Delete some unused code. some refactor.
2 years ago
David Alarcon
6bac5407e3
IOSAD-191 Delete PEPAttachmentTest.
2 years ago
David Alarcon
ecb30736de
IOSAD-191 Add PEPAttachment_SecureCodingTest tests.
2 years ago
David Alarcon
4e58c33fb1
IOSAD-191 Delete PEPLanguageTest and PEPLanguageTests. Add PEPLanguage+SecureCodingTest tests.
2 years ago
David Alarcon
38eadbc6b6
IOSAD-191 Delete PEPIdentityTest.
2 years ago
David Alarcon
5547809a4d
IOSAD-191 Create PEPTypesTestUtil. Add PEPIdentity+SecureCodingTest tests.
2 years ago
Andreas Buff
fd5246f2e9
IOSAD-186 updates readme
2 years ago
David Alarcon
8be1e71ce2
IOSAD-191 Refactor some code.
2 years ago
David Alarcon
831425185e
IOSAD-191 Delete some unnecessary code. Refactor.
2 years ago
David Alarcon
b13a7c7d60
IOSAD-191 Reorganize PEPObjCAdapterTypesTests test files.
2 years ago
David Alarcon
f30da345e5
IOSAD-191 Add PEPMessage iOS tests.
2 years ago