[codenameone-discussions] Re: http on IOS

2016-06-20 Thread Shai Almog
We walked this back because of some regressions: 
https://www.codenameone.com/blog/ios-migration-setback.html
This policy is enforced by Apple, however for compatibility with legacy 
Apple is only enforcing it for apps built with a newer version of xcode. 

Knowing Apple this version of xcode will soon be required and they will no 
longer accept xcode 5.x submissions to the appstore effectively making this 
requirement mandatory.

-- 
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/ac9e2acd-4408-4f53-bf0c-c7fb03e21cb0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Airwatch App wrapping

2016-06-20 Thread Shai Almog
Our new xcode build servers use 6.0 so they should work. You can follow our 
process of migrating to them in the blog.

To use them use the iphone_new target as explained here:
https://www.codenameone.com/blog/ios-server-migration-plan.html
https://www.codenameone.com/blog/ios-migration-continued.html

But follow the blog closely as we made an attempt to migrate and decided to 
revert it back after one day:
https://www.codenameone.com/blog/ios-migration-setback.html

-- 
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/4fc3b2b2-adda-4b6e-bb0e-1eea489268ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: new GUI Builder error creating new form

2016-06-20 Thread Shai Almog
Can you provide a link to the stack overflow question so I have context?
Make sure Java 8 is first in your system path. This is required for Eclipse.

-- 
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/f24d0a6b-477b-4e91-9b67-0b01cae5dc17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Cannot install new build on older Android device

2016-06-20 Thread Shai Almog
We have a fix for that build error which will be a part of the next update. 

Notice that with the new Google play support you can include only location 
support without including the ads support which is exactly why we 
deprecated the global sweeping build switch.

See https://www.codenameone.com/manual/advanced-topics.html specifically 
android.playService.location=true should probably work best for your case 
with the gradle build.

-- 
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/0ff9d6bd-722b-43f8-b096-c6fe736ccb9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: an IOS platform issue with images

2016-06-20 Thread Shai Almog
If you have something specific in mind you can submit a pull request with 
the javadoc changes you think are appropriate for this.

-- 
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/dcdc6c4e-df61-4d46-8f9f-d9ca789c9e8d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] http on IOS

2016-06-20 Thread Dave Dyer

I'm seeing the new "apple will disable HTTP" message in the simulator, and 
your warning is correctly
reporting the http requests I make.   

According to the cited blog post, 
https://www.codenameone.com/blog/ios-http-urls.html

my builds should no longer work.  But they do (at least IOS debug builds 
work).

So did the migration not happen, or did you decide to include the override 
by default,
or some other explanation?

Also, just curious, what has this to do with new build servers? Is this 
policy being enforced
by xcode rather than IOS?



-- 
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/bfdce3ed-eb2f-4bcb-a2b4-62fc541f1fd5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] new GUI Builder error creating new form

2016-06-20 Thread howudodat1
This was posted on StackOverflow with no working answer so I thought I'd 
try here:
Create a  new project: Hello World (Bare Bones)
add new: Gui Builder, form, hit finish
error: Unresolved compilation problem: '<>' operator is not allowed for 
source level below 1.7

java version is oracle's 1.8.0_91
eclipse.ini includes: -Dosgi.requiredJavaVersion=1.8
build.xml has all source and target lines set to 1.8  (they were that way 
already)
CodenameOne build hints java.version is set to 8 (it was that way already)

CodenameOne 3.4
IDE: Eclipse Mars
Desktop OS: Ubunut 16.04
Simulator : none yet
Device: none yet

-- 
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/ea9d27e6-ffcb-4370-af58-7e5fb17ca04d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Keyboard doing strange things to screen (Android)

2016-06-20 Thread Gareth Murfin
OK forget that, im going mad now i think it was a false alarm. Not to 
be confused with the screen flash when keyboard goes away. 

On Monday, June 20, 2016 at 11:38:02 PM UTC+8, Gareth Murfin wrote:
>
> Ok not false alarm still happening, ARGH... but i cant see it on any 
> device of my own.
>
> On Monday, June 20, 2016 at 11:37:18 PM UTC+8, Gareth Murfin wrote:
>>
>> False alarm, it was a stray textarea, turned off the focusing and not 
>> happening now.
>>
>>
>> On Monday, June 20, 2016 at 10:53:07 PM UTC+8, Gareth Murfin wrote:
>>>
>>> Client is getting some odd stuff where the screen doubles up or is 
>>> black, where keyboard would normally be:
>>>
>>>
>>>
>>> https://www.dropbox.com/s/x1tkqee21iwpbw7/f78b271a-04b2-433a-9d95-6719149fba6a.png?dl=0
>>>
>>> and 
>>>
>>>
>>> https://www.dropbox.com/s/y6jd5rrx725e3ve/c5d592ec-ee23-41b4-806c-f35f73ed90fb.png?dl=0
>>>
>>> As well as my forms now flicker the first time the keyboard is 
>>> dismissed. Has the keyboard resizing/painting been adjusted some how ? 
>>>
>>> I cant recreate these on my device but I did see them once.
>>>
>>

-- 
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/4c52b742-29eb-476b-a9d6-8346ca99a287%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Keyboard doing strange things to screen (Android)

