Federico Maccaroni
a23454bc53
[PM-3508] Fix Release iPhoneSimulator configuration for iOS / Extensions ( #2698 )
...
* PM-3508 Fix Release iPhoneSimulator configuration for iOS / Extensions
* PM-3508 Fix --deep space on watch app references
2023-08-16 15:55:34 -03:00
mpbw2
6f7100ae4f
lib updates ( #2696 )
2023-08-16 12:48:54 -04:00
mp-bw
f24b82f345
Dependency Updates ( #2517 )
2023-05-11 11:13:30 -04: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
mp-bw
7f9dfd3dae
Updated libs to latest stable ( #2092 )
...
* updated libs to latest stable
* testing rollback of test dependencies
* testing xunit restore
* bump all test libs except xunit
* remove AndroidX.Migration package
2022-09-22 11:17:17 -04:00
Federico Maccaroni
ae4e8e2d8e
[EC-341] Fix show alternative 2FA on iOS extensions ( #2011 )
...
* EC-341 Fix show alternative 2FA on iOS extensions
* EC-341 Fix iOS.Core.csproj reference
2022-08-04 16:42:41 -03:00
Federico Maccaroni
f8a7eb4c94
Add Share app Extension on iOS for Send (re-PR) ( #1660 )
...
* WIP Add Share app extension on iOS for Send
* Added Share app extension on iOS for Send and some code fixes as well
* Updated iOS csprojs configs to linkskip the new extension project and also added AdHoc and AppStore configurations to iOS.ShareExtension.csproj
* Code clean up and transformed bundle resources into links to the already used pngs of the main iOS project on ShareExtension
* Updated build.yml to include provisioning profile for iOS Share extension
* Adding in the missing provisioning profile
* Removed .DS_Store from the iOS.ShareExtension csproj Resources
* switching out the share extension profile
* Added Share extension provisioning profile configuration on export options app store for github and also removed custom info.plist config for localhost which is not necessary
* Moved property so that it's grouped with the full ones
* Added AppCenter Crashes package to Core and updated FireAndForget Task Extension
* Updated bundle reference of FontAwesome.ttf to bwi-font.ttf in order for it to compile on ShareExtension
Co-authored-by: Joseph Flinn <joseph.s.flinn@gmail.com>
Co-authored-by: Álison Fernandes <vvolkgang@users.noreply.github.com>
2022-01-25 17:41:56 -03:00
Oscar Hinton
3f1674c1f1
Icon Updates ( #1541 )
2022-01-21 10:31:03 +01:00
Federico Maccaroni
7d42d19ae3
Revert "Add Share app Extension on iOS for Send ( #1647 )" ( #1655 )
...
This reverts commit 75ed72f91b
.
2021-11-19 17:00:54 -03:00
Federico Maccaroni
75ed72f91b
Add Share app Extension on iOS for Send ( #1647 )
...
* WIP Add Share app extension on iOS for Send
* Added Share app extension on iOS for Send and some code fixes as well
* Updated iOS csprojs configs to linkskip the new extension project and also added AdHoc and AppStore configurations to iOS.ShareExtension.csproj
* Code clean up and transformed bundle resources into links to the already used pngs of the main iOS project on ShareExtension
* Updated build.yml to include provisioning profile for iOS Share extension
* Adding in the missing provisioning profile
* Removed .DS_Store from the iOS.ShareExtension csproj Resources
* switching out the share extension profile
* Added Share extension provisioning profile configuration on export options app store for github and also removed custom info.plist config for localhost which is not necessary
Co-authored-by: Joseph Flinn <joseph.s.flinn@gmail.com>
2021-11-19 15:05:00 -03:00
Matt Portune
8d23bc89e8
Update XF to remove AndroidX dependency hack ( #1544 )
...
* update forms and other libs
* change async pattern
2021-09-23 13:11:51 -04:00
Matt Portune
913c673773
Revert "enable LLVM in iOS extensions ( #1511 )" ( #1513 )
...
This reverts commit 380c3583fb
.
2021-08-25 17:02:49 -04:00
Matt Portune
380c3583fb
enable LLVM in iOS extensions ( #1511 )
2021-08-23 11:40:16 -04:00
Matt Portune
93e2c0df7c
keep app version at 2.11.1 for now ( #1471 )
2021-07-21 14:03:38 -04:00
Matt Portune
8d07397a59
Revert "lib updates and app version bump ( #1468 )" ( #1469 )
...
This reverts commit 15d44b873b
.
2021-07-20 16:21:41 -04:00
Matt Portune
15d44b873b
lib updates and app version bump ( #1468 )
...
* lib updates and app version bump
* added explicit androidx core dependency
2021-07-20 12:57:01 -04:00
Matt Portune
2f6e1ff477
lib updates ( #1381 )
...
* lib updates
* included csv and biometric lib
2021-05-13 14:15:26 -04:00
Kyle Spearrin
06a462d48c
skip litedb from ios linker
2020-06-02 14:06:53 -04:00
Vincent Salucci
4c3df2e1e1
[Auto Logout] Final review of feature ( #932 )
...
* Initial commit of LockService name refactor (#831 )
* [Auto-Logout] Update Service layer logic (#835 )
* Initial commit of service logic update
* Added default value for action
* Updated ToggleTokensAsync conditional
* Removed unused variables, updated action conditional
* Initial commit: lockOption/lock refactor app layer (#840 )
* [Auto-Logout] Settings Refactor - Application Layer Part 2 (#844 )
* Initial commit of app layer part 2
* Updated biometrics position
* Reverted resource name refactor
* LockOptions refactor revert
* Updated method casing :: Removed VaultTimeout prefix for timeouts
* Fixed dupe string resource (#854 )
* Updated dependency to use VaultTimeoutService (#896 )
* [Auto Logout] Xamarin Forms in AutoFill flow (iOS) (#902 )
* fix typo in PINRequireMasterPasswordRestart (#900 )
* initial commit for xf usage in autofill
* Fixed databinding for hint button
* Updated Two Factor page launch - removed unused imports
* First pass at broadcast/messenger implentation for autofill
* setting theme in extension using theme manager
* extension app resources
* App resources from main app
* fix ref to twoFactorPage
* apply resources to page
* load empty app for sytling in extension
* move ios renderers to ios core
* static ref to resources and GetResourceColor helper
* fix method ref
* move application.current.resources refs to helper
* switch login page alerts to device action dialogs
* run on main thread
* showDialog with device action service
* abstract action sheet to device action service
* add support for yubikey
* add yubikey iimages to extension
* support close button action
* add support to action extension
* remove empty lines
Co-authored-by: Jonas Kittner <54631600+theendlessriver13@users.noreply.github.com>
Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com>
* [Auto Logout] Update lock option to be default value (#929 )
* Initial commit - make lock action default
* Removed extra whitespace
Co-authored-by: Jonas Kittner <54631600+theendlessriver13@users.noreply.github.com>
Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com>
Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
2020-05-29 12:26:36 -04:00
Matt Portune
da661c229c
Lib updates ( #889 )
...
* lib updates
* updated libs
2020-05-07 17:03:13 -04:00
Matt Portune
4d3d8b643a
Conversion of HockeyApp to AppCenter for crash reporting ( #810 )
...
* Conversion of HockeyApp to AppCenter for crash reporting
* Corrected older-style nuget package definition
2020-04-02 09:02:38 -04:00
kspearrin
f10114ee17
* iOS.Autofill.csproj: Fix profiles used for builds
...
* iOS.csproj:
* iOS.Extension.csproj:
2020-03-11 09:33:52 -04:00
Kyle Spearrin
59c5a34cd0
adjust bundle signing config
2019-07-03 15:03:09 -04:00
Kyle Spearrin
3321e6b0e2
set entitlements
2019-07-03 14:54:12 -04:00
Kyle Spearrin
d423818764
add hockeyapp to extensions
2019-07-02 16:28:01 -04:00
Kyle Spearrin
519acd43aa
provisioning profiles
2019-07-02 16:13:09 -04:00
Kyle Spearrin
2682a0d9e4
--nodevcodeshare on debug
2019-07-02 14:58:18 -04:00
Kyle Spearrin
8629ae048c
update build props
2019-07-02 14:43:07 -04:00
Kyle Spearrin
905d01e804
adjust settings
2019-07-02 14:14:59 -04:00
Kyle Spearrin
caa0af1258
remove old action view controllers
2019-06-28 10:45:42 -04:00
Kyle Spearrin
f237fa98d2
ios autofill extension implemented
2019-06-28 08:21:44 -04:00
Kyle Spearrin
645576c949
port over models
2019-06-27 13:45:16 -04:00
Kyle Spearrin
775bee3546
fix dependency hell
2019-06-27 13:41:32 -04:00
Kyle Spearrin
88aea96034
add autofill resources
2019-06-26 20:52:17 -04:00
Kyle Spearrin
fe7aad0835
autofill extension project
2019-06-26 20:39:45 -04:00
Kyle Spearrin
297beac169
reset for v2
2019-03-27 16:23:00 -04:00
Kyle Spearrin
5b6becc63f
remove analytics
2019-01-15 11:19:31 -05:00
Kyle Spearrin
2f0935dbbe
update libs
2018-11-23 09:20:39 -05:00
Kyle Spearrin
f416f95b77
reuse code
2018-09-24 16:11:54 -04:00
kspearrin
42fc868b68
Search controller for autofill setup
2018-09-24 12:41:08 -04:00
Kyle Spearrin
fce2a7ba94
cleanup and updated resource strings for autofill
2018-09-21 15:32:12 -04:00
Kyle Spearrin
3e240c4d2f
setup view controller during config
2018-09-21 15:06:23 -04:00
kspearrin
f57db917d1
wire up shared view controllers
2018-09-20 22:53:23 -04:00
Kyle Spearrin
d32eb9c9bc
copy classes to autofill
2018-09-20 22:24:13 -04:00
kspearrin
6904ea118b
basic autofill
2018-09-20 16:44:06 -04:00
kspearrin
cefcc14d4d
update autofill files
2018-09-19 23:08:39 -04:00
Kyle Spearrin
a52d1e1506
autofill project
2018-09-19 22:25:16 -04:00