summaryrefslogtreecommitdiffhomepage
path: root/android/src/main
AgeCommit message (Collapse)AuthorFilesLines
2020-12-10Add list separator decorationJanito Vaqueiro Ferreira Filho1-0/+6
2020-12-10Add custom DNS server address when tick is pressedJanito Vaqueiro Ferreira Filho2-2/+22
2020-12-10Show only IP address, discarding the host nameJanito Vaqueiro Ferreira Filho1-1/+2
2020-12-10Create `InetAddress.addresString()` extensionJanito Vaqueiro Ferreira Filho1-0/+10
2020-12-10Show DNS servers and listen for changesJanito Vaqueiro Ferreira Filho3-7/+78
2020-12-10Add row when adding a new custom DNS serverJanito Vaqueiro Ferreira Filho2-2/+23
2020-12-10Create row to edit custom DNS addressJanito Vaqueiro Ferreira Filho5-6/+71
2020-12-10Show "Add a server" row when enabledJanito Vaqueiro Ferreira Filho5-4/+78
2020-12-10Update toggle based on custom DNS enabled stateJanito Vaqueiro Ferreira Filho1-1/+12
2020-12-10Toggle custom DNS option on toggle switch changeJanito Vaqueiro Ferreira Filho1-0/+14
2020-12-10Listen for custom DNS enabled settingJanito Vaqueiro Ferreira Filho2-0/+18
2020-12-10Require `CustomDns` helper instance in the adapterJanito Vaqueiro Ferreira Filho2-3/+5
2020-12-10Add toggle cell to enable custom DNSJanito Vaqueiro Ferreira Filho2-0/+6
2020-12-10Add custom DNS footer message to the listJanito Vaqueiro Ferreira Filho6-5/+24
2020-12-10Use a `RecyclerView` in `AdvancedFragment`Janito Vaqueiro Ferreira Filho3-41/+62
2020-12-10Refactor to move public methods to the topJanito Vaqueiro Ferreira Filho1-5/+5
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-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-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