[PR #36] [CLOSED] Xamarin UWP project added #2404

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/36
Author: @amoraitis
Created: 1/21/2017
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

111 files changed (+622 additions, -0 deletions)

View changed files

📝 bitwarden-mobile.sln (+63 -0)
src/UWP/App.xaml (+8 -0)
src/UWP/App.xaml.cs (+107 -0)
src/UWP/Assets/Icon-120.png (+0 -0)
src/UWP/Assets/Icon-152.png (+0 -0)
src/UWP/Assets/Icon-16.png (+0 -0)
src/UWP/Assets/Icon-24.png (+0 -0)
src/UWP/Assets/Icon-32.png (+0 -0)
src/UWP/Assets/Icon-40.png (+0 -0)
src/UWP/Assets/Icon-40@2x.png (+0 -0)
src/UWP/Assets/Icon-40@3x.png (+0 -0)
src/UWP/Assets/Icon-60.png (+0 -0)
src/UWP/Assets/Icon-60@2x.png (+0 -0)
src/UWP/Assets/Icon-60@3x.png (+0 -0)
src/UWP/Assets/Icon-64.png (+0 -0)
src/UWP/Assets/Icon-72.png (+0 -0)
src/UWP/Assets/Icon-72@2x.png (+0 -0)
src/UWP/Assets/Icon-76.png (+0 -0)
src/UWP/Assets/Icon-76@2x.png (+0 -0)
src/UWP/Assets/Icon-83.5@2x.png (+0 -0)

...and 80 more files

📄 Description

Added uwp project and configured to work(beta)

  • Add a new hockeyAppId(yours)

  • In Mainpage.xaml.cs we must make the method LoadApplication to be able to run the project

  • change publisher name(in manifest)


🔄 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/36 **Author:** [@amoraitis](https://github.com/amoraitis) **Created:** 1/21/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`560d7fb`](https://github.com/bitwarden/android/commit/560d7fba704aa4678b3f19dbc435a6b7627c67e0) Xamarin UWP project added - [`3c5d3e1`](https://github.com/bitwarden/android/commit/3c5d3e1c1af150c1a984660f48228a381e50b497) Commented BadCode ### 📊 Changes **111 files changed** (+622 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `bitwarden-mobile.sln` (+63 -0) ➕ `src/UWP/App.xaml` (+8 -0) ➕ `src/UWP/App.xaml.cs` (+107 -0) ➕ `src/UWP/Assets/Icon-120.png` (+0 -0) ➕ `src/UWP/Assets/Icon-152.png` (+0 -0) ➕ `src/UWP/Assets/Icon-16.png` (+0 -0) ➕ `src/UWP/Assets/Icon-24.png` (+0 -0) ➕ `src/UWP/Assets/Icon-32.png` (+0 -0) ➕ `src/UWP/Assets/Icon-40.png` (+0 -0) ➕ `src/UWP/Assets/Icon-40@2x.png` (+0 -0) ➕ `src/UWP/Assets/Icon-40@3x.png` (+0 -0) ➕ `src/UWP/Assets/Icon-60.png` (+0 -0) ➕ `src/UWP/Assets/Icon-60@2x.png` (+0 -0) ➕ `src/UWP/Assets/Icon-60@3x.png` (+0 -0) ➕ `src/UWP/Assets/Icon-64.png` (+0 -0) ➕ `src/UWP/Assets/Icon-72.png` (+0 -0) ➕ `src/UWP/Assets/Icon-72@2x.png` (+0 -0) ➕ `src/UWP/Assets/Icon-76.png` (+0 -0) ➕ `src/UWP/Assets/Icon-76@2x.png` (+0 -0) ➕ `src/UWP/Assets/Icon-83.5@2x.png` (+0 -0) _...and 80 more files_ </details> ### 📄 Description Added uwp project and configured to work(beta) - [ ] Add a new hockeyAppId(yours) - [ ] In Mainpage.xaml.cs we must make the method LoadApplication to be able to run the project - [ ] change publisher name(in manifest) --- <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:18:59 -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#2404