Skip to content

Commit bd6cdc8

Browse files
Updated apps from bitwarden/android (#257)
1 parent da4e273 commit bd6cdc8

12 files changed

Lines changed: 269 additions & 22 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ https://mobileapp.bitwarden.com/fdroid/repo?fingerprint=BC54EA6FD1CD5175BCCCC47C
1818
<!-- This table is auto-generated. Do not edit -->
1919
| Icon | Name | Description | Version |
2020
| --- | --- | --- | --- |
21-
| <a href="https://github.com/bitwarden/android"><img src="fdroid/repo/com.x8bit.bitwarden/en-US/icon.png" alt="Bitwarden icon" width="36px" height="36px"></a> | [**Bitwarden**](https://github.com/bitwarden/android) | Bitwarden mobile app for Android. | 2026.2.0 (21203) |
21+
| <a href="https://github.com/bitwarden/android"><img src="fdroid/repo/com.x8bit.bitwarden/en-US/icon.png" alt="Bitwarden icon" width="36px" height="36px"></a> | [**Bitwarden**](https://github.com/bitwarden/android) | Bitwarden mobile app for Android. | 2026.2.1 (21297) |
2222
<!-- end apps table -->
2323

2424
## Instructions

fdroid/metadata/com.x8bit.bitwarden.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
AuthorName: bitwarden
22
Categories:
33
- Security
4-
CurrentVersion: 2026.2.0
5-
CurrentVersionCode: 21203
4+
CurrentVersion: 2026.2.1
5+
CurrentVersionCode: 21297
66
Description: |
77
Bitwarden is the easiest and safest way to store all of your logins and passwords while conveniently keeping them synced between all of your devices.
88
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
# Overview
2+
* Improved browser compatibility and autofill behavior
3+
* Fixed export, archiving, and item editing bugs
4+
* Resolved issues with passphrase generation and date handling
5+
* Improved accessibility and interface elements
6+
* Enhanced stability, compatibility, and network request handling
7+
8+
<!-- Release notes generated using configuration in .github/release.yml at release/2026.2-rc47 -->
9+
10+
## What's Changed
11+
### ✨ Community Highlight
12+
* [PM-31980] Fix passkeys on some browsers by fixing JSON parsing by @Darkness4 in https://github.com/bitwarden/android/pull/6502
13+
* [PM-22523] PM-19476: Allow empty string as word separator by @EranBoudjnah in https://github.com/bitwarden/android/pull/5334
14+
* [PM-32022] Fix browser autofill dialog showing for non-default browsers by @Vateva in https://github.com/bitwarden/android/pull/6514
15+
* [PM-32356] Fix: Use soft logout for token refresh failures to preserve account by @hwittenborn in https://github.com/bitwarden/android/pull/6545
16+
### :shipit: Feature Development
17+
* Update AGP to v9.0.0 by @david-livefront in https://github.com/bitwarden/android/pull/6479
18+
* PM-31926: Add Autofill reminder for Vivaldi browser by @david-livefront in https://github.com/bitwarden/android/pull/6494
19+
* [PM-31982] Add CookieDiskSource for cookie persistence by @SaintPatrck in https://github.com/bitwarden/android/pull/6504
20+
* [PM-31993] Add deep link utilities for cookie vendor callbacks by @SaintPatrck in https://github.com/bitwarden/android/pull/6506
21+
* [PM-31993] Add cookie vendor deep link intent filter by @SaintPatrck in https://github.com/bitwarden/android/pull/6507
22+
* [PM-32011] Add cookie callback flow to AuthRepository by @SaintPatrck in https://github.com/bitwarden/android/pull/6510
23+
* PM-31922: Remove deprecated Android block where possible by @david-livefront in https://github.com/bitwarden/android/pull/6512
24+
* [PM-31615] feat: Updated Send network models to support email verification by @aj-rosado in https://github.com/bitwarden/android/pull/6519
25+
* [PM-31614] feat: Added new UI for the Email verification on sends by @aj-rosado in https://github.com/bitwarden/android/pull/6488
26+
* Update Google privileged browsers list by @github-actions[bot] in https://github.com/bitwarden/android/pull/6538
27+
* [PM-31835] feat: add generator copy password field on send by @aj-rosado in https://github.com/bitwarden/android/pull/6508
28+
### 🐛 Bug fixes
29+
* PM-31888: Update the ZonedDateTimeSerializer to be more lenient when deserializing by @david-livefront in https://github.com/bitwarden/android/pull/6489
30+
* [PM-30870] Fix editing blocked autofill URIs by @andrebispo5 in https://github.com/bitwarden/android/pull/6532
31+
* PM-32354: Filter out archived items from CXP by @david-livefront in https://github.com/bitwarden/android/pull/6547
32+
* PM-32353: Archive and Unarchive buttons should honor MP reprompt by @david-livefront in https://github.com/bitwarden/android/pull/6546
33+
* 🍒 PM-32607: Label headers for accesibility by @david-livefront in https://github.com/bitwarden/android/pull/6578
34+
* 🍒 [PM-32802] fix: 400 error when archiving/unarchiving org-owned ciphers by @SaintPatrck in https://github.com/bitwarden/android/pull/6596
35+
### ⚙️ Maintenance
36+
* Crowdin Pull by @bw-ghapp[bot] in https://github.com/bitwarden/android/pull/6491
37+
* PM-31924: Remove the 'android.dependency.useConstraints' gradle property by @david-livefront in https://github.com/bitwarden/android/pull/6509
38+
* Slim down and align with our current practices by @theMickster in https://github.com/bitwarden/android/pull/6518
39+
* [PM-32251] Decouple SDK token repository from network module by @SaintPatrck in https://github.com/bitwarden/android/pull/6537
40+
* Crowdin Pull by @bw-ghapp[bot] in https://github.com/bitwarden/android/pull/6539
41+
* Clean up ColorExtensions tests by @david-livefront in https://github.com/bitwarden/android/pull/6551
42+
* [PM-32200] ci: Add workflow to enforce PR labels by @vvolkgang in https://github.com/bitwarden/android/pull/6530
43+
### 📦 Dependency Updates
44+
* Update SDK to 2.0.0-5002-7f4059e7 by @bw-ghapp[bot] in https://github.com/bitwarden/android/pull/6481
45+
* Update Firebase BOM to v34.9.0 by @david-livefront in https://github.com/bitwarden/android/pull/6493
46+
* Update the gradlew Wrapper to v9.3.1 by @david-livefront in https://github.com/bitwarden/android/pull/6496
47+
* Update to Kotlin v2.3.10 by @david-livefront in https://github.com/bitwarden/android/pull/6499
48+
* Update SDK to 2.0.0-5021-f954d14b by @bw-ghapp[bot] in https://github.com/bitwarden/android/pull/6495
49+
* Update SDK to 2.0.0-5046-d59280a3 by @bw-ghapp[bot] in https://github.com/bitwarden/android/pull/6511
50+
* Update Kover to v0.9.7 by @david-livefront in https://github.com/bitwarden/android/pull/6516
51+
* Update SDK to 2.0.0-5064-8700dc73 by @bw-ghapp[bot] in https://github.com/bitwarden/android/pull/6513
52+
* Update SDK to 2.0.0-5087-3e8a45eb by @bw-ghapp[bot] in https://github.com/bitwarden/android/pull/6521
53+
* Update SDK to 2.0.0-5131-c0c3ee5f by @bw-ghapp[bot] in https://github.com/bitwarden/android/pull/6531
54+
* Update Anroidx dependencies by @david-livefront in https://github.com/bitwarden/android/pull/6536
55+
* [deps]: Update com.google.devtools.ksp to v2.3.5 by @renovate[bot] in https://github.com/bitwarden/android/pull/6541
56+
* Update SDK to 2.0.0-5210-4ffddfe5 by @bw-ghapp[bot] in https://github.com/bitwarden/android/pull/6533
57+
* Update AGP to v9.0.1 by @david-livefront in https://github.com/bitwarden/android/pull/6543
58+
* [PM-30703] Introduce CXF payload parser and update to alpha05 by @SaintPatrck in https://github.com/bitwarden/android/pull/6347
59+
### 🎨 Other
60+
* PM-31927: Pre-emptively patch Brave browser Autofill bug by @david-livefront in https://github.com/bitwarden/android/pull/6497
61+
* [PM-31954] Add server communication models to ConfigResponseJson by @SaintPatrck in https://github.com/bitwarden/android/pull/6500
62+
* PM-31953: Support multiple schemes for Duo, WebAuthn, and SSO callbacks by @david-livefront in https://github.com/bitwarden/android/pull/6498
63+
* [PM-80371] Enhance CLAUDE.md using bitwarden-init plugin by @SaintPatrck in https://github.com/bitwarden/android/pull/6368
64+
* PM-31925: Replace 'android' reference with logic in LibraryExtension by @david-livefront in https://github.com/bitwarden/android/pull/6520
65+
* [PM-32029] Implement SDK interfaces for cookie management by @SaintPatrck in https://github.com/bitwarden/android/pull/6517
66+
* PM-32146: Add back 'parent' param to webAuthn url by @david-livefront in https://github.com/bitwarden/android/pull/6527
67+
* PM-31664: Add new SnackbarRelay type specific for the View Screen by @david-livefront in https://github.com/bitwarden/android/pull/6528
68+
* [deps]: Lock file maintenance by @renovate[bot] in https://github.com/bitwarden/android/pull/6542
69+
* PM-32252: Update View Item date information layout by @david-livefront in https://github.com/bitwarden/android/pull/6544
70+
* [PM-29885] Implement SSO cookie vending authentication flow by @SaintPatrck in https://github.com/bitwarden/android/pull/6522
71+
* [PM-32121] Add CookieAcquisition screen and ViewModel by @SaintPatrck in https://github.com/bitwarden/android/pull/6523
72+
* Update RootNavScreen docs by @SaintPatrck in https://github.com/bitwarden/android/pull/6553
73+
* [PM-32122] Add cookie acquisition navigation by @SaintPatrck in https://github.com/bitwarden/android/pull/6529
74+
* [PM-32149] Send email verification error dialogs by @aj-rosado in https://github.com/bitwarden/android/pull/6535
75+
* PM-29863: Update segmented control font by @david-livefront in https://github.com/bitwarden/android/pull/6555
76+
* [PM-31810] Added logic to gate Send auth verification behind premium by @aj-rosado in https://github.com/bitwarden/android/pull/6556
77+
* Fix incorrect apostrophe by @david-livefront in https://github.com/bitwarden/android/pull/6557
78+
79+
## New Contributors
80+
* @Darkness4 made their first contribution in https://github.com/bitwarden/android/pull/6502
81+
* @EranBoudjnah made their first contribution in https://github.com/bitwarden/android/pull/5334
82+
* @Vateva made their first contribution in https://github.com/bitwarden/android/pull/6514
83+
* @hwittenborn made their first contribution in https://github.com/bitwarden/android/pull/6545
84+
85+
**Full Changelog**: https://github.com/bitwarden/android/compare/v2026.2.0-bwpm...v2026.2.1-bwpm
86+
**Builds Source:** https://github.com/bitwarden/android/actions/runs/22503857145
69.4 MB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"repo": {
3-
"timestamp": 1771818190000
3+
"timestamp": 1773113834000
44
},
55
"packages": {
66
"com.x8bit.bitwarden": {
77
"versions": {
8-
"8088318a1bd3cef2a11782f3201b75a35d39c92fc6657f36c91212008a5c538c": {
8+
"94173cddf95ce827355fadf75c39e36db29bf6e87c1699d67ad7e7364f2df08f": {
99
"releaseChannels": null
1010
}
1111
}

fdroid/repo/entry.jar

-3 Bytes
Binary file not shown.

fdroid/repo/entry.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"timestamp": 1771818190000,
2+
"timestamp": 1773113834000,
33
"version": 20002,
44
"index": {
55
"name": "/index-v2.json",
6-
"sha256": "84a40db1f6c0e47cffc0733d02134662317b28e0fd859c6a71cdbc430d3cec1d",
7-
"size": 48101,
6+
"sha256": "84c78ac1602d93a6eae6b45051a82f0afba019620453a4b97b5d9973d5a311e3",
7+
"size": 50308,
88
"numPackages": 1
99
},
1010
"diffs": {
11-
"1771818187000": {
12-
"name": "/diff/1771818187000.json",
13-
"sha256": "f3ee577c48aba439d04ce49f02cd431e39f523f2e54b72aa8a5c43badad120eb",
11+
"1773113830000": {
12+
"name": "/diff/1773113830000.json",
13+
"sha256": "02b1d260302c4c8f0602e40e1854743a5ab247d20ff969486d535ef4e050a293",
1414
"size": 256,
1515
"numPackages": 1
1616
}

fdroid/repo/index-v1.jar

87 Bytes
Binary file not shown.

fdroid/repo/index-v1.json

Lines changed: 82 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"repo": {
3-
"timestamp": 1771818190000,
3+
"timestamp": 1773113834000,
44
"version": 20002,
55
"name": "Bitwarden F-Droid",
66
"icon": "icon.png",
@@ -20,27 +20,104 @@
2020
"categories": [
2121
"Security"
2222
],
23-
"suggestedVersionName": "2026.2.0",
24-
"suggestedVersionCode": "21203",
23+
"suggestedVersionName": "2026.2.1",
24+
"suggestedVersionCode": "21297",
2525
"description": "Bitwarden is the easiest and safest way to store all of your logins and passwords while conveniently keeping them synced between all of your devices.\n\nPassword theft is a serious problem. The websites and apps that you use are under attack every day. Security breaches occur and your passwords are stolen. When you reuse the same passwords across apps and websites hackers can easily access your email, bank, and other important accounts.\n\nSecurity experts recommend that you use a different, randomly generated password for every account that you create. But how do you manage all those passwords? Bitwarden makes it easy for you to create, store, and access your passwords.\n\nBitwarden stores all of your logins in an encrypted vault that syncs across all of your devices. Since it's fully encrypted before it ever leaves your device, only you have access to your data. Not even the team at Bitwarden can read your data, even if we wanted to. Your data is sealed with AES-256 bit encryption, salted hashing, and PBKDF2 SHA-256.\n\nBitwarden is focused on open source software. The source code for Bitwarden is hosted on GitHub and everyone is free to review, audit, and contribute to the Bitwarden codebase.\n",
2626
"license": "GPL-3.0",
2727
"name": "Bitwarden",
2828
"sourceCode": "https://github.com/bitwarden/android",
2929
"summary": "Bitwarden mobile app for Android.",
3030
"added": 1746466260000,
3131
"packageName": "com.x8bit.bitwarden",
32-
"lastUpdated": 1771818187000,
32+
"lastUpdated": 1773113830000,
3333
"localized": {
3434
"en-US": {
3535
"featureGraphic": "featureGraphic_Px0sqzJ1g3Dwebaukm0QlJrCbEX-byrjfz0DHq27wW4=.png",
3636
"icon": "icon_oHucFA9p31FP-JvzlsHvxnwcLZFbI5Thw7pZSHGdkMM=.png",
37-
"whatsNew": "# Overview\n* Fixed multiple crashes during account setup and vault use\n* Resolved passkey autofill and registration issues\n* Fixed syncing issue with archived logins and Authenticator\n* Added new Archive feature\n* General stability and usability improvements\n\n<!-- Release notes generated using configuration in .github/release.yml at release/2026.2-rc46 -->\n\n## What's Changed\n### \u2728 Community Highlight\n* [PM-31445] Fix minor KDoc typos and wording issues. by @ruyut in https://github.com/bitwarden/"
37+
"whatsNew": "# Overview\n* Improved browser compatibility and autofill behavior\n* Fixed export, archiving, and item editing bugs\n* Resolved issues with passphrase generation and date handling\n* Improved accessibility and interface elements\n* Enhanced stability, compatibility, and network request handling\n\n<!-- Release notes generated using configuration in .github/release.yml at release/2026.2-rc47 -->\n\n## What's Changed\n### \u2728 Community Highlight\n* [PM-31980] Fix passkeys on some browsers by fixing JSON parsi"
3838
}
3939
}
4040
}
4141
],
4242
"packages": {
4343
"com.x8bit.bitwarden": [
44+
{
45+
"added": 1773113830000,
46+
"apkName": "bitwarden_v2026.2.1-bwpm.apk",
47+
"hash": "94173cddf95ce827355fadf75c39e36db29bf6e87c1699d67ad7e7364f2df08f",
48+
"hashType": "sha256",
49+
"minSdkVersion": 29,
50+
"nativecode": [
51+
"arm64-v8a",
52+
"armeabi",
53+
"armeabi-v7a",
54+
"mips",
55+
"mips64",
56+
"x86",
57+
"x86_64"
58+
],
59+
"packageName": "com.x8bit.bitwarden",
60+
"sig": "4eca64d92c5726e95b1fcf98e8feef4c",
61+
"signer": "de6ec91431557995297bf3e65bc80349bc603a04708160618c86bc9994171c90",
62+
"size": 72724359,
63+
"targetSdkVersion": 36,
64+
"uses-permission": [
65+
[
66+
"android.permission.ACCESS_NETWORK_STATE",
67+
null
68+
],
69+
[
70+
"android.permission.USE_BIOMETRIC",
71+
null
72+
],
73+
[
74+
"android.permission.NFC",
75+
null
76+
],
77+
[
78+
"android.permission.CAMERA",
79+
null
80+
],
81+
[
82+
"horizons.permission.HEADSET_CAMERA",
83+
null
84+
],
85+
[
86+
"android.permission.INTERNET",
87+
null
88+
],
89+
[
90+
"android.permission.POST_NOTIFICATIONS",
91+
null
92+
],
93+
[
94+
"android.permission.READ_USER_DICTIONARY",
95+
null
96+
],
97+
[
98+
"android.permission.USE_FINGERPRINT",
99+
null
100+
],
101+
[
102+
"android.permission.WAKE_LOCK",
103+
null
104+
],
105+
[
106+
"android.permission.RECEIVE_BOOT_COMPLETED",
107+
null
108+
],
109+
[
110+
"android.permission.FOREGROUND_SERVICE",
111+
null
112+
],
113+
[
114+
"com.x8bit.bitwarden.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION",
115+
null
116+
]
117+
],
118+
"versionCode": 21297,
119+
"versionName": "2026.2.1"
120+
},
44121
{
45122
"added": 1771818187000,
46123
"apkName": "bitwarden_v2026.2.0-bwpm.apk",

fdroid/repo/index-v2.json

Lines changed: 73 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"url": "https://raw.githubusercontent.com/bitwarden/f-droid/main/fdroid/repo"
2424
}
2525
],
26-
"timestamp": 1771818190000,
26+
"timestamp": 1773113834000,
2727
"categories": {
2828
"Security": {
2929
"name": {
@@ -39,7 +39,7 @@
3939
"categories": [
4040
"Security"
4141
],
42-
"lastUpdated": 1771818187000,
42+
"lastUpdated": 1773113830000,
4343
"license": "GPL-3.0",
4444
"sourceCode": "https://github.com/bitwarden/android",
4545
"featureGraphic": {
@@ -69,6 +69,77 @@
6969
"preferredSigner": "de6ec91431557995297bf3e65bc80349bc603a04708160618c86bc9994171c90"
7070
},
7171
"versions": {
72+
"94173cddf95ce827355fadf75c39e36db29bf6e87c1699d67ad7e7364f2df08f": {
73+
"added": 1773113830000,
74+
"file": {
75+
"name": "/bitwarden_v2026.2.1-bwpm.apk",
76+
"sha256": "94173cddf95ce827355fadf75c39e36db29bf6e87c1699d67ad7e7364f2df08f",
77+
"size": 72724359
78+
},
79+
"manifest": {
80+
"nativecode": [
81+
"arm64-v8a",
82+
"armeabi",
83+
"armeabi-v7a",
84+
"mips",
85+
"mips64",
86+
"x86",
87+
"x86_64"
88+
],
89+
"versionName": "2026.2.1",
90+
"versionCode": 21297,
91+
"usesSdk": {
92+
"minSdkVersion": 29,
93+
"targetSdkVersion": 36
94+
},
95+
"signer": {
96+
"sha256": [
97+
"de6ec91431557995297bf3e65bc80349bc603a04708160618c86bc9994171c90"
98+
]
99+
},
100+
"usesPermission": [
101+
{
102+
"name": "android.permission.ACCESS_NETWORK_STATE"
103+
},
104+
{
105+
"name": "android.permission.USE_BIOMETRIC"
106+
},
107+
{
108+
"name": "android.permission.NFC"
109+
},
110+
{
111+
"name": "android.permission.CAMERA"
112+
},
113+
{
114+
"name": "horizons.permission.HEADSET_CAMERA"
115+
},
116+
{
117+
"name": "android.permission.INTERNET"
118+
},
119+
{
120+
"name": "android.permission.POST_NOTIFICATIONS"
121+
},
122+
{
123+
"name": "android.permission.READ_USER_DICTIONARY"
124+
},
125+
{
126+
"name": "android.permission.USE_FINGERPRINT"
127+
},
128+
{
129+
"name": "android.permission.WAKE_LOCK"
130+
},
131+
{
132+
"name": "android.permission.RECEIVE_BOOT_COMPLETED"
133+
},
134+
{
135+
"name": "android.permission.FOREGROUND_SERVICE"
136+
},
137+
{
138+
"name": "com.x8bit.bitwarden.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
139+
}
140+
]
141+
}
142+
},
72143
"8088318a1bd3cef2a11782f3201b75a35d39c92fc6657f36c91212008a5c538c": {
73144
"added": 1771818187000,
74145
"file": {

0 commit comments

Comments
 (0)