[PR #2662] [CLOSED] Community/pm 2901 sync on send changed #16467

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2662
Author: @aj-rosado
Created: 8/4/2023
Status: Closed

Base: masterHead: community/PM-2901-sync-on-send-changed


📝 Commits (9)

  • dc6a0bb Add sync on send create/update/delete notification
  • fc79042 Update send notifications to only sync sends
  • 39881d2 Fix incorrect notification type in PushNotificationListenerService
  • 73f3ffc Invert if to improve readability
  • 743bf06 Simplify shouldUpdate logic in SyncUpsertSendAsync
  • ed75aa7 Merge branch 'master' into feature/sync-on-send-changed
  • cd45992 Further simplify SyncService code
  • c5f1df6 Fix if condition in SyncService
  • 1da62d8 Fixed whitespace formatting

📊 Changes

4 files changed (+87 additions, -0 deletions)

View changed files

📝 src/App/Services/PushNotificationListenerService.cs (+18 -0)
📝 src/Core/Abstractions/ISyncService.cs (+2 -0)
📝 src/Core/Models/Response/NotificationResponse.cs (+7 -0)
📝 src/Core/Services/SyncService.cs (+60 -0)

📄 Description

Objective

PR to build artifacts for https://github.com/bitwarden/mobile/pull/2606


🔄 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/2662 **Author:** [@aj-rosado](https://github.com/aj-rosado) **Created:** 8/4/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `community/PM-2901-sync-on-send-changed` --- ### 📝 Commits (9) - [`dc6a0bb`](https://github.com/bitwarden/android/commit/dc6a0bbd33342832a41b88dd7e1c8cb7808dc94a) Add sync on send create/update/delete notification - [`fc79042`](https://github.com/bitwarden/android/commit/fc79042212b689aef8bcfae0dc0f73fe77984b93) Update send notifications to only sync sends - [`39881d2`](https://github.com/bitwarden/android/commit/39881d2c7f753fb648fd7dd84b16649cc729dc13) Fix incorrect notification type in PushNotificationListenerService - [`73f3ffc`](https://github.com/bitwarden/android/commit/73f3ffceb2660170b38b5d3316eac3568a6aa741) Invert if to improve readability - [`743bf06`](https://github.com/bitwarden/android/commit/743bf06b24514459a236efd43fa9e297948ed8f9) Simplify shouldUpdate logic in SyncUpsertSendAsync - [`ed75aa7`](https://github.com/bitwarden/android/commit/ed75aa794224e6f0aa0f44030f796c2d93876f52) Merge branch 'master' into feature/sync-on-send-changed - [`cd45992`](https://github.com/bitwarden/android/commit/cd45992e6bffd37bfb41e34e0b5a51fc48867cdc) Further simplify SyncService code - [`c5f1df6`](https://github.com/bitwarden/android/commit/c5f1df6e4c07d38f812b3643883bb5743bee2b36) Fix if condition in SyncService - [`1da62d8`](https://github.com/bitwarden/android/commit/1da62d82117c9a564599e5c65a7941b55a6da992) Fixed whitespace formatting ### 📊 Changes **4 files changed** (+87 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Services/PushNotificationListenerService.cs` (+18 -0) 📝 `src/Core/Abstractions/ISyncService.cs` (+2 -0) 📝 `src/Core/Models/Response/NotificationResponse.cs` (+7 -0) 📝 `src/Core/Services/SyncService.cs` (+60 -0) </details> ### 📄 Description ## Objective PR to build artifacts for https://github.com/bitwarden/mobile/pull/2606 --- <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:16:11 -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#16467