aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/android (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* QuickTileService: show app if no profiles existJason A. Donenfeld2017-11-271-2/+4
* Config: make parsing stricterJason A. Donenfeld2017-11-261-0/+5
* ConfigImporter: Get filename from content resolverSamuel Holland2017-11-251-3/+26
* ConfigList: A better toggle switchSamuel Holland2017-11-252-16/+38
* widgets: Import ToggleSwitch from the AOSP Settings appSamuel Holland2017-11-251-0/+63
* ConfigList: Poor man's switchSamuel Holland2017-11-241-2/+2
* BindingAdapters: Sort existing adaptersSamuel Holland2017-11-241-5/+5
* VpnService: Move it to a backends packageSamuel Holland2017-11-2410-8/+18
* ConfigActivity: Add import menu itemSamuel Holland2017-11-081-0/+17
* VpnService: Add helper for importing configsSamuel Holland2017-11-081-0/+50
* Bindings: Merge bugfixes and updatesSamuel Holland2017-11-085-36/+55
* Bindings: Move to a separate packageSamuel Holland2017-11-078-7/+19
* Centralize/unify validation of configurationsSamuel Holland2017-08-242-7/+10
* ConfigActivity: Invert isSplitLayout→isSingleLayout for claritySamuel Holland2017-08-241-12/+12
* ObservableSortedMap: Document interfaceSamuel Holland2017-08-241-0/+1
* Remove state debugging messagesSamuel Holland2017-08-243-13/+0
* ConfigEditFragment: Copy public key on clickSamuel Holland2017-08-241-0/+14
* ConfigActivity: Fix condition for inserting back stack entriesSamuel Holland2017-08-241-1/+2
* ConfigActivity: Save editor state across fragment instancesSamuel Holland2017-08-241-1/+18
* AddActivity: Update for ConfigEditFragment changesSamuel Holland2017-08-241-4/+13
* ConfigEditFragment: Save and restore editor state properlySamuel Holland2017-08-241-6/+48
* ConfigActivity: Avoid unnecessary executePendingTransactionsSamuel Holland2017-08-241-3/+1
* ConfigListFragment: Avoid unnecessary findViewByIdSamuel Holland2017-08-241-3/+2
* ConfigActivity: Log state transitionsSamuel Holland2017-08-231-0/+3
* VpnService: Fix some edge cases in ConfigUpdaterSamuel Holland2017-08-231-18/+19
* BaseConfigActivity: Remember editing stateSamuel Holland2017-08-232-12/+39
* 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-224-14/+165
* Use data binding to provide EditText input filtersSamuel Holland2017-08-224-18/+59
* ConfigAddActivity: Rename to AddActivitySamuel Holland2017-08-222-3/+3
* ConfigActivity: Fix fragment state when leaving/entering appSamuel Holland2017-08-214-109/+162
* 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-172-0/+15
* QuickTileService: Implement and update from VpnServiceSamuel Holland2017-08-172-0/+100
* 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-171-1/+5
* 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-173-3/+33
* ObservableMapAdapter: Based on an observable TreeMapSamuel Holland2017-08-173-0/+190
* VpnService: Remember and optionally restore enabled configsSamuel Holland2017-08-161-0/+20
* SettingsActivity: Implement primary config settingSamuel Holland2017-08-161-0/+17
* ConfigListPreference: ListPreference for configsSamuel Holland2017-08-161-0/+35
* BindingAdapters: Create an adapter for textStyleSamuel Holland2017-08-161-0/+8
* VpnService: Remember and maintain the primary configSamuel Holland2017-08-161-1/+36
* ConfigActivity: Inline PlaceholderFragment into the layoutSamuel Holland2017-08-162-46/+26
* ConfigActivity: Adjust when the back arrow is shownSamuel Holland2017-08-161-9/+9