[codenameone-discussions] Re: 50 mb limit

2019-07-11 Thread Shai Almog
The 50mb policy isn't likely to change. The server based restrictions aren't enough. They only apply after we wasted a HUGE amount of server resources. This limit applies even to enterprise accounts. -- You received this message because you are subscribed to the Google Groups "CodenameOne Disc

[codenameone-discussions] Re: 50 mb limit

2019-07-12 Thread Shai Almog
We don't support that use case. You can stream a video via HTTPS pretty easily and also download it dynamically after the app install. This is MUCH better as it keeps you're app small and allows you to update the video separately. Shipping resources within the app has a lot of drawbacks. -- Yo

[codenameone-discussions] Re: Android adaptive icons

2019-07-13 Thread Shai Almog
We don't support them at this time. You could use include source and build the app manually in Android Studio as a workaround but that's a bit of an effort. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this gr

[codenameone-discussions] Re: SimpleDateFormat is nor working for Android anymore

2019-07-16 Thread Shai Almog
Hi, this was fixed back then but going over the code there might be one place I missed. I fixed that and it should be within the Friday update. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop r

[codenameone-discussions] Re: Commented out location manager map

2019-07-17 Thread Shai Almog
I don't see a way to restrict billing for a specific key. Only for the entire account which unfortunately we can't do as we made the mistake of using google services. If you can generate a key for that you can easily submit a PR to replace the commented out code. -- You received this message

[codenameone-discussions] Re: Installation QR code Missing from distribution page

2019-07-17 Thread Shai Almog
That UI is deprecated. You should use the new app/web app linked at the top which is better. The QR code was generated by Google who abruptly killed support for that a few months ago. So we switched providers but it's not as reliable. Right now it's working. -- You received this message becau

[codenameone-discussions] Re: Commented out location manager map

2019-07-18 Thread Shai Almog
I tried looking at that but the interface is just misleading enough to give me pause. As a person who already lost thousands of dollars due to Google Cloud over billing with no help from those a*holes I'm unwilling to risk it. If you think it's simple create a key and submit it. It can't be res

[codenameone-discussions] Re: Installation QR code Missing from distribution page

2019-07-18 Thread Shai Almog
You can press cancel. We plan to push an update that would resolve that but are waiting to finish some features to do that. -- 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

[codenameone-discussions] Re: Rewarded Admob ads

2019-07-20 Thread Shai Almog
Hi, I don't have experience with that. I'm aware that a past customer used a native interface to implement something like that. You can also change the code of the admob implementation to support this instead of starting from scratch then submit a pull request to add that feature. -- You rece

[codenameone-discussions] Re: Emulator crashing constantly when using Location manager

2019-07-24 Thread Shai Almog
Hi, there's a regression there due to the removal of the maps feature. We'll try to push out a fix later today instead of the typical Friday update. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and s

[codenameone-discussions] Re: Unexpected Null pointer exception on my legacy code

2019-07-24 Thread Shai Almog
Hi, are the project libraries up to date? Try following the instructions here to make sure you aren't using out of date jars: https://www.codenameone.com/blog/tip-fix-issue-missing-builds.html -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions

[codenameone-discussions] Re: Loading and Interaction of a Map from Web Service

2019-07-25 Thread Shai Almog
Hi, while the network request happens off the EDT the rest of this code is blocking. Try replacing getAsJsonMap with fetchAsJsonMap which would be a bit faster. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from thi

[codenameone-discussions] Re: Loading and Interaction of a Map from Web Service

2019-07-26 Thread Shai Almog
Hi, you can use fetchAsPropertyList() which automatically fills up the business objects for you. -- 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 code

[codenameone-discussions] Re: Unexpected Null pointer exception on my legacy code

2019-07-28 Thread Shai Almog
Are the lines in the stack trace the same? What's the size of JavaSE.jar in your project? It should be 21,012,387. -- 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

[codenameone-discussions] Re: I'm trying to use Bar Code scanner in my application for Global bar codes it reads them correctly but for the local ones in our company it reads them wrongly

2019-07-29 Thread Shai Almog
Under which OS? If under Android which app do you launch to perform the actual scan? Did you try the little monkey extension to the barcode scanner? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and st

[codenameone-discussions] Re: Unexpected Null pointer exception on my legacy code

