Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-28 | Open: better icon | Jason A. Donenfeld | |
2017-11-27 | NotSupported: Better sorry text | Jason A. Donenfeld | |
2017-11-27 | Build: update gradle | 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 | |
Finally no gross colors. | |||
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 | |
This seems like a horrific set of hacks. | |||
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-25 | project: License under GPL-2.0+ | Samuel Holland | |
This allows using Apache 2.0-licensed libraries, because the Apache 2.0 license is only compatible with version 3 of the GPL. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
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 | |
It should be split into two pieces: configuration file management (loading/saving/renaming/deleting) and calling into wg-quick via RootShell. The configuration file management part should then go back into the main package. This is in preparation for adding additional backends based on wg(8) and wireguard-go. | |||
2017-11-25 | cli: move to android_kernel_wireguard | Jason A. Donenfeld | |
These tools are now part of the ROM builder's toolkit at: https://git.zx2c4.com/android_kernel_wireguard/about/ | |||
2017-11-16 | Verison bump tools | Jason A. Donenfeld | |
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 | |
These are really app-independent reusable classes. Moving them to a separate package helps avoid polluting the main app package, and makes them easier to upgrade. | |||
2017-11-07 | project: Update gradle files | Samuel Holland | |
These are automatic changes made by Android Studio 3.0. | |||
2017-11-01 | cli: add wg(8) build script | Jason A. Donenfeld | |
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 | |
Fixes saved editor state on rotation (removing and recreating the editor discarded changes). | |||
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 | |
Nothing later tries to find the list using findFragmentById(). | |||
2017-08-24 | ConfigListFragment: Avoid unnecessary findViewById | Samuel Holland | |
The generated ViewDataBinding has fields for each view with an id. | |||
2017-08-23 | ConfigActivity: Log state transitions | Samuel Holland | |
2017-08-23 | Config/Interface/Peer: Make Parcelable | Samuel Holland | |
This allows saving the editor state across restarts. | |||
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 | |