| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-05-08 | Don't overwrite expiry if fetch failed | Janito Vaqueiro Ferreira Filho | 1 | -4/+3 |
| 2020-05-08 | Use `JobTracker` in `AccountCache` | Janito Vaqueiro Ferreira Filho | 3 | -35/+28 |
| 2020-05-07 | Remove premature tear-down of `SettingsListener` | Janito Vaqueiro Ferreira Filho | 1 | -1/+0 |
| 2020-05-07 | Use embeded TLS certificates | Emīls | 4 | -10/+4 |
| 2020-05-06 | Bring in version bump from 2020.4-beta4 | Linus Färnstrand | 1 | -2/+2 |
| 2020-05-05 | Fix order of `AppVersionInfo` ctor. parameters | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-05-05 | Sort relay list alphabetically | Emīls | 1 | -1/+8 |
| 2020-05-04 | Promise service is foreground in quick-settings | Janito Vaqueiro Ferreira Filho | 1 | -1/+6 |
| 2020-05-04 | Promise service is foreground in notification | Janito Vaqueiro Ferreira Filho | 1 | -2/+7 |
| 2020-05-04 | Check login status before handling pending action | Janito Vaqueiro Ferreira Filho | 1 | -13/+14 |
| 2020-05-04 | Change how the service knows if user is logged in | Janito Vaqueiro Ferreira Filho | 1 | -5/+6 |
| 2020-05-04 | Replace callback function with event notifier | Janito Vaqueiro Ferreira Filho | 2 | -15/+8 |
| 2020-05-04 | Refactor ctor. parameter order for consistency | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2020-05-04 | Remove left-over code | Janito Vaqueiro Ferreira Filho | 1 | -3/+1 |
| 2020-05-04 | Unpack relay list from APK when upgraded | Emīls | 2 | -3/+10 |
| 2020-05-04 | Change minimum supported Android version to 7.0 | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-05-01 | Use `SettingsListener` in `LaunchFragment` | Janito Vaqueiro Ferreira Filho | 2 | -21/+2 |
| 2020-05-01 | Restart initialization if daemon acts weird | Janito Vaqueiro Ferreira Filho | 2 | -5/+12 |
| 2020-05-01 | Refactor to create `setUpInstance` method | Janito Vaqueiro Ferreira Filho | 1 | -17/+21 |
| 2020-05-01 | Move `SettingsListener` to service package | Janito Vaqueiro Ferreira Filho | 8 | -7/+17 |
| 2020-05-01 | Refactor to simplify service clean-up | Janito Vaqueiro Ferreira Filho | 2 | -23/+22 |
| 2020-04-30 | Copy account token to clipboard when clicked | Janito Vaqueiro Ferreira Filho | 2 | -3/+26 |
| 2020-04-30 | Advance to Connect screen when payment is detected | Janito Vaqueiro Ferreira Filho | 1 | -1/+33 |
| 2020-04-30 | Enable Buy Credit button | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2020-04-30 | Show account number in Welcome screen | Janito Vaqueiro Ferreira Filho | 1 | -0/+49 |
| 2020-04-30 | Implement Settings button behavior | Janito Vaqueiro Ferreira Filho | 1 | -1/+10 |
| 2020-04-30 | Enter Welcome screen after creating a new account | Janito Vaqueiro Ferreira Filho | 1 | -9/+17 |
| 2020-04-30 | Create Welcome screen for newly created accounts | Janito Vaqueiro Ferreira Filho | 3 | -0/+108 |
| 2020-04-30 | Fix `Button` still clickable when disabled | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-04-30 | Cache text color value | Janito Vaqueiro Ferreira Filho | 1 | -8/+15 |
| 2020-04-30 | Clear named jobs map | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-04-30 | Separate actual jobs from reaper jobs | Janito Vaqueiro Ferreira Filho | 1 | -1/+10 |
| 2020-04-29 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 |
| 2020-04-28 | Implement creating a new account | Janito Vaqueiro Ferreira Filho | 2 | -14/+29 |
| 2020-04-28 | Implement `MullvadDaemon.createNewAccount` | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2020-04-28 | Register Create Account button's on click action | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2020-04-28 | Refactor `LoginFragment` to use `JobTracker` | Janito Vaqueiro Ferreira Filho | 1 | -27/+25 |
| 2020-04-28 | Implement tracking background computations | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 |
| 2020-04-28 | Use custom button widget in login screen | Janito Vaqueiro Ferreira Filho | 1 | -7/+6 |
| 2020-04-28 | Pass resource directory to problem report | Emīls | 2 | -4/+6 |
| 2020-04-27 | Set full public key as information | Janito Vaqueiro Ferreira Filho | 2 | -1/+2 |
| 2020-04-27 | Allow setting a maximum length for the information | Janito Vaqueiro Ferreira Filho | 2 | -1/+15 |
| 2020-04-27 | Change generate key button text when regenerating | Janito Vaqueiro Ferreira Filho | 1 | -3/+8 |
| 2020-04-27 | Reset to idle state when resuming | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-04-27 | Show generation error messages | Janito Vaqueiro Ferreira Filho | 1 | -9/+15 |
| 2020-04-27 | Allow showing errors in `InformationView` | Janito Vaqueiro Ferreira Filho | 2 | -5/+28 |
| 2020-04-27 | Allow changing the information text color | Janito Vaqueiro Ferreira Filho | 2 | -0/+14 |
| 2020-04-27 | Update key spinners separately | Janito Vaqueiro Ferreira Filho | 1 | -1/+14 |
| 2020-04-27 | Update Generate Key button text | Janito Vaqueiro Ferreira Filho | 1 | -8/+9 |
| 2020-04-27 | Update verifying key spinner separately | Janito Vaqueiro Ferreira Filho | 1 | -9/+12 |
