The mobile app vault (iOS and Android).
Go to file
Kyle Spearrin 6d9b860c8b update tabbar 2019-05-30 21:24:03 -04:00
src update tabbar 2019-05-30 21:24:03 -04:00
store/google/Publisher fdroid config profile 2019-05-28 13:50:01 -04:00
test/Playground fdroid config profile 2019-05-28 13:50:01 -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
appveyor.yml disable fdroid for now to speed of builds 2019-05-28 15:50:53 -04:00
bitwarden-mobile.sln remove ios projects for now 2019-05-28 15:05:28 -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.