Logo
Explore Help
Sign In
github-starred/android
2
0
Fork 0
You've already forked android
mirror of https://github.com/bitwarden/android.git synced 2026-05-20 19:11:33 -05:00
Code Issues 1.5k Packages Projects Releases 125 Wiki Activity

125 Releases 217 Tags

RSS Feed
  • v2024.7.1 291af8d017
    Compare

    Pre-Release

    GiteaMirror released this 2024-07-16 09:56:12 -05:00 | 2837 commits to main since this release

    What's Changed

    • BIT-2446: Limit the number of inline autofill items that can be displayed by @david-livefront in https://github.com/bitwarden/android/pull/3418
    • Add ability to log non-fatal errors by @david-livefront in https://github.com/bitwarden/android/pull/3417
    • Clean up some minor detekt issues by @david-livefront in https://github.com/bitwarden/android/pull/3425
    • Use random ints for request codes to ensure no overlap by @david-livefront in https://github.com/bitwarden/android/pull/3427
    • Upload F-Droid Beta artifacts to GitHub by @SaintPatrck in https://github.com/bitwarden/android/pull/3428
    • Add support for AutoCompleteTextView as an input field by @david-livefront in https://github.com/bitwarden/android/pull/3435
    • Introduce utility function for clearing VaultAddEdit dialog state by @SaintPatrck in https://github.com/bitwarden/android/pull/3437
    • Introduce utility function for displaying VaultAddEdit error message by @SaintPatrck in https://github.com/bitwarden/android/pull/3438
    • Refactor PublicKeyCredentialCreationOptions to match WebAuthn spec by @SaintPatrck in https://github.com/bitwarden/android/pull/3443
    • Add logic to find missing username fields by @david-livefront in https://github.com/bitwarden/android/pull/3440
    • Update no network errors to be consistent and have a space inbetween concatenated text by @david-livefront in https://github.com/bitwarden/android/pull/3446
    • [PM-8137] Refactor FIDO 2 credential registration result object by @SaintPatrck in https://github.com/bitwarden/android/pull/3445
    • [PM-8137] Introduce user verification prompt by @SaintPatrck in https://github.com/bitwarden/android/pull/3447
    • PM-9439: Update cipher list item for passkeys by @shannon-livefront in https://github.com/bitwarden/android/pull/3422
    • Autosync Crowdin Translations by @github-actions in https://github.com/bitwarden/android/pull/3453
    • PM-8202 move dialog status to VM for restore item, add check for MP p… by @dseverns-livefront in https://github.com/bitwarden/android/pull/3436
    • [PM-8137] Respond to SDK user verification callbacks implicitly by @SaintPatrck in https://github.com/bitwarden/android/pull/3448
    • Exclude tests from Sonar by @withinfocus in https://github.com/bitwarden/android/pull/3457
    • Resolve detekt issues by @SaintPatrck in https://github.com/bitwarden/android/pull/3460
    • Hide inline autofill option when not supported by @david-livefront in https://github.com/bitwarden/android/pull/3455
    • Update the detekt command for fastlane to cover more of the app by @david-livefront in https://github.com/bitwarden/android/pull/3462
    • [PM-8137] Introduce FIDO 2 user verification to item listing screen by @SaintPatrck in https://github.com/bitwarden/android/pull/3449
    • PM-7495 perform client side check for invalid MP before account deletion by @dseverns-livefront in https://github.com/bitwarden/android/pull/3439
    • Fix detekt issues by @SaintPatrck in https://github.com/bitwarden/android/pull/3531
    • PM-9017 updated the continue button state when switching 2FA method by @dseverns-livefront in https://github.com/bitwarden/android/pull/3530
    • [PM-8137] Introduce FIDO 2 user verification tracking by @SaintPatrck in https://github.com/bitwarden/android/pull/3459
    • [PM-8137] Set initial FIDO 2 user verification state by @SaintPatrck in https://github.com/bitwarden/android/pull/3463
    • [Build Issue] use full source set to match fastfile test task by @dseverns-livefront in https://github.com/bitwarden/android/pull/3533
    • [PM-8137] Introduce FIDO 2 user verification to add edit item by @SaintPatrck in https://github.com/bitwarden/android/pull/3450

    Full Changelog: https://github.com/bitwarden/android/compare/v2024.7.0...v2024.7.1
    Builds source: https://github.com/bitwarden/android/actions/runs/9959227306

    Downloads
    • bw-android-apk-sha256.txt
      146 B
      2025-11-07 07:48:32 -06:00
    • bw-android-beta-apk-sha256.txt
      140 B
      2025-11-07 07:48:33 -06:00
    • bw-fdroid-apk-sha256.txt
      142 B
      2025-11-07 07:48:34 -06:00
    • bw-fdroid-beta-apk-sha256.txt
      136 B
      2025-11-07 07:48:35 -06:00
    • com.x8bit.bitwarden-fdroid-beta.apk
      92 MiB
      2025-11-07 07:48:44 -06:00
    • com.x8bit.bitwarden-fdroid-release.apk
      67 MiB
      2025-11-07 07:48:55 -06:00
    • com.x8bit.bitwarden-standard-beta.apk
      95 MiB
      2025-11-07 07:49:05 -06:00
    • com.x8bit.bitwarden-standard-release.apk
      68 MiB
      2025-11-07 07:49:12 -06:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2024.7.0 01b786fcf9
    Compare

    Pre-Release

    GiteaMirror released this 2024-07-08 17:25:57 -05:00 | 2866 commits to main since this release

    Overview

    Bug fixes:

    • Master Password confirmation pop-up is now displayed correctly when revealing card numbers.
    • Search function no longer returns items in the trash.
    • Resolved the issue preventing file attachments to vault items.
    • The disable screenshot feature now works consistently.
    • Autofill is now compatible with Gboard.
    • Password re-hides immediately on items with OTP have been corrected.
    • Premium features are now functioning correctly on self-hosted versions.
    • Fixed the UI issue with the Password Generator Length Field.
    • Fixed crashes related to invalid regular expressions and parsing initials with extra spaces.

    New Contributors

    • @SaintPatrck made their first contribution in https://github.com/bitwarden/android/pull/3347
    • @utzcoz made their first contribution in https://github.com/bitwarden/android/pull/3338
    • @dseverns-livefront made their first contribution in https://github.com/bitwarden/android/pull/3398
    • @shannon-livefront made their first contribution in https://github.com/bitwarden/android/pull/3409

    Full Changelog: https://github.com/bitwarden/android/compare/v2024.6.1...v2024.7.0
    Builds source: https://github.com/bitwarden/android/actions/runs/9847790431
    F-Droid Beta build source: https://github.com/bitwarden/android/actions/runs/9872718997

    What's Changed

    Pull Requests
    • BIT-2418: Add the OrganizationEventManager by @david-livefront in https://github.com/bitwarden/android/pull/3330
    • Additional scanning by @withinfocus in https://github.com/bitwarden/android/pull/3328
    • trackEvent should not suspend by @david-livefront in https://github.com/bitwarden/android/pull/3331
    • Append 'Json' suffix to network model name by @david-livefront in https://github.com/bitwarden/android/pull/3344
    • Create sealed class for Organization Events by @david-livefront in https://github.com/bitwarden/android/pull/3345
    • Add organization event tracking by @david-livefront in https://github.com/bitwarden/android/pull/3346
    • Adjust Sonar scan paths by @withinfocus in https://github.com/bitwarden/android/pull/3349
    • Add password reprompt for card number and code by @david-livefront in https://github.com/bitwarden/android/pull/3350
    • Add edit cipher org events by @david-livefront in https://github.com/bitwarden/android/pull/3352
    • Update Firebase and Crashlytics by @david-livefront in https://github.com/bitwarden/android/pull/3355
    • [PM-8016] Push string resources to Crowdin by @SaintPatrck in https://github.com/bitwarden/android/pull/3347
    • [PM-8015] Pull translations from Crowdin by @SaintPatrck in https://github.com/bitwarden/android/pull/3348
    • Update strings by @david-livefront in https://github.com/bitwarden/android/pull/3356
    • BIT-2411: Add logic for managed device pre-configured URLs by @david-livefront in https://github.com/bitwarden/android/pull/3358
    • [deps]: Update gh minor by @renovate in https://github.com/bitwarden/android/pull/3342
    • [deps]: Lock file maintenance by @renovate in https://github.com/bitwarden/android/pull/3343
    • [PM-8985] Distribute beta builds on every push to main by @SaintPatrck in https://github.com/bitwarden/android/pull/3351
    • [PM-8015] Update language directories to follow Crowdin + Android defaults by @SaintPatrck in https://github.com/bitwarden/android/pull/3359
    • BIT-2433: Filter trash from search results by @david-livefront in https://github.com/bitwarden/android/pull/3361
    • Replace Danger / Shroud with Codecov by @withinfocus in https://github.com/bitwarden/android/pull/3363
    • Clean up environment urls by @david-livefront in https://github.com/bitwarden/android/pull/3364
    • Use proper coverage report by @withinfocus in https://github.com/bitwarden/android/pull/3367
    • Clean up some detekt issues by @david-livefront in https://github.com/bitwarden/android/pull/3366
    • [PM-8015] Update Crowdin destination path by @SaintPatrck in https://github.com/bitwarden/android/pull/3365
    • [PM-8985] Trigger build job on push events to main by @SaintPatrck in https://github.com/bitwarden/android/pull/3362
    • [PM-9151] gradle: Fix typo for Robolectric library name by @utzcoz in https://github.com/bitwarden/android/pull/3338
    • Update CipherViewExtensions to use previous state to avoid clearing user set values by @david-livefront in https://github.com/bitwarden/android/pull/3368
    • [BIT-2140] Add strings for typeform and export vault by @SaintPatrck in https://github.com/bitwarden/android/pull/3369
    • Update to the latest versions of AndroidX Lifecycle by @david-livefront in https://github.com/bitwarden/android/pull/3370
    • Fix a screen capture bug that clears the setting when the app language changes by @david-livefront in https://github.com/bitwarden/android/pull/3372
    • Fix bug where JWT token clearing premium status by @david-livefront in https://github.com/bitwarden/android/pull/3373
    • [PM-8985] Fetch all tags when checking out repo for build job by @SaintPatrck in https://github.com/bitwarden/android/pull/3371
    • [PM-9340] Updates the bug template and readme to direct users to the right repos by @vvolkgang in https://github.com/bitwarden/android/pull/3374
    • [PM-8985] Publish beta builds to internal track by @SaintPatrck in https://github.com/bitwarden/android/pull/3376
    • [PM-9340] Fix template syntax error by @vvolkgang in https://github.com/bitwarden/android/pull/3377
    • [PM-9340] Fix bug template syntax error by adding quotes to label by @vvolkgang in https://github.com/bitwarden/android/pull/3378
    • [PM-8985] Fix typo in fastfile by @SaintPatrck in https://github.com/bitwarden/android/pull/3379
    • [PM-9340] Improve Bug template and adds a config link by @vvolkgang in https://github.com/bitwarden/android/pull/3380
    • Autosync Crowdin Translations by @github-actions in https://github.com/bitwarden/android/pull/3381
    • [PM-8985] Distribute builds to Firebase on push events to main by @SaintPatrck in https://github.com/bitwarden/android/pull/3388
    • PM-9081: Should cancel the job not the scope when managing autofill requests by @david-livefront in https://github.com/bitwarden/android/pull/3389
    • Update the Lifecycle library by @david-livefront in https://github.com/bitwarden/android/pull/3390
    • Update NotificationPayload to handle null values by @david-livefront in https://github.com/bitwarden/android/pull/3391
    • BIT-2438: Update push notification processing logic to be more lenient by @david-livefront in https://github.com/bitwarden/android/pull/3393
    • BIT-2442: check type before extracting autofill text by @david-livefront in https://github.com/bitwarden/android/pull/3394
    • BIT-2443: Fix crash caused by extra blank spaces in name by @david-livefront in https://github.com/bitwarden/android/pull/3395
    • Update detekt config and update suppressions by @david-livefront in https://github.com/bitwarden/android/pull/3396
    • BIT-2439: Handle invalid patterns when processing regular expression matching by @david-livefront in https://github.com/bitwarden/android/pull/3397
    • Include Livefront in Firebase distributions by @SaintPatrck in https://github.com/bitwarden/android/pull/3400
    • [PM-8137] Allow registering a passkey to a new cipher by @SaintPatrck in https://github.com/bitwarden/android/pull/3329
    • Autosync Crowdin Translations by @github-actions in https://github.com/bitwarden/android/pull/3402
    • BIT-2398 if the org associated with a cipher uses TOTP enable the aut… by @dseverns-livefront in https://github.com/bitwarden/android/pull/3398
    • BIT-2431 add condition to only update labelTextWidth on initial layout by @dseverns-livefront in https://github.com/bitwarden/android/pull/3399
    • [deps]: Update gh minor by @renovate in https://github.com/bitwarden/android/pull/3411
    • [deps]: Update crowdin/github-action action to v2 by @renovate in https://github.com/bitwarden/android/pull/3415
    • [deps]: Update gradle minor by @renovate in https://github.com/bitwarden/android/pull/3414
    • [deps]: Update kotlin by @renovate in https://github.com/bitwarden/android/pull/3412
    • PM-9077: Ensure each PendingIntent for inline autofill uses unique requestCode by @david-livefront in https://github.com/bitwarden/android/pull/3401
    • BIT-2440, BIT-2441: Clean up the way we update the account info after token refresh by @david-livefront in https://github.com/bitwarden/android/pull/3416
    • PM-9443: Update empty search state by @shannon-livefront in https://github.com/bitwarden/android/pull/3409
    • Update to the latest Bitwarden SDK by @david-livefront in https://github.com/bitwarden/android/pull/3419
    Downloads
    • bw-android-beta-aab-sha256.txt
      142 B
      2025-11-07 07:47:51 -06:00
    • bw-android-beta-apk-sha256.txt
      140 B
      2025-11-07 07:47:52 -06:00
    • bw-fdroid-apk-sha256.txt
      142 B
      2025-11-07 07:47:53 -06:00
    • bw-fdroid-beta-apk-sha256.txt
      136 B
      2025-11-07 07:47:53 -06:00
    • com.x8bit.bitwarden-fdroid-beta.apk
      92 MiB
      2025-11-07 07:48:03 -06:00
    • com.x8bit.bitwarden-fdroid-release.apk
      67 MiB
      2025-11-07 07:48:13 -06:00
    • com.x8bit.bitwarden-standard-beta.aab
      37 MiB
      2025-11-07 07:48:18 -06:00
    • com.x8bit.bitwarden-standard-beta.apk
      95 MiB
      2025-11-07 07:48:29 -06:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2024.6.1 2897ac1ecf
    Compare

    Pre-Release

    GiteaMirror released this 2024-06-21 10:04:54 -05:00 | 2935 commits to main since this release

    First native app public beta release.

    Contributors

    • @david-livefront
    • @oleg-livefront
    • @brian-livefront
    • @ahaisting-livefront
    • @differsthecat
    • @caleb-livefront
    • @ramsey-livefront
    • @joshua-livefront
    • @withinfocus
    • @Hinton
    • @vgrassia
    • @sean-livefront
    • @lucas-livefront
    • @shannon-livefront
    • @sephraim-livefront
    • @SaintPatrck
    • @michalchecinski

    Full Changelog: https://github.com/bitwarden/android/commits/v2024.6.1

    Downloads
    • bw-android-beta-aab-sha256.txt
      142 B
      2025-11-07 07:47:17 -06:00
    • bw-android-beta-apk-sha256.txt
      140 B
      2025-11-07 07:47:18 -06:00
    • bw-fdroid-apk-sha256.txt
      142 B
      2025-11-07 07:47:19 -06:00
    • bw-fdroid-beta-apk-sha-256.txt
      136 B
      2025-11-07 07:47:19 -06:00
    • com.x8bit.bitwarden-fdroid-beta.apk
      91 MiB
      2025-11-07 07:47:29 -06:00
    • com.x8bit.bitwarden-standard-beta.aab
      36 MiB
      2025-11-07 07:47:34 -06:00
    • com.x8bit.bitwarden-standard-beta.apk
      94 MiB
      2025-11-07 07:47:48 -06:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2024.6.0 5ba577fecc
    Compare

    Stable

    GiteaMirror released this 2024-06-13 10:46:06 -05:00 | 404 commits to main since this release

    Android

    • Localization updates
    • Small bug fixes and enhancements

    iOS

    • Localization updates
    • Small bug fixes and enhancements
    Downloads
    • Bitwarden.iOS.zip
      100 MiB
      2025-11-07 07:46:51 -06:00
    • bw-android-apk-sha256.txt
      66 B
      2025-11-07 07:46:51 -06:00
    • bw-fdroid-apk-sha256.txt
      66 B
      2025-11-07 07:46:51 -06:00
    • com.x8bit.bitwarden.aab
      61 MiB
      2025-11-07 07:47:06 -06:00
    • com.x8bit.bitwarden.apk
      68 MiB
      2025-11-07 07:47:12 -06:00
    • com.x8bit.bitwarden-fdroid.apk
      67 MiB
      2025-11-07 07:46:58 -06:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2024.5.1 689aa80833
    Compare

    Stable

    GiteaMirror released this 2024-05-16 17:26:22 -05:00 | 415 commits to main since this release

    • Introduced passkey providers
    Downloads
    • Bitwarden.iOS.zip
      100 MiB
      2025-11-07 07:46:18 -06:00
    • bw-android-apk-sha256.txt
      66 B
      2025-11-07 07:46:19 -06:00
    • bw-fdroid-apk-sha256.txt
      66 B
      2025-11-07 07:46:20 -06:00
    • com.x8bit.bitwarden.aab
      61 MiB
      2025-11-07 07:46:33 -06:00
    • com.x8bit.bitwarden.apk
      68 MiB
      2025-11-07 07:46:40 -06:00
    • com.x8bit.bitwarden-fdroid.apk
      67 MiB
      2025-11-07 07:46:27 -06:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2024.4.2 62262269bc
    Compare

    Stable

    GiteaMirror released this 2024-05-02 11:46:59 -05:00 | 435 commits to main since this release

    iOS

    • App can now be used to create and sign in with passkeys.
    Downloads
    • Bitwarden.iOS.zip
      100 MiB
      2025-11-07 07:45:55 -06:00
    • com.x8bit.bitwarden.aab
      60 MiB
      2025-11-07 07:46:02 -06:00
    • com.x8bit.bitwarden.apk
      68 MiB
      2025-11-07 07:46:08 -06:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2024.4.0 e033832261
    Compare

    Stable

    GiteaMirror released this 2024-04-15 11:04:36 -05:00 | 452 commits to main since this release

    • Bug fixes
    Downloads
    • Bitwarden.iOS.zip
      99 MiB
      2025-11-07 07:45:26 -06:00
    • bw-android-apk-sha256.txt
      66 B
      2025-11-07 07:45:26 -06:00
    • bw-fdroid-apk-sha256.txt
      66 B
      2025-11-07 07:45:27 -06:00
    • com.x8bit.bitwarden.aab
      59 MiB
      2025-11-07 07:45:39 -06:00
    • com.x8bit.bitwarden.apk
      66 MiB
      2025-11-07 07:45:45 -06:00
    • com.x8bit.bitwarden-fdroid.apk
      65 MiB
      2025-11-07 07:45:34 -06:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2024.3.3 9db32ca019
    Compare

    Stable

    GiteaMirror released this 2024-03-25 09:20:35 -05:00 | 464 commits to main since this release

    Android

    • Security fix for app not locking
    • Bug fixes and small improvements

    iOS

    • Bug fixes and small improvements
    Downloads
    • Bitwarden.iOS.zip
      99 MiB
      2025-11-07 07:44:56 -06:00
    • bw-android-apk-sha256.txt
      66 B
      2025-11-07 07:44:57 -06:00
    • bw-fdroid-apk-sha256.txt
      66 B
      2025-11-07 07:44:57 -06:00
    • com.x8bit.bitwarden.aab
      59 MiB
      2025-11-07 07:45:09 -06:00
    • com.x8bit.bitwarden.apk
      66 MiB
      2025-11-07 07:45:16 -06:00
    • com.x8bit.bitwarden-fdroid.apk
      65 MiB
      2025-11-07 07:45:04 -06:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2024.3.1 f0abc269df
    Compare

    Stable

    GiteaMirror released this 2024-03-19 09:43:57 -05:00 | 474 commits to main since this release

    • Bug fixes
    Downloads
    • Bitwarden.iOS.zip
      99 MiB
      2025-11-07 07:44:26 -06:00
    • bw-android-apk-sha256.txt
      66 B
      2025-11-07 07:44:27 -06:00
    • bw-fdroid-apk-sha256.txt
      66 B
      2025-11-07 07:44:27 -06:00
    • com.x8bit.bitwarden.aab
      59 MiB
      2025-11-07 07:44:39 -06:00
    • com.x8bit.bitwarden.apk
      66 MiB
      2025-11-07 07:44:45 -06:00
    • com.x8bit.bitwarden-fdroid.apk
      65 MiB
      2025-11-07 07:44:33 -06:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v2024.3.0 ffd888bd96
    Compare

    Stable

    GiteaMirror released this 2024-03-14 10:15:28 -05:00 | 476 commits to main since this release

    • Bug fixes
    Downloads
    • Bitwarden.iOS.zip
      99 MiB
      2025-11-07 07:43:57 -06:00
    • bw-android-apk-sha256.txt
      66 B
      2025-11-07 07:43:57 -06:00
    • bw-fdroid-apk-sha256.txt
      66 B
      2025-11-07 07:43:59 -06:00
    • com.x8bit.bitwarden.aab
      59 MiB
      2025-11-07 07:44:11 -06:00
    • com.x8bit.bitwarden.apk
      66 MiB
      2025-11-07 07:44:17 -06:00
    • com.x8bit.bitwarden-fdroid.apk
      66 MiB
      2025-11-07 07:44:05 -06:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous ... 6 7 8 9 10 ... Next Last
Powered by Gitea Version: 1.25.5 Page: 9822ms Template: 13ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API