summaryrefslogtreecommitdiffhomepage
path: root/android/src
AgeCommit message (Expand)AuthorFilesLines
2021-02-11Add FAQs & Guides entry to the Settings screenJanito Vaqueiro Ferreira Filho2-0/+8
2021-02-11Refactor `AppVersionCell` to sub-class `UrlCell`Janito Vaqueiro Ferreira Filho1-29/+9
2021-02-11Create new `UrlCell` widgetJanito Vaqueiro Ferreira Filho1-0/+53
2021-02-11Create separate `Url` styleable attributeJanito Vaqueiro Ferreira Filho2-4/+11
2021-02-11Use `JvmOverloads` annotation in `Cell`Janito Vaqueiro Ferreira Filho1-24/+5
2021-02-11Use `JvmOverloads` annotation in `MtuCell`Janito Vaqueiro Ferreira Filho1-14/+5
2021-02-11Register listener instead using parameterJanito Vaqueiro Ferreira Filho2-6/+7
2021-02-11Make `EventNotifier` to respect registration orderJanito Vaqueiro Ferreira Filho1-1/+1
2021-02-11Provide intermittent daemon from `DaemonInstance`Janito Vaqueiro Ferreira Filho1-3/+11
2021-02-11Add an `Intermittent.spawnUpdate()` helper methodJanito Vaqueiro Ferreira Filho1-5/+10
2021-02-11Allow listening to intermittent value changesJanito Vaqueiro Ferreira Filho1-2/+19
2021-02-11Create `Intermittent` helper typeJanito Vaqueiro Ferreira Filho1-0/+66
2021-02-10Escape plural translationsJanito Vaqueiro Ferreira Filho18-233/+233
2021-02-10Update translationsJanito Vaqueiro Ferreira Filho36-218/+1360
2021-02-08Move down buttons in Account screenJanito Vaqueiro Ferreira Filho1-2/+5
2021-02-08Only apply state changes when state changesJanito Vaqueiro Ferreira Filho1-10/+12
2021-02-08Remove property that's only used for constructionJanito Vaqueiro Ferreira Filho1-3/+2
2021-02-08Refactor to name the callback parameterJanito Vaqueiro Ferreira Filho1-3/+3
2021-02-08Add state property to `EditCustomDnsServerHolder`Janito Vaqueiro Ferreira Filho1-8/+24
2021-01-26Fix strings.xmlEmīls1-2/+4
2021-01-26Allow key management in blocked stateEmīls20-29/+7
2021-01-26Allow redeeming vouchers in blocked stateEmīls2-4/+16
2021-01-25Remove `ConnectivityListener` reference from UIJanito Vaqueiro Ferreira Filho2-6/+0
2021-01-22Replace incorrect finalizer with new destructorJanito Vaqueiro Ferreira Filho1-4/+2
2021-01-22Call daemon destructor in `DaemonInstance`Janito Vaqueiro Ferreira Filho1-1/+2
2021-01-22Create `MullvadDaemon.onDestroy` destructor methodJanito Vaqueiro Ferreira Filho1-0/+10
2021-01-19Only show launchable apps in Split Tunneling screenAleksandr Granin1-1/+6
2021-01-19Migrate to androidXAleksandr Granin35-103/+104
2021-01-12Change incorrect IP to correct one in translationsOskar Nyberg1-1/+1
2021-01-12Update Android translationsOskar Nyberg36-0/+72
2021-01-08Update filter predicate.Aleksandr Granin1-1/+17
2021-01-04Always prefer the last used API addressDavid Lönnhager2-4/+4
2020-12-16Improve error message for invalid DNS server addr.Janito Vaqueiro Ferreira Filho2-1/+9
2020-12-16Refactor error message selection for in-app bannerJanito Vaqueiro Ferreira Filho1-15/+20
2020-12-16Create error state cause for invalid DNS serverJanito Vaqueiro Ferreira Filho2-0/+4
2020-12-16Return error when Android rejects DNS serverJanito Vaqueiro Ferreira Filho1-1/+11
2020-12-16Close tun when old status is invalid DNS addressJanito Vaqueiro Ferreira Filho1-2/+8
2020-12-16Add `CreateTunResult.InvalidDnsServers` variantJanito Vaqueiro Ferreira Filho1-0/+10
2020-12-16Refactor to use a new `tunIsOpen` helper propertyJanito Vaqueiro Ferreira Filho1-5/+8
2020-12-16Add `isOpen` property to `CreateTunResult`Janito Vaqueiro Ferreira Filho1-1/+8
2020-12-16Retry tun creation in certain scenariosJanito Vaqueiro Ferreira Filho1-2/+2
2020-12-16Refactor to improve readability returning errorJanito Vaqueiro Ferreira Filho1-5/+5
2020-12-16Use `CreateTunResult` instead of int error codesJanito Vaqueiro Ferreira Filho1-21/+22
2020-12-16Create `CreateTunResult` helper typeJanito Vaqueiro Ferreira Filho1-0/+7
2020-12-14Warn when trying to add public DNS addressJanito Vaqueiro Ferreira Filho2-2/+21
2020-12-14Add helper method to show confirmation dialogJanito Vaqueiro Ferreira Filho1-0/+17
2020-12-14Create `ConfirmPublicDnsDialogFragment`Janito Vaqueiro Ferreira Filho3-0/+101
2020-12-14Refactor `MullvadProblemReport` to be an actorJanito Vaqueiro Ferreira Filho1-64/+78
2020-12-10Refactor address validationJanito Vaqueiro Ferreira Filho1-20/+21
2020-12-10Prevent loopback addresses from being addedJanito Vaqueiro Ferreira Filho1-6/+10