| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2021-03-27 | Fix incorrect escaping in translated message | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2021-03-27 | Remove obsoleted translation message | Janito Vaqueiro Ferreira Filho | 18 | -18/+0 |
| 2021-03-25 | Refactor to simplify fetcher loop | Janito Vaqueiro Ferreira Filho | 1 | -28/+19 |
| 2021-03-25 | Move `delays` to be a `fetchRetryDelays` property | Janito Vaqueiro Ferreira Filho | 1 | -8/+8 |
| 2021-03-25 | Remove `LocationInfoCache` from `ServiceInstance` | Janito Vaqueiro Ferreira Filho | 2 | -4/+0 |
| 2021-03-25 | Send current location when registering listener | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2021-03-25 | Send location events from the service | Janito Vaqueiro Ferreira Filho | 1 | -7/+2 |
| 2021-03-25 | Update `LocationInfoCache` to listen for locations | Janito Vaqueiro Ferreira Filho | 2 | -7/+20 |
| 2021-03-25 | Create `NewLocation` event variant | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2021-03-25 | Make `GeoIpLocation` parcelable | Janito Vaqueiro Ferreira Filho | 1 | -1/+4 |
| 2021-03-25 | Use UI-side `LocationInfoCache` in the UI | Janito Vaqueiro Ferreira Filho | 2 | -2/+3 |
| 2021-03-25 | Create UI-side `LocationInfoCache` | Janito Vaqueiro Ferreira Filho | 1 | -0/+13 |
| 2021-03-25 | Move `LocationInfoCache` into `ServiceEndpoint` | Janito Vaqueiro Ferreira Filho | 5 | -24/+26 |
| 2021-03-25 | Don't change `LocationInfoCache` from UI | Janito Vaqueiro Ferreira Filho | 2 | -32/+0 |
| 2021-03-25 | Obtain selected relay location from relay settings | Janito Vaqueiro Ferreira Filho | 2 | -1/+16 |
| 2021-03-25 | Add `location` property to `LocationConstraint` | Janito Vaqueiro Ferreira Filho | 1 | -5/+21 |
| 2021-03-25 | Remove unused `code` property | Janito Vaqueiro Ferreira Filho | 1 | -5/+4 |
| 2021-03-25 | Allow changing source of tunnel state events | Janito Vaqueiro Ferreira Filho | 2 | -7/+9 |
| 2021-03-25 | Remove callback in `LocationInfoCache.onDestory` | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2021-03-25 | Use intermittent daemon in `LocationInfoCache` | Janito Vaqueiro Ferreira Filho | 4 | -6/+12 |
| 2021-03-23 | Send current settings when registering listener | Janito Vaqueiro Ferreira Filho | 1 | -1/+4 |
| 2021-03-23 | Use UI side `SettingsListener` | Janito Vaqueiro Ferreira Filho | 4 | -4/+6 |
| 2021-03-23 | Create new UI-side `SettingsListener` | Janito Vaqueiro Ferreira Filho | 1 | -0/+48 |
| 2021-03-23 | Send settings update events | Janito Vaqueiro Ferreira Filho | 2 | -4/+13 |
| 2021-03-23 | Add `SettingsUpdate` event variant | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2021-03-23 | Make `Settings` parcelable | Janito Vaqueiro Ferreira Filho | 9 | -16/+61 |
| 2021-03-23 | Make some model class properties read-only | Janito Vaqueiro Ferreira Filho | 3 | -10/+10 |
| 2021-03-23 | Refactor `null` handling in `SettingsListener` | Janito Vaqueiro Ferreira Filho | 1 | -20/+16 |
| 2021-03-23 | Move `SettingsListener` into `ServiceEndpoint` | Janito Vaqueiro Ferreira Filho | 9 | -9/+15 |
| 2021-03-23 | Remove creation of duplicate array list | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2021-03-23 | Don't use listener's `settings` property directly | Janito Vaqueiro Ferreira Filho | 1 | -3/+5 |
| 2021-03-23 | Remove requirement for initial settings | Janito Vaqueiro Ferreira Filho | 6 | -25/+39 |
| 2021-03-23 | Use intermittent daemon in `SettingsListener` | Janito Vaqueiro Ferreira Filho | 2 | -5/+25 |
| 2021-03-23 | Use settings notifier instance directly | Janito Vaqueiro Ferreira Filho | 3 | -6/+6 |
| 2021-03-23 | Don't initialize toggles with settings values | Janito Vaqueiro Ferreira Filho | 1 | -4/+0 |
| 2021-03-23 | Don't animate toggle transition if it isn't shown | Janito Vaqueiro Ferreira Filho | 1 | -2/+10 |
| 2021-03-23 | Refactor to move private method to the bottom | Janito Vaqueiro Ferreira Filho | 1 | -5/+5 |
| 2021-03-23 | Avoid reading `settings` field in `LaunchFragment` | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2021-03-23 | Use `notifiable` delegate in `SettingsListener` | Janito Vaqueiro Ferreira Filho | 1 | -8/+4 |
| 2021-03-23 | Unsubscribe DNS options listeners in destructor | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2021-03-23 | Replace relay settings callback with a notifier | Janito Vaqueiro Ferreira Filho | 2 | -12/+5 |
| 2021-03-23 | Create ApplicationsProvider and AppplicationsIcon cache | Aleksandr Granin | 5 | -0/+260 |
| 2021-03-22 | Simplify ListItemDecoration | Aleksandr Granin | 5 | -33/+14 |
| 2021-03-22 | Fix missing period for problem report hint message | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2021-03-19 | Init. `HeaderBar` tunnel state to force painting | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2021-03-19 | Paint the navigation bar for the Login screen | Janito Vaqueiro Ferreira Filho | 1 | -1/+7 |
| 2021-03-19 | Run ktlint and xml-tidy only for main code | Aleksandr Granin | 2 | -3/+2 |
| 2021-03-19 | Create Relayname comparator with respect to numbers in the name | Aleksandr Granin | 3 | -1/+134 |
| 2021-03-19 | Add stable id provider | Aleksandr Granin | 1 | -1/+11 |
| 2021-03-19 | Create ListItemAdapter | Aleksandr Granin | 1 | -0/+105 |
