Commit Graph

33 Commits

Author SHA1 Message Date
Zoltán Papp 83f33b8b85 Rename strings 2025-06-19 14:23:12 +02:00
Zoltán Papp d7c39b936a Update netbird sub module 2025-06-19 14:19:13 +02:00
Zoltán Papp db543bddf6 Merge branch 'main' into feature/networks 2025-06-19 14:19:00 +02:00
Zoltán Papp f035e17fc6 Fix result list in case of empty query string 2025-06-19 12:44:42 +02:00
Zoltán Papp dddf1eeceb Remove unused log line 2025-06-19 12:40:15 +02:00
Zoltán Papp 80d36cd25c Remove unused function 2025-06-19 12:36:41 +02:00
Viktor Liu 136fbbcdaf Add more advanced settings (#58)
* Add more advanced settings

* Add a separator
2025-06-19 09:25:27 +02:00
Zoltan Papp db153e3d4b Add rosenpass setting 2025-06-18 09:45:38 +02:00
Zoltan Papp 21a0e7c346 Change icons 2025-06-13 11:47:25 +02:00
Zoltán Papp ddcc6c4071 Fix route change notification 2025-06-13 00:16:15 +02:00
Zoltán Papp a65920bc7b Add exit node indication 2025-06-12 18:55:46 +02:00
Zoltán Papp 3452549de2 Add status indication 2025-06-12 18:42:57 +02:00
Zoltán Papp 1d4333b26f Add icon 2025-06-12 18:17:01 +02:00
Zoltán Papp a957465c17 Add networks view 2025-06-12 14:18:22 +02:00
Zoltan Papp 1878192d43 Use firebase in app submodule (#55) 2025-06-06 14:18:39 +02:00
Zoltan Papp f81f81ce6e rewrite client in Java (#54)
Rewrite the client in native Java.

There were no new features added in this change, but that's the first step in moving to a faster development cycle for NetBird client.
2025-06-05 20:37:51 +02:00
Zoltan Papp 7a02f88025 Export broadcast receiver (#38) v0.0.27 2024-12-04 18:50:20 +01:00
Zoltan Papp 2648195145 Ignore error of socket protection (#37)
It is a workaround to allow change server without VPN permission
2024-12-04 15:30:19 +01:00
mineiwik 5dde0f4ca1 Fix issue with in-app browser closing on app re-open (#28) v0.0.26 2024-11-27 15:04:25 +01:00
Zoltan Papp 0af012f40f Increase the target sdk version to 34 (#36)
If apps that target Android 14 use a foreground service, they must declare a specific permission, based on the foreground service type, that Android 14 introduces. These permissions appear in the sections labeled "permission that you must declare in your manifest file" in the intended use cases and enforcement for each foreground service type section on this page.

update compile SDK version to 34
update Go version in CI
2024-11-26 14:29:31 +01:00
Zoltan Papp ce4bac272f Handle UI version (#22)
- Move version info definition into properies file
- Pass ui version info for GO
2024-05-31 22:23:42 +02:00
Zoltan Papp 4e74f519e1 fix unmodifiable List type (#20)
The Android SDK returns with an unmodifiable Link type. The code tries to touch this list and it causes an exception.
v0.0.23
2024-05-26 14:31:26 +02:00
Zoltan Papp 1b2dd919ca Add hardcoded DNS server (#18)
Extend the host's DNS list with the hardcoded Cloudflare DNS server in case the first assigned server type is link local
v0.0.22
2024-05-22 11:16:28 +02:00
Zoltan Papp 6957850a0a Fix DNS change notification (#17) 2024-05-21 14:33:05 +02:00
Zoltan Papp db2d5b8cda Bump version from 0.0.20(22) to 0.0.21(23) (#16) v0.0.21 2024-05-21 12:18:54 +02:00