aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ConfigList: Denote the primary config with bold textSamuel Holland2017-08-161-1/+4
* BindingAdapters: Create an adapter for textStyleSamuel Holland2017-08-161-0/+8
* VpnService: Remember and maintain the primary configSamuel Holland2017-08-161-1/+36
* Config: add an isPrimary propertySamuel Holland2017-08-161-0/+11
* Detail/Edit/ListFragment: Update the layoutsSamuel Holland2017-08-164-27/+22
* ConfigActivity: Inline PlaceholderFragment into the layoutSamuel Holland2017-08-164-54/+35
* ConfigActivity: Make the two-pane layout more readableSamuel Holland2017-08-168-2/+24
* Config: Make it ComparableSamuel Holland2017-08-161-1/+8
* ConfigActivity: Adjust when the back arrow is shownSamuel Holland2017-08-161-9/+9
* ConfigListFragment: Implement config selection and removalSamuel Holland2017-08-164-10/+120
* Config: Rename function to make databinding happySamuel Holland2017-08-162-5/+5
* VpnService: Tweaks for ConfigUpdater to fix addingSamuel Holland2017-08-161-4/+9
* ConfigDetailFragment: Move function to be in alphabetical orderSamuel Holland2017-08-161-6/+9
* ConfigActivity: Fix restoring layout on resumeSamuel Holland2017-08-161-5/+6
* ConfigAddActivity: Add an standalone config-creating activitySamuel Holland2017-08-155-2/+57
* BaseConfigActivity: Set initial config when service availableSamuel Holland2017-08-152-10/+11
* KeyInputFilter: Extract to its own classSamuel Holland2017-08-152-36/+43
* ConfigActivity: Show the current config in the titleSamuel Holland2017-08-151-0/+4
* BaseConfigActivity: Move menu handling to ConfigActivitySamuel Holland2017-08-152-7/+7
* ConfigActivity: Show back arrow in single layout action barSamuel Holland2017-08-141-0/+7
* ListFragment: Don't assume the ListView is the rootSamuel Holland2017-08-141-1/+1
* ConfigActivity: Fragments are hard; this un-breaks animationsSamuel Holland2017-08-142-79/+88
* ConfigActivity: Enable animations on fragment transitionsSamuel Holland2017-08-141-0/+2
* EditFragment: Input filters for config name and private keySamuel Holland2017-08-141-0/+50
* ConfigActivity: Avoid crash when started while lockedSamuel Holland2017-08-141-3/+12
* Major renaming and refactoring in activity and serviceSamuel Holland2017-08-1349-1218/+1193