aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* project: Update gradle filesSamuel Holland2017-11-073-6/+8
* cli: add wg(8) build scriptJason A. Donenfeld2017-11-011-0/+59
* Prepare version 0.1.0Samuel Holland2017-08-241-2/+2
* ConfigListFragment: Prevent config names from wrappingSamuel Holland2017-08-241-0/+2
* ConfigActivity: Only use split layout on tablet-sized screensSamuel Holland2017-08-241-0/+0
* Centralize/unify validation of configurationsSamuel Holland2017-08-243-16/+11
* ConfigActivity: Invert isSplitLayout→isSingleLayout for claritySamuel Holland2017-08-241-12/+12
* ObservableSortedMap: Document interfaceSamuel Holland2017-08-241-0/+1
* Remove state debugging messagesSamuel Holland2017-08-243-13/+0
* ConfigEditFragment: Copy public key on clickSamuel Holland2017-08-243-0/+19
* ConfigEditFragment: Mark the persistent keepalive as optionalSamuel Holland2017-08-241-0/+1
* ConfigEditFragment: Add a field for the optional pre-shared keySamuel Holland2017-08-242-1/+20
* Peer: Add a field for the optional pre-shared keySamuel Holland2017-08-242-0/+21
* ConfigActivity: Fix condition for inserting back stack entriesSamuel Holland2017-08-241-1/+2
* ConfigActivity: Save editor state across fragment instancesSamuel Holland2017-08-241-1/+18
* AddActivity: Update for ConfigEditFragment changesSamuel Holland2017-08-241-4/+13
* ConfigEditFragment: Save and restore editor state properlySamuel Holland2017-08-241-6/+48
* ConfigActivity: Avoid unnecessary executePendingTransactionsSamuel Holland2017-08-241-3/+1
* ConfigListFragment: Avoid unnecessary findViewByIdSamuel Holland2017-08-241-3/+2
* ConfigActivity: Log state transitionsSamuel Holland2017-08-231-0/+3
* Config/Interface/Peer: Make ParcelableSamuel Holland2017-08-233-9/+123
* Config/Interface/Peer: Fix some missed change notificationsSamuel Holland2017-08-233-15/+18
* VpnService: Fix some edge cases in ConfigUpdaterSamuel Holland2017-08-231-18/+19
* Config/Interface: Allow copyFrom() to work on nullSamuel Holland2017-08-232-11/+28
* BaseConfigActivity: Remember editing stateSamuel Holland2017-08-232-12/+39
* manifest: ConfigActivity is parent to AddActivitySamuel Holland2017-08-231-1/+2
* Finish first pass of config editor fieldsSamuel Holland2017-08-229-173/+468
* QuickTileService: Update the tile once on service initSamuel Holland2017-08-221-0/+1
* Add an adapter for binding an ObservableList to a LinearLayoutSamuel Holland2017-08-225-14/+169
* Use data binding to provide EditText input filtersSamuel Holland2017-08-226-22/+71
* ConfigAddActivity: Rename to AddActivitySamuel Holland2017-08-224-5/+7
* ConfigActivity: Fix fragment state when leaving/entering appSamuel Holland2017-08-214-109/+162
* Peer: Associate with a ConfigSamuel Holland2017-08-192-4/+29
* Minor cleanupsSamuel Holland2017-08-192-10/+5
* ObservableAdapters: notify on map/list being setSamuel Holland2017-08-183-3/+2
* MapAdapter: Stable IDs are based on value, not keySamuel Holland2017-08-171-1/+1
* ConfigListFragment: Restore the non-FAB add menuSamuel Holland2017-08-174-0/+25
* QuickTileService: Implement and update from VpnServiceSamuel Holland2017-08-174-1/+117
* BaseConfigActivity: Make use of inner class's thisSamuel Holland2017-08-171-3/+3
* VpnService: Use a string to remember the primary configSamuel Holland2017-08-171-23/+29
* ConfigEditFragment: Add extremely basic validationSamuel Holland2017-08-172-1/+13
* Interface: Rework private key handlingSamuel Holland2017-08-171-11/+17
* VpnService: Remove extraneous call to super()Samuel Holland2017-08-171-1/+0
* ObservableArrayMapAdapter: RemoveSamuel Holland2017-08-172-120/+0
* Convert to using the ObservableTreeMap and its adapterSamuel Holland2017-08-174-4/+34
* ObservableMapAdapter: Based on an observable TreeMapSamuel Holland2017-08-173-0/+190
* preferences: Control restoring enabled configsSamuel Holland2017-08-162-0/+7
* VpnService: Remember and optionally restore enabled configsSamuel Holland2017-08-161-0/+20
* SettingsActivity: Implement primary config settingSamuel Holland2017-08-163-0/+26
* ConfigListPreference: ListPreference for configsSamuel Holland2017-08-161-0/+35