| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2021-04-08 | Handle split tunneling requests | Janito Vaqueiro Ferreira Filho | 2 | -2/+21 |
| 2021-04-08 | Create a `SplitTunneling.onDestroy()` method | Janito Vaqueiro Ferreira Filho | 2 | -0/+5 |
| 2021-04-08 | Move `SplitTunneling` into `ServiceEndpoint` | Janito Vaqueiro Ferreira Filho | 8 | -17/+12 |
| 2021-04-08 | Move split tunneling initialization to main thread | Janito Vaqueiro Ferreira Filho | 2 | -22/+17 |
| 2021-04-08 | Add split tunneling request messages | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 |
| 2021-04-06 | Bump Android version to 2021.1-beta1 | Linus Färnstrand | 1 | -2/+2 |
| 2021-04-06 | Port the Android 2021.1-beta1 changelog back to master | Linus Färnstrand | 1 | -24/+41 |
| 2021-04-06 | Merge branch 'upgrade-vulnerable-depenedencies' | Oskar Nyberg | 1 | -23/+23 |
| 2021-04-06 | Upgrade vulnerable transitive dependencies | Oskar Nyberg | 1 | -23/+23 |
| 2021-04-06 | Merge branch 'prevent-icons-in-temp' | Oskar Nyberg | 2 | -1/+5 |
| 2021-04-06 | Prevent tray icons from being included in asar archive on Windows | Oskar Nyberg | 2 | -1/+5 |
| 2021-04-06 | Merge branch 'log-less-geoip-error' | Emīls | 2 | -14/+33 |
| 2021-04-06 | Use libc on all platforms | Emīls Piņķis | 1 | -1/+1 |
| 2021-04-06 | Only log interesting network errors | Emīls | 1 | -9/+28 |
| 2021-04-06 | Import RPC error | Emīls | 1 | -5/+5 |
| 2021-04-06 | Merge branch 'add-di-for-android' | Aleksandr Granin | 4 | -1/+63 |
| 2021-04-06 | Init Koin as DI for android project | Aleksandr Granin | 4 | -1/+63 |
| 2021-04-06 | Merge branch 'change-notification-manager-initialization' | Janito Vaqueiro Ferreira Filho | 2 | -3/+4 |
| 2021-04-01 | Refactor notification manager initialization | Janito Vaqueiro Ferreira Filho | 1 | -2/+4 |
| 2021-04-01 | Fix missing translation update | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2021-04-01 | Merge branch 'splittuneling-viewmodel' | Aleksandr Granin | 30 | -38/+467 |
| 2021-04-01 | Remove Deferred from ApplicationsProvider | Aleksandr Granin | 4 | -38/+30 |
| 2021-04-01 | Run translation-converter | Aleksandr Granin | 19 | -19/+4 |
| 2021-04-01 | Add test timeout limit | Aleksandr Granin | 4 | -47/+50 |
| 2021-04-01 | Create SplitTunneling ViewModel and tests | Aleksandr Granin | 12 | -24/+473 |
| 2021-04-01 | Merge branch 'enable-select-all' | Andrej Mihajlov | 2 | -0/+9 |
| 2021-04-01 | Enable option to "Select all" when viewing app logs | Andrej Mihajlov | 2 | -0/+9 |
| 2021-04-01 | Merge branch 'update-translations-march-2021' | Oskar Nyberg | 77 | -2399/+5155 |
| 2021-04-01 | Download translations from Crowdin | Oskar Nyberg | 76 | -2270/+4968 |
| 2021-04-01 | Update relay-locations translations | Oskar Nyberg | 20 | -186/+244 |
| 2021-03-31 | Merge branch 'docs-add-offline-monitor' | Emīls | 1 | -0/+61 |
| 2021-03-31 | Add offline monitor docs | Emīls | 1 | -0/+61 |
| 2021-03-31 | Merge branch 'split-account-cache' | Janito Vaqueiro Ferreira Filho | 22 | -276/+480 |
| 2021-03-31 | Remove `AccountCache` from `ServiceInstance` | Janito Vaqueiro Ferreira Filho | 2 | -4/+1 |
| 2021-03-31 | Refactor service side `AccountCache` exposed API | Janito Vaqueiro Ferreira Filho | 1 | -23/+11 |
| 2021-03-31 | Use UI side `AccountCache` | Janito Vaqueiro Ferreira Filho | 5 | -5/+6 |
| 2021-03-31 | Create UI-side `AccountCache` class | Janito Vaqueiro Ferreira Filho | 1 | -0/+67 |
| 2021-03-31 | Add an `EventNotifier.notifyIfChanged` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 |
| 2021-03-31 | Send account history change events | Janito Vaqueiro Ferreira Filho | 2 | -0/+5 |
| 2021-03-31 | Create `AccountHistory` event variant | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2021-03-31 | Send login status events | Janito Vaqueiro Ferreira Filho | 2 | -0/+6 |
| 2021-03-31 | Add new `LoginStatus` event | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2021-03-31 | Implement handling of `AccountCache` requests | Janito Vaqueiro Ferreira Filho | 1 | -0/+31 |
| 2021-03-31 | Add account handling request variants | Janito Vaqueiro Ferreira Filho | 1 | -0/+19 |
| 2021-03-31 | Remove UI side login logic | Janito Vaqueiro Ferreira Filho | 1 | -14/+1 |
| 2021-03-31 | Implement login logic in the service side | Janito Vaqueiro Ferreira Filho | 1 | -2/+19 |
| 2021-03-31 | Use new `logout()` method in `AccountFragment` | Janito Vaqueiro Ferreira Filho | 1 | -7/+1 |
| 2021-03-31 | Add `logout` method to `AccountCache` | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 |
| 2021-03-31 | Refactor `AccountCache` login logic into an actor | Janito Vaqueiro Ferreira Filho | 1 | -10/+46 |
| 2021-03-31 | Don't return account token when creating account | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
