Bitwarden Android Release Notes

Last updated: Feb 20, 2026

  • Feb 19, 2026
    • Date parsed from source:
      Feb 19, 2026
    • First seen by Releasebot:
      Feb 20, 2026

    Bitwarden Android by Bitwarden

    Password Manager 2026.2.0 (21203)

    Bitwarden Android update fixes crashes during setup, passkey autofill, syncing, adds Archive feature, and general stability improvements. Includes maintenance and dependency updates along with a full changelog for the release.

    Overview

    • Fixed multiple crashes during account setup and vault use
    • Resolved passkey autofill and registration issues
    • Fixed syncing issue with archived logins and Authenticator
    • Added new Archive feature
    • General stability and usability improvements

    What's Changed

    ✨ Community Highlight

    • [PM-31445] Fix minor KDoc typos and wording issues. by @ruyut in #6441
    • [PM-31583] Fix typos in authentication-related KDoc comments by @ruyut in #6461
    • [PM-30259] Add iodéOS browser to community FIDO2 privileged list by @lucasmz-dev in #6298
    • [PM-31393] Sends: UI/UX inconsistency of the password field by @shamim-emon in #6435

    Feature Development

    • Optimize build times by @david-livefront in #6418
    • [BWA-182] Add mTLS support for Glide image loading by @aj-rosado in #6125
    • Update Google privileged browsers list by @github-actions[bot] in #6452
    • Update build optimizations by @david-livefront in #6433

    🐛 Bug fixes

    • Remove intialization of NetworkConnectionManager from application class by @david-livefront in #6419
    • PM-31363: Fix crash caused by a duplicate ID by @david-livefront in #6428
    • [PM-31446] fix:Append assetlinks.json path to DAL URLs by @SaintPatrck in #6447
    • [PM-30279] Extract credential provider handling to dedicated activity by @SaintPatrck in #6472
    • [PM-31775] Refactor popUpToCompleteRegistration to use type-safe KClass reference by @SaintPatrck in #6480
    • PM-31734: Add archived item filtering for passkeys by @david-livefront in #6482
    • PM-31735: Add the archivedDate property to the updateCipher API by @david-livefront in #6483

    ⚙️ Maintenance

    • [PM-31343] Fix dependencies listed under Maintenance by adding a new fallback section to release.yml by @vvolkgang in #6420
    • Minor cleanup of the MigrateToMyItemsScreen by @david-livefront in #6421
    • Item migration flow has been moved into a graph by @david-livefront in #6427
    • Set cache problem to warning by @david-livefront in #6436
    • use option to determine if release will be marked latest by @AmyLGalles in #6417
    • [PM-31292] ci: update renovate config to remove gradle group and ignore sdk updates by @vvolkgang in #6437
    • [PM-31436] Consolidate Feature categories in release notes and add labels by @vvolkgang in #6439
    • Crowdin Pull by @bw-ghapp[bot] in #6453
    • Remove the configuration cache to avoid play store build issues by @david-livefront in #6466

    📦 Dependency Updates

    • Update app version name to 2026.2.0 by @david-livefront in #6409
    • Update the Gradle Wrapper to the latest version by @david-livefront in #6405
    • Update Sonarqube to v7.2.2.6593 by @david-livefront in #6406
    • Update the Compose BOM to v2026.01.00 by @david-livefront in #6401
    • Update protobufs to v4.33.4 by @david-livefront in #6414
    • Update testing tools by @david-livefront in #6407
    • GradlewWrapper updates by @david-livefront in #6415
    • Update Kotlin and associated dependencies by @david-livefront in #6408
    • Update SDK to 2.0.0-4772-490c1be4 by @bw-ghapp[bot] in #6395
    • Update SDK to 2.0.0-4800-bed92cae by @bw-ghapp[bot] in #6431
    • Update SDK to 2.0.0-4818-c1e4bb66 by @bw-ghapp[bot] in #6444
    • Update SDK to 2.0.0-4835-5285d3fc by @bw-ghapp[bot] in #6446
    • Update Androidx dependencies by @david-livefront in #6467
    • [deps]: Update androidx.credentials:credentials to v1.6.0-rc01 by @renovate[bot] in #6455
    • Update test tools by @david-livefront in #6468
    • Update SDK to 2.0.0-4872-065ef30b by @bw-ghapp[bot] in #6464
    • Update protobuf to v4.33.5 by @david-livefront in #6478

    🎨 Other

    • Cleanup organizations by @david-livefront in #6391
    • [PM-31370] Refactor stringToUri and consolidate FileManager by @SaintPatrck in #6432
    • Add comprehensive tests for Import Parsers and UuidManager by @SaintPatrck in #6423
    • Add comprehensive tests for AuthenticatorRepositoryImpl by @SaintPatrck in #6424
    • Add comprehensive tests for ExportViewModel by @SaintPatrck in #6442
    • Add comprehensive tests for FileManagerImpl by @SaintPatrck in #6425
    • PM-31603: Add toast when resetpassword succeeds by @david-livefront in #6465
    • [deps]: Lock file maintenance by @renovate[bot] in #6460
    • Add Android testing skill for Claude by @SaintPatrck in #6370
    • Add comprehensive tests for Unlock feature by @SaintPatrck in #6426
    • [PM-31613] Add send email verification feature flag by @aj-rosado in #6470
    • PM-31656, PM-31658, PM-31659: Address Archive feature bugs by @david-livefront in #6473
    • Configure Claude to use the Bitwarden marketplace by @SaintPatrck in #6484

    New Contributors

    • @ruyut made their first contribution in #6441

    Full Changelog

    • v2026.1.1-bwpm...v2026.2.0-bwpm

    Builds Source

    Original source Report a problem
  • Feb 19, 2026
    • Date parsed from source:
      Feb 19, 2026
    • First seen by Releasebot:
      Feb 20, 2026

    Bitwarden Android by Bitwarden

    Authenticator 2026.2.0 (1270)

    Bitwarden Android launches a solid release with under‑the‑hood improvements, bug fixes, and build optimizations. Expect faster builds, stronger security, and smoother UX as mTLS support, archived item filtering, and refreshed dependencies land for better stability.

    Overview

    General under-the-hood improvements and bug fixes.

    What's Changed

    ✨ Community Highlight

    • [PM-31445] Fix minor KDoc typos and wording issues. by @ruyut in #6441
    • [PM-31583] Fix typos in authentication-related KDoc comments by @ruyut in #6461
    • [PM-30259] Add iodéOS browser to community FIDO2 privileged list by @lucasmz-dev in #6298
    • [PM-31393] Sends: UI/UX inconsistency of the password field by @shamim-emon in #6435

    Feature Development

    • Optimize build times by @david-livefront in #6418
    • [BWA-182] Add mTLS support for Glide image loading by @aj-rosado in #6125
    • Update Google privileged browsers list by @github-actions[bot] in #6452
    • Update build optimizations by @david-livefront in #6433

    🐛 Bug fixes

    • Remove intialization of NetworkConnectionManager from application class by @david-livefront in #6419
    • PM-31363: Fix crash caused by a duplicate ID by @david-livefront in #6428
    • [PM-31446] fix:Append assetlinks.json path to DAL URLs by @SaintPatrck in #6447
    • [PM-30279] Extract credential provider handling to dedicated activity by @SaintPatrck in #6472
    • [PM-31775] Refactor popUpToCompleteRegistration to use type-safe KClass reference by @SaintPatrck in #6480
    • PM-31734: Add archived item filtering for passkeys by @david-livefront in #6482
    • PM-31735: Add the archivedDate property to the updateCipher API by @david-livefront in #6483

    ⚙️ Maintenance

    • [PM-31343] Fix dependencies listed under Maintenance by adding a new fallback section to release.yml by @vvolkgang in #6420
    • Minor cleanup of the MigrateToMyItemsScreen by @david-livefront in #6421
    • Item migration flow has been moved into a graph by @david-livefront in #6427
    • Set cache problem to warning by @david-livefront in #6436
    • use option to determine if release will be marked latest by @AmyLGalles in #6417
    • [PM-31292] ci: update renovate config to remove gradle group and ignore sdk updates by @vvolkgang in #6437
    • [PM-31436] Consolidate Feature categories in release notes and add labels by @vvolkgang in #6439
    • Crowdin Pull by @bw-ghapp[bot] in #6453
    • Remove the configuration cache to avoid play store build issues by @david-livefront in #6466

    📦 Dependency Updates

    • Update app version name to 2026.2.0 by @david-livefront in #6409
    • Update the Gradle Wrapper to the latest version by @david-livefront in #6405
    • Update Sonarqube to v7.2.2.6593 by @david-livefront in #6406
    • Update the Compose BOM to v2026.01.00 by @david-livefront in #6401
    • Update protobufs to v4.33.4 by @david-livefront in #6414
    • Update testing tools by @david-livefront in #6407
    • GradlewWrapper updates by @david-livefront in #6415
    • Update Kotlin and associated dependencies by @david-livefront in #6408
    • Update SDK to 2.0.0-4772-490c1be4 by @bw-ghapp[bot] in #6395
    • Update SDK to 2.0.0-4800-bed92cae by @bw-ghapp[bot] in #6431
    • Update SDK to 2.0.0-4818-c1e4bb66 by @bw-ghapp[bot] in #6444
    • Update SDK to 2.0.0-4835-5285d3fc by @bw-ghapp[bot] in #6446
    • Update Androidx dependencies by @david-livefront in #6467
    • [deps]: Update androidx.credentials:credentials to v1.6.0-rc01 by @renovate[bot] in #6455
    • Update test tools by @david-livefront in #6468
    • Update SDK to 2.0.0-4872-065ef30b by @bw-ghapp[bot] in #6464
    • Update protobuf to v4.33.5 by @david-livefront in #6478

    🎨 Other

    • Cleanup organizations by @david-livefront in #6391
    • [PM-31370] Refactor stringToUri and consolidate FileManager by @SaintPatrck in #6432
    • Add comprehensive tests for Import Parsers and UuidManager by @SaintPatrck in #6423
    • Add comprehensive tests for AuthenticatorRepositoryImpl by @SaintPatrck in #6424
    • Add comprehensive tests for ExportViewModel by @SaintPatrck in #6442
    • Add comprehensive tests for FileManagerImpl by @SaintPatrck in #6425
    • PM-31603: Add toast when resetpassword succeeds by @david-livefront in #6465
    • [deps]: Lock file maintenance by @renovate[bot] in #6460
    • Add Android testing skill for Claude by @SaintPatrck in #6370
    • Add comprehensive tests for Unlock feature by @SaintPatrck in #6426
    • [PM-31613] Add send email verification feature flag by @aj-rosado in #6470
    • PM-31656, PM-31658, PM-31659: Address Archive feature bugs by @david-livefront in #6473
    • Configure Claude to use the Bitwarden marketplace by @SaintPatrck in #6484

    New Contributors

    • @ruyut made their first contribution in #6441

    Full Changelog: v2026.1.1-bwa...v2026.2.0-bwa

    Original source Report a problem
  • All of your release notes in one feed

    Join Releasebot and get updates from Bitwarden and hundreds of other software products.

  • Feb 6, 2026
    • Date parsed from source:
      Feb 6, 2026
    • First seen by Releasebot:
      Feb 18, 2026

    Bitwarden Android by Bitwarden

    Password Manager 2026.1.1 (21176)

    Bitwarden delivers a vault organization overhaul with bulk sharing, easier moving between vaults, and offline migration fixes. It brings new action cards, archive enhancements, and ongoing bug fixes plus SDK updates for a smoother secure vault experience.

    Overview

    • Improved vault organization with bulk sharing and moving items between vaults
    • Fixed vault migration behavior when offline
    • Improved organization-related event logging
    • General bug fixes and stability improvements

    What's Changed

    ✨ Community Highlight

    • [PM-30394] PM-29960: Skip biometric prompt on Xiaomi HyperOS by @Gavin-Guiii in #6316
    • [PM-30664] Unlock with PIN doesn’t appear as enabled after enabling ‘Require master password on app restart’ by @shamim-emon in #6344

    🚀 New Features & Enhancements

    • PM-31162: Update copy on the snackbar for archive feature by @david-livefront in #6399
    • PM-29696: Add action card for lapsed premium subscription by @david-livefront in #6389
    • PM-29693: Add introducing archive action card to vault screen by @david-livefront in #6390

    🐛 Bug fixes

    • 🍒 PM-31363: Fix crash caused by a duplicate ID by @david-livefront in #6430
    • 🍒 [PM-31446] fix:Append assetlinks.json path to DAL URLs by @SaintPatrck in #6449

    ⚙️ Maintenance

    • Crowdin Pull by @bw-ghapp[bot] in #6342
    • Update SDK to 2.0.0-4479-ad9fb51d by @bw-ghapp[bot] in #6345
    • [PM-14880] ci: Update feature labels by @vvolkgang in #6346
    • PM-30708: Add archive item navigation by @david-livefront in #6348
    • Update SDK to 2.0.0-4498-7681828f by @bw-ghapp[bot] in #6350
    • End subtext and end icon support to BitwardenGroupItem by @david-livefront in #6349
    • Update archive string with noun suffix by @david-livefront in #6351
    • Remove the unused showDivider flag from BitwardenGroupItem by @david-livefront in #6353
    • PM-30767: Add archive row to Vault Screen by @david-livefront in #6354
    • PM-30774: Add archiving and unarchiving network requests by @david-livefront in #6356
    • Update SDK to 2.0.0-4505-df9bd639 by @bw-ghapp[bot] in #6355
    • refactor(claude): Refine reviewing-changes skill description for clarity and usage by @SaintPatrck in #6366
    • [PM-30823] ci: Fix BWA Play Store publishing for rc cherry picks and update upload step names by @vvolkgang in #6360
    • PM-30795: Update cipher filtering logic for archive by @david-livefront in #6359
    • Update SDK to 2.0.0-4524-513f18bf by @bw-ghapp[bot] in #6361
    • PM-30807: Add archived header to ViewItem Screen by @david-livefront in #6362
    • PM-29694: Update archive empty state by @david-livefront in #6369
    • PM-30897: Add archive and unarchive button on Edit Cipher Screen by @david-livefront in #6372
    • [PM-28471] Migrate individual vault to organization by @aj-rosado in #6352
    • PM-30868: Archive Banner on Edit Item Screen by @david-livefront in #6367
    • Move Vault Listing Dialog clicks to VaultItemListingHandlers by @david-livefront in #6375
    • Crowdin Pull by @bw-ghapp[bot] in #6380
    • PM-29697: Finish View and Edit Cipher UI for archive by @david-livefront in #6377
    • [deps]: Lock file maintenance by @renovate[bot] in #6382
    • Fix minor typos by @david-livefront in #6386
    • Update SDK to 2.0.0-4672-b3e4ea24 by @bw-ghapp[bot] in #6371
    • PM-31042: Add overflow archive button by @david-livefront in #6385
    • PM-31043: Add unarchive button to overflow menus by @david-livefront in #6387
    • [PM-28470] Implement revoke from organization by @aj-rosado in #6383
    • Update SDK to 2.0.0-4676-0544ddec by @bw-ghapp[bot] in #6388
    • [PM-14880] ci: Address automated PR labeling workflow feedback by @vvolkgang in #6400
    • Update to Firebase v34.8.0 by @david-livefront in #6396
    • [PM-31069] Add OrganizationId support for Vault Migration operations by @aj-rosado in #6397
    • [PM-28990] Skipping vault migration on Network or Timeout error by @aj-rosado in #6393
    • [PM-31081] Added snackbar when items are successfully migrated by @aj-rosado in #6394
    • [PM-30644] Removing special circumstance validation from MigrateToMyItems route by @aj-rosado in #6358
    • Update to Junit v6.0.2 by @david-livefront in #6402
    • [PM-30899] Store account keys upon SSO user creation by @SaintPatrck in #6384
    • Crowdin Pull by @bw-ghapp[bot] in #6412

    New Contributors

    • @Gavin-Guiii made their first contribution in #6316
    • @shamim-emon made their first contribution in #6344

    Full Changelog: v2026.1.0-bwpm...v2026.1.1-bwpm

    Builds Source: https://github.com/bitwarden/android/actions/runs/21527118876

    Original source Report a problem
  • Feb 6, 2026
    • Date parsed from source:
      Feb 6, 2026
    • First seen by Releasebot:
      Feb 18, 2026

    Bitwarden Android by Bitwarden

    Authenticator 2026.1.1 (1243)

    Bitwarden Android drops a performance and usability update with under‑the‑hood fixes, new archive actions, and refreshed UI copy. Vault and archive UX improvements plus SDK bumps deliver a faster, steadier vault experience.

    Overview

    General under the hood improvements for usability and performance

    What's Changed

    ✨ Community Highlight

    • [PM-30394] PM-29960: Skip biometric prompt on Xiaomi HyperOS by @Gavin-Guiii in #6316
    • [PM-30664] Unlock with PIN doesn’t appear as enabled after enabling ‘Require master password on app restart’ by @shamim-emon in #6344

    🚀 New Features & Enhancements

    • PM-31162: Update copy on the snackbar for archive feature by @david-livefront in #6399
    • PM-29696: Add action card for lapsed premium subscription by @david-livefront in #6389
    • PM-29693: Add introducing archive action card to vault screen by @david-livefront in #6390

    🐛 Bug fixes

    • 🍒 PM-31363: Fix crash caused by a duplicate ID by @david-livefront in #6430
    • 🍒 [PM-31446] fix:Append assetlinks.json path to DAL URLs by @SaintPatrck in #6449

    ⚙️ Maintenance

    • Crowdin Pull by @bw-ghapp[bot] in #6342
    • Update SDK to 2.0.0-4479-ad9fb51d by @bw-ghapp[bot] in #6345
    • [PM-14880] ci: Update feature labels by @vvolkgang in #6346
    • PM-30708: Add archive item navigation by @david-livefront in #6348
    • Update SDK to 2.0.0-4498-7681828f by @bw-ghapp[bot] in #6350
    • End subtext and end icon support to BitwardenGroupItem by @david-livefront in #6349
    • Update archive string with noun suffix by @david-livefront in #6351
    • Remove the unused showDivider flag from BitwardenGroupItem by @david-livefront in #6353
    • PM-30767: Add archive row to Vault Screen by @david-livefront in #6354
    • PM-30774: Add archiving and unarchiving network requests by @david-livefront in #6356
    • Update SDK to 2.0.0-4505-df9bd639 by @bw-ghapp[bot] in #6355
    • refactor(claude): Refine reviewing-changes skill description for clarity and usage by @SaintPatrck in #6366
    • [PM-30823] ci: Fix BWA Play Store publishing for rc cherry picks and update upload step names by @vvolkgang in #6360
    • PM-30795: Update cipher filtering logic for archive by @david-livefront in #6359
    • Update SDK to 2.0.0-4524-513f18bf by @bw-ghapp[bot] in #6361
    • PM-30807: Add archived header to ViewItem Screen by @david-livefront in #6362
    • PM-29694: Update archive empty state by @david-livefront in #6369
    • PM-30897: Add archive and unarchive button on Edit Cipher Screen by @david-livefront in #6372
    • [PM-28471] Migrate individual vault to organization by @aj-rosado in #6352
    • PM-30868: Archive Banner on Edit Item Screen by @david-livefront in #6367
    • Move Vault Listing Dialog clicks to VaultItemListingHandlers by @david-livefront in #6375
    • Crowdin Pull by @bw-ghapp[bot] in #6380
    • PM-29697: Finish View and Edit Cipher UI for archive by @david-livefront in #6377
    • [deps]: Lock file maintenance by @renovate[bot] in #6382
    • Fix minor typos by @david-livefront in #6386
    • Update SDK to 2.0.0-4672-b3e4ea24 by @bw-ghapp[bot] in #6371
    • PM-31042: Add overflow archive button by @david-livefront in #6385
    • PM-31043: Add unarchive button to overflow menus by @david-livefront in #6387
    • [PM-28470] Implement revoke from organization by @aj-rosado in #6383
    • Update SDK to 2.0.0-4676-0544ddec by @bw-ghapp[bot] in #6388
    • [PM-14880] ci: Address automated PR labeling workflow feedback by @vvolkgang in #6400
    • Update to Firebase v34.8.0 by @david-livefront in #6396
    • [PM-31069] Add OrganizationId support for Vault Migration operations by @aj-rosado in #6397
    • [PM-28990] Skipping vault migration on Network or Timeout error by @aj-rosado in #6393
    • [PM-31081] Added snackbar when items are successfully migrated by @aj-rosado in #6394
    • [PM-30644] Removing special circumstance validation from MigrateToMyItems route by @aj-rosado in #6358
    • Update to Junit v6.0.2 by @david-livefront in #6402
    • [PM-30899] Store account keys upon SSO user creation by @SaintPatrck in #6384
    • Crowdin Pull by @bw-ghapp[bot] in #6412

    New Contributors

    • @Gavin-Guiii made their first contribution in #6316

    Full Changelog: v2026.1.0-bwa...v2026.1.1-bwa

    BuildS Source

    Original source Report a problem
  • Jan 27, 2026
    • Date parsed from source:
      Jan 27, 2026
    • First seen by Releasebot:
      Feb 18, 2026

    Bitwarden Android by Bitwarden

    Password Manager 2026.1.0 (21141)

    Bitwarden Android rolls out fixes for password protected exports and PIN auth, boosts performance and security, and adds new auth and app link handling features along with broad maintenance. Includes extensive SDK updates and feature flags across the app.

    Overview

    Fixed issue where password-protected exports couldn't be imported
    Fixed passkey authentication issue when using PIN with Never Lock timeout setting
    Several under the hood performance and security improvements

    What's Changed

    ✨ Community Highlight

    • [PM-30260] Add WebLibre to the FIDO2 privileged community list by @lucasmz-dev in #6299
    • [PM-30258] Remove CalyxOS Chromium from the FIDO2 privileged list by @lucasmz-dev in #6297

    🚀 New Features & Enhancements

    • PM-30389: Allow for different auth tab schemes by @david-livefront in #6315
    • PM-30522: Add support for processing app links for Duo, WebAuthn, and SSO by @david-livefront in #6332
    • Add the Archive items feature flag by @david-livefront in #6337

    🐛 Bug fixes

    • Allow trailing commas in JSON by @david-livefront in #6326
    • [PM-30899] Store account keys on new user creation by @david-livefront in #6403

    ⚙️ Maintenance

    • PM-28522: Update the Login With Device Screen by @david-livefront in #6184
    • [BWA-179] Added clarification of functionality on Authenticator's ExportScreen by @aj-rosado in #6190
    • Update SDK to 1.0.0-3958-7f09fd2f by @bw-ghapp[bot] in #6213
    • [deps]: Update ksp by @david-livefront in #6217
    • [PM-28835] Added validations to prevent duplicate press on buttons by @aj-rosado in #6209
    • PM-28522: Update the LoginWithDevice ui by @david-livefront in #6221
    • [PM-27118] Restrict Credential Exchange import based on Personal Ownership policy by @SaintPatrck in #6220
    • Update Androidx dependencies to the latest versions by @david-livefront in #6224
    • [PM-29097] Fix privacy statement alignment in landscape mode by @SaintPatrck in #6225
    • [PM-27290] Remove password unlock method by @andrebispo5 in #6176
    • PM-28634: Update Autofill terms to support other languages better by @david-livefront in #6226
    • PM-25632: Ensure that we use lowercase email addresses when creating a fingerprint by @david-livefront in #6227
    • [PM-29096] Update Fastlane and Gemfile dependencies by @SaintPatrck in #6216
    • [deps]: Lock file maintenance by @renovate[bot] in #6197
    • [PM-28467] Add revisionDate to policy JSON model by @SaintPatrck in #6228
    • [PM-28352] Add logging to Credential Manager and Origin Manager flows by @SaintPatrck in #6229
    • Update SonarQube plugin version by @SaintPatrck in #6231
    • Update ZXing library version by @SaintPatrck in #6230
    • Crowdin Pull by @bw-ghapp[bot] in #6234
    • [PM-28442] Added feature flag for migrate myvault to myitems by @aj-rosado in #6235
    • Address several small lint warning throughout the app by @david-livefront in #6233
    • Move MissingPropertyException to common location by @david-livefront in #6237
    • [deps]: Update actions/checkout action to v6 by @renovate[bot] in #6247
    • PM-28355: Clear pin data on hard-logout or security stamp by @david-livefront in #6232
    • Move BiometricsEncryptionManager into the AuthRepository by @david-livefront in #6249
    • [PM-28468] Added service methods to migration to MyItems validation by @aj-rosado in #6248
    • [PM-28504] Add testharness build workflow with dynamic versioning by @SaintPatrck in #6181
    • [PM-28836] Add AndroidManifest permission for HEADSET_CAMERA by @aj-rosado in #6251
    • PM-29172: Update Authenticator biometric encryption by @david-livefront in #6240
    • PM-1908: Push notifications for non-active accounts prompt for future sync by @david-livefront in #6252
    • [BRE-1333] Added permissions to token generation step to limit token scope by @gitclonebrian in #6171
    • Update STYLE_AND_BEST_PRACTICES.md to clarify KDoc requirements and fix whitespace by @SaintPatrck in #6256
    • PM-29491: Implement LeaveOrganizationScreen by @SaintPatrck in #6253
    • Update OkHttp to v5.3.2 by @david-livefront in #6257
    • Crowdin Pull by @bw-ghapp[bot] in #6261
    • Update to AGP v8.13.2 by @david-livefront in #6258
    • Update Androidx Camera to v1.5.2 by @david-livefront in #6259
    • Update Mockk and Kover by @david-livefront in #6260
    • PM-29795: Move FileManager to data module by @david-livefront in #6268
    • PM-29442: Change 2fa field to not be a password field by @david-livefront in #6269
    • [PM-29297] Add MigrateToMyItemsScreen by @SaintPatrck in #6239
    • PM-29806: Move FlightRecorderWriter to the data module by @david-livefront in #6270
    • PM-29824: Add bulk share ciphers network layer implementation by @SaintPatrck in #6271
    • [PM-29842] Add organization event types for item migration acceptance and rejection by @SaintPatrck in #6273
    • PM-29827: Move FlightRecorderManager to common data module by @david-livefront in #6274
    • Move extensions to common module by @david-livefront in #6276
    • [PM-29911] Update cron jobs to run at midnight on Sundays by @KatherineInCode in #6280
    • Remove flaky tests by @david-livefront in #6278
    • [PM-29947] Remove ResetMasterPassword property from token response model by @SaintPatrck in #6285
    • [PM-29913] ci: Fix release notes fetch failure while creating GitHub Releases by @vvolkgang in #6282
    • PM-29843: Record item org migration events by @SaintPatrck in #6275
    • [deps]: Update actions/cache action to v5 by @renovate[bot] in #6288
    • [deps]: Update actions/checkout action to v6 by @renovate[bot] in #6289
    • [deps]: Update actions/upload-artifact action to v6 by @renovate[bot] in #6290
    • [deps]: Lock file maintenance by @renovate[bot] in #6292
    • [PM-30106] Updated sdk to a version that fixes the password protected export issues (1.0.0-4328-km-fix-cherry-pick) by @aj-rosado in #6300
    • [PM-14880] ci: Adds categories for automated release notes by @vvolkgang in #6302
    • [PM-14880] ci: Update labels of automated PRs; set labels for PRs created by the crowdin-pull.yml workflow by @vvolkgang in #6303
    • [PM-14880] Label updates to fido2 privileged apps lists by @vvolkgang in #6304
    • [PM-14880] Add pull-request trigger to PR Labeling workflow and address test findings by @vvolkgang in #6305
    • Review Code Triggered by labeled event by @theMickster in #6307
    • Crowdin Pull by @bw-ghapp[bot] in #6286
    • Update SDK to 2.0.0-4254-6c954013 by @bw-ghapp[bot] in #6218
    • [deps]: Update Google ProtoBuf dependencies by @SaintPatrck in #6308
    • Revert review Code Triggered by labeled event by @theMickster in #6310
    • Crowdin Pull by @bw-ghapp[bot] in #6317
    • Move TestHelpers to core test-fixtures module by @david-livefront in #6314
    • [deps]: Lock file maintenance by @renovate[bot] in #6320
    • Update Androidx dependencies by @david-livefront in #6322
    • Update SDK to 2.0.0-4373-3c666766 by @bw-ghapp[bot] in #6311
    • Update Firebase BOM to latest versions by @david-livefront in #6324
    • [PM-28271] Rename validatePin to validatePinUserKey and update SDK usage by @SaintPatrck in #6323
    • [VULN-362] Move Compose tooling dependency to debugImplementation by @SaintPatrck in #6327
    • Update generated SSO uri to be typed by @david-livefront in #6329
    • Update SDK to 2.0.0-4408-ef987b96 by @bw-ghapp[bot] in #6331
    • Add concrete FlightRecorderDiskSource by @david-livefront in #6281
    • Improve clock usage patterns by @david-livefront in #6336
    • [PM-28468] Updated validation and navigation for MigrateToMyItems by @aj-rosado in #6279
    • Update SDK to 2.0.0-4441-c5a3b833 by @bw-ghapp[bot] in #6333
    • Document best practices for Clock/Time handling by @SaintPatrck in #6340
    • Improve KDoc on StateFlowExtensions by @SaintPatrck in #6338

    New Contributors

    • @gitclonebrian made their first contribution in #6171
    • @KatherineInCode made their first contribution in #6280

    Full Changelog

    Full Changelog: v2025.12.1-bwpm...v2026.1.0-bwpm

    Builds Source

    https://github.com/bitwarden/android/actions/runs/21299199924

    Original source Report a problem
  • Jan 26, 2026
    • Date parsed from source:
      Jan 26, 2026
    • First seen by Releasebot:
      Feb 18, 2026

    Bitwarden Android by Bitwarden

    Authenticator 2026.1.0 (1167)

    New release focuses on performance and security upgrades plus extensive maintenance fixes. It adds FIDO2 list updates, SDK bumps, automated release notes, and improved app link handling for Duo WebAuthn and SSO.

    Overview

    Several under the hood performance and security improvements

    What's Changed

    Community Highlight

    • [PM-30260] Add WebLibre to the FIDO2 privileged community list by @lucasmz-dev in #6299
    • [PM-30258] Remove CalyxOS Chromium from the FIDO2 privileged list by @lucasmz-dev in #6297

    Maintenance

    • PM-29843: Record item org migration events by @SaintPatrck in #6275
    • [deps]: Update actions/cache action to v5 by @renovate[bot] in #6288
    • [deps]: Update actions/checkout action to v6 by @renovate[bot] in #6289
    • [deps]: Update actions/upload-artifact action to v6 by @renovate[bot] in #6290
    • [deps]: Lock file maintenance by @renovate[bot] in #6292
    • [PM-30106] Updated sdk to a version that fixes the password protected export issues (1.0.0-4328-km-fix-cherry-pick) by @aj-rosado in #6300
    • [PM-14880] ci: Adds categories for automated release notes by @vvolkgang in #6302
    • [PM-14880] ci: Update labels of automated PRs; set labels for PRs created by the crowdin-pull.yml workflow by @vvolkgang in #6303
    • [PM-14880] Label updates to fido2 privileged apps lists by @vvolkgang in #6304
    • [PM-14880] Add pull-request trigger to PR Labeling workflow and address test findings by @vvolkgang in #6305
    • Review Code Triggered by labeled event by @theMickster in #6307
    • Crowdin Pull by @bw-ghapp[bot] in #6286
    • Update SDK to 2.0.0-4254-6c954013 by @bw-ghapp[bot] in #6218
    • [deps]: Update Google ProtoBuf dependencies by @SaintPatrck in #6308
    • Revert review Code Triggered by labeled event by @theMickster in #6310
    • Crowdin Pull by @bw-ghapp[bot] in #6317
    • Move TestHelpers to core test-fixtures module by @david-livefront in #6314
    • PM-30389: Allow for different auth tab schemes by @david-livefront in #6315
    • [deps]: Lock file maintenance by @renovate[bot] in #6320
    • Update Androidx dependencies by @david-livefront in #6322
    • Update SDK to 2.0.0-4373-3c666766 by @bw-ghapp[bot] in #6311
    • Update Firebase BOM to latest versions by @david-livefront in #6324
    • [PM-28271] Rename validatePin to validatePinUserKey and update SDK usage by @SaintPatrck in #6323
    • [VULN-362] Move Compose tooling dependency to debugImplementation by @SaintPatrck in #6327
    • Allow trailing commas in JSON by @david-livefront in #6326
    • Update generated SSO uri to be typed by @david-livefront in #6329
    • Update SDK to 2.0.0-4408-ef987b96 by @bw-ghapp[bot] in #6331
    • Add concrete FlightRecorderDiskSource by @david-livefront in #6281
    • PM-30522: Add support for processing app links for Duo, WebAuthn, and SSO by @david-livefront in #6332
    • Improve clock usage patterns by @david-livefront in #6336
    • Add the Archive items feature flag by @david-livefront in #6337
    • [PM-28468] Updated validation and navigation for MigrateToMyItems by @aj-rosado in #6279
    • Update SDK to 2.0.0-4441-c5a3b833 by @bw-ghapp[bot] in #6333
    • Document best practices for Clock/Time handling by @SaintPatrck in #6340
    • Improve KDoc on StateFlowExtensions by @SaintPatrck in #6338
    • Full Changelog: v2025.12.1-bwa...v2026.1.0-bwa
    • Builds Source: https://github.com/bitwarden/android/actions/runs/20860214993
    Original source Report a problem
  • Jan 13, 2026
    • Date parsed from source:
      Jan 13, 2026
    • First seen by Releasebot:
      Feb 18, 2026

    Bitwarden Android by Bitwarden

    Password Manager 2025.12.1 (21060)

    Bitwarden Android delivers crucial fixes for login errors and case sensitive emails, improves password import for organizations, and stabilizes account switching. It also rolls in numerous under the hood improvements and bug fixes, plus targeted UI tweaks across the changelog.

    Overview

    Fixed login error that prevented users from accessing their accounts in certain scenarios
    Fixed case-sensitive email handling in device login fingerprint phrase
    Improved handling when importing passwords for organization users with disabled personal vaults
    Fixed account switching to properly sync changes made while profile was inactive
    Various under the hood improvements and bug fixes

    What's Changed

    • PM-28522: Update the Login With Device Screen by @david-livefront in #6184
    • [BWA-179] Added clarification of functionality on Authenticator's ExportScreen by @aj-rosado in #6190
    • Update SDK to 1.0.0-3958-7f09fd2f by @bw-ghapp[bot] in #6213
    • [deps]: Update ksp by @david-livefront in #6217
    • [PM-28835] Added validations to prevent duplicate press on buttons by @aj-rosado in #6209
    • PM-28522: Update the LoginWithDevice ui by @david-livefront in #6221
    • [PM-27118] Restrict Credential Exchange import based on Personal Ownership policy by @SaintPatrck in #6220
    • Update Androidx dependencies to the latest versions by @david-livefront in #6224
    • [PM-29097] Fix privacy statement alignment in landscape mode by @SaintPatrck in #6225
    • [PM-27290] Remove password unlock method by @andrebispo5 in #6176
    • PM-28634: Update Autofill terms to support other languages better by @david-livefront in #6226
    • PM-25632: Ensure that we use lowercase email addresses when creating a fingerprint by @david-livefront in #6227
    • [PM-29096] Update Fastlane and Gemfile dependencies by @SaintPatrck in #6216
    • [deps]: Lock file maintenance by @renovate[bot] in #6197
    • [PM-28467] Add revisionDate to policy JSON model by @SaintPatrck in #6228
    • [PM-28352] Add logging to Credential Manager and Origin Manager flows by @SaintPatrck in #6229
    • Update SonarQube plugin version by @SaintPatrck in #6231
    • Update ZXing library version by @SaintPatrck in #6230
    • Crowdin Pull by @bw-ghapp[bot] in #6234
    • [PM-28442] Added feature flag for migrate myvault to myitems by @aj-rosado in #6235
    • Address several small lint warning throughout the app by @david-livefront in #6233
    • Move MissingPropertyException to common location by @david-livefront in #6237
    • [deps]: Update actions/checkout action to v6 by @renovate[bot] in #6247
    • PM-28355: Clear pin data on hard-logout or security stamp by @david-livefront in #6232
    • Move BiometricsEncryptionManager into the AuthRepository by @david-livefront in #6249
    • [PM-28468] Added service methods to migration to MyItems validation by @aj-rosado in #6248
    • [PM-28504] Add testharness build workflow with dynamic versioning by @SaintPatrck in #6181
    • [PM-28836] Add AndroidManifest permission for HEADSET_CAMERA by @aj-rosado in #6251
    • PM-29172: Update Authenticator biometric encryption by @david-livefront in #6240
    • PM-1908: Push notifications for non-active accounts prompt for future sync by @david-livefront in #6252
    • [BRE-1333] Added permissions to token generation step to limit token scope by @gitclonebrian in #6171
    • Update STYLE_AND_BEST_PRACTICES.md to clarify KDoc requirements and fix whitespace by @SaintPatrck in #6256
    • PM-29491: Implement LeaveOrganizationScreen by @SaintPatrck in #6253
    • Update OkHttp to v5.3.2 by @david-livefront in #6257
    • Crowdin Pull by @bw-ghapp[bot] in #6261
    • Update to AGP v8.13.2 by @david-livefront in #6258
    • Update Androidx Camera to v1.5.2 by @david-livefront in #6259
    • Update Mockk and Kover by @david-livefront in #6260
    • PM-29795: Move FileManager to data module by @david-livefront in #6268
    • PM-29442: Change 2fa field to not be a password field by @david-livefront in #6269
    • [PM-29297] Add MigrateToMyItemsScreen by @SaintPatrck in #6239
    • PM-29806: Move FlightRecorderWriter to the data module by @david-livefront in #6270
    • PM-29824: Add bulk share ciphers network layer implementation by @SaintPatrck in #6271
    • [PM-29842] Add organization event types for item migration acceptance and rejection by @SaintPatrck in #6273
    • PM-29827: Move FlightRecorderManager to common data module by @david-livefront in #6274
    • Move extensions to common module by @david-livefront in #6276
    • [PM-29911] Update cron jobs to run at midnight on Sundays by @KatherineInCode in #6280
    • Remove flaky tests by @david-livefront in #6278
    • [PM-29947] Remove ResetMasterPassword property from token response model by @SaintPatrck in #6285
    • [PM-29913] ci: Fix release notes fetch failure while creating GitHub Releases by @vvolkgang in #6282
    • 🍒 [PM-30106] Updated sdk to a version that fixes the password protected export issues (1.0.0-4328-km-fix-cherry-pick) by @aj-rosado in #6301

    New Contributors

    • @gitclonebrian made their first contribution in #6171
    • @KatherineInCode made their first contribution in #6280

    Full Changelog: v2025.12.0-bwpm...v2025.12.1-bwpm

    Builds Source: https://github.com/bitwarden/android/actions/runs/20584595942

    Original source Report a problem
  • Jan 13, 2026
    • Date parsed from source:
      Jan 13, 2026
    • First seen by Releasebot:
      Feb 18, 2026

    Bitwarden Android by Bitwarden

    Authenticator 2025.12.1 (1138)

    Bitwarden Android rolls out a broad release with UI refinements, security and policy tweaks, SDK updates, new screens like MigrateToMyItems, and extensive dependency upgrades plus logging and migration improvements. A solid product update powering better UX and stability.

    Overview

    What's Changed

    PM-28522: Update the Login With Device Screen by @david-livefront in #6184
    [BWA-179] Added clarification of functionality on Authenticator's ExportScreen by @aj-rosado in #6190
    Update SDK to 1.0.0-3958-7f09fd2f by @bw-ghapp[bot] in #6213
    [deps]: Update ksp by @david-livefront in #6217
    [PM-28835] Added validations to prevent duplicate press on buttons by @aj-rosado in #6209
    PM-28522: Update the LoginWithDevice ui by @david-livefront in #6221
    [PM-27118] Restrict Credential Exchange import based on Personal Ownership policy by @SaintPatrck in #6220
    Update Androidx dependencies to the latest versions by @david-livefront in #6224
    [PM-29097] Fix privacy statement alignment in landscape mode by @SaintPatrck in #6225
    [PM-27290] Remove password unlock method by @andrebispo5 in #6176
    PM-28634: Update Autofill terms to support other languages better by @david-livefront in #6226
    PM-25632: Ensure that we use lowercase email addresses when creating a fingerprint by @david-livefront in #6227
    [PM-29096] Update Fastlane and Gemfile dependencies by @SaintPatrck in #6216
    [deps]: Lock file maintenance by @renovate[bot] in #6197
    [PM-28467] Add revisionDate to policy JSON model by @SaintPatrck in #6228
    [PM-28352] Add logging to Credential Manager and Origin Manager flows by @SaintPatrck in #6229
    Update SonarQube plugin version by @SaintPatrck in #6231
    Update ZXing library version by @SaintPatrck in #6230
    Crowdin Pull by @bw-ghapp[bot] in #6234
    [PM-28442] Added feature flag for migrate myvault to myitems by @aj-rosado in #6235
    Address several small lint warning throughout the app by @david-livefront in #6233
    Move MissingPropertyException to common location by @david-livefront in #6237
    [deps]: Update actions/checkout action to v6 by @renovate[bot] in #6247
    PM-28355: Clear pin data on hard-logout or security stamp by @david-livefront in #6232
    Move BiometricsEncryptionManager into the AuthRepository by @david-livefront in #6249
    [PM-28468] Added service methods to migration to MyItems validation by @aj-rosado in #6248
    [PM-28504] Add testharness build workflow with dynamic versioning by @SaintPatrck in #6181
    [PM-28836] Add AndroidManifest permission for HEADSET_CAMERA by @aj-rosado in #6251
    PM-29172: Update Authenticator biometric encryption by @david-livefront in #6240
    PM-1908: Push notifications for non-active accounts prompt for future sync by @david-livefront in #6252
    [BRE-1333] Added permissions to token generation step to limit token scope by @gitclonebrian in #6171
    Update STYLE_AND_BEST_PRACTICES.md to clarify KDoc requirements and fix whitespace by @SaintPatrck in #6256
    PM-29491: Implement LeaveOrganizationScreen by @SaintPatrck in #6253
    Update OkHttp to v5.3.2 by @david-livefront in #6257
    Crowdin Pull by @bw-ghapp[bot] in #6261
    Update to AGP v8.13.2 by @david-livefront in #6258
    Update Androidx Camera to v1.5.2 by @david-livefront in #6259
    Update Mockk and Kover by @david-livefront in #6260
    PM-29795: Move FileManager to data module by @david-livefront in #6268
    PM-29442: Change 2fa field to not be a password field by @david-livefront in #6269
    [PM-29297] Add MigrateToMyItemsScreen by @SaintPatrck in #6239
    PM-29806: Move FlightRecorderWriter to the data module by @david-livefront in #6270
    PM-29824: Add bulk share ciphers network layer implementation by @SaintPatrck in #6271
    [PM-29842] Add organization event types for item migration acceptance and rejection by @SaintPatrck in #6273
    PM-29827: Move FlightRecorderManager to common data module by @david-livefront in #6274
    Move extensions to common module by @david-livefront in #6276
    [PM-29911] Update cron jobs to run at midnight on Sundays by @KatherineInCode in #6280
    Remove flaky tests by @david-livefront in #6278
    [PM-29947] Remove ResetMasterPassword property from token response model by @SaintPatrck in #6285
    [PM-29913] ci: Fix release notes fetch failure while creating GitHub Releases by @vvolkgang in #6282
    🍒 [PM-30106] Updated sdk to a version that fixes the password protected export issues (1.0.0-4328-km-fix-cherry-pick) by @aj-rosado in #6301

    New Contributors

    @gitclonebrian made their first contribution in #6171
    @KatherineInCode made their first contribution in #6280

    Full Changelog: v2025.12.0-bwa...v2025.12.1-bwa
    Builds Source: https://github.com/bitwarden/android/actions/runs/20585133978

    Original source Report a problem
  • Dec 18, 2025
    • Date parsed from source:
      Dec 18, 2025
    • First seen by Releasebot:
      Feb 18, 2026

    Bitwarden Android by Bitwarden

    Authenticator 2025.12.0 (1114)

    Bitwarden Android release brings broad fixes and UI tweaks. Automated PR labeling, login and device flow improvements, camera stability tweaks, autofill updates, and SDK bumps shape a solid new build.

    Overview

    What's Changed

    • [PM-14880] ci: Add automated PR labelling based on file paths and title patterns by @vvolkgang in #6157
    • PM-28053: Ensure any exception thrown during re-auth is an IO exception by @david-livefront in #6175
    • Update logic for handling the pin protected user key by @david-livefront in #6169
    • [PM-27150] React to device changes on device screen unlock method by @andrebispo5 in #6103
    • [PM-27869] fix/[PM-26241] : draw out keyboard on talkback click by @dev-sharma3624 in #6129
    • PM-28408: Update CameraPreview composable to address flakey test by @david-livefront in #6178
    • [deps]: Update actions/checkout action to v5 by @renovate[bot] in #6144
    • [PM-24148] add credential manager provider for create passwords by @Nailik in #5579
    • PM-28492: Replace Authenticator Toasts with Snackbars by @david-livefront in #6180
    • [PM-28157] Add string extension to prefix URIs with www by @SaintPatrck in #6183
    • [PM-21391] Remove debug credential provider configuration by @SaintPatrck in #6182
    • [PM-27816] Not clearing the fingerprint on requests that don't return fingerprint on LoginWithDevice by @aj-rosado in #6185
    • PM-28525: Update the LoginApprovalScreen ui by @david-livefront in #6187
    • PM-28545: Remove the compatibility mode toggle from the Autofill screen by @david-livefront in #6188
    • Crowdin Pull by @bw-ghapp[bot] in #6189
    • [PM-28086] Add testharness for Credential Manager and Autofill testing by @SaintPatrck in #6159
    • Update SDK to 1.0.0-3674-c60a5d79 by @bw-ghapp[bot] in #6064
    • Update SDK to 1.0.0-3896-f75a58cd by @bw-ghapp[bot] in #6198
    • Update SDK to 1.0.0-3908-4b0d1280 by @bw-ghapp[bot] in #6201
    • Enhance code review skill documentation with TOCs and missing severity categories by @SaintPatrck in #6186
    • [PM-28157] Revert "Add string extension to prefix URIs with www" by @SaintPatrck in #6192
    • Crowdin Pull by @bw-ghapp[bot] in #6206
    • Update SDK to 1.0.0-3928-2cca3d46 by @bw-ghapp[bot] in #6205
    • Full Changelog: v2025.11.1-bwa...v2025.12.0-bwa
    • Builds Source: https://github.com/bitwarden/android/actions/runs/20170529113
    Original source Report a problem
  • Dec 12, 2025
    • Date parsed from source:
      Dec 12, 2025
    • First seen by Releasebot:
      Feb 18, 2026

    Bitwarden Android by Bitwarden

    Password Manager 2025.12.0 (21003)

    Bitwarden Android rolls out improved autofill across Samsung Internet Opera and Edge, plus fixes for unlock crashes and passkey creation. It also includes general under the hood usability and performance improvements with a detailed changelog of fixes and tweaks.

    Overview

    • Improved autofill compatibility with Samsung Internet, Opera, and Edge browsers
    • Fixed app crashes when unlocking during sync errors
    • Fixed passkey creation for AliExpress
    • General under-the-hood improvements for usability and performance

    What's Changed

    • [PM-14880] ci: Add automated PR labelling based on file paths and title patterns by @vvolkgang in #6157
    • PM-28053: Ensure any exception thrown during re-auth is an IO exception by @david-livefront in #6175
    • Update logic for handling the pin protected user key by @david-livefront in #6169
    • [PM-27150] React to device changes on device screen unlock method by @andrebispo5 in #6103
    • [PM-27869] fix/[PM-26241] : draw out keyboard on talkback click by @dev-sharma3624 in #6129
    • PM-28408: Update CameraPreview composable to address flakey test by @david-livefront in #6178
    • [deps]: Update actions/checkout action to v5 by @renovate[bot] in #6144
    • [PM-24148] add credential manager provider for create passwords by @Nailik in #5579
    • PM-28492: Replace Authenticator Toasts with Snackbars by @david-livefront in #6180
    • [PM-28157] Add string extension to prefix URIs with www by @SaintPatrck in #6183
    • [PM-21391] Remove debug credential provider configuration by @SaintPatrck in #6182
    • [PM-27816] Not clearing the fingerprint on requests that don't return fingerprint on LoginWithDevice by @aj-rosado in #6185
    • PM-28525: Update the LoginApprovalScreen ui by @david-livefront in #6187
    • PM-28545: Remove the compatibility mode toggle from the Autofill screen by @david-livefront in #6188
    • Crowdin Pull by @bw-ghapp[bot] in #6189
    • [PM-28086] Add testharness for Credential Manager and Autofill testing by @SaintPatrck in #6159
    • Update SDK to 1.0.0-3674-c60a5d79 by @bw-ghapp[bot] in #6064
    • Update SDK to 1.0.0-3896-f75a58cd by @bw-ghapp[bot] in #6198
    • Update SDK to 1.0.0-3908-4b0d1280 by @bw-ghapp[bot] in #6201
    • Enhance code review skill documentation with TOCs and missing severity categories by @SaintPatrck in #6186
    • [PM-28157] Revert "Add string extension to prefix URIs with www" by @SaintPatrck in #6192
    • Crowdin Pull by @bw-ghapp[bot] in #6206
    • Update SDK to 1.0.0-3928-2cca3d46 by @bw-ghapp[bot] in #6205
    • Full Changelog: v2025.11.1-bwpm...v2025.12.0-bwpm
    • Builds Source: https://github.com/bitwarden/android/actions/runs/19830126705
    Original source Report a problem

Related products