wireguard-android/app
Harsh Shandilya 4d3043c041 Introduce TunnelToggleActivity
On Android 10, apps cannot start services when they're in the
background. This means that starting VpnService from within
QuickTileService when the app is not active ends badly. To mitigate this
situation, we introduce a proxy activity of sorts that will handle
starting VpnService for us. The activity is completely transparent and
invisible, and does only four things:

- Toggle the tunnel state
- Request the Tile bound by QuickTileService to refresh its state
- Handle any error that might have been thrown during toggle
- Call finishAffinity() and go away

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2019-12-20 11:26:33 +01:00
..
src Introduce TunnelToggleActivity 2019-12-20 11:26:33 +01:00
tools Implement statistics 2019-11-20 12:44:54 +01:00
build.gradle Update AGP to 3.5.3 2019-12-15 11:08:00 +05:30
nonnull.gradle Update copyright 2019-01-07 19:21:34 -05:00
proguard-rules.pro proguard: reenable obfuscation 2019-10-13 11:53:17 +02:00