| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 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 | 4 | -18/+25 |
| 2019-10-01 | Implement `IntoJava` for `getAccountData` result | Janito Vaqueiro Ferreira Filho | 4 | -1/+47 |
| 2019-10-01 | Create `GetAccountDataResult` model class | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 |
| 2019-10-01 | Merge branch 'fix-action-button-icons' | Janito Vaqueiro Ferreira Filho | 3 | -58/+73 |
| 2019-10-01 | Describe action button icon fixes in change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2019-10-01 | Fix notification action button icons | Janito Vaqueiro Ferreira Filho | 2 | -58/+72 |
| 2019-10-01 | Merge branch 'support-api-21' | Janito Vaqueiro Ferreira Filho | 14 | -47/+152 |
| 2019-10-01 | Describe API 21 support in change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 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 | Merge branch 'notarize-on-macos' | Linus Färnstrand | 6 | -274/+147 |
| 2019-10-01 | Async wait notarization | Linus Färnstrand | 1 | -2/+2 |
| 2019-10-01 | Use buildResult to get pkg path | Linus Färnstrand | 1 | -5/+1 |
| 2019-10-01 | Add to changelog | Linus Färnstrand | 1 | -0/+3 |
| 2019-10-01 | Add notarizing info to README | Linus Färnstrand | 1 | -0/+9 |
| 2019-10-01 | Notarize app after signing | Linus Färnstrand | 2 | -14/+34 |
| 2019-10-01 | Add electron-notarize as a dev dependency | Linus Färnstrand | 2 | -259/+104 |
| 2019-10-01 | Merge branch 'android-add-ktlint-to-travis' | Emīls Piņķis | 44 | -196/+143 |
| 2019-10-01 | Fix all the ktlint issues | Emīls Piņķis | 43 | -196/+137 |
| 2019-10-01 | Add ktlint to android travis job | Emīls Piņķis | 1 | -0/+6 |
| 2019-10-01 | Merge branch 'android-wg-keys-show-local-timezone' | Emīls Piņķis | 2 | -1/+11 |
| 2019-10-01 | Show key age in local timezone | Emīls Piņķis | 2 | -1/+11 |
| 2019-09-30 | Merge branch 'logged-out-settings' | Janito Vaqueiro Ferreira Filho | 8 | -22/+111 |
| 2019-09-30 | Describe added settings button in change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 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 | Put condition on restore commands as well, not just backup | Linus Färnstrand | 1 | -2/+6 |
| 2019-09-30 | Merge branch 'fix-section-titles' | Andrej Mihajlov | 1 | -1/+6 |
| 2019-09-30 | Fix missing section titles | Andrej Mihajlov | 1 | -1/+6 |
| 2019-09-30 | Merge branch 'win-add-ping' | Emīls Piņķis | 7 | -11/+313 |
| 2019-09-30 | Add Windows implementation for ping_monitor | Emīls Piņķis | 5 | -1/+288 |
| 2019-09-30 | Improve interface for ping_monitor | Emīls Piņķis | 2 | -9/+14 |
| 2019-09-30 | Move ping_monitor to root of talpid-core | Emīls Piņķis | 3 | -1/+11 |
| 2019-09-30 | Merge branch 'no-action-button-when-logged-out' | Janito Vaqueiro Ferreira Filho | 5 | -22/+35 |
| 2019-09-30 | Describe no action button in change log | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 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-30 | Merge branch 'fix-macos-sed-compatibility' | Linus Färnstrand | 1 | -5/+7 |
| 2019-09-30 | Only inject Android version on Linux | Linus Färnstrand | 1 | -5/+7 |
| 2019-09-30 | Merge branch 'fix-bad-fd-handling' | Janito Vaqueiro Ferreira Filho | 2 | -16/+11 |
| 2019-09-30 | Detect EBADF on Linux and Android too | Janito Vaqueiro Ferreira Filho | 1 | -14/+9 |
