-
released this
2024-07-16 09:56:12 -05:00 | 2837 commits to main since this releaseWhat'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/9959227306Downloads
-
released this
2024-07-08 17:25:57 -05:00 | 2866 commits to main since this releaseOverview
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/9872718997What'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
-
released this
2024-06-21 10:04:54 -05:00 | 2935 commits to main since this releaseFirst 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
-
released this
2024-06-13 10:46:06 -05:00 | 404 commits to main since this releaseAndroid
- Localization updates
- Small bug fixes and enhancements
iOS
- Localization updates
- Small bug fixes and enhancements
Downloads
-
released this
2024-05-16 17:26:22 -05:00 | 415 commits to main since this release- Introduced passkey providers
Downloads
-
released this
2024-05-02 11:46:59 -05:00 | 435 commits to main since this releaseiOS
- App can now be used to create and sign in with passkeys.
Downloads
-
released this
2024-04-15 11:04:36 -05:00 | 452 commits to main since this release- Bug fixes
Downloads
-
released this
2024-03-25 09:20:35 -05:00 | 464 commits to main since this releaseAndroid
- Security fix for app not locking
- Bug fixes and small improvements
iOS
- Bug fixes and small improvements
Downloads
-
released this
2024-03-19 09:43:57 -05:00 | 474 commits to main since this release- Bug fixes
Downloads
-
released this
2024-03-14 10:15:28 -05:00 | 476 commits to main since this release- Bug fixes
Downloads
mirror of
https://github.com/bitwarden/android.git
synced 2026-05-20 19:11:33 -05:00