[PR #3957] [MERGED] [client] Feature/android preferences #22039

Closed
opened 2026-08-05 05:09:15 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3957
Author: @pappz
Created: 6/11/2025
Status: Merged
Merged: 6/12/2025
Merged by: @pappz

Base: mainHead: feature/android-preferences


📝 Commits (3)

  • bac788d Propagate Rosenpass and LazyConnection preferences for Android
  • 418c9db Merge branch 'main' into feature/android-preferences
  • e59519d Remove unused lazy setting

📊 Changes

1 file changed (+36 additions, -0 deletions)

View changed files

📝 client/android/preferences.go (+36 -0)

📄 Description

Describe your changes

Extend the preferences with Rosenpass related settings

Stack

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.


🔄 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/netbirdio/netbird/pull/3957 **Author:** [@pappz](https://github.com/pappz) **Created:** 6/11/2025 **Status:** ✅ Merged **Merged:** 6/12/2025 **Merged by:** [@pappz](https://github.com/pappz) **Base:** `main` ← **Head:** `feature/android-preferences` --- ### 📝 Commits (3) - [`bac788d`](https://github.com/netbirdio/netbird/commit/bac788d6fb69c3b6bd037daa34a2f1c30b2ddda2) Propagate Rosenpass and LazyConnection preferences for Android - [`418c9db`](https://github.com/netbirdio/netbird/commit/418c9dbd51128e538db5b294f7b8d02477e8e317) Merge branch 'main' into feature/android-preferences - [`e59519d`](https://github.com/netbirdio/netbird/commit/e59519d0aca06382ba38900dfca2540a246f3d80) Remove unused lazy setting ### 📊 Changes **1 file changed** (+36 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `client/android/preferences.go` (+36 -0) </details> ### 📄 Description ## Describe your changes Extend the preferences with Rosenpass related settings ## Issue ticket number and link ## Stack <!-- branch-stack --> ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary > By submitting this pull request, you confirm that you have read and agree to the terms of the [Contributor License Agreement](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 05:09:15 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#22039