| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-09-13 | Reset bridge constraints to `any` when the state is set to auto or off | Andrej Mihajlov | 1 | -3/+12 |
| 2019-09-13 | Fix typo | Andrej Mihajlov | 1 | -3/+3 |
| 2019-09-13 | Merge branch 'notification-action-buttons' | Janito Vaqueiro Ferreira Filho | 5 | -3/+169 |
| 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 | Merge branch 'sort-relays' | Andrej Mihajlov | 1 | -1/+3 |
| 2019-09-13 | Sort relays | Andrej Mihajlov | 1 | -1/+3 |
| 2019-09-13 | Merge branch 'refactor-quit-procedure' | Janito Vaqueiro Ferreira Filho | 3 | -37/+72 |
| 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 | Merge branch 'relay-list-v3' | Linus Färnstrand | 23 | -49/+165 |
| 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 | 2 | -2/+3 |
| 2019-09-13 | Migrate UI to use the new "active" flag in the relay list v3 schema | Andrej Mihajlov | 7 | -33/+42 |
| 2019-09-13 | Log which bridge is selected in the daemon | Linus Färnstrand | 1 | -1/+12 |
| 2019-09-13 | Only consider active relays in relay selection algorithm | Linus Färnstrand | 1 | -0/+3 |
| 2019-09-13 | Sort bridge/relay list output on hostname as well in CLI | Linus Färnstrand | 2 | -2/+6 |
| 2019-09-13 | Print out relay hostnames in CLI relay/bridge list command | Linus Färnstrand | 2 | -0/+17 |
| 2019-09-13 | Sort countries/cities on lowercase names in CLI | Linus Färnstrand | 2 | -6/+16 |
| 2019-09-13 | Filter relays on the new "active" flag in the CLI | Linus Färnstrand | 2 | -1/+27 |
| 2019-09-13 | Update daemon to handle relay_list_v3 | Linus Färnstrand | 3 | -2/+3 |
| 2019-09-13 | Update extract-geo-data.py to use relay_list_v3 | Linus Färnstrand | 1 | -1/+1 |
| 2019-09-13 | Update build.sh to use relay_list_v3 | Linus Färnstrand | 1 | -1/+1 |
| 2019-09-13 | Merge branch 'upgrade-ipnetwork' | Linus Färnstrand | 7 | -39/+80 |
| 2019-09-13 | Upgrade pfctl to 0.3.0 | Linus Färnstrand | 2 | -26/+67 |
| 2019-09-12 | Fix formatting (on unrelated code) | Linus Färnstrand | 1 | -1/+1 |
| 2019-09-12 | Upgrade ipnetwork to 0.15 to get rid of git dependency | Linus Färnstrand | 6 | -13/+13 |
| 2019-09-12 | Merge branch 'select-bridge-location' | Andrej Mihajlov | 16 | -283/+585 |
| 2019-09-12 | Update CHANGELOG | Andrej Mihajlov | 1 | -0/+1 |
| 2019-09-12 | Add bridge selector | Andrej Mihajlov | 13 | -258/+529 |
| 2019-09-11 | Show navigation bar title a little earlier | Andrej Mihajlov | 1 | -1/+1 |
| 2019-09-11 | Make sure ScopeBarItems maintain equal width | Andrej Mihajlov | 1 | -0/+1 |
| 2019-09-11 | Use liftConstraint to unpack RelaySettings | Andrej Mihajlov | 1 | -10/+10 |
| 2019-09-11 | Add Constraint<T> and LiftedConstraint<T> helper types | Andrej Mihajlov | 3 | -34/+25 |
| 2019-09-11 | Add scope selector | Andrej Mihajlov | 2 | -9/+47 |
| 2019-09-11 | Merge branch 'simple-android-firewall' | Janito Vaqueiro Ferreira Filho | 12 | -64/+181 |
| 2019-09-10 | Refactor to move class name into `Error` type | Janito Vaqueiro Ferreira Filho | 1 | -15/+15 |
| 2019-09-10 | Open dummy tunnel interface in blocking state | Janito Vaqueiro Ferreira Filho | 1 | -0/+18 |
| 2019-09-10 | Add `create_tun_if_closed` method to `TunProvider` | Janito Vaqueiro Ferreira Filho | 3 | -0/+18 |
| 2019-09-10 | Close tunnel in `DisconnectedState` | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2019-09-10 | Add `close_tun` method to `TunProvider` trait | Janito Vaqueiro Ferreira Filho | 3 | -0/+13 |
| 2019-09-10 | Initialize current configuration with a stub | Janito Vaqueiro Ferreira Filho | 1 | -4/+21 |
