| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2019-07-30 | Only allow number digits in account input | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2019-07-30 | Merge branch 'fix-ui-delay-when-disconnecting-too-quickly' | Janito Vaqueiro Ferreira Filho | 2 | -13/+6 |
| 2019-07-30 | Remove unnecessary UI scheduling in `LocationInfo` | Janito Vaqueiro Ferreira Filho | 1 | -12/+2 |
| 2019-07-30 | Ensure anticipated location is set on disconnected | Janito Vaqueiro Ferreira Filho | 1 | -1/+4 |
| 2019-07-30 | Merge branch 'fix-select-same-location' | Janito Vaqueiro Ferreira Filho | 1 | -12/+38 |
| 2019-07-29 | Add UI state anticipation guards | Janito Vaqueiro Ferreira Filho | 1 | -12/+38 |
| 2019-07-29 | Merge branch 'ui-tweaks' | Janito Vaqueiro Ferreira Filho | 4 | -14/+15 |
| 2019-07-29 | Increase settings button touch area | Janito Vaqueiro Ferreira Filho | 1 | -3/+6 |
| 2019-07-29 | Increase close icon touch area in settings | Janito Vaqueiro Ferreira Filho | 1 | -5/+3 |
| 2019-07-29 | Center relay item availability icon | Janito Vaqueiro Ferreira Filho | 1 | -3/+1 |
| 2019-07-29 | Increase close icon touch area in select location | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-07-29 | Increase chevron touch area | Janito Vaqueiro Ferreira Filho | 1 | -2/+4 |
| 2019-07-29 | Merge branch 'improve-reconnection-speed' | Janito Vaqueiro Ferreira Filho | 8 | -90/+56 |
| 2019-07-29 | Remove `ConnectivityListener` to improve speed | Janito Vaqueiro Ferreira Filho | 2 | -66/+0 |
| 2019-07-29 | Handle after disconnect in `SwitchLocationButton` | Janito Vaqueiro Ferreira Filho | 1 | -1/+10 |
| 2019-07-29 | Use selected relay information when reconnecting | Janito Vaqueiro Ferreira Filho | 2 | -3/+25 |
| 2019-07-29 | Change `Relay` and `RelayCity` to reference parent | Janito Vaqueiro Ferreira Filho | 3 | -20/+21 |
| 2019-07-29 | Merge branch 'fix-wg-go-crash' | Janito Vaqueiro Ferreira Filho | 5 | -24/+53 |
| 2019-07-29 | Retry connection on specific Wireguard error | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 |
| 2019-07-29 | Fix typo in Wireguard error variant name | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2019-07-29 | Make `tunnel_close_event` optional | Janito Vaqueiro Ferreira Filho | 3 | -10/+25 |
| 2019-07-29 | Make `CloseHandle` optional in disconnecting state | Janito Vaqueiro Ferreira Filho | 3 | -13/+15 |
| 2019-07-29 | Use `libwg.so` with custom error code | Janito Vaqueiro Ferreira Filho | 1 | -0/+0 |
| 2019-07-29 | Merge branch 'fix-relay-selection' | Janito Vaqueiro Ferreira Filho | 3 | -10/+14 |
| 2019-07-29 | Change default relay constraints on Android | Janito Vaqueiro Ferreira Filho | 1 | -1/+14 |
| 2019-07-29 | Remove unnecessary attribute | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2019-07-29 | Remove unnecessary attributes | Janito Vaqueiro Ferreira Filho | 1 | -8/+0 |
| 2019-07-29 | Merge branch 'automatically-retry-key-generation' | Janito Vaqueiro Ferreira Filho | 4 | -13/+27 |
| 2019-07-29 | Retry to generate WireGuard keys when app resumes | Janito Vaqueiro Ferreira Filho | 2 | -0/+20 |
| 2019-07-29 | Handle Wireguard key generation result from daemon | Janito Vaqueiro Ferreira Filho | 2 | -13/+7 |
| 2019-07-26 | Merge branch 'update-app-metadata' | Janito Vaqueiro Ferreira Filho | 2 | -2/+3 |
| 2019-07-26 | Fix app version | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2019-07-26 | Fix application label in manifest | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2019-07-26 | Merge branch 'persistent-tunnel-constraints' | Emīls Piņķis | 15 | -166/+612 |
| 2019-07-26 | Add tests for settings migration | Emīls Piņķis | 2 | -1/+120 |
| 2019-07-26 | Adjust GUI code to the new settings schema | Emīls Piņķis | 7 | -82/+66 |
| 2019-07-26 | Update CLI | Emīls Piņķis | 1 | -8/+8 |
| 2019-07-26 | Use new constraints in daemon | Emīls Piņķis | 3 | -62/+91 |
| 2019-07-26 | Add migration to settings | Emīls Piņķis | 3 | -5/+273 |
| 2019-07-25 | Make tunnel specific constraints persistent and add tunnel protocol constraint | Emīls Piņķis | 1 | -8/+54 |
| 2019-07-25 | Merge branch 'fix-factory-reset-rpc' | Emīls Piņķis | 7 | -49/+215 |
| 2019-07-25 | Update changelog | Emīls Piņķis | 1 | -0/+1 |
| 2019-07-25 | Specify recovery actions for daemon on Windows | Emīls Piņķis | 3 | -16/+81 |
| 2019-07-25 | Rework factory-reset in daemon | Emīls Piņķis | 1 | -22/+102 |
| 2019-07-25 | Add shutdown callbacks to daemon | Emīls Piņķis | 1 | -3/+10 |
| 2019-07-25 | Disable factory-reset RPC on Android | Emīls Piņķis | 3 | -6/+17 |
| 2019-07-25 | Initiate daemon shutdown when doing a factory reset | Emīls Piņķis | 1 | -4/+6 |
| 2019-07-25 | Merge branch 'fix-crash-on-32bit-platforms' | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2019-07-25 | Replace `i64` usage with `isize` | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2019-07-24 | Merge branch 'improve-jni-initialization' | Janito Vaqueiro Ferreira Filho | 1 | -10/+26 |
