[PR #810] [MERGED] Conversion of HockeyApp to AppCenter for crash reporting #2594

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/810
Author: @mpbw2
Created: 4/1/2020
Status: Merged
Merged: 4/2/2020
Merged by: @mpbw2

Base: masterHead: feature-appcenter


📝 Commits (2)

  • 22f5a11 Conversion of HockeyApp to AppCenter for crash reporting
  • 499c1a9 Corrected older-style nuget package definition

📊 Changes

15 files changed (+138 additions, -142 deletions)

View changed files

📝 src/Android/Android.csproj (+2 -2)
📝 src/Android/MainActivity.cs (+2 -2)
src/Android/Utilities/AppCenterHelper.cs (+58 -0)
src/Android/Utilities/HockeyAppCrashManagerListener.cs (+0 -69)
📝 src/Android/ci-build-apks.ps1 (+2 -2)
📝 src/App/App.csproj (+1 -1)
📝 src/iOS.Autofill/CredentialProviderViewController.cs (+4 -4)
📝 src/iOS.Autofill/iOS.Autofill.csproj (+2 -2)
src/iOS.Core/Utilities/AppCenterHelper.cs (+56 -0)
src/iOS.Core/Utilities/HockeyAppCrashManagerDelegate.cs (+0 -48)
📝 src/iOS.Core/Utilities/iOSCoreHelpers.cs (+3 -4)
📝 src/iOS.Core/iOS.Core.csproj (+1 -1)
📝 src/iOS.Extension/LoadingViewController.cs (+4 -4)
📝 src/iOS.Extension/iOS.Extension.csproj (+2 -2)
📝 src/iOS/AppDelegate.cs (+1 -1)

📄 Description

Validated working for Android & iOS in AppCenter portal, including metadata as attachment to match hockey's implementation.


🔄 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/810 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 4/1/2020 **Status:** ✅ Merged **Merged:** 4/2/2020 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `feature-appcenter` --- ### 📝 Commits (2) - [`22f5a11`](https://github.com/bitwarden/android/commit/22f5a11148aee4d51d5143e8ed5f8238e2be2179) Conversion of HockeyApp to AppCenter for crash reporting - [`499c1a9`](https://github.com/bitwarden/android/commit/499c1a9d041c723b37591034730e9f65559f9c5b) Corrected older-style nuget package definition ### 📊 Changes **15 files changed** (+138 additions, -142 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Android.csproj` (+2 -2) 📝 `src/Android/MainActivity.cs` (+2 -2) ➕ `src/Android/Utilities/AppCenterHelper.cs` (+58 -0) ➖ `src/Android/Utilities/HockeyAppCrashManagerListener.cs` (+0 -69) 📝 `src/Android/ci-build-apks.ps1` (+2 -2) 📝 `src/App/App.csproj` (+1 -1) 📝 `src/iOS.Autofill/CredentialProviderViewController.cs` (+4 -4) 📝 `src/iOS.Autofill/iOS.Autofill.csproj` (+2 -2) ➕ `src/iOS.Core/Utilities/AppCenterHelper.cs` (+56 -0) ➖ `src/iOS.Core/Utilities/HockeyAppCrashManagerDelegate.cs` (+0 -48) 📝 `src/iOS.Core/Utilities/iOSCoreHelpers.cs` (+3 -4) 📝 `src/iOS.Core/iOS.Core.csproj` (+1 -1) 📝 `src/iOS.Extension/LoadingViewController.cs` (+4 -4) 📝 `src/iOS.Extension/iOS.Extension.csproj` (+2 -2) 📝 `src/iOS/AppDelegate.cs` (+1 -1) </details> ### 📄 Description Validated working for Android & iOS in AppCenter portal, including metadata as attachment to match hockey's implementation. --- <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:21:29 -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#2594