aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/android/fragment/ConfigNamingDialogFragment.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJason A. Donenfeld2019-01-071-1/+1
|
* Migrate to AndroidXHarsh Shandilya2018-12-181-3/+3
| | | | Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
* Clean up error messagesSamuel Holland2018-12-151-7/+10
|
* Provide semantically meaningful exceptions for translationSamuel Holland2018-12-151-3/+3
|
* Fix locale usageJason A. Donenfeld2018-12-111-3/+1
|
* Localize exception messagesZachary Wander2018-12-111-1/+3
|
* Remodel the ModelSamuel Holland2018-12-081-2/+5
| | | | | | | | | | | | - The configuration and crypto model is now entirely independent of Android classes other than Nullable and TextUtils. - Model classes are immutable and use builders that enforce the appropriate optional/required attributes. - The Android config proxies (for Parcelable and databinding) are moved to the Android side of the codebase, and are designed to be safe for two-way databinding. This allows proper observability in TunnelDetailFragment. - Various robustness fixes and documentation updates to helper classes.
* Auto-format the source directoriesSamuel Holland2018-11-111-29/+27
| | | | Blame Jason for writing Java in vim.
* global: update copyright headersJason A. Donenfeld2018-09-061-2/+1
|
* qrcode: minor adjustmentsJason A. Donenfeld2018-07-251-1/+1
|
* Added QR code scanner as tunnel import methodEric Kuck2018-07-251-0/+115