[PR #1301] [MERGED] Added "About Send" icon & menu option #2827

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1301
Author: @mpbw2
Created: 3/5/2021
Status: Merged
Merged: 3/5/2021
Merged by: @mpbw2

Base: masterHead: feature-about-send


📝 Commits (1)

  • a6d07c4 added about send option and resources

📊 Changes

11 files changed (+47 additions, -0 deletions)

View changed files

📝 src/Android/Android.csproj (+1 -0)
src/Android/Resources/drawable/info.xml (+9 -0)
📝 src/App/Pages/Send/SendGroupingsPage/SendGroupingsPage.xaml (+6 -0)
📝 src/App/Pages/Send/SendGroupingsPage/SendGroupingsPage.xaml.cs (+7 -0)
📝 src/App/Pages/Send/SendGroupingsPage/SendGroupingsPageViewModel.cs (+5 -0)
📝 src/App/Resources/AppResources.Designer.cs (+6 -0)
📝 src/App/Resources/AppResources.resx (+4 -0)
src/iOS/Resources/info.png (+0 -0)
src/iOS/Resources/info@2x.png (+0 -0)
src/iOS/Resources/info@3x.png (+0 -0)
📝 src/iOS/iOS.csproj (+9 -0)

📄 Description

Added new "About Send" toolbar button (for iOS) and menu option (for Android) to send the user to our Send page.

Screen Shot 2021-03-05 at 6 29 55 PM


🔄 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/1301 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 3/5/2021 **Status:** ✅ Merged **Merged:** 3/5/2021 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `feature-about-send` --- ### 📝 Commits (1) - [`a6d07c4`](https://github.com/bitwarden/android/commit/a6d07c4b74ef3d6695fc064b604a9b6b40febf15) added about send option and resources ### 📊 Changes **11 files changed** (+47 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Android.csproj` (+1 -0) ➕ `src/Android/Resources/drawable/info.xml` (+9 -0) 📝 `src/App/Pages/Send/SendGroupingsPage/SendGroupingsPage.xaml` (+6 -0) 📝 `src/App/Pages/Send/SendGroupingsPage/SendGroupingsPage.xaml.cs` (+7 -0) 📝 `src/App/Pages/Send/SendGroupingsPage/SendGroupingsPageViewModel.cs` (+5 -0) 📝 `src/App/Resources/AppResources.Designer.cs` (+6 -0) 📝 `src/App/Resources/AppResources.resx` (+4 -0) ➕ `src/iOS/Resources/info.png` (+0 -0) ➕ `src/iOS/Resources/info@2x.png` (+0 -0) ➕ `src/iOS/Resources/info@3x.png` (+0 -0) 📝 `src/iOS/iOS.csproj` (+9 -0) </details> ### 📄 Description Added new "About Send" toolbar button (for iOS) and menu option (for Android) to send the user to our Send page. ![Screen Shot 2021-03-05 at 6 29 55 PM](https://user-images.githubusercontent.com/59324545/110186204-7e4d2d00-7de2-11eb-83e5-6dfdb4044614.png) --- <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:24:37 -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#2827