aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/android/Application.java (unfollow)
Commit message (Collapse)AuthorFilesLines
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