2019-07-29 Thread Shai Almog
That doesn't make much sense, that line in Display is: return impl.getProperty(key, defaultValue); Which means impl is null. That's the implementation of Codename One which is initialized before init(Object) is invoked. Since you invoke this from start() it should be well after init(Obje

Re: [codenameone-discussions] Re: Unexpected Null pointer exception on my legacy code

2019-07-30 Thread Shai Almog
You can try to create an isolated test case to reproduce it and file an issue in the issue tracker. Just create a blank project and start adding things in from your existing project to reproduce it. I'm guessing this won't happen because the issue is in the project itself. So try the reverse, cop

[codenameone-discussions] Re: SimpleDateFormat is nor working for Android anymore

2019-07-30 Thread Shai Almog
That's a different issue. Odd that it would only happen on Android. We have a fix for it and it will be a part of the coming update this Friday. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop

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

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 codena

[codenameone-discussions] Re: How to use JNI in cn1?

2019-07-31 Thread Shai Almog
See https://www.codenameone.com/manual/advanced-topics.html You need to package the native lib as an AAR file. You can use the C portions in iOS without the JNI stuff. You can just call it from the native interface. -- You received this message because you are subscribed to the Google Groups "

[codenameone-discussions] Re: Bluetooth encryption

2019-07-31 Thread Shai Almog
That's a question about the bluetooth protocol. There's plenty of material related to that on the internet e.g.: https://medium.com/rtone-iot-security/deep-dive-into-bluetooth-le-security-d2301d640bfc -- You received this message because you are subscribed to the Google Groups "CodenameOne Dis

[codenameone-discussions] Re: App Not Working in Android - Bypass https

2019-08-02 Thread Shai Almog
Hi, in the build hints. Open Codename One Settings and then build hints. -- 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+unsub

Re: [codenameone-discussions] Re: Unexpected Null pointer exception on my legacy code

2019-08-02 Thread Shai Almog
This is the same crash effectively. The implementation is null. I don't understand the change you did from the project creation onward. You say that creating the old GUI builder project works. What's your package name that causes the crash? -- You received this message because you are subscrib

[codenameone-discussions] Re: App Not Working in Android - Bypass https

2019-08-03 Thread Shai Almog
Press the add button to add a new entry with the key. Then paste in the value within the table. -- 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 coden

[codenameone-discussions] Re: How to disable(not visible) maptype and zoom options on mapcontainer?

2019-08-03 Thread Shai Almog
Hi, if you provided proper Android/iOS native keys the map will have a native mode in iOS/Android. If you provided a JavaScript key in the web the map will use the JavaScript mode in the simulator and when the native mode isn't available. If you'll attach a screenshot I might be able to recogniz

[codenameone-discussions] Re: How to disable(not visible) maptype and zoom options on mapcontainer?

2019-08-04 Thread Shai Almog
Hi, that looks to me like the JavaScript version of the map. This makes sense as zoom keys would be helpful in a web setting for portability. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop rec

[codenameone-discussions] Re: How to disable(not visible) maptype and zoom options on mapcontainer?

2019-08-04 Thread Shai Almog
To further clarify, it seems that the native Android/iOS maps don't initialize probably because of missing/misconfigured keys. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails f

[codenameone-discussions] Re: web site broken

2019-08-06 Thread Shai Almog
That sounds very odd. I've looked at it quite a bit and can't see a way this can happen. Please contact our on-site support and provide further details such as the account email/screenshots etc. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussio

[codenameone-discussions] Re: I lost my project but I had the apk, is it possible I get that source code back?

2019-08-07 Thread Shai Almog
No. An APK is a binary compiled file. It doesn't contain readable code and is obfuscated by default to make it even harder to reverse engineer. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop

[codenameone-discussions] Re: web site broken

2019-08-07 Thread Shai Almog
If anyone else is running into similar problems please contact the site support. Also notice that the login in the new cloud server is separate from the website login which is now no longer necessary. -- You received this message because you are subscribed to the Google Groups "CodenameOne Dis

[codenameone-discussions] Re: GUI designer

2019-08-11 Thread Shai Almog
These are standard Codename One widgets as it's written in Codename One and runs on devices/web within the build app. -- 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, s

[codenameone-discussions] Re: GUI designer

2019-08-12 Thread Shai Almog
IntelliJ/IDEA was written well over a decade ago when Swing was at its prime. I doubt they would have re-made that choice today. Swings been dead for years, bugs go unfixed and features just aren't added. JavaFX never got to live. It's useless. Both look awful on newer hardware and don't support

Re: [codenameone-discussions] Re: GUI designer

2019-08-13 Thread Shai Almog
> (javafx/swing) Both look awful on newer hardware >> > > if they look so awful then why did you guys roll your own gui that looks > worse ? > That's a matter of taste. Unlike Swing, we can actually improve the look with a bit of CSS. As I mentioned before, this isn't helpful. > This GUI bu

[codenameone-discussions] Re: Android skins missing device buttons

2019-08-14 Thread Shai Almog
You can simulate the hardware back button by using the ESC button in your keyboard. This will work even for iOS devices as it's generic to the simulator. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group

[codenameone-discussions] Re: Detecting system font size

2019-08-14 Thread Shai Almog
Hi, not at this time. This is an important feature for accessibility that we should expose in a future update. -- 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

Re: [codenameone-discussions] Re: GUI designer

2019-08-14 Thread Shai Almog
> That's insanity. Why put resources into that rather than fixing or > improving what you are already offering. > That's exactly what I'm saying. This is a basic principle of "dogfooding". We're using Codename One to build Codename One thus improving all the pieces together. -- You receiv

[codenameone-discussions] Re: The new REST api and the use of Param and Body

2019-08-17 Thread Shai Almog
Hi, queryParam adds an argument to the request. When it's a get request it's added to the URL e.g. url?token=val When it's a port request these parameters are placed in the body of the post (that's HTTP's form post standard). This is obviously problematic for this case. Some developers use the

[codenameone-discussions] Re: How can i run simulator and my project on windows prompt?

2019-08-18 Thread Shai Almog
Hi, it's an ant project. You can just type ant -p and it will list the options for doing everything through the command line. You can use 'ant run" to run the project. You'll need to install apache ant and place it in the path. -- You received this message because you are subscribed to the Goog

[codenameone-discussions] Re: Layout issues

2019-08-21 Thread Shai Almog
I don't understand the original problem. BorderLayout can't be scrollable so which part was scrollable and how did it look? -- 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

Re: [codenameone-discussions] Browsercomponent crash in simulator

2019-08-22 Thread Shai Almog
>From this it looks like a problem with the Eclipse plugin: https://stackoverflow.com/questions/21607971/javafx-upcall-cannot-cast-jsobject That's odd since this shouldn't be impacted by eclipse in any way... I'll have to look into it. Please file an issue. -- You received this message because

[codenameone-discussions] Re: Layout issues

2019-08-23 Thread Shai Almog
I need to understand the code to understand what's going on and why something like this would happen. I'm assuming that portion isn't scrollable and is in the NORTH portion of the container? Is it possible you have nested elements which are scrollable implicitly or explicitly? -- You received

[codenameone-discussions] Re: Can I display a popup on a toolbar right bar command?

2019-08-23 Thread Shai Almog
Hi, you can use toolbar.findCommandComponent(command); This will return a button to which you can bind a long press listener. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails fr

[codenameone-discussions] Re: Layout issues

2019-08-24 Thread Shai Almog
So the gridbag layout was made scrollable? I'm not sure how well that will work as we never really use gridbag. It was added to help Swing developers port legacy code to Codename One. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group.

[codenameone-discussions] Re: TextArea bugs

2019-08-26 Thread Shai Almog
These probably aren't bugs, I explained more in the issue you posted: https://github.com/codenameone/CodenameOne/issues/2894 -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails fro

[codenameone-discussions] Re: Custom TABS with SpanButton button display width broken

2019-08-27 Thread Shai Almog
Hi, I think this was triggered by this commit: https://github.com/codenameone/CodenameOne/commit/5c3174813a149da9865323285d877408c355bf29 Steve can we make that logic conditional? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To u

[codenameone-discussions] Re: java.io.IOException: Bluetooth not initialized

2019-08-27 Thread Shai Almog
Did you install the dependencies? -- 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 d

[codenameone-discussions] Re: Codename on settings window wont appear

2019-08-27 Thread Shai Almog
Do you mean Codename One Settings? On which OS/JVM? -- 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.c

[codenameone-discussions] Re: Can't build my app anymore

2019-08-28 Thread Shai Almog
There seems to be a connection issue to one of your dependent pods. That means a pod you depend on was removed, this looks like a custom pod that your team built. Build errors are one of the main motivations for the website chat. Things of this type you can submit to our support engineers and w

Re: [codenameone-discussions] Re: NoSuchMethodError No Direct Method

2019-08-28 Thread Shai Almog
Notice that there is more than one json lib... -- 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. T

[codenameone-discussions] Re: Codename on settings window wont appear

2019-08-28 Thread Shai Almog
Sure: java -jar ~/.codenamone/GUIBuilder.jar -settings /path-to-project/codenameone_settings.properties -- 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

[codenameone-discussions] Re: Bluetooth library refuses to connect to anything

2019-08-28 Thread Shai Almog
I'm guessing you're trying to connect to a bluetooth device instead of a bluetooth-LE device. Notice the LE which is a different standard. Generally bluetooth in all its forms is painful. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" gro

[codenameone-discussions] Re: Use a google native map inside a scrollable container

2019-08-28 Thread Shai Almog
This will be terrible UX as scrolling will mix with panning. Preferred size is generally problematic for peer components, you should never rely on it. I suggest using something like table layout to explicitly determine the size of the component based on screen size percentages. The native OS ha

[codenameone-discussions] Re: Can't build my app anymore

2019-08-28 Thread Shai Almog
Actually the podspec issue might be a problem with one of our servers. We made a fix which will hopefully take. -- 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

[codenameone-discussions] Re: Native 3th party integration using Cocoapods (along with cocoapods-art plugin)

2019-08-29 Thread Shai Almog
Hi, I'm guessing here but you can probably create a podspec file with the content of step 4. Also you would need to add the URL from step 3 to the pod hints. I think the rest should just work but I'll need to check. -- You received this message because you are subscribed to the Google Groups "

[codenameone-discussions] Re: Can't build my app anymore

2019-08-29 Thread Shai Almog
Some of the servers are causing an issue. We tried several fixes which failed. For now we brought all of the affected servers down until we can fix this so builds will be queued more. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group.

[codenameone-discussions] Re: Use a google native map inside a scrollable container

2019-08-29 Thread Shai Almog
Pan not scroll and I did answer your question in the following sentence. -- 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+unsub

[codenameone-discussions] Re: Cannot activate CodenameOne Build

2019-08-30 Thread Shai Almog
Yes the email only works once so if you clicked it on a different device it will fail the second time around. That's a security measure to prevent leakage. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this gro

[codenameone-discussions] Re: New Dashboard email-link and QR missing

2019-09-01 Thread Shai Almog
The new dashboard is a mobile app. So you can install it on an Android device or just open it in iOS and it will just work. QR code has been flaky on the old board too. Google discontinued support for the original QR code tool we used and the newer 3rd party tool has occasional downtime so it's

[codenameone-discussions] Re: Cipher classes..

2019-09-04 Thread Shai Almog
No. But there's a community member who implemented this already: https://github.com/jsfan3/SHA-Codename-One -- 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 ema

[codenameone-discussions] Re: App Store images again

2019-09-04 Thread Shai Almog
We usually just use websites like this: https://www.appstorescreenshot.com/ There are quite a few of them and they produce better looking screenshots with value added details. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubs

[codenameone-discussions] Re: App Store images again

2019-09-05 Thread Shai Almog
There are a lot of these: https://www.ecosia.org/search?q=app+screenshot+generator I also used: https://theapplaunchpad.com/ https://appinstitute.com/app-screenshot-maker/ and http://www.appscreenshot.me/ Although they change frequently so I have no idea if they're still good/free. Generally y

[codenameone-discussions] Re: Flash msg even app not in use

2019-09-05 Thread Shai Almog
Hi, you can use push notification to send updates from your app. -- 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...@g

[codenameone-discussions] Re: Prevent the keyboard from hiding after clicking on Done

2019-09-05 Thread Shai Almog
You can invoke startEditingAsync() again. I'm assuming this is for a case of validation error? I'm not sure if this will result in good UX. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop recei

[codenameone-discussions] Re: Accordion (getCurrentlyExpanded)

2019-09-06 Thread Shai Almog
Your question was closed by moderators on stackoverflow. Not us. Generally the site is designed for properly phrased questions and you wrote something that was both vague and an RFE both of which are outside its domain. I nominated the question for reopening but this would require votes from ot

[codenameone-discussions] Re: How to limit the spacing between 2 or more TABS (Left Orientation)

2019-09-06 Thread Shai Almog
Try setting the theme constant tabsGridBool to false. -- 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

[codenameone-discussions] Re: How to limit the spacing between 2 or more TABS (Left Orientation)

2019-09-07 Thread Shai Almog
It's a boolean which means you need to check/uncheck the box to set it to false. -- 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-discussi

[codenameone-discussions] Re: Build failed (trying to use a .aar)

2019-09-10 Thread Shai Almog
Hi, you can use android.xapplication_attr to inject attributes into the application tag. -- 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-

[codenameone-discussions] Re: How to limit the spacing between 2 or more TABS (Left Orientation)

2019-09-10 Thread Shai Almog
You typed mpiTabMeta in the search, could that search have hidden it? I only see one image here. -- 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 coden

[codenameone-discussions] Re: How to limit the spacing between 2 or more TABS (Left Orientation)

2019-09-11 Thread Shai Almog
These look like you changed the entire theme and not just that constant. What did you do exactly? -- 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 co

[codenameone-discussions] Re: how to scroll to selected TAB

2019-09-11 Thread Shai Almog
But do you execute it when the form is already visible after the transition? -- 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+

Re: [codenameone-discussions] Installation Issue: Failure copying native libraries [errorCode=-113]

2019-09-12 Thread Shai Almog
AFAIK we sign as part of the gradle process so it should zipalign correctly. I think this might be related to the API level 28 migration. Try building for 26 to debug locally and see if the problem goes away. If so we need to check how the native libraries were impacted by 28. -- You received

[codenameone-discussions] Re: how to scroll to selected TAB

2019-09-12 Thread Shai Almog
It's hard to tell with a large app but notice that overflow is a separate form. It might still work but when the overflow menu is shown the current form isn't active anymore. Call serially might not be enough since you would have a transition of showing/hiding the overflow menu. Another possibi

[codenameone-discussions] Re: How to limit the spacing between 2 or more TABS (Left Orientation)

2019-09-12 Thread Shai Almog
That's just a bug in this old UI. Click the theme again and select the constants tab it should have the right value. -- 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, se

[codenameone-discussions] Re: FirebaseMessagingService Download Link

2019-09-13 Thread Shai Almog
Here are our instructions for integrating push https://www.codenameone.com/manual/push.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 codenameo

[codenameone-discussions] Re: Firebase Cloud Messaging

2019-09-13 Thread Shai Almog
We don't provide support for that. If it doesn't work you're on your own -- 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+unsub

[codenameone-discussions] Re: How to limit the spacing between 2 or more TABS (Left Orientation)

2019-09-13 Thread Shai Almog
They don't actually change the images, it's just a rendering bug. If you click the themes again you'll see all the constants back to normal. I find that we need to take complex swing/desktop UI's and break them down to more forms when moving from desktop to mobile. -- You received this message

Re: [codenameone-discussions] Re: Error in Push Notification Implementation

2019-09-13 Thread Shai Almog
I'm not sure that fix made it. I don't see it in build daemon. He's talking about the keystore password for the certificate. -- 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

Re: [codenameone-discussions] Re: Error in Push Notification Implementation

2019-09-13 Thread Shai Almog
Sorry I see that fix it should be there. We'll need a fresh link to the error log. -- 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-discus

[codenameone-discussions] Re: question regarding Display.callSerially()

2019-09-14 Thread Shai Almog
There's no real advantage. Each approach moves the cost differently. If the background thread is long running then split tasks might fit into different EDT "beats" but that would be random. Calls will remain "in order" when executed though. Just make sure to minimize the "heavy lifting" on the

[codenameone-discussions] Re: Do we need pro account for Push Notifications

2019-09-14 Thread Shai Almog
Hi, you can have a 2 week trial of the pro account for free. It's the default when you subscribe for the monthly account. We plan to offer a free push quota for trying in a future update but we don't have an ETA on that. -- You received this message because you are subscribed to the Google Grou

[codenameone-discussions] Re: How to limit the spacing between 2 or more TABS (Left Orientation)

2019-09-14 Thread Shai Almog
Hi, no. The physical limitation is the screen size/finger size and those won't change ;-) Even on Tablets which resolved some of the screen size limits the screen is still smaller and the UI elements need to be "finger friendly". So you should stick in more details but not nearly as much as we

[codenameone-discussions] Re: Build failed (trying to use a .aar)

2019-09-16 Thread Shai Almog
It won't import in the IDE but it should work when you compile in the build cloud. The best way to get this working is send a build with include source and edit the native class in Android Studio then copy/paste the code from there. -- You received this message because you are subscribed to th

[codenameone-discussions] Re: javax.net.ssl.SSLHandshakeException

2019-09-16 Thread Shai Almog
What certificate are you using on the server and whats the version of the JDK you're using locally? -- 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 c

[codenameone-discussions] Re: Build failed (trying to use a .aar)

2019-09-17 Thread Shai Almog
Try this: https://www.codenameone.com/blog/tip-include-source-android-studio-3.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-discu

[codenameone-discussions] Re: Problem loading mapcontainer --> black screen

2019-09-17 Thread Shai Almog
Does this exact behavior happen in the device and the simulator? Are you seeing the JavaScript maps or the native SDK maps when running on the device? When you generated the keys is it possible you restricted them in any way? -- You received this message because you are subscribed to the Google

[codenameone-discussions] Re: Build failed (trying to use a .aar)

2019-09-18 Thread Shai Almog
Make sure to use Gradle 4.6 and define it in intellij as explained there. Try using AS 3.2 which should generally 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,

[codenameone-discussions] Re: my app crashes on ios 13

2019-09-20 Thread Shai Almog
Hi, We're investigating this and will get back to you. If required we'll push a hotfix during the week. -- 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

[codenameone-discussions] Re: my app crashes on ios 13

2019-09-21 Thread Shai Almog
We're dong our best to resolve this asap. We will push a hotfix once we're able to resolve the issue. There are often issues when Apple or Google upgrade their respective OS's, this is true for apps written to the native SDK as well as tools such as ours. -- You received this message because

[codenameone-discussions] Re: problem with

2019-09-21 Thread Shai Almog
Hi, see the thread below yours https://groups.google.com/d/msg/codenameone-discussions/fqcLDWVq1JQ/1_FdDb5WBgAJ -- 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

[codenameone-discussions] Re: my app crashes on ios 13

2019-09-21 Thread Shai Almog
Steve committed a fix. It will be in the build servers within an hour. -- 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+unsubsc

Re: [codenameone-discussions] Re: my app crashes on ios 13

2019-09-22 Thread Shai Almog
FYI Steve committed a fix yesterday and we deployed it shortly after so things should work by now. -- 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 co

[codenameone-discussions] Re: wkwebview does not work with mailto link or tel link

2019-09-26 Thread Shai Almog
I answered this here: https://stackoverflow.com/questions/58116650/ios-wkwebview-does-not-work-with-mailto-link-or-tel-link/58126586#58126586 -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop rec

[codenameone-discussions] Re: Building IOS app withe apple id

2019-09-26 Thread Shai Almog
Hi, all Codename One apps are signed with an Apple id. You don't need a mac for this process. We have macs in the cloud that handle that. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receivi

[codenameone-discussions] Re: Building IOS app withe apple id

2019-09-27 Thread Shai Almog
You DO need that account. We generate a certificate through the official apple tool chain. We don't circumvent their security/signing process. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop re

[codenameone-discussions] Re: APK not working

2019-09-29 Thread Shai Almog
Hi, what's printed to the devices logcat. -- 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 vie

[codenameone-discussions] Re: Building IOS app withe apple id

2019-09-29 Thread Shai Almog
You'd still need a certificate for that. @Date that has no bearing on his question. See macincloud.com we have the capability of automating that stage of submission too but we haven't gotten around to it. -- You received this message because you are subscribed to the Google Groups "CodenameOn

[codenameone-discussions] Re: Keep app running

2019-09-30 Thread Shai Almog
I answered this here: https://stackoverflow.com/questions/58165252/floorplan-with-gps-location-markers/58177795#58177795 -- 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

[codenameone-discussions] Re: Viewpager

2019-09-30 Thread Shai Almog
Tabs are pretty close but not identical. -- 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

[codenameone-discussions] Re: Keep app running

2019-10-01 Thread Shai Almog
Did you look at the "Location in the Background" section in the developer guide? https://www.codenameone.com/manual/misc-features.html -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving

<    1   2   3   4   5   6   7   8   9   10   >