summaryrefslogtreecommitdiffhomepage
path: root/android/src
AgeCommit message (Expand)AuthorFilesLines
2021-08-26Update unit testsAleksandr Granin2-5/+17
2021-08-26Add ViewIntent for system apps appearingAleksandr Granin5-5/+35
2021-08-26Update applications filter and data container with system infoAleksandr Granin2-3/+7
2021-08-26Initiate excluded apps list properlyAleksandr Granin1-1/+1
2021-08-19Fix focus issue when in some cases value of MTU was erasedAleksandr Granin2-2/+4
2021-07-06Fix issue with app never requesting VPN permissionEmīls1-0/+5
2021-07-02Update Android translationsOskar Nyberg38-360/+417
2021-06-18Update account history RPCsDavid Lönnhager8-35/+29
2021-05-28Test TV-only apps in `ApplicationsProviderTest`Janito Vaqueiro Ferreira Filho1-9/+45
2021-05-28Show TV-only apps in the Split Tunneling screenJanito Vaqueiro Ferreira Filho1-1/+2
2021-05-28Fix translationsJanito Vaqueiro Ferreira Filho1-10/+10
2021-05-14Test `HandlerFlow` forwarding messagesJanito Vaqueiro Ferreira Filho1-0/+48
2021-05-14Refactor `TileService` to use flow based APIJanito Vaqueiro Ferreira Filho1-31/+21
2021-05-14Provide flow of tunnel statesJanito Vaqueiro Ferreira Filho1-0/+17
2021-05-14Unregister listener when scope or flow is closedJanito Vaqueiro Ferreira Filho1-7/+28
2021-05-14Handle requests to unregister listenersJanito Vaqueiro Ferreira Filho1-2/+16
2021-05-14Add `Request.UnregisterListener` variantJanito Vaqueiro Ferreira Filho1-0/+3
2021-05-14Replace registration queue with command channelJanito Vaqueiro Ferreira Filho1-9/+17
2021-05-14Store listeners in a map with IDsJanito Vaqueiro Ferreira Filho1-5/+5
2021-05-14Include a listener ID in `Event.ListenerReady`Janito Vaqueiro Ferreira Filho2-2/+14
2021-05-14Create a new flow-based `ServiceConnection` classJanito Vaqueiro Ferreira Filho1-0/+65
2021-05-14Add `Messenger` parameter to `ListenerReady`Janito Vaqueiro Ferreira Filho2-2/+3
2021-05-14Create `Context.bindServiceFlow` extension methodAleksandr Granin1-0/+27
2021-05-14Create `HandlerFlow` helper typeJanito Vaqueiro Ferreira Filho1-0/+45
2021-05-14Create `DispatchingFlow` helper typeJanito Vaqueiro Ferreira Filho1-0/+49
2021-05-05Set 1 line limit for expanded title to prevent wrong calcalution of height sc...Aleksandr Granin8-0/+8
2021-05-04Update android automatic changelog and rename beta -> defaultLinus Färnstrand2-5/+1
2021-04-29Clean-up obsolete tunnel state persistence dataJanito Vaqueiro Ferreira Filho1-0/+6
2021-04-29Remove tunnel state storage in shared preferencesJanito Vaqueiro Ferreira Filho4-113/+0
2021-04-29Run `MullvadTileService` in a separate processJanito Vaqueiro Ferreira Filho1-1/+2
2021-04-29Use an IPC connection for the tile serviceJanito Vaqueiro Ferreira Filho1-5/+29
2021-04-29Make `onServiceReady` parameter optionalJanito Vaqueiro Ferreira Filho1-2/+2
2021-04-29Fix incorrect `super` method callJanito Vaqueiro Ferreira Filho1-1/+1
2021-04-29Create `updateTunnelState` helper methodJanito Vaqueiro Ferreira Filho1-13/+13
2021-04-29Remove redundant `null` service conn. notificationJanito Vaqueiro Ferreira Filho1-1/+0
2021-04-29Notify `null` service connection after unbindingJanito Vaqueiro Ferreira Filho1-0/+2
2021-04-23Use new error enum. in `VoucherSubmissionResult`Janito Vaqueiro Ferreira Filho2-16/+10
2021-04-23Create `VoucherSubmissionError` enumerationJanito Vaqueiro Ferreira Filho1-0/+12
2021-04-23Remove redundant `Parcelable` super-class markerJanito Vaqueiro Ferreira Filho1-5/+5
2021-04-23Make `VoucherSubmissionResult.Ok` a `data class`Janito Vaqueiro Ferreira Filho1-1/+1
2021-04-23Remove unnecessary `apply` blockJanito Vaqueiro Ferreira Filho1-3/+1
2021-04-23Remove `ServiceInstance`Janito Vaqueiro Ferreira Filho2-29/+3
2021-04-23Run `MullvadVpnService` in a separate processJanito Vaqueiro Ferreira Filho1-1/+2
2021-04-23Remove `LocalBinder` classJanito Vaqueiro Ferreira Filho1-11/+0
2021-04-23Replace `LocalBinder` usage with service channelJanito Vaqueiro Ferreira Filho3-36/+17
2021-04-23Refactor to centralize handling of service conn.Janito Vaqueiro Ferreira Filho1-11/+13
2021-04-23Configure class loaders for received messagesJanito Vaqueiro Ferreira Filho1-0/+2
2021-04-23Remove daemon instance from service connectionJanito Vaqueiro Ferreira Filho4-10/+4
2021-04-23Add `StringRes` annotation to `urlId`Janito Vaqueiro Ferreira Filho1-1/+2
2021-04-23Select `TVActivity` class when running on TVsJanito Vaqueiro Ferreira Filho1-1/+16