aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix small errorJason A. Donenfeld2018-10-011-1/+2
* Peer: prefer v4 endpoints to v6Jason A. Donenfeld2018-10-012-33/+79
* global: update copyright headersJason A. Donenfeld2018-09-0663-107/+63
* QuickTileService: Don't use deprecated getDrawable methodHarsh Shandilya2018-08-261-2/+1
* Target SDK 28Harsh Shandilya2018-08-261-4/+1
* FragmentUtils: Make final and prevent instantiationHarsh Shandilya2018-08-261-1/+5
* Supress false-positive DefaultLocale warningsHarsh Shandilya2018-08-262-0/+6
* Extract error messages to string resourcesHarsh Shandilya2018-08-266-15/+35
* MonkeyedSnackbar: removeJason A. Donenfeld2018-08-267-53/+10
* config: fix wrong Peer endpoint string formatZhao Gang2018-08-161-1/+4
* 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-274-1/+6
* Set ACRA install sourceJason A. Donenfeld2018-07-261-8/+15
* TunnelDetailFragment now restores state correctly after process deathEric Kuck2018-07-267-34/+57
* 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-253-0/+155
* config: Remove Locale based string formatHarsh Shandilya2018-07-242-8/+4
* 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
* InetAddresses: unwrap reflection exceptionsJason A. Donenfeld2018-07-161-1/+1