| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-09-13 | Implement tunnel action behavior | Janito Vaqueiro Ferreira Filho | 1 | -1/+8 |
| 2019-09-13 | Add tunnel action button to notification | Janito Vaqueiro Ferreira Filho | 3 | -2/+156 |
| 2019-09-13 | Declare new custom `TUNNEL_ACTION` permission | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2019-09-13 | Reset daemon and helpers when rebinding service | Janito Vaqueiro Ferreira Filho | 2 | -2/+22 |
| 2019-09-13 | Move `stop` method to outside of `LocalBinder` | Janito Vaqueiro Ferreira Filho | 1 | -7/+13 |
| 2019-09-13 | Create `MullvadVpnService::tearDown` helper method | Janito Vaqueiro Ferreira Filho | 1 | -3/+7 |
| 2019-09-13 | Create `MullvadVpnService::setUp` helper method | Janito Vaqueiro Ferreira Filho | 1 | -6/+11 |
| 2019-09-13 | Refactor `ForegroundNotificationManager` creation | Janito Vaqueiro Ferreira Filho | 2 | -13/+10 |
| 2019-09-13 | Refactor how `MainActivity` quits | Janito Vaqueiro Ferreira Filho | 1 | -7/+10 |
| 2019-09-13 | Change text opacity based on active status | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 |
| 2019-09-13 | Disable relay items that aren't active | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2019-09-13 | Set status indicator based on `RelayItem.active` | Janito Vaqueiro Ferreira Filho | 2 | -1/+16 |
| 2019-09-13 | Add `active` property to `RelayItem`s | Janito Vaqueiro Ferreira Filho | 5 | -2/+13 |
| 2019-09-13 | Add `active` property to `Relay` model class | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-09-09 | Adjust header alpha 0.6->0.8 on Android | Linus Färnstrand | 2 | -2/+2 |
| 2019-09-07 | Show key age in wireguard key fragment | Emīls Piņķis | 3 | -4/+23 |
| 2019-09-07 | Update public key model in Android | Emīls Piņķis | 1 | -1/+1 |
| 2019-09-07 | Update keygen model again | Emīls Piņķis | 6 | -59/+141 |
| 2019-09-07 | Use notification channel for service notification | Janito Vaqueiro Ferreira Filho | 2 | -1/+23 |
| 2019-09-06 | Use new tunnel parameter error block reason in Android | Emīls Piņķis | 3 | -4/+21 |
| 2019-09-06 | Prioritize tunnel state over key state in notification banner | Emīls Piņķis | 1 | -1/+1 |
| 2019-09-06 | Remove key status listener from connect button | Emīls Piņķis | 2 | -43/+1 |
| 2019-09-06 | Show no connection state when blocked in wireguard fragment | Emīls Piņķis | 2 | -2/+16 |
| 2019-09-05 | Make cancel/disconnect button less transparent | Linus Färnstrand | 2 | -2/+4 |
| 2019-09-05 | Update red to 227, 64, 57 / #E34039 | Linus Färnstrand | 3 | -6/+6 |
| 2019-09-03 | Rename color references | Janito Vaqueiro Ferreira Filho | 1 | -5/+5 |
| 2019-09-03 | Show "Blocked connection" status message | Janito Vaqueiro Ferreira Filho | 2 | -1/+9 |
| 2019-09-02 | Re-order Android layout for consistency | Linus Färnstrand | 2 | -30/+30 |
| 2019-09-02 | Always show Manage keys button on Android | Linus Färnstrand | 1 | -6/+6 |
| 2019-09-02 | Change text on verify wg key button | Linus Färnstrand | 3 | -3/+3 |
| 2019-09-02 | Change text on manage keys button on wg view | Linus Färnstrand | 3 | -4/+4 |
| 2019-08-30 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 |
| 2019-08-29 | Set notification icon color | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2019-08-29 | Update notification with tunnel state messages | Janito Vaqueiro Ferreira Filho | 3 | -2/+75 |
| 2019-08-29 | Create `ForegroundNotificationManager` class | Janito Vaqueiro Ferreira Filho | 2 | -23/+36 |
| 2019-08-29 | Move `ConnectionProxy` to `MullvadVpnService` | Janito Vaqueiro Ferreira Filho | 2 | -2/+6 |
| 2019-08-29 | Defer `ConnectionProxy` availability | Janito Vaqueiro Ferreira Filho | 4 | -29/+58 |
| 2019-08-29 | Store tunnel state in `WireguardKeyFragment` | Janito Vaqueiro Ferreira Filho | 1 | -2/+4 |
| 2019-08-29 | Create `SmartDeferred` helper type | Janito Vaqueiro Ferreira Filho | 1 | -0/+32 |
| 2019-08-29 | Create `JobTracker` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+46 |
| 2019-08-29 | Use `EventNotifier` in `ConnectionProxy` | Janito Vaqueiro Ferreira Filho | 4 | -19/+23 |
| 2019-08-29 | Create `EventNotifier` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+42 |
| 2019-08-29 | Remove semicolons | Janito Vaqueiro Ferreira Filho | 1 | -13/+13 |
| 2019-08-29 | Remove unused field | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2019-08-29 | Remove redundant listener configuration | Janito Vaqueiro Ferreira Filho | 1 | -10/+0 |
| 2019-08-29 | Start activity to request VPN permission if needed | Janito Vaqueiro Ferreira Filho | 2 | -1/+13 |
| 2019-08-29 | Separate `MainActivity` and `Context` usage | Janito Vaqueiro Ferreira Filho | 2 | -5/+17 |
| 2019-08-29 | Move VPN intent generation to `ConnectionProxy` | Janito Vaqueiro Ferreira Filho | 2 | -11/+17 |
| 2019-08-29 | Move VPN permission to `ConnectionProxy` | Janito Vaqueiro Ferreira Filho | 2 | -12/+9 |
| 2019-08-29 | Show foreground notification for VPN service | Janito Vaqueiro Ferreira Filho | 7 | -0/+22 |
