summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-04-22Merge branch 'fix-ui-loses-service-events'Janito Vaqueiro Ferreira Filho2-0/+8
2021-04-22Describe stale UI state fix in the changelogJanito Vaqueiro Ferreira Filho1-0/+4
2021-04-22Force fragment reconfiguration on new connectionJanito Vaqueiro Ferreira Filho1-0/+4
2021-04-22Merge branch 'update-android-tv-banner'Aleksandr Granin1-0/+0
2021-04-22Update Android TV bannerAleksandr Granin1-0/+0
2021-04-22Merge branch 'create-event-dispatcher-alias'Janito Vaqueiro Ferreira Filho12-28/+26
2021-04-22Remove constructor parameter property statusJanito Vaqueiro Ferreira Filho1-1/+1
2021-04-22Make some constructor parameter properties privateJanito Vaqueiro Ferreira Filho8-9/+9
2021-04-22Update `AppModule` to use `EventDispatcher`Janito Vaqueiro Ferreira Filho1-3/+2
2021-04-22Update `SplitTunneling` to use `EventDispatcher`Janito Vaqueiro Ferreira Filho1-5/+2
2021-04-22Use new `EventDispatcher` type aliasJanito Vaqueiro Ferreira Filho8-16/+16
2021-04-22Create an `EventDispatcher` type aliasJanito Vaqueiro Ferreira Filho1-0/+2
2021-04-22Updating version in package filesLinus Färnstrand10-16/+16
2021-04-22Add 2021.3-beta2 changelog entryLinus Färnstrand1-0/+10
2021-04-21Merge branch 'improve-listener-ready-handling'Janito Vaqueiro Ferreira Filho2-15/+19
2021-04-21Make `dispatcher` property privateJanito Vaqueiro Ferreira Filho1-4/+4
2021-04-21Refactor to create a helper methodJanito Vaqueiro Ferreira Filho1-3/+5
2021-04-21Ensure `ListenerReady` handler is registered firstJanito Vaqueiro Ferreira Filho2-11/+13
2021-04-21Merge branch 'add-bash-requirement-to-readme'Oskar Nyberg1-0/+3
2021-04-21Add bash version requirement to readmeOskar Nyberg1-0/+3
2021-04-21Merge branch 'set-settings-through-ipc'Janito Vaqueiro Ferreira Filho10-25/+159
2021-04-21Don't use daemon in `PreferencesFragment`Janito Vaqueiro Ferreira Filho1-4/+4
2021-04-21Allow setting Auto-Connect through connectionJanito Vaqueiro Ferreira Filho3-0/+13
2021-04-21Allow setting Allow LAN through service connectionJanito Vaqueiro Ferreira Filho3-0/+13
2021-04-21Change `SelectLocationFragment` to not use daemonJanito Vaqueiro Ferreira Filho1-12/+1
2021-04-21Allow sending updated relay location from UIJanito Vaqueiro Ferreira Filho2-1/+16
2021-04-21Set relay location using `RelayListListener`Janito Vaqueiro Ferreira Filho1-1/+50
2021-04-21Add `SetRelayLocation` request variantJanito Vaqueiro Ferreira Filho1-0/+4
2021-04-21Send requests to set WireGuard MTUJanito Vaqueiro Ferreira Filho2-5/+5
2021-04-21Allow to set WireGuard MTU with `SettingsListener`Janito Vaqueiro Ferreira Filho1-0/+31
2021-04-21Create request variant for setting WireGuard MTUJanito Vaqueiro Ferreira Filho1-0/+3
2021-04-21Allow setting account with a request from UI sideJanito Vaqueiro Ferreira Filho4-2/+19
2021-04-21Merge branch 'enable-downgrade-on-macos'Oskar Nyberg2-0/+2
2021-04-21Enable app downgrades on macOSOskar Nyberg2-0/+2
2021-04-21Merge branch 'cross-compile-for-m1'Oskar Nyberg7-105/+239
2021-04-21Add macOS build target instructions to readmeOskar Nyberg1-1/+6
2021-04-21Add changelog entry for making the app native to M1 macsOskar Nyberg1-0/+1
2021-04-21Add support for building universal macOS appOskar Nyberg5-104/+232
2021-04-20Merge branch 'fix-login-failure-not-sending-login-status'Janito Vaqueiro Ferreira Filho1-11/+16
2021-04-20Send `null` `LoginStatus` event if login failsJanito Vaqueiro Ferreira Filho1-7/+16
2021-04-20Don't ignore login request for current accountJanito Vaqueiro Ferreira Filho1-4/+0
2021-04-20Merge branch 'split-auth-token-cache'Janito Vaqueiro Ferreira Filho17-21/+129
2021-04-20Cancel jobs when destroying `NotificationBanner`Janito Vaqueiro Ferreira Filho1-0/+1
2021-04-20Use `AuthTokenCache` in `UrlButton`Janito Vaqueiro Ferreira Filho5-10/+10
2021-04-20Use `AuthTokenCache` in in-app notificationsJanito Vaqueiro Ferreira Filho4-11/+11
2021-04-20Make `AuthTokenCache` available to fragmentsJanito Vaqueiro Ferreira Filho2-0/+7
2021-04-20Create UI side `AuthTokenCache` helper classJanito Vaqueiro Ferreira Filho1-0/+42
2021-04-20Use service side `AuthTokenCache`Janito Vaqueiro Ferreira Filho2-21/+27
2021-04-20Create service side `AuthTokenCache` helper classJanito Vaqueiro Ferreira Filho1-0/+46
2021-04-20Implement auth. token IPC messagesJanito Vaqueiro Ferreira Filho2-0/+6