| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-06-22 | Use authentication token for notification intent | Janito Vaqueiro Ferreira Filho | 2 | -9/+21 | |
| 2020-06-22 | Update notification every 12 hours | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 | |
| 2020-06-22 | Only show account time reminders when running out | Janito Vaqueiro Ferreira Filho | 1 | -10/+17 | |
| 2020-06-22 | Show notification for remaining account time | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 | |
| 2020-06-22 | Use account cache to determine if logged in | Janito Vaqueiro Ferreira Filho | 1 | -5/+9 | |
| 2020-06-22 | Use observable property for `isBound` property | Janito Vaqueiro Ferreira Filho | 1 | -5/+3 | |
| 2020-06-22 | Use observable property for service instance | Janito Vaqueiro Ferreira Filho | 1 | -7/+6 | |
| 2020-06-22 | Create `AccountExpiryNotification` class | Janito Vaqueiro Ferreira Filho | 3 | -0/+90 | |
| 2020-06-22 | Add `buildNotification` method overloads | Janito Vaqueiro Ferreira Filho | 1 | -1/+13 | |
| 2020-06-17 | Use `autoSubscribable` delegate | Janito Vaqueiro Ferreira Filho | 1 | -25/+15 | |
| 2020-06-17 | Create `autoSubscribable` property delegate | Janito Vaqueiro Ferreira Filho | 1 | -0/+13 | |
| 2020-06-17 | Allow reading latest event from `EventNotifier` | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 | |
| 2020-06-17 | Use `TunnelStateNotification` | Janito Vaqueiro Ferreira Filho | 1 | -168/+16 | |
| 2020-06-17 | Change initial value of `deviceIsUnlocked` | Janito Vaqueiro Ferreira Filho | 1 | -1/+4 | |
| 2020-06-17 | Use observable in `ForegroundNotificationManager` | Janito Vaqueiro Ferreira Filho | 1 | -46/+23 | |
| 2020-06-17 | Create `TunnelStateNotification` class | Janito Vaqueiro Ferreira Filho | 1 | -0/+115 | |
| 2020-06-17 | Create `TunnelStateNotificationAction` helper enum | Janito Vaqueiro Ferreira Filho | 1 | -0/+54 | |
| 2020-06-17 | Create `NotificationChannel` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+61 | |
| 2020-06-17 | Move start command actions to `MullvadVpnService` | Janito Vaqueiro Ferreira Filho | 3 | -11/+12 | |
| 2020-06-17 | Make sure to not leak intent receiver | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2020-06-17 | Remove unused intent listener | Janito Vaqueiro Ferreira Filho | 1 | -19/+0 | |
| Broadcasted intents have been replaced with service start commands. | |||||
| 2020-06-17 | Use `notifiable` delegate in `AccountCache` | Janito Vaqueiro Ferreira Filho | 1 | -14/+5 | |
| 2020-06-17 | Change android release notes to 2020.5-beta2 notes | Linus Färnstrand | 1 | -7/+5 | |
| This was submitted too late. But now at least they can be correct in the repo :shrug: | |||||
| 2020-06-12 | Add logs to debug service lifecycle | Janito Vaqueiro Ferreira Filho | 1 | -0/+16 | |
| 2020-06-11 | Remove unused private method | Janito Vaqueiro Ferreira Filho | 1 | -4/+0 | |
| 2020-06-11 | Remove unnecessary null-check | Janito Vaqueiro Ferreira Filho | 1 | -5/+1 | |
| 2020-06-10 | Use hidden views for layout measurements | Janito Vaqueiro Ferreira Filho | 1 | -5/+5 | |
| 2020-06-10 | Use `notifiable` in `KeyStatusListener` | Janito Vaqueiro Ferreira Filho | 1 | -6/+6 | |
| Fixes the issue where the event notifier was initialized with the correct value but the `keyStatus` property was initialized to `null`. | |||||
| 2020-06-10 | Create `EventNotifier.notifiable()` prop. delegate | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 | |
| 2020-06-08 | Make time running out warning clickable | Janito Vaqueiro Ferreira Filho | 1 | -2/+10 | |
| 2020-06-08 | Refactor to centralize click handling | Janito Vaqueiro Ferreira Filho | 1 | -20/+13 | |
| 2020-06-08 | Show warning banner when account expiry is close | Janito Vaqueiro Ferreira Filho | 3 | -4/+32 | |
| 2020-06-08 | Use observable property for input events | Janito Vaqueiro Ferreira Filho | 1 | -11/+2 | |
| 2020-06-08 | Use `TimeLeftFormatter` in `RemainingTimeLabel` | Janito Vaqueiro Ferreira Filho | 1 | -16/+3 | |
| 2020-06-08 | Create `TimeLeftFormatter` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+38 | |
| 2020-06-05 | Allow screenshots to be taken in debug builds | Janito Vaqueiro Ferreira Filho | 1 | -2/+6 | |
| 2020-06-05 | Mark support screen secure when showing email | Janito Vaqueiro Ferreira Filho | 1 | -1/+21 | |
| 2020-06-05 | Mark Account screen as secure | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2020-06-05 | Mark WireGuard Key screen as secure | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2020-06-05 | Make it easy for fragments to be marked as secure | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 | |
| 2020-06-05 | Block screenshots when entering a secure screen | Janito Vaqueiro Ferreira Filho | 1 | -0/+20 | |
| 2020-06-05 | Ignore touch events when view is obscured | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 | |
| 2020-06-04 | Make Redeem Voucher scrollable | Janito Vaqueiro Ferreira Filho | 1 | -55/+59 | |
| 2020-06-04 | Make Out Of Time screen scrollable | Janito Vaqueiro Ferreira Filho | 1 | -57/+66 | |
| 2020-06-04 | Add margin above button container | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2020-06-04 | Make Welcome screen scrollable | Janito Vaqueiro Ferreira Filho | 1 | -64/+72 | |
| 2020-06-04 | Make Confirm No Email dialog scrollable | Janito Vaqueiro Ferreira Filho | 1 | -23/+27 | |
| 2020-06-04 | Remove incorrect ID in some layouts | Janito Vaqueiro Ferreira Filho | 5 | -5/+0 | |
| 2020-06-04 | Scroll to important views during login steps | Janito Vaqueiro Ferreira Filho | 2 | -0/+21 | |
| 2020-06-04 | Make Login screen scrollable | Janito Vaqueiro Ferreira Filho | 1 | -143/+146 | |
