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-21 03:21:29 -05:00
Code Issues 1.5k Packages Projects Releases 125 Wiki Activity

125 Releases 217 Tags

RSS Feed
  • 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)
Powered by Gitea Version: 1.25.5 Page: 2536ms Template: 2ms
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