[codenameone-discussions] Re: Custom extension not registered and not opening files with AppArg on iOS

2021-06-05 Thread Shai Almog
Maybe under Codename One Samples: https://github.com/codenameone/CodenameOne/tree/master/Samples If there isn't anything there then probably not. On Saturday, June 5, 2021 at 10:16:57 AM UTC+3 P5music wrote: > Well there are differences between the two projects, they have almost the > same

[codenameone-discussions] Re: Suggestion about changing the location of cn1storage folder

2021-06-05 Thread Shai Almog
We place the HTML files from the html directory there, if you pass a file to the app it's generally copied into there. We don't write there normally though. On Saturday, June 5, 2021 at 10:13:28 AM UTC+3 P5music wrote: > (5) > So could the Documents folder passed random content according to

[codenameone-discussions] Re: Custom extension not registered and not opening files with AppArg on iOS

2021-06-05 Thread 'P5music' via CodenameOne Discussions
Well there are differences between the two projects, they have almost the same features, but how could I compare them, what do you mean? If you mean the plist file, the ext registering part is the same. However, have you a working sample, like Kitchen Sink, that has the feature working to

[codenameone-discussions] Re: Suggestion about changing the location of cn1storage folder

2021-06-05 Thread 'P5music' via CodenameOne Discussions
(5) So could the Documents folder passed random content according to what the user does with my app? so the user can see files not moved there explicitly by him/her? Is that folder used as the inbox folder for my app and other things as a matter of fact? Regards Il giorno sabato 5 giugno 2021

[codenameone-discussions] Re: Suggestion about changing the location of cn1storage folder

2021-06-05 Thread Shai Almog
You might be able to move storage by setting ios.newStorageLocation=false which will place stoage under the caches directory. Notice that it might have adverse effects on some things but I doubt it will impact you much. 1. It might be recreated since things like Preferences use storage and we

[codenameone-discussions] Re: Custom extension not registered and not opening files with AppArg on iOS

2021-06-05 Thread Shai Almog
When you generate the xcode project can you review what's different between the project we generated and the one that works for you in Swift? I'm guessing it's some different configuration in the plist or something of that type. On Friday, June 4, 2021 at 9:35:12 AM UTC+3 P5music wrote: >

[codenameone-discussions] Re: IntelliJ IDEA+AndroidStudio local Android build failed

2021-06-05 Thread Shai Almog
I can't read anything there. Usually Android studio offers an option to "fix" projects when there's a failure like that. As far as I know we don't use R8 so I'm guessing it was ignored by newer versions of Android Studio. On Friday, June 4, 2021 at 9:28:06 AM UTC+3 P5music wrote: > I am using