| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-05-27 | Move Android feature graphics to metadata dir. | Janito Vaqueiro Ferreira Filho | 2 | -0/+10 |
| 2020-05-27 | Add product information metadata | Janito Vaqueiro Ferreira Filho | 6 | -0/+49 |
| 2020-05-27 | Merge branch 'disable-tunnel-actions-while-locked' | Janito Vaqueiro Ferreira Filho | 3 | -9/+40 |
| 2020-05-27 | Describe lock screen behavior in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-05-27 | Hide notification action button on lock screen | Janito Vaqueiro Ferreira Filho | 2 | -3/+27 |
| 2020-05-27 | Remove obsolete listener ID | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2020-05-27 | Ignore (dis)connect commands when device is locked | Janito Vaqueiro Ferreira Filho | 1 | -5/+12 |
| 2020-05-27 | Merge branch 'remove-seconds-from-account-expiry' | Janito Vaqueiro Ferreira Filho | 1 | -8/+5 |
| 2020-05-27 | Remove seconds from shown account expiry timestamp | Janito Vaqueiro Ferreira Filho | 1 | -8/+5 |
| 2020-05-27 | Merge branch 'format-account-number-on-android' | Janito Vaqueiro Ferreira Filho | 2 | -4/+28 |
| 2020-05-27 | Show account number with spaces | Janito Vaqueiro Ferreira Filho | 1 | -1/+17 |
| 2020-05-27 | Add `displayFormatter` prop. to `InformationView` | Janito Vaqueiro Ferreira Filho | 1 | -3/+11 |
| 2020-05-26 | Merge branch 'change-time-left' | Janito Vaqueiro Ferreira Filho | 2 | -3/+9 |
| 2020-05-27 | Describe time left formatting in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2020-05-27 | Show remaining time in days if less than 3 months | Janito Vaqueiro Ferreira Filho | 1 | -3/+5 |
| 2020-05-26 | Upgrade miow and mio to fix named pipes crash | Linus Färnstrand | 2 | -21/+24 |
| 2020-05-26 | Merge branch 'use-job-tracker-in-fragments' | Janito Vaqueiro Ferreira Filho | 14 | -154/+74 |
| 2020-05-26 | Use the job tracker in `ProblemReportFragment` | Janito Vaqueiro Ferreira Filho | 1 | -12/+10 |
| 2020-05-26 | Use the job tracker in `SelectLocationFragment` | Janito Vaqueiro Ferreira Filho | 1 | -18/+13 |
| 2020-05-26 | Refactor `LaunchFragment` to use the job tracker | Janito Vaqueiro Ferreira Filho | 1 | -9/+7 |
| 2020-05-26 | Refactor `SettingsFragment` to use the job tracker | Janito Vaqueiro Ferreira Filho | 1 | -23/+8 |
| 2020-05-26 | Refactor `AdvancedFragment` to use the job tracker | Janito Vaqueiro Ferreira Filho | 1 | -10/+2 |
| 2020-05-26 | Refactor `PreferencesFragment` to use `jobTracker` | Janito Vaqueiro Ferreira Filho | 1 | -8/+1 |
| 2020-05-26 | Refactor `ConnectFragment` to use the job tracker | Janito Vaqueiro Ferreira Filho | 1 | -25/+8 |
| 2020-05-26 | Refactor `AccountFragment` to use a job tracker | Janito Vaqueiro Ferreira Filho | 1 | -15/+14 |
| 2020-05-26 | Use `jobTracker` in `ServiceDependentFragment` | Janito Vaqueiro Ferreira Filho | 1 | -4/+1 |
| 2020-05-26 | Automatically cancel jobs when destroying views | Janito Vaqueiro Ferreira Filho | 6 | -12/+6 |
| 2020-05-26 | Move `jobTracker` field to `ServiceAwareFragment` | Janito Vaqueiro Ferreira Filho | 6 | -14/+3 |
| 2020-05-26 | Remove unnecessary job schedule | Janito Vaqueiro Ferreira Filho | 1 | -4/+1 |
| 2020-05-26 | Merge branch 'upgrade-gradle-plugin' | Janito Vaqueiro Ferreira Filho | 2 | -20/+2 |
| 2020-05-26 | Upgrade Gradle and Android Gradle Plugin versions | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2020-05-26 | Remove `kotlinter` Gradle plugin | Janito Vaqueiro Ferreira Filho | 1 | -18/+0 |
| 2020-05-25 | Merge branch 'simplify-wireguard-configuration' | Andrej Mihajlov | 2 | -49/+17 |
| 2020-05-25 | Simplify WireGuard configuration | Andrej Mihajlov | 2 | -49/+17 |
| 2020-05-25 | Merge branch 'fix-connect-without-permission' | Janito Vaqueiro Ferreira Filho | 3 | -2/+8 |
| 2020-05-25 | Describe connect w/o permission fix in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-05-25 | Reset UI state if VPN permission is needed | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-05-25 | Clear activity reference from connection proxy | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-05-25 | Add missing flag to start the activity | Janito Vaqueiro Ferreira Filho | 1 | -2/+4 |
| 2020-05-25 | Merge branch 'refactor-event-notifier-ids' | Janito Vaqueiro Ferreira Filho | 16 | -114/+88 |
| 2020-05-25 | Remove old subscription API from `EventNotifier` | Janito Vaqueiro Ferreira Filho | 1 | -12/+0 |
| 2020-05-25 | Remove old API from `SettingsListener` | Janito Vaqueiro Ferreira Filho | 1 | -4/+0 |
| 2020-05-25 | Use new API in `PreferencesFragment` | Janito Vaqueiro Ferreira Filho | 1 | -3/+4 |
| 2020-05-25 | Use new API in `AdvancedFragment` | Janito Vaqueiro Ferreira Filho | 1 | -3/+4 |
| 2020-05-25 | Use new API in `AppVersionInfoCache` | Janito Vaqueiro Ferreira Filho | 1 | -5/+7 |
| 2020-05-25 | Add new subscription API to `SettingsListener` | Janito Vaqueiro Ferreira Filho | 1 | -1/+5 |
| 2020-05-25 | Use new `EventNotifier` API in `SettingsListener` | Janito Vaqueiro Ferreira Filho | 1 | -5/+7 |
| 2020-05-25 | Use new API in `WireguardKeyFragment` | Janito Vaqueiro Ferreira Filho | 1 | -11/+4 |
| 2020-05-25 | Use new API in `ServiceAwareFragment` | Janito Vaqueiro Ferreira Filho | 1 | -6/+2 |
| 2020-05-25 | Use new API in `RedeemVoucherDialogFragment` | Janito Vaqueiro Ferreira Filho | 1 | -5/+2 |
