summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2020-12-10Create initial `CustomDnsAdapter` classJanito Vaqueiro Ferreira Filho2-0/+25
2020-12-04Expose `CustomDns` in `ServiceDependentFragment`Janito Vaqueiro Ferreira Filho1-0/+5
2020-12-04Expose `CustomDns` through `ServiceConnection`Janito Vaqueiro Ferreira Filho1-0/+1
2020-12-04Create and add `CustomDns` to `ServiceInstance`Janito Vaqueiro Ferreira Filho2-0/+4
2020-12-04Create `CustomDns` helper classJanito Vaqueiro Ferreira Filho1-0/+68
2020-12-04Add event notifier for DNS optionsJanito Vaqueiro Ferreira Filho1-0/+5
2020-12-04Implement `MullvadDaemon.setDnsOptions` methodJanito Vaqueiro Ferreira Filho1-0/+6
2020-12-04Include `DnsOptions` in `TunnelOptions` classJanito Vaqueiro Ferreira Filho1-1/+1
2020-12-04Derive `IntoJava` for `DnsOptions`Janito Vaqueiro Ferreira Filho1-0/+6
2020-12-03Replace setters with observable delegatesJanito Vaqueiro Ferreira Filho1-37/+29
2020-12-03Replace boolean with an enumerationJanito Vaqueiro Ferreira Filho1-13/+23
2020-12-03Refactor `LocationInfoCache` into an actorJanito Vaqueiro Ferreira Filho1-51/+52
2020-12-03Opt-in to experimental coroutines APIJanito Vaqueiro Ferreira Filho1-0/+1
2020-12-03Run location info. cache fetches in the backgroundJanito Vaqueiro Ferreira Filho1-6/+2
2020-12-03Remove obsolete virtual adapter code and errorsDavid Lönnhager2-2/+0
2020-12-02Load and show problem report in View Logs screenJanito Vaqueiro Ferreira Filho1-0/+31
2020-12-02Allow loading the problem report fileJanito Vaqueiro Ferreira Filho1-0/+12
2020-12-02Set `collectJob` to `null` when deleting reportJanito Vaqueiro Ferreira Filho1-0/+1
2020-12-02Open View Logs screen when button is pressedJanito Vaqueiro Ferreira Filho1-0/+18
2020-12-02Create initial View App Logs fragmentJanito Vaqueiro Ferreira Filho2-0/+58
2020-12-02Add View App Logs button to Problem Report screenJanito Vaqueiro Ferreira Filho2-1/+7
2020-11-30Updating version in package filesLinus Färnstrand1-2/+2
2020-11-30Update Android changesLinus Färnstrand1-5/+5
2020-11-30Close account history when back button is pressedJanito Vaqueiro Ferreira Filho1-0/+10
2020-11-30Allow checking if `AccountLogin` has focusJanito Vaqueiro Ferreira Filho1-0/+3
2020-11-30Allow intercepting back button pressesJanito Vaqueiro Ferreira Filho1-0/+10
2020-11-30Allow navigating to remove button of account entryJanito Vaqueiro Ferreira Filho1-0/+2
2020-11-30Set account input state when showing login screenJanito Vaqueiro Ferreira Filho1-0/+2
2020-11-27Advance to next screen if already logged inJanito Vaqueiro Ferreira Filho1-0/+12
2020-11-27Create `loginResultForExpiry` helper methodJanito Vaqueiro Ferreira Filho1-5/+9
2020-11-26Fix title collapse animation hookJanito Vaqueiro Ferreira Filho2-9/+24
2020-11-26Mark that `getSettings` can return `null`Janito Vaqueiro Ferreira Filho1-1/+1
2020-11-26Handle `null` version stringJanito Vaqueiro Ferreira Filho1-2/+2
2020-11-26Handle a `null` WWW auth tokenJanito Vaqueiro Ferreira Filho1-2/+2
2020-11-26Handle `null` account historyJanito Vaqueiro Ferreira Filho2-3/+5
2020-11-26Handle fetching a `null` tunnel stateJanito Vaqueiro Ferreira Filho2-3/+3
2020-11-26Don't overwrite `instance` if not runningJanito Vaqueiro Ferreira Filho1-7/+9
2020-11-26Set `instance` to `null` when force stoppingJanito Vaqueiro Ferreira Filho1-0/+1
2020-11-26Update state in the `restart` methodJanito Vaqueiro Ferreira Filho1-2/+3
2020-11-26Don't restart if `onDestroy` has executedJanito Vaqueiro Ferreira Filho1-4/+8
2020-11-25Refactor to use a `State` enumerationJanito Vaqueiro Ferreira Filho1-17/+16
2020-11-25Don't restart after `onDestroy` has been calledJanito Vaqueiro Ferreira Filho1-1/+3
2020-11-25Rename TAP adapter error cause on AndroidDavid Lönnhager3-3/+3
2020-11-24Make sure notification is removed when closingJanito Vaqueiro Ferreira Filho1-2/+2
2020-11-24Don't delay updating the notificationJanito Vaqueiro Ferreira Filho1-1/+1
2020-11-24Call `startForeground` as soon as possibleJanito Vaqueiro Ferreira Filho1-16/+8
2020-11-24Refactor to simplify daemon lifecycle in serviceJanito Vaqueiro Ferreira Filho1-27/+6
2020-11-24Wait for split tunneling to be readyJanito Vaqueiro Ferreira Filho2-3/+3
2020-11-24Move daemon file preparation to `DaemonInstance`Janito Vaqueiro Ferreira Filho2-28/+31
2020-11-24Use `DaemonInstance` helper in `MullvadVpnService`Janito Vaqueiro Ferreira Filho1-12/+27