summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2020-02-12Avoid blocking inside `onStartCommand`Janito Vaqueiro Ferreira Filho1-4/+18
2020-02-12Change `daemon` to not be a `Deferred` variableJanito Vaqueiro Ferreira Filho1-15/+16
2020-02-12Make sure `ConnectionProxy` is safely torn downJanito Vaqueiro Ferreira Filho1-2/+7
2020-02-12Refactor `ConnectionProxy` to not use async daemonJanito Vaqueiro Ferreira Filho2-24/+17
2020-02-12Keep notification mgr. for whole service lifetimeJanito Vaqueiro Ferreira Filho1-13/+3
2020-02-12Make `serviceNotifier` immutableJanito Vaqueiro Ferreira Filho1-2/+1
2020-02-12Remove notification button callbacksJanito Vaqueiro Ferreira Filho2-9/+8
2020-02-12Listen for service events in notification managerJanito Vaqueiro Ferreira Filho2-5/+28
2020-02-11Remove obsoleted `from_java` moduleJanito Vaqueiro Ferreira Filho1-2/+0
2020-02-11Use `jnix::FromJava` instead of custom `FromJava`Janito Vaqueiro Ferreira Filho1-1/+2
2020-02-11Derive `FromJava` for `RelaySettingsUpdate`Janito Vaqueiro Ferreira Filho1-0/+4
2020-02-11Derive `FromJava` for `RelayConstraintsUpdate`Janito Vaqueiro Ferreira Filho1-0/+3
2020-02-11Derive `FromJava` for `LocationConstraint`Janito Vaqueiro Ferreira Filho1-3/+12
2020-02-11Derive `FromJava` for `Constraint<T>`Janito Vaqueiro Ferreira Filho1-1/+3
2020-02-11Adjust login fragment to contain account historyEmīls3-8/+92
2020-02-11Fetch account history from daemonEmīls1-0/+5
2020-02-11Add layouts and drawables for account historyEmīls3-0/+34
2020-02-10Configure allow LAN when toggle switch is pressedJanito Vaqueiro Ferreira Filho1-0/+7
2020-02-10Implement `MullvadDaemon.setAllowLan` methodJanito Vaqueiro Ferreira Filho1-0/+5
2020-02-10Initialize allow LAN toggle with settings valueJanito Vaqueiro Ferreira Filho1-1/+9
2020-02-10Add `CellSwitch.forcefullySetState` methodJanito Vaqueiro Ferreira Filho1-0/+15
2020-02-10Make `settings` prop. public in `SettingsListener`Janito Vaqueiro Ferreira Filho1-1/+2
2020-02-10Update toggle if allow LAN settings changesJanito Vaqueiro Ferreira Filho2-1/+28
2020-02-10Add `SettingsListener.onAllowLanChange` callbackJanito Vaqueiro Ferreira Filho1-0/+15
2020-02-10Send `allowLan` updates to UIJanito Vaqueiro Ferreira Filho1-1/+5
2020-02-10Add state listener to `CellSwitch`Janito Vaqueiro Ferreira Filho1-0/+3
2020-02-10Create `CellSwitch` widgetJanito Vaqueiro Ferreira Filho4-0/+240
2020-02-10Implement back button behaviorJanito Vaqueiro Ferreira Filho1-1/+10
2020-02-10Create `PreferencesFragment`Janito Vaqueiro Ferreira Filho4-1/+97
2020-02-10Add Preferences menu entry to Settings screenJanito Vaqueiro Ferreira Filho3-0/+35
2020-02-10Use `marginTop` for spacing in Settings layoutJanito Vaqueiro Ferreira Filho1-3/+3
2020-02-10Updating version in package filesLinus Färnstrand1-2/+2
2020-02-06Allow `getRelayLocations` to return `null`Janito Vaqueiro Ferreira Filho2-3/+3
2020-02-06Make sure `stopForeground` works on API 21Janito Vaqueiro Ferreira Filho1-1/+6
2020-02-04Fix key generation event overrideJanito Vaqueiro Ferreira Filho1-1/+1
2020-02-04Gracefully handle when reconnection is expectedJanito Vaqueiro Ferreira Filho1-8/+50
2020-02-04Ensure status message color is always setJanito Vaqueiro Ferreira Filho1-4/+2
2020-02-04Fix default value for key verificationJanito Vaqueiro Ferreira Filho1-1/+1
2020-02-03Fix NPE when the service is restarted by AndroidJanito Vaqueiro Ferreira Filho1-2/+2
2020-01-31Keep notification in foreground while UI is shownJanito Vaqueiro Ferreira Filho1-0/+8
2020-01-31Keep track if service is bound or notJanito Vaqueiro Ferreira Filho1-0/+14
2020-01-31Allow notification to be locked on foregroundJanito Vaqueiro Ferreira Filho1-1/+8
2020-01-31Remove service from foreground when disconnectedJanito Vaqueiro Ferreira Filho1-4/+20
2020-01-30Remove notification when service stopsJanito Vaqueiro Ferreira Filho1-0/+2
2020-01-30Use system settings to conenct on startupEmīls1-0/+9
2020-01-29Only unsubscribe listeners if destroying activityJanito Vaqueiro Ferreira Filho1-2/+1
2020-01-14Stop the service if VPN permission is revokedJanito Vaqueiro Ferreira Filho1-0/+4
2020-01-14Document assumption in `onNewServiceConnection`Janito Vaqueiro Ferreira Filho1-0/+2
2020-01-14Notify UI when daemon has stoppedJanito Vaqueiro Ferreira Filho1-1/+2
2020-01-14Ignore service events if fragment is pausedJanito Vaqueiro Ferreira Filho1-24/+58