summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Expand)AuthorFilesLines
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-26Updating version in package filesLinus Färnstrand1-2/+2
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 Granin40-143/+265
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-07Update build.gradle with kotlin srcAleksandr Granin1-0/+7
2021-01-07Add gradle propertiesAleksandr Granin1-0/+14
2021-01-07Add idea config filesAleksandr Granin5-0/+162
2021-01-07Add gitignore for idea folderAleksandr Granin1-0/+14
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-11Updating version in package filesLinus Färnstrand1-2/+2
2020-12-10Add a mini-example translation file to the doc.Janito Vaqueiro Ferreira Filho1-0/+20
2020-12-10Refactor to use the new `match_str!` macroJanito Vaqueiro Ferreira Filho1-47/+57
2020-12-10Create a `match_str!` helper macroJanito Vaqueiro Ferreira Filho1-0/+17
2020-12-10Remove dependency on the item order in pluralsJanito Vaqueiro Ferreira Filho1-8/+24
2020-12-10Only append plurals with missing translationsJanito Vaqueiro Ferreira Filho1-8/+16
2020-12-10Generate Android plurals from gettext pluralsJanito Vaqueiro Ferreira Filho1-17/+57
2020-12-10Create helper function to convert between pluralsJanito Vaqueiro Ferreira Filho1-0/+18
2020-12-10Implement `Display` for `PluralResources`Janito Vaqueiro Ferreira Filho1-0/+49
2020-12-10Implement a constructor for `PluralResource`Janito Vaqueiro Ferreira Filho1-0/+14
2020-12-10Implement a constructor for `PluralResources`Janito Vaqueiro Ferreira Filho1-0/+9
2020-12-10Derive `Eq` and `PartialEq` for `PluralQuantity`Janito Vaqueiro Ferreira Filho1-1/+1
2020-12-10Add missing Android plural variantsJanito Vaqueiro Ferreira Filho1-0/+2
2020-12-10Parse plural formula in translation fileJanito Vaqueiro Ferreira Filho1-1/+22
2020-12-10Create `PluralForm` typeJanito Vaqueiro Ferreira Filho1-0/+32
2020-12-10Parse translated gettext pluralsJanito Vaqueiro Ferreira Filho1-5/+41