aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/android/VpnService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-24VpnService: Move it to a backends packageSamuel Holland1-484/+0
2017-11-08VpnService: Add helper for importing configsSamuel Holland1-0/+50
2017-11-07Bindings: Move to a separate packageSamuel Holland1-0/+2
2017-08-24Centralize/unify validation of configurationsSamuel Holland1-1/+9
2017-08-23VpnService: Fix some edge cases in ConfigUpdaterSamuel Holland1-18/+19
2017-08-17QuickTileService: Implement and update from VpnServiceSamuel Holland1-0/+19
2017-08-17VpnService: Use a string to remember the primary configSamuel Holland1-23/+29
2017-08-17VpnService: Remove extraneous call to super()Samuel Holland1-1/+0
2017-08-17Convert to using the ObservableTreeMap and its adapterSamuel Holland1-2/+2
2017-08-16VpnService: Remember and optionally restore enabled configsSamuel Holland1-0/+20
2017-08-16VpnService: Remember and maintain the primary configSamuel Holland1-1/+36
2017-08-16Config: Rename function to make databinding happySamuel Holland1-4/+4
2017-08-16VpnService: Tweaks for ConfigUpdater to fix addingSamuel Holland1-4/+9
2017-08-13Major renaming and refactoring in activity and serviceSamuel Holland1-0/+339