[PR #55] [MERGED] Fixes #8 Disable Google Analytics #2408

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/55
Author: @ghost
Created: 3/30/2017
Status: Merged
Merged: 3/30/2017
Merged by: @kspearrin

Base: masterHead: master


📝 Commits (3)

  • 1f03555 Opt-out of Google Analytics
  • bcb9ef8 Move OptOut to Other in Settings
  • 68eefac Change OptOut Order and Resource key

📊 Changes

7 files changed (+59 additions, -2 deletions)

View changed files

📝 src/Android/Services/GoogleAnalyticsService.cs (+12 -1)
📝 src/App/Abstractions/Services/IGoogleAnalyticsService.cs (+1 -0)
📝 src/App/Constants.cs (+1 -0)
📝 src/App/Pages/Settings/SettingsPage.cs (+22 -0)
📝 src/App/Resources/AppResources.Designer.cs (+9 -0)
📝 src/App/Resources/AppResources.resx (+3 -0)
📝 src/iOS.Core/Services/GoogleAnalyticsService.cs (+11 -1)

📄 Description

fixes #8


🔄 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/55 **Author:** [@ghost](https://github.com/ghost) **Created:** 3/30/2017 **Status:** ✅ Merged **Merged:** 3/30/2017 **Merged by:** [@kspearrin](https://github.com/kspearrin) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`1f03555`](https://github.com/bitwarden/android/commit/1f03555065a48e739edf67163a725d2dd90c4298) Opt-out of Google Analytics - [`bcb9ef8`](https://github.com/bitwarden/android/commit/bcb9ef8a3d588e2f146b13b90ec8216cd922e2d6) Move OptOut to Other in Settings - [`68eefac`](https://github.com/bitwarden/android/commit/68eefac1e1a12f3aca468e74cf88671fc595c757) Change OptOut Order and Resource key ### 📊 Changes **7 files changed** (+59 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/Android/Services/GoogleAnalyticsService.cs` (+12 -1) 📝 `src/App/Abstractions/Services/IGoogleAnalyticsService.cs` (+1 -0) 📝 `src/App/Constants.cs` (+1 -0) 📝 `src/App/Pages/Settings/SettingsPage.cs` (+22 -0) 📝 `src/App/Resources/AppResources.Designer.cs` (+9 -0) 📝 `src/App/Resources/AppResources.resx` (+3 -0) 📝 `src/iOS.Core/Services/GoogleAnalyticsService.cs` (+11 -1) </details> ### 📄 Description fixes #8 --- <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:19:02 -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#2408