summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-04-01Create SplitTunneling ViewModel and testsAleksandr Granin12-24/+473
2021-04-01Merge branch 'enable-select-all'Andrej Mihajlov2-0/+9
2021-04-01Enable option to "Select all" when viewing app logsAndrej Mihajlov2-0/+9
2021-04-01Merge branch 'update-translations-march-2021'Oskar Nyberg77-2399/+5155
2021-04-01Download translations from CrowdinOskar Nyberg76-2270/+4968
2021-04-01Update relay-locations translationsOskar Nyberg20-186/+244
2021-03-31Merge branch 'docs-add-offline-monitor'Emīls1-0/+61
2021-03-31Add offline monitor docsEmīls1-0/+61
2021-03-31Merge branch 'split-account-cache'Janito Vaqueiro Ferreira Filho22-276/+480
2021-03-31Remove `AccountCache` from `ServiceInstance`Janito Vaqueiro Ferreira Filho2-4/+1
2021-03-31Refactor service side `AccountCache` exposed APIJanito Vaqueiro Ferreira Filho1-23/+11
2021-03-31Use UI side `AccountCache`Janito Vaqueiro Ferreira Filho5-5/+6
2021-03-31Create UI-side `AccountCache` classJanito Vaqueiro Ferreira Filho1-0/+67
2021-03-31Add an `EventNotifier.notifyIfChanged` methodJanito Vaqueiro Ferreira Filho1-0/+8
2021-03-31Send account history change eventsJanito Vaqueiro Ferreira Filho2-0/+5
2021-03-31Create `AccountHistory` event variantJanito Vaqueiro Ferreira Filho1-0/+3
2021-03-31Send login status eventsJanito Vaqueiro Ferreira Filho2-0/+6
2021-03-31Add new `LoginStatus` eventJanito Vaqueiro Ferreira Filho1-0/+4
2021-03-31Implement handling of `AccountCache` requestsJanito Vaqueiro Ferreira Filho1-0/+31
2021-03-31Add account handling request variantsJanito Vaqueiro Ferreira Filho1-0/+19
2021-03-31Remove UI side login logicJanito Vaqueiro Ferreira Filho1-14/+1
2021-03-31Implement login logic in the service sideJanito Vaqueiro Ferreira Filho1-2/+19
2021-03-31Use new `logout()` method in `AccountFragment`Janito Vaqueiro Ferreira Filho1-7/+1
2021-03-31Add `logout` method to `AccountCache`Janito Vaqueiro Ferreira Filho1-0/+12
2021-03-31Refactor `AccountCache` login logic into an actorJanito Vaqueiro Ferreira Filho1-10/+46
2021-03-31Don't return account token when creating accountJanito Vaqueiro Ferreira Filho1-2/+2
2021-03-31Refactor `LoginFragment` to use `LoginStatus`Janito Vaqueiro Ferreira Filho1-74/+68
2021-03-31Properly update the login status in `AccountCache`Janito Vaqueiro Ferreira Filho1-0/+14
2021-03-31Create new `LoginStatus` typeJanito Vaqueiro Ferreira Filho1-0/+15
2021-03-31Remove `SettingsListener` from `ServiceInstance`Janito Vaqueiro Ferreira Filho2-3/+0
2021-03-31Set notification manager's account listenerJanito Vaqueiro Ferreira Filho2-5/+6
2021-03-31Simplify `AccountCache` constructor parametersJanito Vaqueiro Ferreira Filho2-9/+7
2021-03-31Move `AccountCache` to `ServiceEndpoint`Janito Vaqueiro Ferreira Filho10-11/+13
2021-03-31Use an intermittent daemon in `AccountCache`Janito Vaqueiro Ferreira Filho2-9/+13
2021-03-31Unsubscribe listeners in `AccountCache.onDestroy`Janito Vaqueiro Ferreira Filho1-0/+4
2021-03-31Use `List` instead of `ArrayList` for historyJanito Vaqueiro Ferreira Filho3-3/+3
2021-03-31Centralize where `messageId` is configuredJanito Vaqueiro Ferreira Filho3-6/+6
2021-03-31Merge branch 'async-fs-fix'David Lönnhager3-166/+222
2021-03-31Use only async file I/O in version_checkDavid Lönnhager2-8/+12
2021-03-31Use async file I/O for settingsDavid Lönnhager2-88/+124
2021-03-31Use async file I/O in main daemon moduleDavid Lönnhager1-70/+86
2021-03-31Merge branch 'update-split-tunnel-docs'David Lönnhager1-1/+3
2021-03-31Explain why DNS fails for excluded apps in some statesDavid Lönnhager1-1/+3
2021-03-31Merge branch 'linux-remove-use-fwmark'David Lönnhager6-46/+48
2021-03-31Update changelogDavid Lönnhager1-0/+4
2021-03-31Explain firewall restrictions for local custom proxy optionDavid Lönnhager1-22/+39
2021-03-31Remove use_fwmark optionDavid Lönnhager4-24/+5
2021-03-29Merge branch 'split-key-status-listener'Janito Vaqueiro Ferreira Filho16-113/+202
2021-03-29Remove `KeyStatusListener` from `ServiceInstance`Janito Vaqueiro Ferreira Filho2-4/+0
2021-03-29Refactor `KeyStatusListener` into an actorJanito Vaqueiro Ferreira Filho1-5/+30