2019-06-10 21:45:58 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" >
< title > Bitwarden on F-Droid< / title >
2019-06-10 22:16:38 +02:00
< link href = "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous">
2019-06-10 21:45:58 +02:00
< / head >
2019-06-10 22:36:09 +02:00
< body style = "text-align: center; padding: 20px; max-width: 600px; margin: 0 auto;" >
< h1 style = "font-size: 1.7rem;" > Bitwarden on F-Droid< / h1 >
2019-06-10 22:16:38 +02:00
< p >
< a href = "https://mobileapp.bitwarden.com/fdroid/repo?fingerprint=BC54EA6FD1CD5175BCCCC47C561C5726E1C3ED7E686B6DB4B18BAC843A3EFE6C" >
< img src = "./qr.png" alt = "" width = "300" height = "300" / >
< / a >
< / p >
< p >
< a href = "https://mobileapp.bitwarden.com/fdroid/repo?fingerprint=BC54EA6FD1CD5175BCCCC47C561C5726E1C3ED7E686B6DB4B18BAC843A3EFE6C" >
< img src = "./btn.png" alt = "" width = "323" height = "125" / >
< / a >
< / p >
2019-06-10 22:51:22 +02:00
< h3 style = "font-size: 1.25rem;" > Repository< / h3 >
< div style = "text-align: left;" >
URL:
< pre > < code > https://mobileapp.bitwarden.com/fdroid/repo< / code > < / pre >
Fingerprint:
< pre > < code > BC54EA6FD1CD5175BCCCC47C561C5726E1C3ED7E686B6DB4B18BAC843A3EFE6C< / code > < / pre >
< / div >
2019-06-10 22:36:09 +02:00
< h3 style = "font-size: 1.25rem;" > Instructions< / h3 >
< ol style = "text-align: left; padding-left: 25px;" >
2019-06-10 22:16:38 +02:00
< li > Install the < a href = "https://f-droid.org" target = "_blank" > F-Droid< / a > client app.< / li >
2019-06-10 23:01:15 +02:00
< li > Click the button above, scan the QR code above, or manually copy/paste the repository information into the F-Droid client app under Settings.< br / < / li >
2019-06-10 22:16:38 +02:00
< li > Add the Bitwarden repository to the F-Droid client app.< / li >
< li > Refresh your F-Droid client app Categories tab.< / li >
< li > Install Bitwarden from the F-Droid client app listing.< / li >
< / ol >
2019-06-10 22:36:09 +02:00
< h3 style = "font-size: 1.25rem;" > Limitations< / h3 >
< p style = "text-align: left;" >
2019-06-10 22:16:38 +02:00
Since the Bitwarden F-Droid build does not include Firebase Messaging,
push notifications for live sync updates of your vault will not work.
Manual vault syncing will be required.
< / p >
2019-06-10 21:45:58 +02:00
< / body >
< / html >