Re: [codenameone-discussions] Re: Android API 28

2019-07-31 Thread Shai Almog
Yes. Versioned builds are limited to the state of the version otherwise it 
just wouldn't work.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/66a1a185-d751-4130-a948-86a7115cd46c%40googlegroups.com.


Re: [codenameone-discussions] Re: Android API 28

2019-07-31 Thread Carlos Verdier
I didn't set any api level, but I had to build for 6.0 version, since I had 
a problem parsing dates, as I told on other thread. 

Maybe that's the reason why I got the warning from Google store when 
submitting my app yesterday. I guess the default for 6.0 is api level 27. 
Am I right?

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/d964d5f4-d28a-44b2-b7cd-bb99091340be%40googlegroups.com.


Re: [codenameone-discussions] Re: Android API 28

2019-07-30 Thread Shai Almog
FYI this isn't necessary. Since the update on the 19th the default was API 
level 28 so all builds that didn't explicitly state the target API version 
used API level 28.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/fe2a4d9a-c741-4465-876a-295a4d7a2c1c%40googlegroups.com.


Re: [codenameone-discussions] Re: Android API 28

2019-07-30 Thread Steve Hannah
That should work now.

On Tue, Jul 30, 2019 at 9:22 AM Carlos Verdier  wrote:

> Hi
>
> Is this ready? Today is the last day we can upload to Google Play with the
> api 27. Is this buiild hint working for Andoid 9 now?
>
> codename1.arg.android.targetSDKVersion=28
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "CodenameOne Discussions" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to codenameone-discussions+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/codenameone-discussions/bfdd94d3-6ae1-40b5-af42-0d21b940f729%40googlegroups.com
> 
> .
>


-- 
Steve Hannah
Software Developer
Codename One
http://www.codenameone.com

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKWEcBkx%3DL0R3D%3DHmoOs2ZH4-6mb5i7rxmJLF%2BjrjZTH9w%40mail.gmail.com.


Re: [codenameone-discussions] Re: Android API 28

2019-07-15 Thread Steve Hannah
I have updated the clipping functionality to comply with the
Replace.Op.REPLACE deprecation.
https://github.com/codenameone/CodenameOne/commit/e0ac23d170909735374bd9c55fb0dd8cc30b50ef

I have tested building and running KitchenSink using codename1.arg.android
.targetSDKVersion=28 on Android Studio's Emulator running Android 9, and it
is working fine.

This will be on the build server in the next update.

Best regards

Steve

On Sat, Jun 29, 2019 at 7:07 AM Steve Hannah 
wrote:

>
> I see the problem. It's a bit tricky. It seems Android killed support for
>> enlarging the clipping area which is a bit insane...
>>
>
> I have some uncommitted code that complies with this clipping limitation.
> I made the changes as part of some experiments to improve performance, but
> I didn't commit them because they didn't cause any performance improvement
> - and the deprecated way still worked as far as I knew.  I'll parse these
> changes out and commit them.
>
> Steve
>


-- 
Steve Hannah
Software Developer
Codename One
http://www.codenameone.com

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKU7t8s06Hb3tFY9CK%3DtvigwHCFeCVmgRWZ4kRD1UC6cQA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [codenameone-discussions] Re: Android API 28

2019-06-29 Thread Steve Hannah
> I see the problem. It's a bit tricky. It seems Android killed support for
> enlarging the clipping area which is a bit insane...
>

I have some uncommitted code that complies with this clipping limitation.
I made the changes as part of some experiments to improve performance, but
I didn't commit them because they didn't cause any performance improvement
- and the deprecated way still worked as far as I knew.  I'll parse these
changes out and commit them.

Steve

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKWXJ0NAqzpmcNRmoJ7x27Hq2pREs5ZQXpQqymJW91re5Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Android API 28

2019-06-29 Thread Thomas
time to switch to a common redering engine like skia for all platforms  ;)

On Saturday, June 29, 2019 at 5:51:45 AM UTC+2, Shai Almog wrote:
>
> Hi,
> I see the problem. It's a bit tricky. It seems Android killed support for 
> enlarging the clipping area which is a bit insane... 
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/0aca6327-2ed0-47b2-a730-0602cc70f388%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Android API 28

2019-06-28 Thread Shai Almog
Hi,
I see the problem. It's a bit tricky. It seems Android killed support for 
enlarging the clipping area which is a bit insane... 

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/1335d4a4-409c-4c7b-a747-2725b7cd6526%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Android API 28

2019-06-28 Thread Kandy Bitxenio
Hi Shai

there are no errors on the console, the app start and close suddenly, if 
you want I can send you the apk or the source code. Send me a private 
contact (ka...@bitxenio.com)

Best Regards

On Friday, June 28, 2019 at 5:24:47 AM UTC+2, Shai Almog wrote:
>
> I dropped the ball on this. I have an issue assigned to me to handle the 
> migration before July and I got distracted.
> We'll do the migration to 28 before July 28th. 
>
> Can you connect your phone to a cable and post the error messages you get 
> under Pie?
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/e11d3327-8bd8-42ef-a307-a253f37af0ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Android API 28

2019-06-27 Thread Shai Almog
I dropped the ball on this. I have an issue assigned to me to handle the 
migration before July and I got distracted.
We'll do the migration to 28 before July 28th. 

Can you connect your phone to a cable and post the error messages you get 
under Pie?

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/4aa18d2c-c624-4a88-b411-44b7c1155f35%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Android API 28

2019-06-27 Thread Carlos Verdier
Thank you , Kandy

I guess we'll have to wait then, because the hint does not entirely solve 
the issue.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/f8b66dfa-bf58-43f2-9bc6-f21a2b53e4e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Android API 28

2019-06-27 Thread Kandy Bitxenio
Hi Carlos

with this hint:

codename1.arg.android.targetSDKVersion=28

the warning on the Play Store disappears, but the App don't work on devices 
with Android 9 (Pie).

I think what in codenameOne must to make changes on the API 28 compiler.

Best Regards Kandy

On Thursday, June 27, 2019 at 1:42:31 PM UTC+2, Carlos Verdier wrote:
>
> Hi
>
> Android is issuing a warning about api level 28 being mandatory in August. 
> Will this be addressed soon? I know you are on summer vacation, that's why 
> I'm asking.
>
> Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/7c9eb9f0-a246-410d-8aff-91c04cd95491%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.