Age | Commit message (Expand) | Author |
2017-11-28 | res/drawable: Fix icon sizes | Samuel Holland |
2017-11-28 | ConfigActivity: Listen for name changes | Samuel Holland |
2017-11-28 | EditFragment: do not autocomplete or capitalize ifnames | Jason A. Donenfeld |
2017-11-28 | Open: better icon | Jason A. Donenfeld |
2017-11-27 | NotSupported: Better sorry text | Jason A. Donenfeld |
2017-11-27 | SettingsActivity: directly pass through bundle | Jason A. Donenfeld |
2017-11-27 | ConfigDetailFragment: wire up toggle switch | Jason A. Donenfeld |
2017-11-27 | NotSupported: check if the module exists | Jason A. Donenfeld |
2017-11-27 | Settings: show quick tile config if no primary is defined | Jason A. Donenfeld |
2017-11-27 | ConfigImporter: give updates when something goes wrong | Jason A. Donenfeld |
2017-11-27 | QuickTileService: show app if no profiles exist | Jason A. Donenfeld |
2017-11-26 | Config: make parsing stricter | Jason A. Donenfeld |
2017-11-25 | ConfigImporter: Get filename from content resolver | Samuel Holland |
2017-11-25 | ConfigList: A better toggle switch | Samuel Holland |
2017-11-25 | widgets: Import ToggleSwitch from the AOSP Settings app | Samuel Holland |
2017-11-24 | ConfigList: Poor man's switch | Samuel Holland |
2017-11-24 | BindingAdapters: Sort existing adapters | Samuel Holland |
2017-11-24 | VpnService: Move it to a backends package | Samuel Holland |
2017-11-08 | ConfigActivity: Add import menu item | Samuel Holland |
2017-11-08 | VpnService: Add helper for importing configs | Samuel Holland |
2017-11-08 | Bindings: Merge bugfixes and updates | Samuel Holland |
2017-11-07 | Bindings: Move to a separate package | 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 |