aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-30Style: use attrs from appcompat rather than from frameworksJason A. Donenfeld3-5/+5
This isn't possible for colorForeground, colorBackground, textAppearanceMedium, but at least it's useful for some things here.
2018-07-30FloatingActionsMenu: don't wrap context on asus api 21Jason A. Donenfeld1-2/+6
Works around frameworks bug.
2018-07-30Show different color for multiselectionJason A. Donenfeld5-27/+80
2018-07-30Replace hard-coded colors with theme colorsJason A. Donenfeld6-23/+17
2018-07-30Remove placeholder color and directly use alphaHarsh Shandilya3-7/+1
Why wasn't this done like this in the first place? Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-07-29MonkeyedSnackbar: fix typosJason A. Donenfeld1-3/+6
2018-07-29Version bumpJason A. Donenfeld1-2/+2
2018-07-29ConfigNamingDialog: use name input filterJason A. Donenfeld1-2/+9
2018-07-29MonkeyedSnackbar: work around Harsh's broken phoneJason A. Donenfeld7-10/+50
I think I'd probably like to revert this, since presumably there's a good reason in the first place why the support lib disables animations when accessibility services are turned on?
2018-07-29MSF: make it more obvious what needs to be doneJason A. Donenfeld2-4/+9
2018-07-29FloatingActionButtonBehavior: animate transitionsJason A. Donenfeld1-4/+32
2018-07-29Roll back to API 27 for nowJason A. Donenfeld2-3/+6
There's no source available for API 28, which is a pain. But this commit should be reverted whenever source is released.
2018-07-29Target API 28Jason A. Donenfeld3-13/+13
2018-07-29TunnelListFragment: show selected tunnelJason A. Donenfeld1-5/+34
2018-07-29TunnelListFragment: fix multiselection on rotationJason A. Donenfeld1-1/+25
2018-07-29FloatingActionButonBehavior: set translation back to 0 when snackbar diesJason A. Donenfeld1-0/+7
2018-07-29MainActivity: only show two column on tabletsJason A. Donenfeld1-0/+0
2018-07-28MainActivity: Fix fragment selection logicSamuel Holland4-109/+104
Signed-off-by: Samuel Holland <samuel@sholland.org>
2018-07-28Application: refuse to run on old androidJason A. Donenfeld2-0/+13
2018-07-28QuickTileService: fix bug the wrong wayJason A. Donenfeld1-0/+14
2018-07-27config: show more informative error message on wrong keyJason A. Donenfeld4-1/+6
2018-07-26Set ACRA install sourceJason A. Donenfeld1-8/+15
2018-07-26Version bumpJason A. Donenfeld1-2/+2
2018-07-26TunnelDetailFragment now restores state correctly after process deathEric Kuck7-34/+57
2018-07-26Application: use proper completablefuture for backendJason A. Donenfeld5-52/+24
2018-07-26Wire up ACRAJason A. Donenfeld2-0/+69
2018-07-26FloatingActionBehaviour: Adjust constructorsHarsh Shandilya1-2/+3
Get these in line with the parent class Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-07-25ThemeChangeAwareActivity: reintroduce cache busterJason A. Donenfeld1-0/+37
This is still needed by certain icons, like the trash icon in the peer editor.
2018-07-25Version bumpJason A. Donenfeld1-2/+2
2018-07-25MainActivity: attempt to fix commit state exceptionsJason A. Donenfeld1-1/+1
This is an attempt to fix: java.lang.IllegalStateException: at android.support.v4.app.FragmentManagerImpl.checkStateLoss (FragmentManager.java:2053) at android.support.v4.app.FragmentManagerImpl.enqueueAction (FragmentManager.java:2079) at android.support.v4.app.BackStackRecord.commitInternal (BackStackRecord.java:678) at android.support.v4.app.BackStackRecord.commit (BackStackRecord.java:632) at com.wireguard.android.activity.MainActivity.moveToState (MainActivity.java:58) at com.wireguard.android.activity.MainActivity.onSelectedTunnelChanged (MainActivity.java:157) at com.wireguard.android.activity.BaseActivity.setSelectedTunnel (BaseActivity.java:75) at com.wireguard.android.fragment.BaseFragment.setSelectedTunnel (BaseFragment.java:82) at com.wireguard.android.fragment.TunnelListFragment.lambda$null$4$TunnelListFragment (TunnelListFragment.java:307) at com.wireguard.android.fragment.TunnelListFragment$$Lambda$4.onClick (Unknown Source:6) at android.view.View.performClick (View.java:6274) at android.view.View$PerformClick.run (View.java:24729) at android.os.Handler.handleCallback (Handler.java:789) at android.os.Handler.dispatchMessage (Handler.java:98) at android.os.Looper.loop (Looper.java:169) at android.app.ActivityThread.main (ActivityThread.java:6595) at java.lang.reflect.Method.invoke (Native Method) at com.android.internal.os.Zygote$MethodAndArgsCaller.run (Zygote.java:240) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:767) But this is probably the wrong way to fix it and instead moveToState needs to be reimagined.
2018-07-25style: coloring the navbar looks a bit strange when rotatedJason A. Donenfeld1-9/+0
2018-07-25TunnelEditorFragment: plug memory leak on listenersJason A. Donenfeld1-0/+14
Apparently these don't get GC'd unless they're removed explicitly, because there's a global singleton registry of them. So, introduce a little registry of our own. Reported-by: Samuel Holland <samuel@sholland.org>
2018-07-25qrcode: minor adjustmentsJason A. Donenfeld4-16/+18
2018-07-25Added QR code scanner as tunnel import methodEric Kuck9-21/+231
2018-07-24tools: Bump wireguard submoduleHarsh Shandilya1-0/+0
This force pushing is going to be the death of me Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-07-24tools: support ancient NDKsJason A. Donenfeld4-4/+97
2018-07-24tools: let wg(8) play with userspace implementationJason A. Donenfeld4-10/+41
2018-07-24config: Remove Locale based string formatHarsh Shandilya2-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>
2018-07-24tools: pass in debug package nameJason A. Donenfeld4-4/+15
2018-07-23Make placeholder prettyJason A. Donenfeld4-6/+22
2018-07-22Show help text when no tunnels are importedHarsh Shandilya2-0/+15
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-07-22FloatingActionsMenuRecyclerViewScrollListener: add final modifiersJason A. Donenfeld1-1/+1
2018-07-22RTL layout fixesHarsh Shandilya5-4/+7
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-07-22treewide: Optimize importsHarsh Shandilya4-10/+0
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-07-20fab: move in direct ratio to scrollJason A. Donenfeld6-68/+53
2018-07-20Version bumpJason A. Donenfeld1-2/+2