bitwarden-mobile/src/iOS.Extension
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
..
Models move some json dependencies out of extension project 2019-07-02 14:03:59 -04:00
Properties bitwarden inc 2020-02-18 22:39:35 -05:00
Resources [SG-166] Two Step Login - Feature Branch (#2157) 2022-10-28 23:10:41 +01:00
AppDelegate.cs action extension project 2019-06-26 20:28:23 -04:00
Entitlements.plist action extension project 2019-06-26 20:28:23 -04:00
Info.plist Bumped version to 2023.1.1 (#2297) 2023-01-16 10:29:15 +01:00
LoadingViewController.cs EC-833 fix WatchDeviceService registration to be called from the extensions appropiately (#2233) 2022-12-13 11:27:15 -03:00
LoadingViewController.designer.cs theme splash for extensions 2019-06-28 12:30:48 -04:00
LockPasswordViewController.cs Fix for missing biometric integrity check in iOS extensions under certain conditions (#1162) 2020-12-01 15:30:23 -05:00
LockPasswordViewController.designer.cs app extension for autofill ios 2019-06-28 08:57:08 -04:00
LoginAddViewController.cs fix for stuck extension sheets when dismissed by swipe (#1117) 2020-10-15 14:34:31 -04:00
LoginAddViewController.designer.cs app extension for autofill ios 2019-06-28 08:57:08 -04:00
LoginListViewController.cs add master password reprompt to share sheet extension (#1922) 2022-05-23 16:01:04 -04:00
LoginListViewController.designer.cs app extension for autofill ios 2019-06-28 08:57:08 -04:00
Main.cs action extension project 2019-06-26 20:28:23 -04:00
MainInterface.storyboard Add Share app Extension on iOS for Send (re-PR) (#1660) 2022-01-25 17:41:56 -03:00
PasswordGeneratorViewController.cs fix for stuck extension sheets when dismissed by swipe (#1117) 2020-10-15 14:34:31 -04:00
PasswordGeneratorViewController.designer.cs app extension for autofill ios 2019-06-28 08:57:08 -04:00
SetupViewController.cs fix for stuck extension sheets when dismissed by swipe (#1117) 2020-10-15 14:34:31 -04:00
SetupViewController.designer.cs app extension for autofill ios 2019-06-28 08:57:08 -04:00
extension.js action extension project 2019-06-26 20:28:23 -04:00
iOS.Extension.csproj Argon2id KDF (#2309) 2023-01-25 07:58:36 -05:00