summaryrefslogtreecommitdiffhomepage
path: root/app/src/main
AgeCommit message (Expand)Author
2017-08-24Peer: Add a field for the optional pre-shared keySamuel Holland
2017-08-24ConfigActivity: Fix condition for inserting back stack entriesSamuel Holland
2017-08-24ConfigActivity: Save editor state across fragment instancesSamuel Holland
2017-08-24AddActivity: Update for ConfigEditFragment changesSamuel Holland
2017-08-24ConfigEditFragment: Save and restore editor state properlySamuel Holland
2017-08-24ConfigActivity: Avoid unnecessary executePendingTransactionsSamuel Holland
2017-08-24ConfigListFragment: Avoid unnecessary findViewByIdSamuel Holland
2017-08-23ConfigActivity: Log state transitionsSamuel Holland
2017-08-23Config/Interface/Peer: Make ParcelableSamuel Holland
2017-08-23Config/Interface/Peer: Fix some missed change notificationsSamuel Holland
2017-08-23VpnService: Fix some edge cases in ConfigUpdaterSamuel Holland
2017-08-23Config/Interface: Allow copyFrom() to work on nullSamuel Holland
2017-08-23BaseConfigActivity: Remember editing stateSamuel Holland
2017-08-23manifest: ConfigActivity is parent to AddActivitySamuel Holland
2017-08-22Finish first pass of config editor fieldsSamuel Holland
2017-08-22QuickTileService: Update the tile once on service initSamuel Holland
2017-08-22Add an adapter for binding an ObservableList to a LinearLayoutSamuel Holland
2017-08-22Use data binding to provide EditText input filtersSamuel Holland
2017-08-22ConfigAddActivity: Rename to AddActivitySamuel Holland
2017-08-21ConfigActivity: Fix fragment state when leaving/entering appSamuel Holland
2017-08-19Peer: Associate with a ConfigSamuel Holland
2017-08-19Minor cleanupsSamuel Holland
2017-08-18ObservableAdapters: notify on map/list being setSamuel Holland
2017-08-17MapAdapter: Stable IDs are based on value, not keySamuel Holland
2017-08-17ConfigListFragment: Restore the non-FAB add menuSamuel Holland
2017-08-17QuickTileService: Implement and update from VpnServiceSamuel Holland
2017-08-17BaseConfigActivity: Make use of inner class's thisSamuel Holland
2017-08-17VpnService: Use a string to remember the primary configSamuel Holland
2017-08-17ConfigEditFragment: Add extremely basic validationSamuel Holland
2017-08-17Interface: Rework private key handlingSamuel Holland
2017-08-17VpnService: Remove extraneous call to super()Samuel Holland
2017-08-17ObservableArrayMapAdapter: RemoveSamuel Holland
2017-08-17Convert to using the ObservableTreeMap and its adapterSamuel Holland
2017-08-17ObservableMapAdapter: Based on an observable TreeMapSamuel Holland
2017-08-16preferences: Control restoring enabled configsSamuel Holland
2017-08-16VpnService: Remember and optionally restore enabled configsSamuel Holland
2017-08-16SettingsActivity: Implement primary config settingSamuel Holland
2017-08-16ConfigListPreference: ListPreference for configsSamuel Holland
2017-08-16ConfigList: Denote the primary config with bold textSamuel Holland
2017-08-16BindingAdapters: Create an adapter for textStyleSamuel Holland
2017-08-16VpnService: Remember and maintain the primary configSamuel Holland
2017-08-16Config: add an isPrimary propertySamuel Holland
2017-08-16Detail/Edit/ListFragment: Update the layoutsSamuel Holland
2017-08-16ConfigActivity: Inline PlaceholderFragment into the layoutSamuel Holland
2017-08-16ConfigActivity: Make the two-pane layout more readableSamuel Holland
2017-08-16Config: Make it ComparableSamuel Holland
2017-08-16ConfigActivity: Adjust when the back arrow is shownSamuel Holland
2017-08-16ConfigListFragment: Implement config selection and removalSamuel Holland
2017-08-16Config: Rename function to make databinding happySamuel Holland
2017-08-16VpnService: Tweaks for ConfigUpdater to fix addingSamuel Holland