aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* project: Update gradle filesSamuel Holland2017-11-073-6/+8
| | | | | | These are automatic changes made by Android Studio 3.0. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* cli: add wg(8) build scriptJason A. Donenfeld2017-11-011-0/+59
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Prepare version 0.1.0Samuel Holland2017-08-241-2/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfigListFragment: Prevent config names from wrappingSamuel Holland2017-08-241-0/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfigActivity: Only use split layout on tablet-sized screensSamuel Holland2017-08-241-0/+0
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Centralize/unify validation of configurationsSamuel Holland2017-08-243-16/+11
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfigActivity: Invert isSplitLayout→isSingleLayout for claritySamuel Holland2017-08-241-12/+12
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ObservableSortedMap: Document interfaceSamuel Holland2017-08-241-0/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Remove state debugging messagesSamuel Holland2017-08-243-13/+0
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfigEditFragment: Copy public key on clickSamuel Holland2017-08-243-0/+19
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfigEditFragment: Mark the persistent keepalive as optionalSamuel Holland2017-08-241-0/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfigEditFragment: Add a field for the optional pre-shared keySamuel Holland2017-08-242-1/+20
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Peer: Add a field for the optional pre-shared keySamuel Holland2017-08-242-0/+21
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfigActivity: Fix condition for inserting back stack entriesSamuel Holland2017-08-241-1/+2
| | | | | | | Fixes saved editor state on rotation (removing and recreating the editor discarded changes). Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfigActivity: Save editor state across fragment instancesSamuel Holland2017-08-241-1/+18
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* AddActivity: Update for ConfigEditFragment changesSamuel Holland2017-08-241-4/+13
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfigEditFragment: Save and restore editor state properlySamuel Holland2017-08-241-6/+48
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfigActivity: Avoid unnecessary executePendingTransactionsSamuel Holland2017-08-241-3/+1
| | | | | | Nothing later tries to find the list using findFragmentById(). Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfigListFragment: Avoid unnecessary findViewByIdSamuel Holland2017-08-241-3/+2
| | | | | | The generated ViewDataBinding has fields for each view with an id. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfigActivity: Log state transitionsSamuel Holland2017-08-231-0/+3
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Config/Interface/Peer: Make ParcelableSamuel Holland2017-08-233-9/+123
| | | | | | This allows saving the editor state across restarts. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Config/Interface/Peer: Fix some missed change notificationsSamuel Holland2017-08-233-15/+18
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* VpnService: Fix some edge cases in ConfigUpdaterSamuel Holland2017-08-231-18/+19
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Config/Interface: Allow copyFrom() to work on nullSamuel Holland2017-08-232-11/+28
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* BaseConfigActivity: Remember editing stateSamuel Holland2017-08-232-12/+39
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* manifest: ConfigActivity is parent to AddActivitySamuel Holland2017-08-231-1/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Finish first pass of config editor fieldsSamuel Holland2017-08-229-173/+468
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* QuickTileService: Update the tile once on service initSamuel Holland2017-08-221-0/+1
| | | | | | This makes the tile show the correct info when it is first added. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Add an adapter for binding an ObservableList to a LinearLayoutSamuel Holland2017-08-225-14/+169
| | | | | | EditTexts do not work in ListViews. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Use data binding to provide EditText input filtersSamuel Holland2017-08-226-22/+71
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfigAddActivity: Rename to AddActivitySamuel Holland2017-08-224-5/+7
| | | | | | Not everything needs to start with Config Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfigActivity: Fix fragment state when leaving/entering appSamuel Holland2017-08-214-109/+162
| | | | | | Do this by making the fragment transition functions idempotent. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Peer: Associate with a ConfigSamuel Holland2017-08-192-4/+29
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Minor cleanupsSamuel Holland2017-08-192-10/+5
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ObservableAdapters: notify on map/list being setSamuel Holland2017-08-183-3/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* MapAdapter: Stable IDs are based on value, not keySamuel Holland2017-08-171-1/+1
| | | | | | This fixes list selection to survive renaming configurations. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfigListFragment: Restore the non-FAB add menuSamuel Holland2017-08-174-0/+25
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* QuickTileService: Implement and update from VpnServiceSamuel Holland2017-08-174-1/+117
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* BaseConfigActivity: Make use of inner class's thisSamuel Holland2017-08-171-3/+3
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* VpnService: Use a string to remember the primary configSamuel Holland2017-08-171-23/+29
| | | | | | This allows simplifies the code a bit. Also, a few other minor changes. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfigEditFragment: Add extremely basic validationSamuel Holland2017-08-172-1/+13
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Interface: Rework private key handlingSamuel Holland2017-08-171-11/+17
| | | | | | | This works much better with a data-bound UI -- no confusing erasing of the text box, and no crashes, either! Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* VpnService: Remove extraneous call to super()Samuel Holland2017-08-171-1/+0
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ObservableArrayMapAdapter: RemoveSamuel Holland2017-08-172-120/+0
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Convert to using the ObservableTreeMap and its adapterSamuel Holland2017-08-174-4/+34
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ObservableMapAdapter: Based on an observable TreeMapSamuel Holland2017-08-173-0/+190
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* preferences: Control restoring enabled configsSamuel Holland2017-08-162-0/+7
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* VpnService: Remember and optionally restore enabled configsSamuel Holland2017-08-161-0/+20
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* SettingsActivity: Implement primary config settingSamuel Holland2017-08-163-0/+26
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ConfigListPreference: ListPreference for configsSamuel Holland2017-08-161-0/+35
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>