Questa è l'app per smartphone di Bitwarden, permette di utilizzare tutte le funzioni premium gratuitamente utilizzando l'istanza messa a disposizione dal gruppo devol https://vaultwarden.devol.it
Go to file
Kyle Spearrin ea3dcd6250 add zxing lib 2019-05-22 20:28:31 -04:00
src add zxing lib 2019-05-22 20:28:31 -04:00
test/Playground playground app and json settings for litedb 2019-03-28 13:57:45 -04:00
.editorconfig editor config with guideline at 120 2019-04-09 09:47:22 -04:00
.gitattributes stub out xamarin project 2019-03-27 20:12:44 -04:00
.gitignore build css from less 2019-04-02 22:15:11 -04:00
CONTRIBUTING.md contrib updates 2018-07-30 17:07:44 -04:00
ISSUE_TEMPLATE.md Update ISSUE_TEMPLATE.md 2018-03-10 16:36:40 -05:00
LICENSE.txt license 2016-10-10 18:38:47 -04:00
README.md fetch image from bitwarden/brand (#345) 2018-07-19 10:51:15 -04:00
SECURITY.md uppercase Bitwarden 2018-02-27 13:37:46 -05:00
bitwarden-mobile.sln remove preproject 2019-04-17 16:02:19 -04:00
crowdin.yml en-gb support 2019-01-15 17:54:52 -05:00

README.md

appveyor build Crowdin Join the chat at https://gitter.im/bitwarden/Lobby

Bitwarden Mobile Application

Get it on Google Play

The Bitwarden mobile application is written in C# with Xamarin Android, Xamarin iOS, UWP, and Xamarin Forms.

Build/Run

Requirements

API endpoint

By default the app is targeting the production API. If you are running the Core API locally, you'll need to switch the app to target your local instance. Open src/App/Utilities/ApiHttpClient.cs and src/App/Utilities/IdentityHttpClient.cs and set the BaseAddress to your local API endpoints (ex. new Uri("http://localhost:5000")). Alternatively, you can also adjust the environment endpoints from the environment settings page on the home screen of the app (log out).

Run the app

After restoring the nuget packages, you can now build and run the app.

Contribute

Code contributions are welcome! Visual Studio or Xamarin Studio is required to work on this project. Please commit any pull requests against the master branch. Learn more about how to contribute by reading the CONTRIBUTING.md file.

Security audits and feedback are welcome. Please open an issue or email us privately if the report is sensitive in nature. You can read our security policy in the SECURITY.md file.