summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/java/com/wireguard/android/ConfigEditFragment.java
AgeCommit message (Expand)Author
2017-11-24VpnService: Move it to a backends packageSamuel Holland
2017-08-24Centralize/unify validation of configurationsSamuel Holland
2017-08-24ConfigEditFragment: Copy public key on clickSamuel Holland
2017-08-24ConfigEditFragment: Save and restore editor state properlySamuel Holland
2017-08-22Use data binding to provide EditText input filtersSamuel Holland
2017-08-17ConfigEditFragment: Add extremely basic validationSamuel Holland
2017-08-15ConfigAddActivity: Add an standalone config-creating activitySamuel Holland
2017-08-15KeyInputFilter: Extract to its own classSamuel Holland
2017-08-14EditFragment: Input filters for config name and private keySamuel Holland
2017-08-13Major renaming and refactoring in activity and serviceSamuel Holland