| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-10-02 | Fix disappearing relay out IP address | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2019-10-02 | Use overloaded method available on API 21 | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2019-10-01 | Allow logging in if API can't be reached | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2019-10-01 | Return `GetAccountDataResult` from daemon method | Janito Vaqueiro Ferreira Filho | 3 | -9/+17 | |
| 2019-10-01 | Create `GetAccountDataResult` model class | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 | |
| 2019-10-01 | Fix notification action button icons | Janito Vaqueiro Ferreira Filho | 2 | -58/+72 | |
| 2019-10-01 | Clean icon_close path data | Janito Vaqueiro Ferreira Filho | 1 | -5/+32 | |
| 2019-10-01 | Clean icon_alert path data | Janito Vaqueiro Ferreira Filho | 1 | -1/+18 | |
| 2019-10-01 | Use overlays instead of changing the foreground | Janito Vaqueiro Ferreira Filho | 3 | -12/+69 | |
| 2019-10-01 | Don't use `Context.getColor` | Janito Vaqueiro Ferreira Filho | 9 | -29/+32 | |
| 2019-10-01 | Fix all the ktlint issues | Emīls Piņķis | 43 | -196/+137 | |
| 2019-10-01 | Show key age in local timezone | Emīls Piņķis | 1 | -1/+8 | |
| 2019-09-30 | Remove spacer view | Janito Vaqueiro Ferreira Filho | 1 | -8/+3 | |
| 2019-09-30 | Don't advance screen after leaving login screen | Janito Vaqueiro Ferreira Filho | 1 | -1/+18 | |
| 2019-09-30 | Add settings button to login screen | Janito Vaqueiro Ferreira Filho | 2 | -1/+15 | |
| 2019-09-30 | Don't advance screen after leaving launch screen | Janito Vaqueiro Ferreira Filho | 1 | -2/+10 | |
| 2019-09-30 | Add settings button to launch screen | Janito Vaqueiro Ferreira Filho | 2 | -2/+20 | |
| 2019-09-30 | Tweak margins to better support logged out state | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 | |
| 2019-09-30 | Hide items in settings screen when logged out | Janito Vaqueiro Ferreira Filho | 2 | -6/+40 | |
| 2019-09-30 | Load initial settings inside `MullvadDaemon` | Janito Vaqueiro Ferreira Filho | 2 | -17/+7 | |
| 2019-09-30 | Don't show notification button when logged out | Janito Vaqueiro Ferreira Filho | 2 | -4/+17 | |
| 2019-09-30 | Use an `EventListener` for `Settings` changes | Janito Vaqueiro Ferreira Filho | 2 | -5/+12 | |
| 2019-09-19 | Listen to current_is_outdated instead of using version strings | Linus Färnstrand | 5 | -6/+10 | |
| 2019-09-18 | Reuse relay item status icon drawables | Janito Vaqueiro Ferreira Filho | 3 | -12/+16 | |
| 2019-09-18 | Reuse notification status drawables | Janito Vaqueiro Ferreira Filho | 1 | -6/+12 | |
| 2019-09-18 | Reuse button background drawables | Janito Vaqueiro Ferreira Filho | 1 | -3/+8 | |
| 2019-09-16 | Make `ConnectionProxy.state` setter private | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2019-09-16 | Reset state if anticipated state doesn't arrive | Janito Vaqueiro Ferreira Filho | 1 | -0/+26 | |
| 2019-09-16 | Update notification based on real tunnel state | Janito Vaqueiro Ferreira Filho | 1 | -3/+3 | |
| 2019-09-16 | Implement `EventListener` for tunnel state changes | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 | |
| 2019-09-16 | Refactor state initialization | Janito Vaqueiro Ferreira Filho | 1 | -12/+9 | |
| 2019-09-16 | Use real state in banner and status text | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 | |
| 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 | |
| Only instantiate it when the service is fully created. | |||||
| 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 | |
