Alistair Francis
be3ed16d3c
UWP: Generate UWP Assets ( #220 )
...
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2017-12-22 00:14:44 -05:00
Kyle Spearrin
b651becf66
simplify push in UWP as well
2017-12-21 23:33:13 -05:00
Kyle Spearrin
2b4ffaa357
add type to deviceinfo to avoid using XF
2017-12-21 22:28:09 -05:00
Alistair Francis
713796a4f7
UWP: Fix images when compiling with .NET Native Toolchain ( #219 )
...
Following the instructions here:
https://github.com/luberda-molinet/FFImageLoading/wiki/Xamarin.Forms-API#windows-uwp---compile-with-net-native-tool-chain-note
fix the UWP App.xaml.cs to ensure images are loaded when building UWP
apps for release.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2017-12-21 08:55:24 -05:00
Alistair Francis
08c4e2d465
UWP: Enable Collection Services ( #214 )
...
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2017-12-17 22:17:53 -05:00
Kyle Spearrin
c180422e8b
fixes for UWP
2017-12-14 10:19:50 -05:00
Kyle Spearrin
383c683716
update to netstandard2.0 and nuget ref packages
...
also removed old test projects no longer in use
2017-12-13 16:41:57 -05:00
Alistair Francis
177b48ac90
Add Windows support for QR code scanning ( #207 )
...
* UWP: Add support for QR code scanning
Signed-off-by: Alistair Francis <alistair@alistair23.me>
* Pages: ScanPage: Set the close button on Windows
A previous commit mistakenly removed the close button, even though the
scan page is not modal. This means there is no way to navigate away if
running on Windows 10. Revert this change to add a back button.
We need to use a modal page here as we need it to pop up over the entire
view.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2017-12-13 08:57:49 -05:00
Kyle Spearrin
5bae15831b
update fingerprint to beta4
2017-12-05 10:04:53 -05:00
Kyle Spearrin
14540b4cc0
support for faceid labels
2017-11-29 15:47:43 -05:00
Kyle Spearrin
ec9960e28e
update fingerprint for UWP
2017-11-29 13:48:26 -05:00
Kyle Spearrin
022eba2c05
fixes for UWP
2017-11-28 21:27:57 -05:00
Kyle Spearrin
029c6fcfe3
Fix UWP errors
2017-11-28 21:08:45 -05:00
Kyle Spearrin
783c4d104c
add tools page for autofill service
2017-11-27 17:27:11 -05:00
Alistair Francis
75e85541a6
UWP/Assets: Update to use the Bitwarden logo ( #169 )
...
* UWP/Assets: Update to use the Bitwarden logo
Signed-off-by: Alistair Francis <alistair@alistair23.me>
* Package.appxmanifest: Show title on UWP tiles
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2017-11-13 07:48:45 -05:00
Kyle Spearrin
ed7e43ed6e
downgrade cachedimage lib
2017-10-21 00:05:59 -04:00
Kyle Spearrin
7c56f1a773
bind to image with OnBindingContextChanged
2017-10-20 23:08:39 -04:00
Kyle Spearrin
1d6ec0f953
refactoring code for login => cipher support
2017-10-18 20:55:33 -04:00
Kyle Spearrin
6040c7768f
rename to pushnotificationservice
2017-10-10 08:26:17 -04:00
Kyle Spearrin
6da0d3e88d
push for uwp
2017-10-09 23:53:06 -04:00
Kyle Spearrin
7c6cc7b246
local push notification implementation from lib
2017-10-09 23:45:23 -04:00
Kyle Spearrin
e901a1f231
UWP tabbed page with icons
2017-10-03 12:11:09 -04:00
Kyle Spearrin
e4c47aca9e
shorthand
2017-10-02 22:38:56 -04:00
Kyle Spearrin
a43a3db098
formatting updates
2017-10-02 22:38:10 -04:00
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