[PR #2196] [MERGED] [SG-831] Pull Down Sync does not retrieve pending AuthRequests #3421

Closed
opened 2025-11-26 23:32:31 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2196
Author: @andrebispo5
Created: 11/17/2022
Status: Merged
Merged: 11/17/2022
Merged by: @andrebispo5

Base: masterHead: bugfix/SG-831-pull-to-refresh-requests


📝 Commits (3)

  • f5e3aa7 [SG-831] Pull to refresh forces refresh.
  • 55a0839 [SG-831] Expose sync login request method to be used independently
  • 1a71135 [SG-831] Change sync order

📊 Changes

4 files changed (+6 additions, -2 deletions)

View changed files

📝 src/App/Pages/Settings/SyncPageViewModel.cs (+1 -0)
📝 src/App/Pages/Vault/GroupingsPage/GroupingsPageViewModel.cs (+1 -0)
📝 src/Core/Abstractions/ISyncService.cs (+2 -0)
📝 src/Core/Services/SyncService.cs (+2 -2)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Adding the possibility to manually get pending login requests. This will be always fetched even though the sync is not forced.

Code changes

Exposed the Sync Login Requests method to be called separately from the FullSync. This is a temporary solution. A tech dept ticket was created to move all Passwordless code to an independent service.

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team

🔄 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/2196 **Author:** [@andrebispo5](https://github.com/andrebispo5) **Created:** 11/17/2022 **Status:** ✅ Merged **Merged:** 11/17/2022 **Merged by:** [@andrebispo5](https://github.com/andrebispo5) **Base:** `master` ← **Head:** `bugfix/SG-831-pull-to-refresh-requests` --- ### 📝 Commits (3) - [`f5e3aa7`](https://github.com/bitwarden/android/commit/f5e3aa7e0f7b07724eed9137767622a94d2a22f9) [SG-831] Pull to refresh forces refresh. - [`55a0839`](https://github.com/bitwarden/android/commit/55a08399a27d13cb012fc7d47ad33eded2fcbd90) [SG-831] Expose sync login request method to be used independently - [`1a71135`](https://github.com/bitwarden/android/commit/1a71135ef6ef079d7b411a01d60ae4dafc242fd2) [SG-831] Change sync order ### 📊 Changes **4 files changed** (+6 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Settings/SyncPageViewModel.cs` (+1 -0) 📝 `src/App/Pages/Vault/GroupingsPage/GroupingsPageViewModel.cs` (+1 -0) 📝 `src/Core/Abstractions/ISyncService.cs` (+2 -0) 📝 `src/Core/Services/SyncService.cs` (+2 -2) </details> ### 📄 Description ## Type of change - [X] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Adding the possibility to manually get pending login requests. This will be always fetched even though the sync is not forced. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> Exposed the Sync Login Requests method to be called separately from the **FullSync**. This is a temporary solution. A tech dept ticket was created to move all Passwordless code to an independent service. ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If this change has particular **deployment requirements** - notify the DevOps team --- <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 2025-11-26 23:32:31 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#3421