aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/android (follow)
Commit message (Expand)AuthorAgeFilesLines
* FloatingActionsMenu: don't wrap context on asus api 21Jason A. Donenfeld2018-07-301-2/+6
* Show different color for multiselectionJason A. Donenfeld2018-07-302-20/+66
* MonkeyedSnackbar: fix typosJason A. Donenfeld2018-07-291-3/+6
* MonkeyedSnackbar: work around Harsh's broken phoneJason A. Donenfeld2018-07-297-10/+50
* FloatingActionButtonBehavior: animate transitionsJason A. Donenfeld2018-07-291-4/+32
* Roll back to API 27 for nowJason A. Donenfeld2018-07-291-1/+4
* Target API 28Jason A. Donenfeld2018-07-292-11/+11
* TunnelListFragment: show selected tunnelJason A. Donenfeld2018-07-291-5/+34
* TunnelListFragment: fix multiselection on rotationJason A. Donenfeld2018-07-291-1/+25
* FloatingActionButonBehavior: set translation back to 0 when snackbar diesJason A. Donenfeld2018-07-291-0/+7
* MainActivity: Fix fragment selection logicSamuel Holland2018-07-282-107/+65
* Application: refuse to run on old androidJason A. Donenfeld2018-07-281-0/+12
* QuickTileService: fix bug the wrong wayJason A. Donenfeld2018-07-281-0/+14
* config: show more informative error message on wrong keyJason A. Donenfeld2018-07-271-1/+1
* Set ACRA install sourceJason A. Donenfeld2018-07-261-8/+15
* TunnelDetailFragment now restores state correctly after process deathEric Kuck2018-07-265-34/+49
* Application: use proper completablefuture for backendJason A. Donenfeld2018-07-265-52/+24
* Wire up ACRAJason A. Donenfeld2018-07-261-0/+66
* FloatingActionBehaviour: Adjust constructorsHarsh Shandilya2018-07-261-2/+3
* ThemeChangeAwareActivity: reintroduce cache busterJason A. Donenfeld2018-07-251-0/+37
* MainActivity: attempt to fix commit state exceptionsJason A. Donenfeld2018-07-251-1/+1
* TunnelEditorFragment: plug memory leak on listenersJason A. Donenfeld2018-07-251-0/+14
* qrcode: minor adjustmentsJason A. Donenfeld2018-07-252-5/+5
* Added QR code scanner as tunnel import methodEric Kuck2018-07-252-0/+150
* tools: pass in debug package nameJason A. Donenfeld2018-07-241-2/+3
* FloatingActionsMenuRecyclerViewScrollListener: add final modifiersJason A. Donenfeld2018-07-221-1/+1
* treewide: Optimize importsHarsh Shandilya2018-07-224-10/+0
* fab: move in direct ratio to scrollJason A. Donenfeld2018-07-205-67/+52
* fab: make icons always whiteJason A. Donenfeld2018-07-202-34/+1
* TunnelListFragment: Allocate interpolators outside scroll listenerHarsh Shandilya2018-07-201-2/+5
* TunnelEditorFragment: fix null pointer dereferenceJason A. Donenfeld2018-07-191-2/+4
* QuickTileService: fix null pointer dereferenceJason A. Donenfeld2018-07-191-2/+4
* 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: make fab respond to recyclerview scroll eventsHarsh Shandilya2018-07-182-0/+58
* fab: slide fab up when a snackbar showsHarsh Shandilya2018-07-181-0/+32
* android: QuickTileService: Do not use slashed icon on Android PHarsh Shandilya2018-07-161-6/+11
* android: TunnelListFragment: Annotate parameter to match super methodHarsh Shandilya2018-07-161-1/+2
* BaseFragment: do not allow tunnel to be nullJason A. Donenfeld2018-07-131-0/+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-1336-245/+280
* Address lint issues in TunnelListFragmentHarsh Shandilya2018-07-121-6/+5
* TunnelEditorFragment: add DNSes to allowedIPs when excluding rfc1918Jason A. Donenfeld2018-07-121-0/+45
* Clean up warningsJason A. Donenfeld2018-07-113-1/+3
* fab: remove asus hackJason A. Donenfeld2018-07-111-3/+0
* fab: use support library's renderingEric Kuck2018-07-116-600/+86
* QuickTileService: automatically slash the tileJason A. Donenfeld2018-07-092-4/+262
* BaseFragment: in the event no view is available, use toastJason A. Donenfeld2018-07-091-8/+7