[PR #1256] [MERGED] Feature/search domain for android #13451

Closed
opened 2026-08-05 02:08:28 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1256
Author: @pappz
Created: 10/26/2023
Status: Merged
Merged: 11/2/2023
Merged by: @mlsmaycon

Base: mainHead: feature/search-domain-for-android


📝 Commits (3)

📊 Changes

15 files changed (+180 additions, -77 deletions)

View changed files

📝 client/android/client.go (+22 -22)
📝 client/internal/connect.go (+7 -7)
📝 client/internal/dns/mockServer.go (+5 -0)
client/internal/dns/notifier.go (+57 -0)
📝 client/internal/dns/server.go (+28 -1)
📝 client/internal/dns/server_test.go (+6 -5)
📝 client/internal/engine.go (+14 -11)
client/internal/listener/network_change.go (+7 -0)
📝 client/internal/mobile_dependency.go (+6 -6)
📝 client/internal/routemanager/manager.go (+3 -2)
📝 client/internal/routemanager/mock.go (+2 -1)
📝 client/internal/routemanager/notifier.go (+13 -18)
📝 iface/tun.go (+3 -2)
📝 iface/tun_adapter.go (+1 -1)
📝 iface/tun_android.go (+6 -1)

📄 Description

Describe your changes

Support search domain on Android

  • pass list of search domains to Android SDK
  • throw notification in case of search domain changes

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

🔄 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/1256 **Author:** [@pappz](https://github.com/pappz) **Created:** 10/26/2023 **Status:** ✅ Merged **Merged:** 11/2/2023 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `feature/search-domain-for-android` --- ### 📝 Commits (3) - [`22ca3fe`](https://github.com/netbirdio/netbird/commit/22ca3feae0a20f673560625e5c6b85eb6c81aa5a) Add search domain support for Android - [`e1833c7`](https://github.com/netbirdio/netbird/commit/e1833c737097098e12010d1f69023ef1796e5c3c) Merge listeners - [`4dbe645`](https://github.com/netbirdio/netbird/commit/4dbe64515059bde3bba115cd93739a726d26a1ae) Fix tests ### 📊 Changes **15 files changed** (+180 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `client/android/client.go` (+22 -22) 📝 `client/internal/connect.go` (+7 -7) 📝 `client/internal/dns/mockServer.go` (+5 -0) ➕ `client/internal/dns/notifier.go` (+57 -0) 📝 `client/internal/dns/server.go` (+28 -1) 📝 `client/internal/dns/server_test.go` (+6 -5) 📝 `client/internal/engine.go` (+14 -11) ➕ `client/internal/listener/network_change.go` (+7 -0) 📝 `client/internal/mobile_dependency.go` (+6 -6) 📝 `client/internal/routemanager/manager.go` (+3 -2) 📝 `client/internal/routemanager/mock.go` (+2 -1) 📝 `client/internal/routemanager/notifier.go` (+13 -18) 📝 `iface/tun.go` (+3 -2) 📝 `iface/tun_adapter.go` (+1 -1) 📝 `iface/tun_android.go` (+6 -1) </details> ### 📄 Description ## Describe your changes Support search domain on Android - pass list of search domains to Android SDK - throw notification in case of search domain changes ## Issue ticket number and link ### 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 --- <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 02:08:28 -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#13451