Age | Commit message (Expand) | Author |
2017-11-07 | Bindings: Move to a separate package | Samuel Holland |
2017-11-07 | project: Update gradle files | Samuel Holland |
2017-08-24 | Prepare version 0.1.0 | Samuel Holland |
2017-08-24 | ConfigListFragment: Prevent config names from wrapping | Samuel Holland |
2017-08-24 | ConfigActivity: Only use split layout on tablet-sized screens | Samuel Holland |
2017-08-24 | Centralize/unify validation of configurations | Samuel Holland |
2017-08-24 | ConfigActivity: Invert isSplitLayout→isSingleLayout for clarity | Samuel Holland |
2017-08-24 | ObservableSortedMap: Document interface | Samuel Holland |
2017-08-24 | Remove state debugging messages | Samuel Holland |
2017-08-24 | ConfigEditFragment: Copy public key on click | Samuel Holland |
2017-08-24 | ConfigEditFragment: Mark the persistent keepalive as optional | Samuel Holland |
2017-08-24 | ConfigEditFragment: Add a field for the optional pre-shared key | Samuel Holland |
2017-08-24 | Peer: Add a field for the optional pre-shared key | Samuel Holland |
2017-08-24 | ConfigActivity: Fix condition for inserting back stack entries | Samuel Holland |
2017-08-24 | ConfigActivity: Save editor state across fragment instances | Samuel Holland |
2017-08-24 | AddActivity: Update for ConfigEditFragment changes | Samuel Holland |
2017-08-24 | ConfigEditFragment: Save and restore editor state properly | Samuel Holland |
2017-08-24 | ConfigActivity: Avoid unnecessary executePendingTransactions | Samuel Holland |
2017-08-24 | ConfigListFragment: Avoid unnecessary findViewById | Samuel Holland |
2017-08-23 | ConfigActivity: Log state transitions | Samuel Holland |
2017-08-23 | Config/Interface/Peer: Make Parcelable | Samuel Holland |
2017-08-23 | Config/Interface/Peer: Fix some missed change notifications | Samuel Holland |
2017-08-23 | VpnService: Fix some edge cases in ConfigUpdater | Samuel Holland |
2017-08-23 | Config/Interface: Allow copyFrom() to work on null | Samuel Holland |
2017-08-23 | BaseConfigActivity: Remember editing state | Samuel Holland |
2017-08-23 | manifest: ConfigActivity is parent to AddActivity | Samuel Holland |
2017-08-22 | Finish first pass of config editor fields | Samuel Holland |
2017-08-22 | QuickTileService: Update the tile once on service init | Samuel Holland |
2017-08-22 | Add an adapter for binding an ObservableList to a LinearLayout | Samuel Holland |
2017-08-22 | Use data binding to provide EditText input filters | Samuel Holland |
2017-08-22 | ConfigAddActivity: Rename to AddActivity | Samuel Holland |
2017-08-21 | ConfigActivity: Fix fragment state when leaving/entering app | Samuel Holland |
2017-08-19 | Peer: Associate with a Config | Samuel Holland |
2017-08-19 | Minor cleanups | Samuel Holland |
2017-08-18 | ObservableAdapters: notify on map/list being set | Samuel Holland |
2017-08-17 | MapAdapter: Stable IDs are based on value, not key | Samuel Holland |
2017-08-17 | ConfigListFragment: Restore the non-FAB add menu | Samuel Holland |
2017-08-17 | QuickTileService: Implement and update from VpnService | Samuel Holland |
2017-08-17 | BaseConfigActivity: Make use of inner class's this | Samuel Holland |
2017-08-17 | VpnService: Use a string to remember the primary config | Samuel Holland |
2017-08-17 | ConfigEditFragment: Add extremely basic validation | Samuel Holland |
2017-08-17 | Interface: Rework private key handling | Samuel Holland |
2017-08-17 | VpnService: Remove extraneous call to super() | Samuel Holland |
2017-08-17 | ObservableArrayMapAdapter: Remove | Samuel Holland |
2017-08-17 | Convert to using the ObservableTreeMap and its adapter | Samuel Holland |
2017-08-17 | ObservableMapAdapter: Based on an observable TreeMap | Samuel Holland |
2017-08-16 | preferences: Control restoring enabled configs | Samuel Holland |
2017-08-16 | VpnService: Remember and optionally restore enabled configs | Samuel Holland |
2017-08-16 | SettingsActivity: Implement primary config setting | Samuel Holland |
2017-08-16 | ConfigListPreference: ListPreference for configs | Samuel Holland |