aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/android/ConfigEditFragment.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* VpnService: Move it to a backends packageSamuel Holland2017-11-241-0/+1
* Centralize/unify validation of configurationsSamuel Holland2017-08-241-6/+1
* ConfigEditFragment: Copy public key on clickSamuel Holland2017-08-241-0/+14
* ConfigEditFragment: Save and restore editor state properlySamuel Holland2017-08-241-6/+48
* Use data binding to provide EditText input filtersSamuel Holland2017-08-221-15/+0
* ConfigEditFragment: Add extremely basic validationSamuel Holland2017-08-171-1/+5
* ConfigAddActivity: Add an standalone config-creating activitySamuel Holland2017-08-151-2/+11
* KeyInputFilter: Extract to its own classSamuel Holland2017-08-151-36/+1
* EditFragment: Input filters for config name and private keySamuel Holland2017-08-141-0/+50
* Major renaming and refactoring in activity and serviceSamuel Holland2017-08-131-0/+74