[PR #937] [MERGED] Feature sync on refresh #44274

Closed
opened 2026-04-26 11:30:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/937
Author: @aaxdev
Created: 5/31/2020
Status: Merged
Merged: 8/5/2020
Merged by: @cscharf

Base: masterHead: feature/sync-on-refresh


📝 Commits (5)

  • cc94d98 Added new option: Sync on refresh
  • 673ec0a Removed unused field
  • b0b41b8 Fixed refreshing on disappearing & unnecessary codes removed
  • 0bb4dfe Requested changes
  • c1abde3 Calling storage service instead of a dedicated service function (mobile-specific)

📊 Changes

9 files changed (+2538 additions, -987 deletions)

View changed files

📝 src/App/Pages/Settings/SyncPage.xaml (+30 -17)
📝 src/App/Pages/Settings/SyncPage.xaml.cs (+1 -1)
📝 src/App/Pages/Settings/SyncPageViewModel.cs (+32 -0)
📝 src/App/Pages/Vault/GroupingsPage/GroupingsPage.xaml.cs (+1 -0)
📝 src/App/Pages/Vault/GroupingsPage/GroupingsPageViewModel.cs (+22 -1)
📝 src/App/Resources/AppResources.Designer.cs (+2445 -967)
📝 src/App/Resources/AppResources.resx (+6 -0)
📝 src/Core/Abstractions/ISyncService.cs (+0 -1)
📝 src/Core/Constants.cs (+1 -0)

📄 Description

Added a way to sync vault with the pull down gesture (optional) as suggested here https://github.com/bitwarden/mobile/issues/457#issuecomment-521321130.
The option is into the menu Settings/Sync.
Tested on real android device and emulator.


🔄 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/937 **Author:** [@aaxdev](https://github.com/aaxdev) **Created:** 5/31/2020 **Status:** ✅ Merged **Merged:** 8/5/2020 **Merged by:** [@cscharf](https://github.com/cscharf) **Base:** `master` ← **Head:** `feature/sync-on-refresh` --- ### 📝 Commits (5) - [`cc94d98`](https://github.com/bitwarden/android/commit/cc94d9872dc92b7f44c8214f1376cff7a5657ca1) Added new option: Sync on refresh - [`673ec0a`](https://github.com/bitwarden/android/commit/673ec0accc07695839b520f7b1e13827c063f0e2) Removed unused field - [`b0b41b8`](https://github.com/bitwarden/android/commit/b0b41b8b9d82bdc34d34d920dd6209b81ff49230) Fixed refreshing on disappearing & unnecessary codes removed - [`0bb4dfe`](https://github.com/bitwarden/android/commit/0bb4dfe91fb8b29b14b8cbcf26777d87fd8c37f3) Requested changes - [`c1abde3`](https://github.com/bitwarden/android/commit/c1abde3ce08e994cf04cd7a5aad46ce152038ea0) Calling storage service instead of a dedicated service function (mobile-specific) ### 📊 Changes **9 files changed** (+2538 additions, -987 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Settings/SyncPage.xaml` (+30 -17) 📝 `src/App/Pages/Settings/SyncPage.xaml.cs` (+1 -1) 📝 `src/App/Pages/Settings/SyncPageViewModel.cs` (+32 -0) 📝 `src/App/Pages/Vault/GroupingsPage/GroupingsPage.xaml.cs` (+1 -0) 📝 `src/App/Pages/Vault/GroupingsPage/GroupingsPageViewModel.cs` (+22 -1) 📝 `src/App/Resources/AppResources.Designer.cs` (+2445 -967) 📝 `src/App/Resources/AppResources.resx` (+6 -0) 📝 `src/Core/Abstractions/ISyncService.cs` (+0 -1) 📝 `src/Core/Constants.cs` (+1 -0) </details> ### 📄 Description Added a way to sync vault with the pull down gesture (optional) as suggested here https://github.com/bitwarden/mobile/issues/457#issuecomment-521321130. The option is into the menu Settings/Sync. Tested on real android device and emulator. --- <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-26 11:30:56 -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#44274