2016-06-20 Thread Gareth Murfin
Ok not false alarm still happening, ARGH... but i cant see it on any device 
of my own.

On Monday, June 20, 2016 at 11:37:18 PM UTC+8, Gareth Murfin wrote:
>
> False alarm, it was a stray textarea, turned off the focusing and not 
> happening now.
>
>
> On Monday, June 20, 2016 at 10:53:07 PM UTC+8, Gareth Murfin wrote:
>>
>> Client is getting some odd stuff where the screen doubles up or is black, 
>> where keyboard would normally be:
>>
>>
>>
>> https://www.dropbox.com/s/x1tkqee21iwpbw7/f78b271a-04b2-433a-9d95-6719149fba6a.png?dl=0
>>
>> and 
>>
>>
>> https://www.dropbox.com/s/y6jd5rrx725e3ve/c5d592ec-ee23-41b4-806c-f35f73ed90fb.png?dl=0
>>
>> As well as my forms now flicker the first time the keyboard is dismissed. 
>> Has the keyboard resizing/painting been adjusted some how ? 
>>
>> I cant recreate these on my device but I did see them once.
>>
>

-- 
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/411bd697-04c9-4a7a-ab70-a305e2d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Keyboard doing strange things to screen (Android)

2016-06-20 Thread Gareth Murfin
False alarm, it was a stray textarea, turned off the focusing and not 
happening now.


On Monday, June 20, 2016 at 10:53:07 PM UTC+8, Gareth Murfin wrote:
>
> Client is getting some odd stuff where the screen doubles up or is black, 
> where keyboard would normally be:
>
>
>
> https://www.dropbox.com/s/x1tkqee21iwpbw7/f78b271a-04b2-433a-9d95-6719149fba6a.png?dl=0
>
> and 
>
>
> https://www.dropbox.com/s/y6jd5rrx725e3ve/c5d592ec-ee23-41b4-806c-f35f73ed90fb.png?dl=0
>
> As well as my forms now flicker the first time the keyboard is dismissed. 
> Has the keyboard resizing/painting been adjusted some how ? 
>
> I cant recreate these on my device but I did see them once.
>

-- 
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/08b2436e-6141-44cb-81aa-a583f4bb3888%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Keyboard doing strange things to screen (Android)

2016-06-20 Thread Gareth Murfin
Client is getting some odd stuff where the screen doubles up or is black, 
where keyboard would normally be:


https://www.dropbox.com/s/x1tkqee21iwpbw7/f78b271a-04b2-433a-9d95-6719149fba6a.png?dl=0

and 

https://www.dropbox.com/s/y6jd5rrx725e3ve/c5d592ec-ee23-41b4-806c-f35f73ed90fb.png?dl=0

As well as my forms now flicker the first time the keyboard is dismissed. 
Has the keyboard resizing/painting been adjusted some how ? 

I cant recreate these on my device but I did see them once.

-- 
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/e07e654b-8c36-43f0-bc66-ab060aeb808a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Cannot install new build on older Android device

2016-06-20 Thread mcw
Another suggestion in the referenced article was to build with android 
gradle=false but that generated a build error.

I built with android.grade=false and android.includeGPlayServices=false

-compile:
[javac] Compiling 536 source files to 
/tmp/build7034578418479870721xxx/AWMain/bin/classes
[javac] 
/tmp/build7034578418479870721xxx/AWMain/src/com/codename1/location/CodenameOneBackgroundLocationActivity.java:41:
 error: cannot find symbol
[javac] 
l.locationUpdated(AndroidLocationPlayServiceManager.convert(location));
[javac]   ^
[javac]   symbol:   variable AndroidLocationPlayServiceManager
[javac]   location: class CodenameOneBackgroundLocationActivity
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error

BUILD FAILED
/home/ec2-user/android-sdk/tools/ant/build.xml:716: The following error 
occurred while executing this line:
/home/ec2-user/android-sdk/tools/ant/build.xml:730: Compile failed; see the 
compiler error output for details.



On Sunday, June 19, 2016 at 8:40:32 PM UTC-7, Shai Almog wrote:
>
> Google effectively dropped support for these phones with Google play and 
> gradle. There are workarounds I highlighted here: 
> http://stackoverflow.com/a/34281264/756809
>

-- 
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/07161e2e-277b-4497-b286-2db20db3e454%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Cannot install new build on older Android device

2016-06-20 Thread mcw
The referenced article says:

We transitioned the Google Play Services support to be on by default as 
that is the common use case and makes API's like the location API far more 
usable.
As a result 2.3.1 became the minimum OS version as imposed by Google. 

This device is running 2.3.5 so it should be supported.

Also the original poster said using a min sdk version of 7 got the build to 
install. That did not work for me.

I am already excluding Google Play from the build because of an earlier 
issue

This situation does seem different.

On Sunday, June 19, 2016 at 8:40:32 PM UTC-7, Shai Almog wrote:
>
> Google effectively dropped support for these phones with Google play and 
> gradle. There are workarounds I highlighted here: 
> http://stackoverflow.com/a/34281264/756809
>

-- 
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/26ac2f31-ba2d-4321-8754-855186377c0f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.