Documenting an issue which was reported to me in factory farming with SDK 2.7.5. The right hand information bar with money, compass and other indicators is no longer displaying in this build.
(left FF demo v1.7 in 2.7.3, right FF demo rebuilt in 2.7.5)
As this content is pre-rendered into a bitmap which is then drawn 90 degrees rotated, I expect the bugfixes in the API with regards to rotation might have caused this side effect.
I can certainly provide fixed builds which work correctly from 2.7.5, but I will hold off a bit from pushing updates here - as this could potentially be affecting a reasonable fraction of the current PD content library. It would be good to know how confident we are that the bugfix will not be reverted due to backwards compatibility issues (cc @dave).
Sorry for the trouble! I've been on a sorely needed vacation since last week, haven't had a chance to look at this yet. I should have added a version check there since it's a behavior change. And we didn't bump the pdxversion tag in 2.7.5 so it's impossible to target that version specifically if we were to add a version check now--we'd only be able to identify builds against the 2.7.2 SDK and before. I guess that's better than nothing, but very little and too late.
Putting the new behaviour behind a check against >= 2.7.2 sounds fine. If there are 2.7.2-2.7.4 builds out there that are still affected by the change then at least the developer should still be active in these cases.