[PR #950] [CLOSED] updated to collectionview. Removed the need for android renderers. Ad… #2681

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/950
Author: @alexkblount
Created: 6/2/2020
Status: Closed

Base: masterHead: collectionview_update


📝 Commits (1)

  • 9afd6be updated to collectionview. Removed the need for android renderers. Added Converter for Icon logic

📊 Changes

9 files changed (+469 additions, -497 deletions)

View changed files

📝 src/Android/Android.csproj (+1 -1)
📝 src/Android/Properties/AndroidManifest.xml (+29 -58)
📝 src/Android/Renderers/CipherViewCellRenderer.cs (+223 -223)
📝 src/App/Controls/CipherViewCell/CipherViewCell.xaml (+36 -59)
📝 src/App/Controls/CipherViewCell/CipherViewCell.xaml.cs (+39 -123)
📝 src/App/Controls/CipherViewCell/CipherViewCellViewModel.cs (+6 -0)
📝 src/App/Pages/Vault/GroupingsPage/GroupingsPage.xaml (+19 -27)
📝 src/App/Pages/Vault/GroupingsPage/GroupingsPage.xaml.cs (+4 -6)
src/App/Utilities/IconConverter.cs (+112 -0)

📄 Description

No description provided


🔄 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/950 **Author:** [@alexkblount](https://github.com/alexkblount) **Created:** 6/2/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `collectionview_update` --- ### 📝 Commits (1) - [`9afd6be`](https://github.com/bitwarden/android/commit/9afd6bea47865e54b8d6143fc137b272c2f2efd0) updated to collectionview. Removed the need for android renderers. Added Converter for Icon logic ### 📊 Changes **9 files changed** (+469 additions, -497 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Android.csproj` (+1 -1) 📝 `src/Android/Properties/AndroidManifest.xml` (+29 -58) 📝 `src/Android/Renderers/CipherViewCellRenderer.cs` (+223 -223) 📝 `src/App/Controls/CipherViewCell/CipherViewCell.xaml` (+36 -59) 📝 `src/App/Controls/CipherViewCell/CipherViewCell.xaml.cs` (+39 -123) 📝 `src/App/Controls/CipherViewCell/CipherViewCellViewModel.cs` (+6 -0) 📝 `src/App/Pages/Vault/GroupingsPage/GroupingsPage.xaml` (+19 -27) 📝 `src/App/Pages/Vault/GroupingsPage/GroupingsPage.xaml.cs` (+4 -6) ➕ `src/App/Utilities/IconConverter.cs` (+112 -0) </details> ### 📄 Description _No description provided_ --- <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:22:39 -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#2681