[PR #727] [MERGED] support for appconfig settings #2558

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/727
Author: @kspearrin
Created: 2/10/2020
Status: Merged
Merged: 2/10/2020
Merged by: @kspearrin

Base: masterHead: appconfig-support


📝 Commits (1)

  • 6658fdb support for appconfig settings

📊 Changes

11 files changed (+362 additions, -234 deletions)

View changed files

📝 src/Android/Android.csproj (+7 -0)
📝 src/Android/MainActivity.cs (+1 -0)
📝 src/Android/Properties/AndroidManifest.xml (+1 -0)
src/Android/Receivers/RestrictionsChangedReceiver.cs (+23 -0)
📝 src/Android/Resources/Resource.designer.cs (+236 -227)
📝 src/Android/Resources/values/strings.xml (+6 -0)
src/Android/Resources/xml/app_restrictions.xml (+9 -0)
📝 src/Android/Utilities/AndroidHelpers.cs (+22 -1)
📝 src/App/Utilities/AppHelpers.cs (+31 -0)
📝 src/iOS.Core/Utilities/iOSCoreHelpers.cs (+10 -5)
📝 src/iOS/AppDelegate.cs (+16 -1)

📄 Description

Support setting environment base URL for AppConfig EMM provider. See https://www.appconfig.org/www/appconfig-content/uploads/2015/08/ImplementingAppConfigwithXamarin.pdf


🔄 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/727 **Author:** [@kspearrin](https://github.com/kspearrin) **Created:** 2/10/2020 **Status:** ✅ Merged **Merged:** 2/10/2020 **Merged by:** [@kspearrin](https://github.com/kspearrin) **Base:** `master` ← **Head:** `appconfig-support` --- ### 📝 Commits (1) - [`6658fdb`](https://github.com/bitwarden/android/commit/6658fdbf4b9d4cc20b69edc7df480c055b5381fe) support for appconfig settings ### 📊 Changes **11 files changed** (+362 additions, -234 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Android.csproj` (+7 -0) 📝 `src/Android/MainActivity.cs` (+1 -0) 📝 `src/Android/Properties/AndroidManifest.xml` (+1 -0) ➕ `src/Android/Receivers/RestrictionsChangedReceiver.cs` (+23 -0) 📝 `src/Android/Resources/Resource.designer.cs` (+236 -227) 📝 `src/Android/Resources/values/strings.xml` (+6 -0) ➕ `src/Android/Resources/xml/app_restrictions.xml` (+9 -0) 📝 `src/Android/Utilities/AndroidHelpers.cs` (+22 -1) 📝 `src/App/Utilities/AppHelpers.cs` (+31 -0) 📝 `src/iOS.Core/Utilities/iOSCoreHelpers.cs` (+10 -5) 📝 `src/iOS/AppDelegate.cs` (+16 -1) </details> ### 📄 Description Support setting environment base URL for AppConfig EMM provider. See https://www.appconfig.org/www/appconfig-content/uploads/2015/08/ImplementingAppConfigwithXamarin.pdf --- <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:00 -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#2558