Re: Android, acceleratedRendering and visual effect

2018-07-21 Thread panagiotis merakos via use-livecode
What Jacque said; Originally you had built the standalone with LC 9.0.1 rc1 (and installed it in the device), so its manifest had targetSDKversion=26. Then you built a new one with LC 9.0.0, so it had its targetSDKversion equal to the minSDKversion, as specified in the standalone settings, and pro

Re: Android, acceleratedRendering and visual effect

2018-07-21 Thread J. Landman Gay via use-livecode
It could be because 9.0.1 sets the target version in the manifest to 26 and 9.0 sets it to the same version as the one you select in the dropdown menu in standalone settings. If you've truly removed the old app completely I wouldn't think it would matter, but apparently Android stores some reco

Re: Android, acceleratedRendering and visual effect

2018-07-21 Thread panagiotis merakos via use-livecode
Ok nice, I know what happened. I will post a detailed msg in a while as I am not in a computer now. Best, Panos On Sat, Jul 21, 2018, 21:05 Dan Friedman wrote: > Odd… I uninstalled the app from the Android phone and re-installed it. > Now it installed. Go figure. > > -Dan > > > On 7/21/18, 1

Re: Android, acceleratedRendering and visual effect

2018-07-21 Thread Dan Friedman via use-livecode
Odd… I uninstalled the app from the Android phone and re-installed it. Now it installed. Go figure. -Dan On 7/21/18, 12:53 PM, "use-livecode on behalf of panagiotis merakos via use-livecode" wrote: Can you try setting the app identifier in the standalone settings to something uni

Re: Android, acceleratedRendering and visual effect

2018-07-21 Thread panagiotis merakos via use-livecode
Can you try setting the app identifier in the standalone settings to something unique that definitely is not already installed in the device? Is it possible that you have installed an app with the same identifier (com.yourcompany.yourapp) in the device, which was built with 9.0.1 rc1? On Sat, Jul

Re: Android, acceleratedRendering and visual effect

2018-07-21 Thread panagiotis merakos via use-livecode
Hello Dan, What is the version of Android the device is running? I am wondering if you get this error because of the value of the targetSdkVersion set in the manifest. Best, Panos On Sat, Jul 21, 2018, 20:32 Ray via use-livecode < use-livecode@lists.runrev.com> wrote: > Are you having this prob

Re: Android, acceleratedRendering and visual effect

2018-07-21 Thread Ray via use-livecode
Are you having this problem only on other users' Macs?  If so then you've run into the same Apple induced problem I posted about a month ago.  It only happens when you distribute to others using MacOS 10.12 or higher. On 7/21/2018 2:29 PM, Dan Friedman via use-livecode wrote: So, I tried to

Re: Android, acceleratedRendering and visual effect

2018-07-21 Thread Dan Friedman via use-livecode
So, I tried to revert back to 9.0.0 because my client is pretty pissed that we’ve missed our deadline. Unfortunately, when I save as standalone in 9.0.0, and try to install it on a device, the device reports that “the package appears to be corrupt”. I tried changing the build number (as Jacque

Re: Android, acceleratedRendering and visual effect

2018-07-20 Thread Dan Friedman via use-livecode
Monte, Thanks! I have a client waiting… should I revert back to 9.0.0? Or is there a 9.0.1 rc2 coming SOON? -Dan On 7/19/18, 5:17 PM, "use-livecode on behalf of Monte Goulding via use-livecode" wrote: Hi Dan A little update. The bug report is here: https://qua

Re: Android, acceleratedRendering and visual effect

2018-07-19 Thread Monte Goulding via use-livecode
Hi Dan A little update. The bug report is here: https://quality.livecode.com/show_bug.cgi?id=21434 The PR for the fix is here: https://github.com/livecode/livecode/pull/6610 Cheers Monte

Re: Android, acceleratedRendering and visual effect

2018-07-19 Thread Monte Goulding via use-livecode
Hi Dan This looks like a regression from the large number of acceleratedRendering related patches that went into 9.0.1 rc 1. I am looking into it as it will be a blocker for 9.0.1-rc-2. Cheers Monte > On 20 Jul 2018, at 4:13 am, Dan Friedman via use-livecode > wrote: > > Hello! > > Using

Android, acceleratedRendering and visual effect

2018-07-19 Thread Dan Friedman via use-livecode
Hello! Using LC 9.0.1 (rc1), on android only, if I have acceleratedRendering on, the effect is not applied when doing this: lock screen for visual effect //do something unlock screen with visual effect wipe left //any effect fails However, if acceleratedRendering is off, the visual effect is a