| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-03-30 | Save WireGuard MTU value | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 | |
| 2020-03-30 | Add `onSubmit` property to `CellInput` | Janito Vaqueiro Ferreira Filho | 1 | -1/+11 | |
| 2020-03-30 | Implement `MullvadDaemon.setWireguardMtu` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 | |
| 2020-03-30 | Parameterize MTU range in footer text | Janito Vaqueiro Ferreira Filho | 3 | -4/+9 | |
| 2020-03-30 | Change input color based on input value | Janito Vaqueiro Ferreira Filho | 2 | -0/+41 | |
| 2020-03-30 | Add `WireGuard MTU` setting to Advanced settings | Janito Vaqueiro Ferreira Filho | 5 | -0/+57 | |
| 2020-03-30 | Implement navigation button behavior | Janito Vaqueiro Ferreira Filho | 1 | -1/+10 | |
| 2020-03-30 | Update Settings screen to open Advanced screen | Janito Vaqueiro Ferreira Filho | 1 | -1/+5 | |
| 2020-03-30 | Create empty Advanced settings screen | Janito Vaqueiro Ferreira Filho | 2 | -0/+50 | |
| 2020-03-30 | Create menu entry for the Advanced settings screen | Janito Vaqueiro Ferreira Filho | 3 | -0/+29 | |
| 2020-03-27 | Make sure location is updated atomically | Janito Vaqueiro Ferreira Filho | 1 | -4/+6 | |
| 2020-03-27 | Limit to one fetch at a time | Janito Vaqueiro Ferreira Filho | 1 | -4/+0 | |
| Avoid stalling the runtime. | |||||
| 2020-03-27 | Refactor fetch job tracking logic | Janito Vaqueiro Ferreira Filho | 1 | -22/+41 | |
| 2020-03-27 | Update `LocationInfo` in UI thread | Janito Vaqueiro Ferreira Filho | 1 | -1/+6 | |
| 2020-03-27 | Only fetch real location when disconnected | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2020-03-27 | Listen for tunnel events in `LocationInfoCache` | Janito Vaqueiro Ferreira Filho | 3 | -2/+8 | |
| 2020-03-27 | Move `ConnectionProxy` to `service` package | Janito Vaqueiro Ferreira Filho | 6 | -7/+3 | |
| 2020-03-27 | Move `LocationInfoCache` to the `service` package | Janito Vaqueiro Ferreira Filho | 5 | -8/+16 | |
| 2020-03-27 | Decouple `LocationInfoCache` from relay listener | Janito Vaqueiro Ferreira Filho | 3 | -14/+21 | |
| 2020-03-27 | Fix NPE when `Intent` is `null` when starting | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2020-03-26 | Don't stop the service on revoke of VPN permission | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2020-03-26 | Add missing flag to start the main activity | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 | |
| 2020-03-24 | Add support for IPv6 tunnel addresses | Janito Vaqueiro Ferreira Filho | 1 | -1/+12 | |
| 2020-03-24 | Also launch UI when long pressing the quick tile | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 | |
| 2020-03-24 | Launch `MainActivity` on intent when logged out | Janito Vaqueiro Ferreira Filho | 1 | -1/+13 | |
| 2020-03-24 | Add `loggedIn` property to `MullvadVpnService` | Janito Vaqueiro Ferreira Filho | 1 | -1/+7 | |
| 2020-03-24 | Remove unused `onAllowLanChange` property | Janito Vaqueiro Ferreira Filho | 1 | -9/+0 | |
| 2020-03-23 | Allow the quick tile to start the service | Janito Vaqueiro Ferreira Filho | 1 | -6/+6 | |
| 2020-03-23 | Handle connect/disconnect intents in the service | Janito Vaqueiro Ferreira Filho | 2 | -2/+11 | |
| 2020-03-23 | Add package prefix to tunnel actions | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 | |
| 2020-03-23 | Replace `shouldConnect` with `pendingAction` | Janito Vaqueiro Ferreira Filho | 1 | -7/+19 | |
| Allow both `connect` and `disconnect` actions to be queued. | |||||
| 2020-03-23 | Refactor to move `onStartCommand` method position | Janito Vaqueiro Ferreira Filho | 1 | -10/+10 | |
| 2020-03-19 | Regenerate small monochromatic logos | Janito Vaqueiro Ferreira Filho | 10 | -0/+0 | |
| 2020-03-18 | Update tile state as soon as it's shown | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2020-03-18 | Change quick tile icon based on tunnel state | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 | |
| 2020-03-18 | Create a quick settings tile | Janito Vaqueiro Ferreira Filho | 2 | -0/+85 | |
| 2020-03-18 | Add icons for quick settings tile | Janito Vaqueiro Ferreira Filho | 5 | -0/+0 | |
| 2020-03-18 | Rename notification icon drawable | Janito Vaqueiro Ferreira Filho | 6 | -1/+1 | |
| So that it can be shared with the quick settings tile | |||||
| 2020-03-18 | Allow listening for `TunnelState` persistence | Janito Vaqueiro Ferreira Filho | 2 | -0/+52 | |
| 2020-03-18 | Persist tunnel state in shared preferences | Janito Vaqueiro Ferreira Filho | 3 | -0/+75 | |
| 2020-03-18 | Allow representing a `TunnelState` by a `String` | Janito Vaqueiro Ferreira Filho | 1 | -0/+48 | |
| 2020-03-17 | Fix leak of connectivity subscriptions | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| The `LocationInfoCache` is created for every service connection, but the `ConnectivityListener` it uses is reused from the service if the service is always the same. Since there was unsubscribe command, the number of listeners would increase every time the main app activity was started. Each listener would then attempt to fetch the location if connectivity was lost and then restored. | |||||
| 2020-03-16 | Update logo image size in the app screens | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 | |
| 2020-03-16 | Regenerate logo images | Janito Vaqueiro Ferreira Filho | 15 | -0/+0 | |
| 2020-03-13 | Remove obsolete `isStable` property | Janito Vaqueiro Ferreira Filho | 1 | -3/+0 | |
| 2020-03-13 | Notify when `showBetaReleases` updates | Janito Vaqueiro Ferreira Filho | 1 | -1/+6 | |
| 2020-03-13 | Refactor to separate `val`s from `var`s | Janito Vaqueiro Ferreira Filho | 1 | -9/+9 | |
| 2020-03-13 | Always calculate `upgradeVersion` when necessary | Janito Vaqueiro Ferreira Filho | 1 | -9/+17 | |
| 2020-03-13 | Remove obsolete `AppVersionInfo.isOutdated` field | Janito Vaqueiro Ferreira Filho | 2 | -11/+3 | |
| 2020-03-13 | Calculate `isOutdated` based on other fields | Janito Vaqueiro Ferreira Filho | 1 | -2/+9 | |
