summaryrefslogtreecommitdiffhomepage
path: root/android/src/main
AgeCommit message (Collapse)AuthorFilesLines
2021-03-23Don't animate toggle transition if it isn't shownJanito Vaqueiro Ferreira Filho1-2/+10
2021-03-23Refactor to move private method to the bottomJanito Vaqueiro Ferreira Filho1-5/+5
2021-03-23Avoid reading `settings` field in `LaunchFragment`Janito Vaqueiro Ferreira Filho1-1/+3
2021-03-23Use `notifiable` delegate in `SettingsListener`Janito Vaqueiro Ferreira Filho1-8/+4
2021-03-23Unsubscribe DNS options listeners in destructorJanito Vaqueiro Ferreira Filho1-0/+1
2021-03-23Replace relay settings callback with a notifierJanito Vaqueiro Ferreira Filho2-12/+5
2021-03-23Create ApplicationsProvider and AppplicationsIcon cacheAleksandr Granin3-0/+68
2021-03-22Simplify ListItemDecorationAleksandr Granin5-33/+14
2021-03-22Fix missing period for problem report hint messageJanito Vaqueiro Ferreira Filho1-1/+1
2021-03-19Init. `HeaderBar` tunnel state to force paintingJanito Vaqueiro Ferreira Filho1-0/+2
2021-03-19Paint the navigation bar for the Login screenJanito Vaqueiro Ferreira Filho1-1/+7
2021-03-19Run ktlint and xml-tidy only for main codeAleksandr Granin1-1/+1
2021-03-19Create Relayname comparator with respect to numbers in the nameAleksandr Granin2-1/+36
2021-03-19Add stable id providerAleksandr Granin1-1/+11
2021-03-19Create ListItemAdapterAleksandr Granin1-0/+105
2021-03-18Don't show dialog if Allow LAN is enabledJanito Vaqueiro Ferreira Filho1-1/+2
2021-03-18Confirm adding local DNS server addressJanito Vaqueiro Ferreira Filho2-6/+9
2021-03-18Allow changing the dialog messageJanito Vaqueiro Ferreira Filho3-2/+6
2021-03-18Move deferred confirmation logic into show methodJanito Vaqueiro Ferreira Filho1-12/+10
2021-03-18Rename method to `showConfirmDnsServerDialog`Janito Vaqueiro Ferreira Filho1-2/+2
2021-03-18Rename layout to `confirm_dns`Janito Vaqueiro Ferreira Filho2-2/+3
2021-03-18Move confirmation parameter into the constructorJanito Vaqueiro Ferreira Filho2-5/+4
2021-03-18Rename to `ConfirmDnsDialogFragment`Janito Vaqueiro Ferreira Filho2-9/+9
2021-03-18Refactor to move confirmation check logicJanito Vaqueiro Ferreira Filho2-18/+17
Move it out of the `CustomDnsAdapter` and into the `AdvancedFragment`.
2021-03-18Move rotation interval setting to mullvad-typesDavid Lönnhager3-3/+6
2021-03-15Use lifecycle scope to update tunnel stateJanito Vaqueiro Ferreira Filho1-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-12Create extra dimen alias for widget paddingAleksandr Granin4-6/+6
2021-03-12Use system animation timingsAleksandr Granin7-16/+79
2021-03-12Create list item view and layouts. Defie text and list item stylesAleksandr Granin19-0/+511
2021-03-11Login when enter key is pressedJanito Vaqueiro Ferreira Filho1-3/+7
2021-03-11Use new extension when editing custom DNS addressJanito Vaqueiro Ferreira Filho1-9/+2
2021-03-11Create `EditText.setOnEnterOrDoneAction` extensionJanito Vaqueiro Ferreira Filho1-0/+15
2021-03-11Save DNS server address on Enter keyJanito Vaqueiro Ferreira Filho1-4/+21
2021-03-10Clear editing position when disabling custom DNSJanito Vaqueiro Ferreira Filho1-0/+1
2021-03-08Don't assign initial value to `historyHeight`Janito Vaqueiro Ferreira Filho1-2/+2
2021-03-08Configure correct initial values for animationJanito Vaqueiro Ferreira Filho1-0/+2
2021-03-05Remove repeated intent filterJanito Vaqueiro Ferreira Filho1-3/+0
2021-03-05Use a fixed initial value for collapsed heightJanito Vaqueiro Ferreira Filho3-14/+3
2021-03-04Replace `Animator.end()` with `Animator.cancel`Janito Vaqueiro Ferreira Filho1-1/+1
Prevents calling the listener with the end animation value.
2021-03-04Initialize `collapsedHeight` with correct valueJanito Vaqueiro Ferreira Filho1-1/+15
2021-03-04Fix enabling "Manage Keys" button based on stateJanito Vaqueiro Ferreira Filho1-1/+1
2021-03-04Support Android 11Aleksandr Granin1-0/+1
Added extra permission to be able to read all installed packages
2021-03-03Use a `PriorityQueue` for in-app notificationsJanito Vaqueiro Ferreira Filho1-39/+15
2021-03-03Order `StatusLevel` variants by priorityJanito Vaqueiro Ferreira Filho1-1/+1
2021-03-03Don't send change event for the same notificationJanito Vaqueiro Ferreira Filho1-2/+4
2021-03-02Create universal list item containerAleksandr Granin2-0/+67
2021-03-02Remove unnecessary stuffAleksandr Granin2-6/+2
2021-03-02Color NavigationBar for Settings, Connection and SelectLocation fragmentsAleksandr Granin3-4/+20
2021-03-02Create NavigationBar painter interfaceAleksandr Granin3-4/+18
2021-03-02Apply default NavigationBar color on application startAleksandr Granin1-0/+1