Well, this whole thing is written in C# and Xamarin...
Why is there no W10/M version of this app? an UWP app maybe?
There are plans to add support for a UWP add. Shouldn't bee too much work to add.
Please assign this to me! I want to begin building Xamarin.UWP for this project @kspearrin
@amoraitis Feel free to add a UWP project to the solution. This is Xamarin.Forms so the majority of the work should already be done.
@kspearrin Ok, i added a UWP project in src/! I want guidelines. I must add it in test/ first and commit changes there?
If you need some help with getting started I am always available for chat in our gitter channel: https://gitter.im/bitwarden/Lobby
+1 for this, especially as your website claims that it is for "all" devices. At the moment it clearly isn't.
Ok, to any dev: if you want to finish UWP project contribute to this forked repo:https://github.com/amoraitis/mobile and i will reopen the pull request here, once the project finish!
Any advancements on the Window 10 app? @amoraitis your github link does not work BTW.
@Soneliem No, unfortunately we have not made any progress here yet.
@kspearrin Sad to hear that. A windows app would be really useful.
@amoraitis fork is down. How far did this end up getting?
@alistair23 As far as I know, nowhere.
Hello, I forked the repo, and added the necessary services to get the app running in Windows 10, we can continue working on the app on my fork until it's ready to make a pull request: https://github.com/hichamboushaba/bitwarden-mobile
Many services are still unimplemented, and the application needs a little theming, feel free to contribute, and me too I will try to implement the missing parts on my free time.
@kspearrin, I have some remarks/questions concerning the project:
1- you don't plan to migrate from PCL to Netstandard? this will give a boarded API which will help in more code sharing, I can help in this if you are interested
2- I had to add extensions to all image names in the PCL project, without them Forms doesn't resolve them for UWP. you are OK with this? AFAIK it doesn't impact other platforms (https://developer.xamarin.com/guides/xamarin-forms/user-interface/images/#Local_Images)
3- when do you plan to update forms nuget to v2.4?, it has a lot of fixes for UWP
Below some screenshots for the application in Windows:

@hichamboushaba That looks great so far! I glanced at your commits in your repo and it looks like you're definitely on the right track to get this working fully.
Your questions:
@kspearrin, thanks, I will try to add the missing parts before making pull request
About the first point, I'm using Netstandard (csproj) for a personal project, and yes, the issue with resx files is fixed now.
And about 2.4, I was using the pre-release in a production application for more than month now, and I didn't have any issues more than the stable ones 馃槃 , but there is some small breaking changes like changing adding the RuntimePlatform name for UWP instead of Windows...
@hichamboushaba Let's try to do this in phases. I'd like to keep the PRs as small as possible. So if you can avoid net standard and 2.4 for now, we can do that in another PR.
@kspearrin, yes of course :)
If you prefer I can even make a PR for what's done so far to keep it small.
If what you have compiles and runs that is good enough for a PR.
I tested this over the weekend and it works on my Windows 10 Phone and Windows 10 computer. Are you planning on submitting the app to the Microsoft store soon?
It needs a lot of UI work before we can submit it.
Ok, if you have specific areas in mind I can try and help.
Feel free to message me in our developer chatroom and I can go over a few things with you: https://gitter.im/bitwarden/Lobby
Ok, so here are some main things that I see that still need to be done (in order of priority):
I have forked the code base and have a bitwarden client available on the Windows store, if anyone is interested: https://www.microsoft.com/en-us/store/p/bytewarden/9n248v7dk05k
This is no longer planned for this mobile. We not have official desktop apps. @alistair23 's port can be used if people are interested.
Most helpful comment
@kspearrin Sad to hear that. A windows app would be really useful.