Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-14 | WIP add archs | Mikael Magnusson | |
2020-03-18 | m7n: use ndk 21 | Mikael Magnusson | |
2020-03-14 | tunnel: Add an initial set of unit tests | Harsh Shandilya | |
Includes a control set of broken configuration files that we attempt to parse and verify that the parser fails in a predictable and consistent manner. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-03-12 | tunnel: replace CompletableFuture with GhettoCompletableFuture | Jason A. Donenfeld | |
2020-03-12 | tunnel: we return Optional types so mark retrostreams as api | Jason A. Donenfeld | |
2020-03-10 | tunnel: the external API does not expose java9 | Jason A. Donenfeld | |
2020-03-10 | build: abstract out groupName | Jason A. Donenfeld | |
2020-03-10 | tunnel: upload aar to bintray | Jason A. Donenfeld | |
2020-03-09 | build: apply version to both modules | Jason A. Donenfeld | |
2020-03-09 | global: get rid of nonnull gradle hack | Jason A. Donenfeld | |
Hacking things up via gradle is not right, and package-info.java poses problems with two modules, so instead we just apply it manually to every class. Remember to add this to new classes! | |||
2020-03-09 | ModuleLoader: move to right project | Jason A. Donenfeld | |
2020-03-09 | Use AndroidX Nullable annotation everywhere | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-03-09 | Enable nonnull generation for tunnel module | Harsh Shandilya | |
Also cleanup nonnull.gradle while we're at it Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2020-03-09 | Migrate tunnel related classes to tunnel/ Gradle module | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> |