| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-03-23 | Remove requirement for initial settings | Janito Vaqueiro Ferreira Filho | 6 | -25/+39 | |
| 2021-03-23 | Use intermittent daemon in `SettingsListener` | Janito Vaqueiro Ferreira Filho | 2 | -5/+25 | |
| 2021-03-23 | Use settings notifier instance directly | Janito Vaqueiro Ferreira Filho | 3 | -6/+6 | |
| 2021-03-23 | Don't initialize toggles with settings values | Janito Vaqueiro Ferreira Filho | 1 | -4/+0 | |
| Wait until a settings event is received. | |||||
| 2021-03-23 | Don't animate toggle transition if it isn't shown | Janito Vaqueiro Ferreira Filho | 1 | -2/+10 | |
| 2021-03-23 | Refactor to move private method to the bottom | Janito Vaqueiro Ferreira Filho | 1 | -5/+5 | |
| 2021-03-23 | Avoid reading `settings` field in `LaunchFragment` | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 | |
| 2021-03-23 | Use `notifiable` delegate in `SettingsListener` | Janito Vaqueiro Ferreira Filho | 1 | -8/+4 | |
| 2021-03-23 | Unsubscribe DNS options listeners in destructor | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2021-03-23 | Replace relay settings callback with a notifier | Janito Vaqueiro Ferreira Filho | 2 | -12/+5 | |
| 2021-03-23 | Create ApplicationsProvider and AppplicationsIcon cache | Aleksandr Granin | 5 | -0/+260 | |
| 2021-03-22 | Simplify ListItemDecoration | Aleksandr Granin | 5 | -33/+14 | |
| 2021-03-22 | Fix missing period for problem report hint message | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2021-03-19 | Init. `HeaderBar` tunnel state to force painting | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2021-03-19 | Paint the navigation bar for the Login screen | Janito Vaqueiro Ferreira Filho | 1 | -1/+7 | |
| 2021-03-19 | Run ktlint and xml-tidy only for main code | Aleksandr Granin | 2 | -3/+2 | |
| 2021-03-19 | Create Relayname comparator with respect to numbers in the name | Aleksandr Granin | 3 | -1/+134 | |
| 2021-03-19 | Add stable id provider | Aleksandr Granin | 1 | -1/+11 | |
| 2021-03-19 | Create ListItemAdapter | Aleksandr Granin | 1 | -0/+105 | |
| 2021-03-18 | Don't show dialog if Allow LAN is enabled | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 | |
| 2021-03-18 | Confirm adding local DNS server address | Janito Vaqueiro Ferreira Filho | 2 | -6/+9 | |
| 2021-03-18 | Allow changing the dialog message | Janito Vaqueiro Ferreira Filho | 3 | -2/+6 | |
| 2021-03-18 | Move deferred confirmation logic into show method | Janito Vaqueiro Ferreira Filho | 1 | -12/+10 | |
| 2021-03-18 | Rename method to `showConfirmDnsServerDialog` | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 | |
| 2021-03-18 | Rename layout to `confirm_dns` | Janito Vaqueiro Ferreira Filho | 2 | -2/+3 | |
| 2021-03-18 | Move confirmation parameter into the constructor | Janito Vaqueiro Ferreira Filho | 2 | -5/+4 | |
| 2021-03-18 | Rename to `ConfirmDnsDialogFragment` | Janito Vaqueiro Ferreira Filho | 2 | -9/+9 | |
| 2021-03-18 | Refactor to move confirmation check logic | Janito Vaqueiro Ferreira Filho | 2 | -18/+17 | |
| Move it out of the `CustomDnsAdapter` and into the `AdvancedFragment`. | |||||
| 2021-03-18 | Move rotation interval setting to mullvad-types | David Lönnhager | 3 | -3/+6 | |
| 2021-03-15 | Use lifecycle scope to update tunnel state | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 | |
| Replace the job scheduled by the `jobTracker` with the usage of the fragment view's lifecycle coroutine scope. This prevents the job from running after the fragment has been destroyed. | |||||
| 2021-03-12 | Create extra dimen alias for widget padding | Aleksandr Granin | 4 | -6/+6 | |
| 2021-03-12 | Use system animation timings | Aleksandr Granin | 7 | -16/+79 | |
| 2021-03-12 | Create list item view and layouts. Defie text and list item styles | Aleksandr Granin | 19 | -0/+511 | |
| 2021-03-11 | Login when enter key is pressed | Janito Vaqueiro Ferreira Filho | 1 | -3/+7 | |
| 2021-03-11 | Use new extension when editing custom DNS address | Janito Vaqueiro Ferreira Filho | 1 | -9/+2 | |
| 2021-03-11 | Create `EditText.setOnEnterOrDoneAction` extension | Janito Vaqueiro Ferreira Filho | 1 | -0/+15 | |
| 2021-03-11 | Save DNS server address on Enter key | Janito Vaqueiro Ferreira Filho | 1 | -4/+21 | |
| 2021-03-10 | Clear editing position when disabling custom DNS | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2021-03-08 | Don't assign initial value to `historyHeight` | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 | |
| 2021-03-08 | Configure correct initial values for animation | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 | |
| 2021-03-05 | Remove repeated intent filter | Janito Vaqueiro Ferreira Filho | 1 | -3/+0 | |
| 2021-03-05 | Use a fixed initial value for collapsed height | Janito Vaqueiro Ferreira Filho | 3 | -14/+3 | |
| 2021-03-04 | Replace `Animator.end()` with `Animator.cancel` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| Prevents calling the listener with the end animation value. | |||||
| 2021-03-04 | Initialize `collapsedHeight` with correct value | Janito Vaqueiro Ferreira Filho | 1 | -1/+15 | |
| 2021-03-04 | Fix enabling "Manage Keys" button based on state | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2021-03-04 | Support Android 11 | Aleksandr Granin | 1 | -0/+1 | |
| Added extra permission to be able to read all installed packages | |||||
| 2021-03-03 | Use a `PriorityQueue` for in-app notifications | Janito Vaqueiro Ferreira Filho | 1 | -39/+15 | |
| 2021-03-03 | Order `StatusLevel` variants by priority | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2021-03-03 | Don't send change event for the same notification | Janito Vaqueiro Ferreira Filho | 1 | -2/+4 | |
| 2021-03-02 | Create universal list item container | Aleksandr Granin | 2 | -0/+67 | |
