Andrew

Results 9 issues of Andrew

- Add #ifdef's on ANDROID for AndroidAppender.h and automatically link Android's log library if targeting Android

When building with the Android NDK it automatically adds a -DANDROID definition to {C/CXX}FLAGS and it can be used to nop calls to android_log on non-android targets. Right now I'm...

enhancement

The Android NDK is kind of funky. While it does have std::span, its version header doesn't include the `__cpp_lib_span` feature test macro and compilation fails to resolve gsl in defining...

bug

Add support for map_id parameter to static map request and static map cli app --- Before submitting your PR, there are a few things you can do to make sure...

It looks like the map_id parameter isn't supported. I didn't see any reference to it in the static maps source code. It looks like an easy change to add it...

type: feature request
triage me

In the meantime exclude it when adding Alice as a dependency ``` implementation('com.github.rockaport:alice:0.9.0') { exclude group: 'org.codehaus.groovy', module: 'groovy-all' } ```

With Android using more and more [APEX](https://source.android.com/docs/core/ota/apex) files the mount command can return more data than the default read buffer can handle. Calling `process.waitFor` without reading the buffer first will...

In preparation for submitting a PR for bluetooth support I'd like to refactor the directory structure of sdk components into a single subdirectory. There's a couple of reasons for this....

Fixes #316 and probably #320 Essentially a process input buffer will fill up and block unless it's read causing that thread to hang.