Page 2 of 5

Re: SpiderBasic 2.40 beta 1 is ready !

Posted: Wed Oct 12, 2022 10:12 am
by Joubarbe
Last time I checked (a while!), it was quite complicated, but then I just found this thread by falsam, explaining how to create an Android app, plus other sticky threads. A bit obscure to put that in Tricks'n'Trips no? Should be in the official documentation; I wouldn't know how to distribute my app without those links.

Thanks for keeping SB alive :)

EDIT: I read in the doc, " Before publishing an Android app on GooglePlay, it needs to be signed, SpiderBasic doesn't handle it automatically for now." Is there any plan to render this process automatic?

Re: SpiderBasic 2.40 beta 1 is ready !

Posted: Thu Oct 13, 2022 8:05 am
by Fred
About the Falsam thread, I agree, I will put it in the doc.

Signing is a bit off topic because you need to generate your own keys, store them somewhere etc. May be I could put a field to ask for your key and call the sign tool after build, it's not much help IMHO

Re: SpiderBasic 2.40 beta 1 is ready !

Posted: Thu Oct 13, 2022 11:35 am
by plouf
Guess it means a) new api target for app store upload
B) aab format for app store upload
C) some "imternal way to atrach keyfile during compilation of apk/aab

Re: SpiderBasic 2.40 beta 1 is ready !

Posted: Thu Oct 20, 2022 5:49 pm
by CplBator
- Added Packer library: CompressMemory(), UncompressMemory(), CompressString(), UncompressString()
What is the compressor behind ? i want to communicate with purebasic application.

Re: SpiderBasic 2.40 beta 1 is ready !

Posted: Thu Oct 20, 2022 7:20 pm
by Peter
CplBator wrote: Thu Oct 20, 2022 5:49 pm
- Added Packer library: CompressMemory(), UncompressMemory(), CompressString(), UncompressString()
What is the compressor behind ?
see https://github.com/nodeca/pako

Re: SpiderBasic 2.40 beta 1 is ready !

Posted: Thu Oct 20, 2022 10:57 pm
by CplBator
Thank Peter, zlib so, i think UseZipPacker() in purebasic is the solution, i will try this way.

Re: SpiderBasic 2.40 beta 1 is ready !

Posted: Fri Oct 21, 2022 7:27 am
by Fred
Yes, it should work.

Re: SpiderBasic 2.40 beta 1 is ready !

Posted: Sat Oct 22, 2022 1:09 am
by CplBator
Infortunaly, no
I send compressed raw data with purebasic ( i've checked any potential error with pb before )
Uncaught incorrect header check pako.min.js:2
Non compressed data work well , i can communicate with pb/sb , is not an endianess problem as i suspected at first, maybe not the same version of compressor ?

Re: SpiderBasic 2.40 beta 1 is ready !

Posted: Wed Nov 02, 2022 8:38 am
by Fred
I admit I didn't cross tested it, I will take a closer look.

Re: SpiderBasic 2.40 beta 2 is ready !

Posted: Wed Nov 02, 2022 4:27 pm
by Fred
The beta 2 is available ! It fixes a lot of (old) bugs and bring a few more new stuffs:

Code: Select all

- Added #PB_EventType_Focus and #PB_EventType_LostFocus to TreeGadget()
- Added #PB_Tree_Expanded support to SetGadgetAttribute() for TreeGadget() to quickly expand/collapse all nodes
- Added HighAccuracy parameter to StartGeolocation() to use the real GPS if available.
- Added #PB_ListIcon_GridLines support

- Updated: android framework to android-32 to be able to publish app on Google PlayStore
- Updated: the application license file