Commit Graph

41 Commits

Author SHA1 Message Date
Hakan Sariman 9272991131 fix: improve version normalization in build script 2025-10-06 20:18:20 +07:00
Zoltan Papp 5635540b97 Update submodule to v0.59.1 (#89) v0.1.10 2025-10-02 14:12:35 -03:00
Diego Romar 6301f77a30 Bring app to foreground after authentication (#85)
* Add onLoginSuccess implementation to CustomTabURLOpener

This will bring the app's main activity to foreground
after successful authentication

* Check isOpened is set to true on 'onLoginSuccess' callback

* Update submodule reference and URL to forked repo

Once the forked repo's PR is approved, it will be
changed back to the original URL

* Update submodule reference and URL back to main
2025-09-18 10:33:32 -03:00
Zoltan Papp 4ff23561d1 Update submodule to v0.57.0 (#84) v0.1.9 2025-09-13 22:31:22 +02:00
nev-al 62861bf20f fix: (AdvancedFragment.java) save pre-shared key correctly (#79) 2025-09-13 15:58:22 +02:00
Diego Romar 449db69f93 Add force relay connection option (#77)
This adds a new switch control to the advanced settings so that users may opt to force usage of relay when connecting to peers.
It also warns the user that this configuration change will only be applied the next time they connect to the VPN.
2025-09-10 19:21:04 +02:00
Diego Romar eb0aa36a68 Update firebase-bom and firebase-crashlytics-plugin (#80)
firebase-bom: 33.14.0 -> 34.2.0
firebase-crashlytics-plugin: 3.0.3 -> 3.0.6
2025-09-10 19:13:28 +02:00
Zoltan Papp ba2bb9d4c4 Read signing config from env vars (#76) v0.1.8 2025-08-28 14:40:59 +02:00
Zoltan Papp ec68702e6e Add release CI code and bump lib version (#75) 2025-08-28 14:05:30 +02:00
sickjuicy f6d3218060 Added Darkmode (#70) 2025-08-14 09:54:31 +02:00
Viktor Liu db3267081c Catch dns add error (#73) 2025-08-11 11:39:57 +02:00
Zoltan Papp 4058ba1b8d Update submodule to v0.50.3 (#71) 2025-07-12 11:52:25 +02:00
Zoltan Papp 0fc310acab Point to the latest netbird version (#69) v0.1.6 2025-07-10 19:12:52 +02:00
Zoltan Papp 332e49f273 Add git hash to dirty version (#68) 2025-07-10 10:02:14 +02:00
Zoltan Papp e426c0d82b Disable pidfd check on Android 11 and below (#67) 2025-07-09 22:32:26 +02:00
Zoltan Papp 3f72d581e5 Use git tag as version name for Go lib (#66) 2025-07-09 17:35:34 +02:00
Zoltan Papp eee520c738 Update submodule to 0.50.0 (#65) 2025-07-06 13:43:34 +02:00
Zoltan Papp 5600c35356 Check binding == null (#63) v0.1.3 2025-07-01 21:02:22 +02:00
Zoltan Papp aa657852a4 Handle NetworkCallback was not registered exception (#64) 2025-07-01 21:02:11 +02:00
Zoltan Papp 86cb38eb7c List networks (#56)
* Add networks view
* Fix route change notification
2025-06-19 15:22:32 +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 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