Mark Raynsford

Results 79 comments of Mark Raynsford

The latest changes added metadata in a similar manner to https://github.com/readium/readium-shared-js/pull/207. Importantly, the extra changes also add support for deploying the `x86` binary.

Android Studio will nag you to switch to Gradle, as that's the train wreck Google are currently recommending, but it should use the existing setup without modification. Any packages produced...

I haven't tried it.

A workaround here is to delay the creation of the navigator in the `onStart` method by scheduling the creation to run on the UI thread at a slightly later date....

To be clear: This seems to be caused by the BottomNavigator eagerly instantiating and adding Fragments when the Fragment containing it is in the middle of being added. Delaying it...

I realize that I could copy the `.checkstyle` file everywhere with a shell script, but that still means that there are 638 locations stating the same thing.

I haven't seen that before, no. I'll take a look at it. Thanks!

> Are you manually typing these in or something? Nope, copied and pasted from the reports. http://ataxia.io7m.com/2017/02/13/testresults/

Yep, there's no technical reason for not adding `multiple-bundles`, I just sort of assumed that `_single-bundle` would be the one that everyone used. I think I would add a second...

Updating the version of the `pom.xml` file can be achieved with: `$ mvn versions:set -DnewVersion=0.21.0`.