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