| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2021-03-02 | Remove unnecessary stuff | Aleksandr Granin | 2 | -6/+2 |
| 2021-03-02 | Color NavigationBar for Settings, Connection and SelectLocation fragments | Aleksandr Granin | 3 | -4/+20 |
| 2021-03-02 | Create NavigationBar painter interface | Aleksandr Granin | 3 | -4/+18 |
| 2021-03-02 | Apply default NavigationBar color on application start | Aleksandr Granin | 1 | -0/+1 |
| 2021-03-02 | Color StatusBar for Settings and SelectLocation fragments | Aleksandr Granin | 2 | -2/+27 |
| 2021-03-02 | Color StatusBar based on connection status | Aleksandr Granin | 1 | -27/+19 |
| 2021-03-02 | Apply default StatusBar color on application start | Aleksandr Granin | 1 | -0/+1 |
| 2021-03-02 | Create StatusBar painter interface | Aleksandr Granin | 1 | -0/+13 |
| 2021-03-02 | Change deprecated fragment methods/properties | Aleksandr Granin | 9 | -16/+17 |
| 2021-03-02 | Create switch style and all needed assets for this | Aleksandr Granin | 6 | -0/+64 |
| 2021-02-26 | Update problem report hint message | Aleksandr Granin | 1 | -1/+1 |
| 2021-02-26 | Add transition animation listener for enter | Aleksandr Granin | 2 | -2/+47 |
| 2021-02-26 | Add android TV banner | Aleksandr Granin | 2 | -0/+1 |
| 2021-02-19 | Remove numbered getters that are no longer needed | Janito Vaqueiro Ferreira Filho | 3 | -20/+5 |
| 2021-02-19 | Make unit variants singleton objects | Janito Vaqueiro Ferreira Filho | 4 | -62/+9 |
| 2021-02-19 | Make some `ErrorStateCause` variants singletons | Janito Vaqueiro Ferreira Filho | 2 | -49/+9 |
| 2021-02-19 | Make some `CreateTunResult` variants singletons | Janito Vaqueiro Ferreira Filho | 2 | -14/+4 |
| 2021-02-19 | Make `KeygenEvent` failure variants singletons | Janito Vaqueiro Ferreira Filho | 2 | -15/+3 |
| 2021-02-19 | Make `TunnelState.Disconnected` a singleton | Janito Vaqueiro Ferreira Filho | 12 | -20/+14 |
| 2021-02-19 | Prepare to have singleton enum variants | Janito Vaqueiro Ferreira Filho | 8 | -20/+141 |
| 2021-02-19 | Make some enum variants data classes | Janito Vaqueiro Ferreira Filho | 3 | -5/+6 |
| 2021-02-19 | Make `KeygenFailure` an `enum class` | Janito Vaqueiro Ferreira Filho | 2 | -8/+8 |
| 2021-02-17 | Add support Android TV | Aleksandr Granin | 3 | -1/+22 |
| 2021-02-15 | Wait until registration is complete | Janito Vaqueiro Ferreira Filho | 1 | -1/+9 |
| 2021-02-15 | Wait for daemon to be ready before registering | Janito Vaqueiro Ferreira Filho | 2 | -4/+33 |
| 2021-02-15 | Register for service events in `ServiceConnection` | Janito Vaqueiro Ferreira Filho | 2 | -0/+26 |
| 2021-02-15 | Add some documentation to `ServiceConnection` | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2021-02-15 | Move `ServiceConnection` into a new package | Janito Vaqueiro Ferreira Filho | 6 | -1/+7 |
| 2021-02-15 | Add method to send an event to all listeners | Janito Vaqueiro Ferreira Filho | 1 | -0/+17 |
| 2021-02-15 | Send an event when listener is registered | Janito Vaqueiro Ferreira Filho | 2 | -1/+34 |
| 2021-02-15 | Allow registering event listener messengers | Janito Vaqueiro Ferreira Filho | 2 | -0/+13 |
| 2021-02-15 | Include a `Messenger` in the `ServiceInstance` | Janito Vaqueiro Ferreira Filho | 3 | -0/+11 |
| 2021-02-15 | Create a `ServiceEndpoint` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+15 |
| 2021-02-15 | Create a `Request` wrapper type | Janito Vaqueiro Ferreira Filho | 1 | -0/+16 |
| 2021-02-15 | Create an abstract `Message` class | Janito Vaqueiro Ferreira Filho | 1 | -0/+25 |
| 2021-02-15 | Create `DispatchingHandler` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+48 |
| 2021-02-12 | Move transition animation duration to resources | Aleksandr Granin | 10 | -9/+13 |
| 2021-02-12 | Fix fragment transition animation Z-order | Aleksandr Granin | 16 | -27/+42 |
| 2021-02-11 | Update translations | Janito Vaqueiro Ferreira Filho | 18 | -0/+35 |
| 2021-02-11 | Add FAQs & Guides entry to the Settings screen | Janito Vaqueiro Ferreira Filho | 2 | -0/+8 |
| 2021-02-11 | Refactor `AppVersionCell` to sub-class `UrlCell` | Janito Vaqueiro Ferreira Filho | 1 | -29/+9 |
| 2021-02-11 | Create new `UrlCell` widget | Janito Vaqueiro Ferreira Filho | 1 | -0/+53 |
| 2021-02-11 | Create separate `Url` styleable attribute | Janito Vaqueiro Ferreira Filho | 2 | -4/+11 |
| 2021-02-11 | Use `JvmOverloads` annotation in `Cell` | Janito Vaqueiro Ferreira Filho | 1 | -24/+5 |
| 2021-02-11 | Use `JvmOverloads` annotation in `MtuCell` | Janito Vaqueiro Ferreira Filho | 1 | -14/+5 |
| 2021-02-11 | Register listener instead using parameter | Janito Vaqueiro Ferreira Filho | 2 | -6/+7 |
| 2021-02-11 | Make `EventNotifier` to respect registration order | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2021-02-11 | Provide intermittent daemon from `DaemonInstance` | Janito Vaqueiro Ferreira Filho | 1 | -3/+11 |
| 2021-02-11 | Add an `Intermittent.spawnUpdate()` helper method | Janito Vaqueiro Ferreira Filho | 1 | -5/+10 |
| 2021-02-11 | Allow listening to intermittent value changes | Janito Vaqueiro Ferreira Filho | 1 | -2/+19 |
