Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-25 | Added QR code scanner as tunnel import method | Eric Kuck | |
2018-07-24 | tools: pass in debug package name | Jason A. Donenfeld | |
2018-07-20 | Version bump | Jason A. Donenfeld | |
2018-07-18 | Version bump | Jason A. Donenfeld | |
2018-07-16 | Version bump | Jason A. Donenfeld | |
2018-07-13 | global: Add nullity annotations | Eric Kuck | |
Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | |||
2018-07-12 | Version bump | Jason A. Donenfeld | |
2018-07-10 | Version bump | Jason A. Donenfeld | |
2018-07-08 | Build with different name and ID in debug mode | Eric Kuck | |
Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | |||
2018-07-08 | gradle: bump build tools version | Jason A. Donenfeld | |
2018-07-06 | Another bump for misbuild | Jason A. Donenfeld | |
2018-07-06 | Version bump | Jason A. Donenfeld | |
2018-06-25 | Version bump | Jason A. Donenfeld | |
2018-06-23 | gradle: Style | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-06-19 | app: Regularly scheduled gradle updates | Samuel Holland | |
2018-06-17 | Version bump for clat fix | Jason A. Donenfeld | |
2018-06-14 | Version bump | Jason A. Donenfeld | |
2018-06-12 | Version bump | Jason A. Donenfeld | |
2018-06-07 | Version bump | Jason A. Donenfeld | |
2018-06-07 | Give Samuel heart attack by removing Dagger | Jason A. Donenfeld | |
2018-06-05 | build: Allow building release artifacts in-tree | Harsh Shandilya | |
This change avoids all need for changing any file under VCS to insert signing keys and configs for release builds. Example contents of keystore.properties ``` // Location of keystore, relative to module build.gradle, // in this case, of the app module storeFile=../wireguard.jks storePassword=b3ty0uc4nth4xxth1s keyAlias=wireguard keyPassword=4ndr01dsux ``` Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-06-05 | Version bump | Jason A. Donenfeld | |
2018-06-04 | Bump version | Jason A. Donenfeld | |
2018-06-04 | app: disable proguard | Jason A. Donenfeld | |
It's mostly a hindrance to debugging. | |||
2018-06-01 | Version bump | Jason A. Donenfeld | |
2018-05-29 | Version bump | Jason A. Donenfeld | |
2018-05-29 | FloatingActionButton: import cleaned up getbase code | Jason A. Donenfeld | |
2018-05-27 | Version bump | Jason A. Donenfeld | |
2018-05-26 | Version bump | Jason A. Donenfeld | |
2018-05-24 | Version bump | Jason A. Donenfeld | |
2018-05-23 | Version bump | Jason A. Donenfeld | |
2018-05-21 | Fix hang and version bump | Jason A. Donenfeld | |
2018-05-21 | Version bump | Jason A. Donenfeld | |
2018-05-15 | libwg-go: more fixes | Jason A. Donenfeld | |
2018-05-15 | build: version bump | Jason A. Donenfeld | |
2018-05-10 | build: another bump for mistake | Jason A. Donenfeld | |
2018-05-10 | build: version bump and fix disaster | Jason A. Donenfeld | |
2018-05-09 | build: version bump | Jason A. Donenfeld | |
2018-05-03 | ui: Use a proper CardView based layout | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-04-30 | Version bump | Jason A. Donenfeld | |
2018-04-30 | app: Sort dependencies | Samuel Holland | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||
2018-04-30 | proguard: enable | Jason A. Donenfeld | |
2018-04-30 | Preferences: use v14 material style | Jason A. Donenfeld | |
2018-04-30 | wg: Break out crossport dependency | Harsh Shandilya | |
Replace all crossport uses with upstream design support library components. Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-04-30 | wg-build: Upgrade databinding library to 3.1.2 | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-04-30 | Prefer AppCompat classes | Harsh Shandilya | |
AppCompat is the preferred way to go for any app targetting a wider range of SDKs. Replace all activities and fragments with their AppCompat variants and fixup method calls to use support variants. Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-04-30 | wireguard: Extract dependency versions to ext struct | Harsh Shandilya | |
Maintain common versions in a single place Also upgraded the support library to 27.1.1 and databinding library to 3.1.1. Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-04-28 | Version bump | Jason A. Donenfeld | |
2018-04-23 | Version bump | Jason A. Donenfeld | |
2018-04-19 | Version bump | Jason A. Donenfeld | |
Due to https://github.com/golang/go/issues/24950 |