Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-13 | Version bump | Jason A. Donenfeld | |
2019-10-12 | Version bump | Jason A. Donenfeld | |
2019-09-30 | Migrate to Android 10 | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> | |||
2019-09-27 | Update runtime dependencies | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> | |||
2019-09-27 | Add LeakCanary to debug builds | Harsh Shandilya | |
LeakCanary is an advanced memory leak detection library for Android designed by the fine folks at Square. Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> | |||
2019-07-08 | Version bump | Jason A. Donenfeld | |
2019-06-05 | Version bump | Jason A. Donenfeld | |
2019-03-19 | Version bump | Jason A. Donenfeld | |
2019-03-08 | Version bump | Jason A. Donenfeld | |
2019-02-17 | project: bump dependencies | Jason A. Donenfeld | |
2019-02-15 | Version bump | Jason A. Donenfeld | |
2018-12-18 | Bump stream support libraries to latest stable | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> | |||
2018-12-18 | Enable proguard and wire up rules | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> | |||
2018-12-18 | Version bump | Jason A. Donenfeld | |
2018-12-18 | Migrate to AndroidX | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com> | |||
2018-12-11 | Version bump | Jason A. Donenfeld | |
2018-12-08 | Version bump | Jason A. Donenfeld | |
I feel a bit uneasy releasing this, because who knows how much Samuel has tested his model rewrite, but nothing looks obviously horrible, so let's give it a shot. We're still "alpha", after all. | |||
2018-12-08 | Downgrade support library | Jason A. Donenfeld | |
We're not ready for the newer one yet, but we will be soon if all goes well. | |||
2018-12-08 | Remove ACRA | Jason A. Donenfeld | |
This was requested by developers who never wound up using it. It's not really worth keeping around, since the play console gives us most of what we need anyway. | |||
2018-12-08 | Remodel the Model | Samuel Holland | |
- The configuration and crypto model is now entirely independent of Android classes other than Nullable and TextUtils. - Model classes are immutable and use builders that enforce the appropriate optional/required attributes. - The Android config proxies (for Parcelable and databinding) are moved to the Android side of the codebase, and are designed to be safe for two-way databinding. This allows proper observability in TunnelDetailFragment. - Various robustness fixes and documentation updates to helper classes. | |||
2018-11-03 | libwg-go: don't forget to include jni calls | Jason A. Donenfeld | |
2018-11-01 | Bump version so that we have correct submodule hashes | Jason A. Donenfeld | |
2018-10-01 | Fix small error | Jason A. Donenfeld | |
2018-10-01 | Version bump | Jason A. Donenfeld | |
2018-10-01 | Update gradle and external deps | Jason A. Donenfeld | |
2018-08-26 | Version bump | Jason A. Donenfeld | |
2018-08-26 | Target SDK 28 | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-08-26 | Sort dependencies | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <harsh@prjkt.io> | |||
2018-07-29 | Version bump | Jason A. Donenfeld | |
2018-07-29 | Roll back to API 27 for now | Jason A. Donenfeld | |
There's no source available for API 28, which is a pain. But this commit should be reverted whenever source is released. | |||
2018-07-29 | Target API 28 | Jason A. Donenfeld | |
2018-07-28 | Application: refuse to run on old android | Jason A. Donenfeld | |
2018-07-26 | Version bump | Jason A. Donenfeld | |
2018-07-26 | Wire up ACRA | Jason A. Donenfeld | |
2018-07-25 | Version bump | Jason A. Donenfeld | |
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 | |