aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/android/QuickTileService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* ExceptionLoggers: never have a null messageJason A. Donenfeld2018-05-161-1/+1
* global: fix up copyrightsJason A. Donenfeld2018-05-031-0/+1
* global: Add or update copyright headers in Java codeSamuel Holland2018-05-021-0/+5
* QuickTileService: Fix crash opening activitySamuel Holland2018-01-101-3/+6
* QuickTileService: sometimes tile is nullJason A. Donenfeld2018-01-101-0/+2
* global: Fix or suppress most lints/warningsSamuel Holland2018-01-081-1/+3
* Fragment/Tile: Make success/error messages translatableSamuel Holland2018-01-081-10/+6
* QuickTileService: show toast for longer and use right messagesJason A. Donenfeld2018-01-081-2/+6
* global: Prefix tags with WireGuard/Jason A. Donenfeld2018-01-081-1/+1
* TunnelManager/QuickTileService: Remember last used tunnelSamuel Holland2018-01-071-83/+28
* Keyed...: Rename all the thingsSamuel Holland2018-01-061-2/+2
* Convert the list of tunnels to a KeyedObservableListSamuel Holland2018-01-061-12/+35
* Serviceless rewrite, part 1Samuel Holland2018-01-061-48/+116
* Settings: show quick tile config if no primary is definedJason A. Donenfeld2017-11-271-1/+7
* QuickTileService: show app if no profiles existJason A. Donenfeld2017-11-271-2/+4
* VpnService: Move it to a backends packageSamuel Holland2017-11-241-0/+1
* QuickTileService: Update the tile once on service initSamuel Holland2017-08-221-0/+1
* QuickTileService: Implement and update from VpnServiceSamuel Holland2017-08-171-0/+81