generated from bitwarden/template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a735a82
commit ff15292
Showing
21 changed files
with
388 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"repo": { | ||
"timestamp": 1727882917000 | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"timestamp": 1727882917000, | ||
"version": 20002, | ||
"index": { | ||
"name": "/index-v2.json", | ||
"sha256": "95f6370121a01a31adf9fc2253d08a5ec0bb18921e9185e7154f8072a827e020", | ||
"size": 544, | ||
"numPackages": 0 | ||
}, | ||
"diffs": { | ||
"1727882911000": { | ||
"name": "/diff/1727882911000.json", | ||
"sha256": "ed6c8dde50d38b31a4abbeef6c2812c51a4e9814bc19dc37a7020c48db6d2054", | ||
"size": 50, | ||
"numPackages": 0 | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"repo": { | ||
"timestamp": 1727882917000, | ||
"version": 20002, | ||
"name": "Bitwarden F-droid Archive", | ||
"icon": "icon.png", | ||
"description": "This is a repository of archived Bitwarden apps that are no longer officially supported.", | ||
"address": "http://raw.githubusercontent.com/bitwarden/f-droid/main/fdroid/archive" | ||
}, | ||
"requests": { | ||
"install": [], | ||
"uninstall": [] | ||
}, | ||
"apps": [], | ||
"packages": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"repo": { | ||
"name": { | ||
"en-US": "Bitwarden F-droid Archive" | ||
}, | ||
"description": { | ||
"en-US": "This is a repository of archived Bitwarden apps that are no longer officially supported." | ||
}, | ||
"icon": { | ||
"en-US": { | ||
"name": "/icons/icon.png", | ||
"sha256": "15efe5cfe8c7bb4d90dc06b72a018208f6dc37202a85ceb623f75f8843ca3a5e", | ||
"size": 1362 | ||
} | ||
}, | ||
"address": "http://raw.githubusercontent.com/bitwarden/f-droid/main/fdroid/archive", | ||
"timestamp": 1727882917000 | ||
}, | ||
"packages": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,228 @@ | ||
/* auto-generated - fdroid index updates will overwrite this file */ | ||
BODY { | ||
font-family : Arial, Helvetica, Sans-Serif; | ||
color : #0000ee; | ||
background-color : #ffffff; | ||
} | ||
p { | ||
text-align : justify; | ||
} | ||
p.center { | ||
text-align : center; | ||
} | ||
TD { | ||
font-family : Arial, Helvetica, Sans-Serif; | ||
color : #0000ee; | ||
} | ||
body,td { | ||
font-size : 14px; | ||
} | ||
TH { | ||
font-family : Arial, Helvetica, Sans-Serif; | ||
color : #0000ee; | ||
background-color : #F5EAD4; | ||
} | ||
a:link { | ||
color : #bb0000; | ||
} | ||
a:visited { | ||
color : #ff0000; | ||
} | ||
.zitat { | ||
margin-left : 1cm; | ||
margin-right : 1cm; | ||
font-style : italic; | ||
} | ||
#intro { | ||
border-spacing : 1em; | ||
border : 1px solid gray; | ||
border-radius : 0.5em; | ||
box-shadow : 10px 10px 5px #888; | ||
margin : 1.5em; | ||
font-size : .9em; | ||
width : 600px; | ||
max-width : 90%; | ||
display : table; | ||
margin-left : auto; | ||
margin-right : auto; | ||
font-size : .8em; | ||
color : #555555; | ||
} | ||
#intro > p { | ||
margin-top : 0; | ||
} | ||
#intro p:last-child { | ||
margin-bottom : 0; | ||
} | ||
.last { | ||
border-bottom : 1px solid black; | ||
padding-bottom : .5em; | ||
text-align : center; | ||
} | ||
table { | ||
border-collapse : collapse; | ||
} | ||
h2 { | ||
text-align : center; | ||
} | ||
.perms { | ||
font-family : monospace; | ||
font-size : .8em; | ||
} | ||
.repoapplist { | ||
display : table; | ||
border-collapse : collapse; | ||
margin-left : auto; | ||
margin-right : auto; | ||
width : 600px; | ||
max-width : 90%; | ||
} | ||
.approw, appdetailrow { | ||
display : table-row; | ||
} | ||
.appdetailrow { | ||
display : flex; | ||
padding : .5em; | ||
} | ||
.appiconbig, .appdetailblock, .appdetailcell { | ||
display : table-cell | ||
} | ||
.appiconbig { | ||
vertical-align : middle; | ||
text-align : center; | ||
} | ||
.appdetailinner { | ||
width : 100%; | ||
} | ||
.applinkcell { | ||
text-align : center; | ||
float : right; | ||
width : 100%; | ||
margin-bottom : .1em; | ||
} | ||
.paddedlink { | ||
margin : 1em; | ||
} | ||
.approw { | ||
border-spacing : 1em; | ||
border : 1px solid gray; | ||
border-radius : 0.5em; | ||
padding : 0.5em; | ||
margin : 1.5em; | ||
} | ||
.appdetailinner .appdetailrow:first-child { | ||
background-color : #d5d5d5; | ||
} | ||
.appdetailinner .appdetailrow:first-child .appdetailcell { | ||
min-width : 33%; | ||
flex : 1 33%; | ||
text-align : center; | ||
} | ||
.appdetailinner .appdetailrow:first-child .appdetailcell:first-child { | ||
text-align : left; | ||
} | ||
.appdetailinner .appdetailrow:first-child .appdetailcell:last-child { | ||
float : none; | ||
text-align : right; | ||
} | ||
.minor-details { | ||
font-size : .8em; | ||
color : #555555; | ||
} | ||
.boldname { | ||
font-weight : bold; | ||
} | ||
#appcount { | ||
text-align : center; | ||
margin-bottom : .5em; | ||
} | ||
kbd { | ||
padding : 0.1em 0.6em; | ||
border : 1px solid #CCC; | ||
background-color : #F7F7F7; | ||
color : #333; | ||
box-shadow : 0px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 2px #FFF inset; | ||
border-radius : 3px; | ||
display : inline-block; | ||
margin : 0px 0.1em; | ||
text-shadow : 0px 1px 0px #FFF; | ||
white-space : nowrap; | ||
} | ||
div.filterline, div.repoline { | ||
display : table; | ||
margin-left : auto; | ||
margin-right : auto; | ||
margin-bottom : 1em; | ||
vertical-align : middle; | ||
display : table; | ||
font-size : .8em; | ||
} | ||
.filterline form { | ||
display : table-row; | ||
} | ||
.filterline .filtercell { | ||
display : table-cell; | ||
vertical-align : middle; | ||
} | ||
fieldset { | ||
float : left; | ||
} | ||
fieldset select, fieldset input, #reposelect select, #reposelect input { | ||
font-size : .9em; | ||
} | ||
.pager { | ||
display : table; | ||
margin-left : auto; | ||
margin-right : auto; | ||
width : 600px; | ||
max-width : 90%; | ||
padding-top : .6em; | ||
} | ||
/* should correspond to .repoapplist */ | ||
.pagerrow { | ||
display : table-row; | ||
} | ||
.pagercell { | ||
display : table-cell; | ||
} | ||
.pagercell.left { | ||
text-align : left; | ||
padding-right : 1em; | ||
} | ||
.pagercell.middle { | ||
text-align : center; | ||
font-size : .9em; | ||
color : #555; | ||
} | ||
.pagercell.right { | ||
text-align : right; | ||
padding-left : 1em; | ||
} | ||
.anti { | ||
color : peru; | ||
} | ||
.antibold { | ||
color : crimson; | ||
} | ||
#footer { | ||
text-align : center; | ||
margin-top : 1em; | ||
font-size : 11px; | ||
color : #555; | ||
} | ||
#footer img { | ||
vertical-align : middle; | ||
} | ||
@media (max-width: 600px) { | ||
.repoapplist { | ||
display : block; | ||
} | ||
.appdetailinner, .appdetailrow { | ||
display : block; | ||
} | ||
.appdetailcell { | ||
display : block; | ||
float : left; | ||
line-height : 1.5em; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<!-- auto-generated - fdroid index updates will overwrite this file --> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
<html> | ||
<head> | ||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"> | ||
<meta content="width=device-width; initial-scale=1.0; minimum-scale=0.5; maximum-scale=2.0; user-scalable=1;" name="viewport"> | ||
<title> | ||
Bitwarden F-droid Archive | ||
</title> | ||
<base href="index.html"> | ||
<link href="index.css" rel="stylesheet" type="text/css"> | ||
<link href="icons/icon.png" rel="icon" type="image/png"> | ||
<link href="icons/icon.png" rel="shortcut icon" type="image/png"> | ||
<meta content="Bitwarden F-droid Archive" property="og:site_name"> | ||
<meta content="Bitwarden F-droid Archive" property="og:title"> | ||
<meta content property="og:determiner"> | ||
<meta content="This is a repository of archived Bitwarden apps that are no longer officially supported." property="og:description"> | ||
<meta content="index,nofollow" name="robots"> | ||
</head> | ||
<body> | ||
<h2> | ||
Bitwarden F-droid Archive | ||
</h2> | ||
<div id="intro"> | ||
<p style="margin-bottom:.2em;"> | ||
<span style="float:right;width:100px;margin-left:.5em;"> | ||
<a href="index.png" title="QR: test"> | ||
<img alt="QR: test" src="index.png" width="100"> | ||
</a> | ||
</span> | ||
This is a repository of archived Bitwarden apps that are no longer officially supported. | ||
<br> | ||
<br> | ||
Currently it serves | ||
<kbd> | ||
0 | ||
</kbd> | ||
apps. To add it to your F-Droid client, scan the QR code (click it to enlarge) or use this URL: | ||
</p> | ||
<p class="center" style="margin-top:.5em"> | ||
<a href="http://raw.githubusercontent.com/bitwarden/f-droid/main/fdroid/archive?fingerprint=5F9D110B95D7068C41C70B85D732F482FE3987902AD5FF8454C8FE7D6DB249E3"> | ||
<code style="color:#000000;font-weight:bold;"> | ||
http://raw.githubusercontent.com/bitwarden/f-droid/main/fdroid/archive | ||
</code> | ||
</a> | ||
</p> | ||
<p> | ||
If you would like to manually verify the fingerprint (SHA-256) of the repository signing key, here it is: | ||
<br> | ||
<blockcode style="color:#000000;font-weight:bold;"> | ||
5F 9D 11 0B 95 D7 06 8C 41 C7 0B 85 D7 32 F4 82 FE 39 87 90 2A D5 FF 84 54 C8 FE 7D 6D B2 49 E3 | ||
</blockcode> | ||
</p> | ||
</div> | ||
</body> | ||
</html> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<fdroid> | ||
<repo icon="icon.png" name="Bitwarden F-droid Archive" pubkey="3082029e30820186020101300d06092a864886f70d01010b0500301431123010060355040a0c0942697477617264656e3020170d3234303930333230353732325a180f32313234303831303230353732325a301431123010060355040a0c0942697477617264656e30820122300d06092a864886f70d01010105000382010f003082010a0282010100d717b1c5d538a773bc8eb2fd071addfad13301ed713ec7b7e537805b7908b0e4f295f170c2e3d6b5249d0ab4869ff4d471bfd028578449230232fe0c79038e1a03cd34b997df86c77dd0e8a9f33fbb055cc69fe6cc60d61fc82718dc573a7844a87b8b8b5a861dd4f6fa882f6efb1cc06113da9aef292f926743052033763ae4023e559e065e10bbacc9da03dda6466d210af8544fd6553b45985bf59bd1d88d2fc3a0ae0fe76487f0532f598ea19d58f28feb5441f7aa901969e31c4b03c112a7874a185d6cadcf5ad41ae0fd59661b0fd6ee655c14cb2e5a80927048d9b36155151b18fbfc0728853d0952ccb9b4298df2903be0d64449ba36480f836712430203010001300d06092a864886f70d01010b050003820101001d6fdcc8e333ada7b7a7bcfa2a433cf92cef29ec6a6e2f642ed3fdcac59ff14f4fcef322e8b69d64bcf74aeff7c896f8e6d8f846a326514cd36713c2a4054bb09eb6b9dc6ddef883a57c6f9f87075fb1c081df660f2b98d58f34eb1d4a98840524bba4b9a0d8e6786049b459895349d898f70c91821e4fd5d07c718a6e1ae80b671d95a15ef281f4d2ce280364b14bb654c33d3bbf5e63476cd08a15f643aa847bb4782bc9bd79d30b186a3e32bd20aaa5361b95ca049bb80859e2cb337e3127fb8eae26467b1daad8dd26418600a6f055965e4bd963571ca93c3465c1ba629af491effce43c29853b0f048510a269166197e9674e52a486188a1e35ad74b63e" timestamp="1727882917" url="http://raw.githubusercontent.com/bitwarden/f-droid/main/fdroid/archive" version="20002"> | ||
<description>This is a repository of archived Bitwarden apps that are no longer officially supported.</description> | ||
</repo> | ||
</fdroid> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"repo": { | ||
"timestamp": 1727882920000 | ||
} | ||
} |
Binary file not shown.
Oops, something went wrong.