The mobile app vault (iOS and Android).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Kyle Spearrin 61c1c6ebf8 build css from less 7 years ago
src build css from less 7 years ago
test/Playground playground app and json settings for litedb 7 years ago
.gitattributes stub out xamarin project 7 years ago
.gitignore build css from less 7 years ago
CONTRIBUTING.md contrib updates 7 years ago
ISSUE_TEMPLATE.md Update ISSUE_TEMPLATE.md 8 years ago
LICENSE.txt license 9 years ago
README.md fetch image from bitwarden/brand (#345) 8 years ago
SECURITY.md uppercase Bitwarden 8 years ago
bitwarden-mobile.sln playground app and json settings for litedb 7 years ago
crowdin.yml en-gb support 7 years ago

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.