aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Added QR code scanner as tunnel import methodEric Kuck2018-07-259-21/+231
|
* tools: Bump wireguard submoduleHarsh Shandilya2018-07-241-0/+0
| | | | | | This force pushing is going to be the death of me Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* tools: support ancient NDKsJason A. Donenfeld2018-07-244-4/+97
|
* tools: let wg(8) play with userspace implementationJason A. Donenfeld2018-07-244-10/+41
|
* config: Remove Locale based string formatHarsh Shandilya2018-07-242-8/+4
| | | | | | | | | | | | The configurations are supposed to be in a very specific format which is not user-facing and hence doesn't have to be adjusted for locale avoiding both the redundancy as well as potential breakages in the configuration file format from different locales. Fixes: 71c67aa24ae2 ("config: Minor cleanup") Reported-by: Samuel Holland <samuel@sholland.org> Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* tools: pass in debug package nameJason A. Donenfeld2018-07-244-4/+15
|
* Make placeholder prettyJason A. Donenfeld2018-07-234-6/+22
|
* Show help text when no tunnels are importedHarsh Shandilya2018-07-222-0/+15
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* FloatingActionsMenuRecyclerViewScrollListener: add final modifiersJason A. Donenfeld2018-07-221-1/+1
|
* RTL layout fixesHarsh Shandilya2018-07-225-4/+7
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* treewide: Optimize importsHarsh Shandilya2018-07-224-10/+0
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* fab: move in direct ratio to scrollJason A. Donenfeld2018-07-206-68/+53
|
* Version bumpJason A. Donenfeld2018-07-201-2/+2
|
* UI: use background color for navbar in dark modeHarsh Shandilya2018-07-201-0/+9
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* fab: make icons always whiteJason A. Donenfeld2018-07-206-39/+6
| | | | | | With the new shade of blue, perhaps this simply looks better. I don't like hard coding the color away from the theme, however.
* theme: use less disgusting colorJason A. Donenfeld2018-07-201-1/+1
| | | | | | Harsh's "users" were offended by the dark theme. So, we change the accent to that used by gboard's dark theme, which should be pretty uncontroversial.
* TunnelListFragment: Allocate interpolators outside scroll listenerHarsh Shandilya2018-07-201-2/+5
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* TunnelEditorFragment: fix null pointer dereferenceJason A. Donenfeld2018-07-191-2/+4
|
* QuickTileService: fix null pointer dereferenceJason A. Donenfeld2018-07-191-2/+4
|
* tools: bump versionJason A. Donenfeld2018-07-181-0/+0
|
* Version bumpJason A. Donenfeld2018-07-181-2/+2
|
* TunnelListFragment: setOnScrollListener is old, but we support API 21, so we have to use itJason A. Donenfeld2018-07-181-0/+1
|
* AppListDialogFragment: getArguments is null before onCreateJason A. Donenfeld2018-07-181-1/+8
|
* fab: use auto calculated fling thresholdJason A. Donenfeld2018-07-181-3/+8
|
* fab: add fab sized padding at bottom of recycler viewJason A. Donenfeld2018-07-181-0/+2
| | | | | This way we can keep scrolling when there are exactly the right number of items, so that the toggle switch becomes visible.
* fab: make fab respond to recyclerview scroll eventsHarsh Shandilya2018-07-184-1/+63
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* fab: slide fab up when a snackbar showsHarsh Shandilya2018-07-182-1/+34
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* android: QuickTileService: Do not use slashed icon on Android PHarsh Shandilya2018-07-161-6/+11
| | | | | | | | Android P features circle masked QS tiles which make use of colors to denote STATE_ACTIVE/STATE_INACTIVE rather than a slash across the drawable as seen on Android Oreo. Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* Version bumpJason A. Donenfeld2018-07-161-2/+2
|
* InetAddresses: unwrap reflection exceptionsJason A. Donenfeld2018-07-161-1/+1
|
* android: TunnelListFragment: Annotate parameter to match super methodHarsh Shandilya2018-07-161-1/+2
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* BaseFragment: do not allow tunnel to be nullJason A. Donenfeld2018-07-131-0/+2
|
* config: dns servers can be nullJason A. Donenfeld2018-07-131-1/+1
|
* config: make loadData privateJason A. Donenfeld2018-07-132-2/+2
|
* TunnelEditorFragment: binding might be nullJason A. Donenfeld2018-07-131-0/+2
|
* QuickTileService: show intermediate state when changingJason A. Donenfeld2018-07-131-0/+3
|
* global: Add nullity annotationsEric Kuck2018-07-1348-310/+481
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Version bumpJason A. Donenfeld2018-07-122-3/+5
|
* Address lint issues in TunnelListFragmentHarsh Shandilya2018-07-121-6/+5
| | | | Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* TunnelEditorFragment: add DNSes to allowedIPs when excluding rfc1918Jason A. Donenfeld2018-07-123-18/+93
|
* Clean up warningsJason A. Donenfeld2018-07-113-1/+3
|
* fab: remove asus hackJason A. Donenfeld2018-07-111-3/+0
| | | | Let's hope Eric's changes make this no longer required.
* fab: use support library's renderingEric Kuck2018-07-1119-640/+108
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Version bumpJason A. Donenfeld2018-07-102-2/+2
|
* QuickTileService: automatically slash the tileJason A. Donenfeld2018-07-093-33/+262
|
* BaseFragment: in the event no view is available, use toastJason A. Donenfeld2018-07-091-8/+7
|
* Request VPN permissions on activationEric Kuck2018-07-099-95/+107
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Use instanceOf instead of getClassJason A. Donenfeld2018-07-083-3/+3
|
* Build with different name and ID in debug modeEric Kuck2018-07-083-2/+10
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* gradle: bump build tools versionJason A. Donenfeld2018-07-081-1/+1
|