[PR #2659] [PM-3071] Remove share on save toggle on Send view #3712

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

Original Pull Request: https://github.com/bitwarden/android/pull/2659

State: closed
Merged: Yes


Type of change

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

Objective

Update send view to not have the "Share on save" toggle and do it automatically after saving. On the Share extension, the "Copy after save" was removed as well and it's done automatically after saving. Also some UI improvements have been made.

Code changes

  • SendAddEditPage.xaml, SendAddOnlyPage.xaml: Removed Share/Copy toggle and updated alignments.
  • SendAddEditPageViewModel: Updated logic to share/copy automatically after save and removed the "Share on save" flag.

Screenshots

Send Text View Android

Send Text View Android

Send File View Android

Send File View Android

Send Text View iOS

Send Text View iOS

Send File View iOS

Send File View iOS

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
**Original Pull Request:** https://github.com/bitwarden/android/pull/2659 **State:** closed **Merged:** Yes --- ## Type of change - [ ] 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--> Update send view to not have the "Share on save" toggle and do it automatically after saving. On the Share extension, the "Copy after save" was removed as well and it's done automatically after saving. Also some UI improvements have been made. ## 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--> * **SendAddEditPage.xaml, SendAddOnlyPage.xaml:** Removed Share/Copy toggle and updated alignments. * **SendAddEditPageViewModel:** Updated logic to share/copy automatically after save and removed the "Share on save" flag. ## Screenshots <!--Required for any UI changes. Delete if not applicable--> ### Send Text View Android <img width="314" alt="Send Text View Android" src="https://github.com/bitwarden/mobile/assets/15682323/cfaae44e-ed21-4e10-807a-10417dc0313e"> ### Send File View Android <img width="314" alt="Send File View Android" src="https://github.com/bitwarden/mobile/assets/15682323/7de9f293-b0f4-4fee-8dc3-32f859616e46"> ### Send Text View iOS <img width="314" alt="Send Text View iOS" src="https://github.com/bitwarden/mobile/assets/15682323/fd030dd9-d6cb-46f2-a5f4-3a1fe83b197d"> ### Send File View iOS <img width="314" alt="Send File View iOS" src="https://github.com/bitwarden/mobile/assets/15682323/b69ff683-3be0-410a-93ae-af0dc8c8e7bf"> ## 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
GiteaMirror added the pull-request label 2025-11-26 23:36:25 -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#3712