1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-11-03 08:39:46 +01:00
bitwarden-mobile/src/iOS.Extension
Hicham Boushaba d651606800 Add UWP support (#139)
* Add UWP project, and generate services boilerplate

* SqliteService implementation and sqlite-net-pcl update (#bug https://stackoverflow.com/questions/45418669/xamarin-forms-pcl-assemly-issue)

* Important services implementation

* Create a shared project to host images for UWP (to keep code project clean)

* Add extensions to image names referenced by the pcl project

* Add DismissModalToolBarItem to modal pages

* moving UWP folders inside src folder

* Add DeviceInfoService implementation

* Remove dependency on BouncyCastle, and calculate key derivation using native support

* changes requested by project maintener

* Fix HasCamera property

* DeviceActionService implementation
2017-10-02 22:15:13 -04:00
..
Models autofill adjustments 2017-09-29 15:12:33 -04:00
Properties Assembly updates 2016-08-26 23:53:50 -04:00
Resources fingerprint icon on extension lock page 2016-07-30 12:44:02 -04:00
app.config update pinvoke libs 2017-08-30 22:15:30 -04:00
AppDelegate.cs Added and configured iOS Extension project with ExtensionPreprocessingJS for webpage analysis. 2016-05-07 01:54:44 -04:00
Entitlements.plist Same service for keychain storage across apps. Changed keychain access group name. Updated fill script with results from site selection in extension. 2016-06-25 02:54:34 -04:00
extension.js updated collection and fill scripts 2016-11-27 00:23:56 -05:00
Info.plist bump build 2017-09-29 17:42:11 -04:00
iOS.Extension.csproj Add UWP support (#139) 2017-10-02 22:15:13 -04:00
LoadingViewController.cs shorthand null check 2017-09-28 22:56:36 -04:00
LoadingViewController.designer.cs Added setup view controller to app extension. 2016-07-26 22:28:02 -04:00
LockFingerprintViewController.cs use AuthenticationRequestConfiguration 2017-06-02 15:16:26 -04:00
LockFingerprintViewController.designer.cs Applied i18n strings to missing parts in app extension 2016-12-26 21:22:55 -05:00
LockPasswordViewController.cs moved locked sets to AppSettingsService 2017-04-28 11:34:02 -04:00
LockPasswordViewController.designer.cs Applied i18n strings to missing parts in app extension 2016-12-26 21:22:55 -05:00
LockPinViewController.cs switch all monospaced fonts on iOS to menlo 2017-09-14 15:17:28 -04:00
LockPinViewController.designer.cs Applied i18n strings to missing parts in app extension 2016-12-26 21:22:55 -05:00
LoginAddViewController.cs autofill custom fields for iOS extension 2017-09-26 14:38:12 -04:00
LoginAddViewController.designer.cs renaming files for Site => Login refactor 2017-01-03 00:25:17 -05:00
LoginListViewController.cs autofill custom fields for iOS extension 2017-09-26 14:38:12 -04:00
LoginListViewController.designer.cs renaming files for Site => Login refactor 2017-01-03 00:25:17 -05:00
Main.cs Added and configured iOS Extension project with ExtensionPreprocessingJS for webpage analysis. 2016-05-07 01:54:44 -04:00
MainInterface.storyboard switch all monospaced fonts on iOS to menlo 2017-09-14 15:17:28 -04:00
packages.config Add UWP support (#139) 2017-10-02 22:15:13 -04:00
PasswordGeneratorViewController.cs switch all monospaced fonts on iOS to menlo 2017-09-14 15:17:28 -04:00
PasswordGeneratorViewController.designer.cs Applied i18n strings to missing parts in app extension 2016-12-26 21:22:55 -05:00
SetupViewController.cs Applied i18n strings to missing parts in app extension 2016-12-26 21:22:55 -05:00
SetupViewController.designer.cs Applied i18n strings to missing parts in app extension 2016-12-26 21:22:55 -05:00