Federico Maccaroni
95ccf1da08
PM-2732 Added script to build swift fat framework and also several attempts to fix and avoid loading iOS 17 stuff on other OS versions. So far this only works on iOS 17 and on previous versions the Autofill extensions doesn't load
2023-07-06 15:59:01 -03:00
Federico Maccaroni
ea44a84596
PM-2732 Changed to Delegate approach for the new iOS 17 credential provider methods
2023-07-05 18:56:22 -03:00
Federico Maccaroni
62f3fd5b5c
PM-2732 iOS 17 credential provider binding creation and initial testing WIP
2023-07-04 18:31:02 -03:00
Federico Maccaroni
9f8307a4ff
[EC-770] Implement MessagePack on Watch sync ( #2264 )
...
* EC-770 Started implementing MessagePack for the iPhone -> Watch communication
* EC-770 Removed Pods and installed MessagePack through SPM
* EC-770 Implemented MessagePack + Lzfse compression when syncing iPhone -> Watch
* EC-770 Added MessagePack as submodule and updated the build to checkout the submodule as well. Also added MessagePack files as reference in the watch project
* EC-770 Updated build
Updated build.yml to checkout submodules on iOS
2023-03-09 15:45:51 -03:00
Kyle Spearrin
b8d53b0f81
Argon2id KDF ( #2309 )
...
* add gcc_flags for libargon2.a
* fix up ios proj
* remove unused tag
* add gcc_flags to ios projects
* ios libargon2 binary
* fix paths in ios project
* update pathing on other projs
* Argon2id primitive
* fix typing issues
* comment
* remove ds store
* [PS-2249] Implement Argon2 (#2293 )
* Implement Argon2
* Fix incorrect argon2 type on iOS
* Switch argon2 implementation to native bindings
* Change argon2 to save iterations instead of memory as 'kdfIterations'
* Remove mistakenly added import
* Remove unused library
* cleanup
* move android libs
* move android libs
* Revert "move android libs"
This reverts commit 0b91b22cd2 .
* Revert "move android libs"
This reverts commit 139839c469 .
* PR feedback
Co-authored-by: Bernd Schoolmann <mail@quexten.com >
2023-01-25 07:58:36 -05:00