Solving Android Crosswalk WebView black flashing with Cordova

Sections of our GroupAhead apps are pure native, and others are hybrid. When switching between these screens, there was an irritating black flash appearing after upgrading from Crosswalk 14 to Crosswalk 21. It was happening in the Crosswalk WebView when setting:

as well as

After debugging in Android Studio, it appears that there’s a confg.xml parameter that …

TeamCity JSON API

If you’re trying to interface with a TeamCity installation via JSON, there’s scant examples of how to form your requests. The (limited) documentation available works exclusively in XML. I got stuck while trying to trigger a build with a custom property. I was able to add a new build to the queue with a JSON …