| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 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-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 | 3 | -19/+22 |
| 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 |
| 2019-08-29 | Show public key in case sensitive manner | Emīls Piņķis | 1 | -1/+1 |
| 2019-08-27 | Remove text formatting in account input | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 |
| 2019-08-27 | Refactor code to leave account input error state | Janito Vaqueiro Ferreira Filho | 1 | -5/+8 |
| 2019-08-27 | Refactor account input border updates | Janito Vaqueiro Ferreira Filho | 1 | -4/+12 |
| 2019-08-27 | Implement "Create account" button behavior | Janito Vaqueiro Ferreira Filho | 2 | -0/+12 |
| 2019-08-27 | Add "Create account" button | Janito Vaqueiro Ferreira Filho | 2 | -0/+30 |
| 2019-08-27 | Change login subtitle text color | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-08-19 | Update connection listeners in ConnectFragment in onPause() and onResume() | Emīls Piņķis | 1 | -9/+10 |
| 2019-08-19 | Add wireguard key fragment to android app | Emīls Piņķis | 8 | -13/+463 |
| 2019-08-19 | Always return unvalidated key from daemon | Emīls Piņķis | 1 | -1/+1 |
| 2019-08-16 | Trim user email address for problem report | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-08-16 | Don't force version label to be capitalized | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2019-08-15 | Update notification banner on version info changes | Janito Vaqueiro Ferreira Filho | 2 | -0/+12 |
| 2019-08-15 | Remove `currentVersion` property | Janito Vaqueiro Ferreira Filho | 1 | -6/+3 |
| 2019-08-15 | Use version callback in `SettingsFragment` | Janito Vaqueiro Ferreira Filho | 1 | -9/+14 |
| 2019-08-15 | Add `onUpdate` callback to `AppVersionInfoCache` | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 |
| 2019-08-15 | Move `currentVersion` to `AppVersionInfoCache` | Janito Vaqueiro Ferreira Filho | 3 | -11/+8 |
| 2019-08-15 | Change `AppVersionInfoCache` initialization | Janito Vaqueiro Ferreira Filho | 2 | -3/+3 |
| 2019-08-15 | Change `preferences` field into a getter method | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2019-08-06 | Allow "Switch location" button to grow taller | Janito Vaqueiro Ferreira Filho | 5 | -3/+46 |
| 2019-08-06 | Use UI state for action anticipation check | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2019-08-06 | Fix initial version fetch race condition | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-08-02 | Save tunnel info expanded state | Janito Vaqueiro Ferreira Filho | 2 | -1/+23 |
| 2019-08-02 | Allow collapsing and expanding the tunnel info | Janito Vaqueiro Ferreira Filho | 2 | -11/+54 |
| 2019-08-02 | Show relay out IP address | Janito Vaqueiro Ferreira Filho | 2 | -0/+28 |
| 2019-08-02 | Include output IP addresses in `GeoIpLocation` | Janito Vaqueiro Ferreira Filho | 2 | -3/+19 |
