[PR #2722] [CLOSED] Bump version to 2023.7.2 #16523

Closed
opened 2026-04-15 02:18:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2722
Author: @github-actions[bot]
Created: 8/25/2023
Status: Closed

Base: masterHead: version_bump_2023.7.2


📝 Commits (6)

📊 Changes

95 files changed (+3263 additions, -1277 deletions)

View changed files

📝 src/Android/MainApplication.cs (+3 -3)
📝 src/Android/Properties/AndroidManifest.xml (+1 -1)
📝 src/Android/Services/BiometricService.cs (+6 -7)
📝 src/App/Abstractions/IPasswordRepromptService.cs (+2 -3)
📝 src/App/Pages/Accounts/LockPage.xaml (+2 -2)
📝 src/App/Pages/Accounts/LockPage.xaml.cs (+6 -5)
📝 src/App/Pages/Accounts/LockPageViewModel.cs (+108 -79)
src/App/Pages/Accounts/LoginApproveDevicePage.xaml (+76 -0)
src/App/Pages/Accounts/LoginApproveDevicePage.xaml.cs (+64 -0)
src/App/Pages/Accounts/LoginApproveDeviceViewModel.cs (+150 -0)
📝 src/App/Pages/Accounts/LoginPage.xaml.cs (+2 -1)
📝 src/App/Pages/Accounts/LoginPasswordlessRequestPage.xaml (+25 -27)
📝 src/App/Pages/Accounts/LoginPasswordlessRequestPage.xaml.cs (+4 -1)
📝 src/App/Pages/Accounts/LoginPasswordlessRequestViewModel.cs (+180 -20)
📝 src/App/Pages/Accounts/LoginSsoPage.xaml.cs (+9 -0)
📝 src/App/Pages/Accounts/LoginSsoPageViewModel.cs (+82 -13)
📝 src/App/Pages/Accounts/RegisterPageViewModel.cs (+10 -7)
📝 src/App/Pages/Accounts/RemoveMasterPasswordPageViewModel.cs (+3 -3)
📝 src/App/Pages/Accounts/SetPasswordPageViewModel.cs (+17 -24)
📝 src/App/Pages/Accounts/TwoFactorPage.xaml.cs (+23 -15)

...and 75 more files

📄 Description

## Type of change
- [ ] Bug fix
- [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [ ] Build/deploy pipeline (DevOps)
- [X] Other

## Objective
Automated version bump to 2023.7.2

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/2722 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 8/25/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `version_bump_2023.7.2` --- ### 📝 Commits (6) - [`a7bf0e2`](https://github.com/bitwarden/android/commit/a7bf0e24d3bd0b8cb293f807bfa0d5cf2b9bdae2) Trusted Device Encryption feature (#2656) - [`2841a0e`](https://github.com/bitwarden/android/commit/2841a0e28d505b142fb447a98a883317698e621f) [PM-3513] Show error SSO policy (#2707) - [`a973185`](https://github.com/bitwarden/android/commit/a9731853ca64156de17a87a26aa577ddfabdd25e) [PM-3545] Fix biometric unlock for autofill (#2710) - [`f489947`](https://github.com/bitwarden/android/commit/f4899470d42e10ad942a101baf82d857ee3929c8) fix for TDE pref naming collision (#2712) - [`8c58ed5`](https://github.com/bitwarden/android/commit/8c58ed54ff6ba4c54543dc9c496cfba8395558c0) don't clear key needed for bio/auto migration in pin migration (#2721) - [`d4dae39`](https://github.com/bitwarden/android/commit/d4dae39ee43035b09316d0845e7be894749aca93) Bumped version to 2023.7.2 ### 📊 Changes **95 files changed** (+3263 additions, -1277 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/MainApplication.cs` (+3 -3) 📝 `src/Android/Properties/AndroidManifest.xml` (+1 -1) 📝 `src/Android/Services/BiometricService.cs` (+6 -7) 📝 `src/App/Abstractions/IPasswordRepromptService.cs` (+2 -3) 📝 `src/App/Pages/Accounts/LockPage.xaml` (+2 -2) 📝 `src/App/Pages/Accounts/LockPage.xaml.cs` (+6 -5) 📝 `src/App/Pages/Accounts/LockPageViewModel.cs` (+108 -79) ➕ `src/App/Pages/Accounts/LoginApproveDevicePage.xaml` (+76 -0) ➕ `src/App/Pages/Accounts/LoginApproveDevicePage.xaml.cs` (+64 -0) ➕ `src/App/Pages/Accounts/LoginApproveDeviceViewModel.cs` (+150 -0) 📝 `src/App/Pages/Accounts/LoginPage.xaml.cs` (+2 -1) 📝 `src/App/Pages/Accounts/LoginPasswordlessRequestPage.xaml` (+25 -27) 📝 `src/App/Pages/Accounts/LoginPasswordlessRequestPage.xaml.cs` (+4 -1) 📝 `src/App/Pages/Accounts/LoginPasswordlessRequestViewModel.cs` (+180 -20) 📝 `src/App/Pages/Accounts/LoginSsoPage.xaml.cs` (+9 -0) 📝 `src/App/Pages/Accounts/LoginSsoPageViewModel.cs` (+82 -13) 📝 `src/App/Pages/Accounts/RegisterPageViewModel.cs` (+10 -7) 📝 `src/App/Pages/Accounts/RemoveMasterPasswordPageViewModel.cs` (+3 -3) 📝 `src/App/Pages/Accounts/SetPasswordPageViewModel.cs` (+17 -24) 📝 `src/App/Pages/Accounts/TwoFactorPage.xaml.cs` (+23 -15) _...and 75 more files_ </details> ### 📄 Description ## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [X] Other ## Objective Automated version bump to 2023.7.2 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 02:18:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#16523