Page 2 of 5

Re: SpiderBasic 2.00 is available !

Posted: Thu Oct 27, 2016 12:09 am
by falsam
Fred wrote:I just republished a new version
Thanks Fred. Create Web App and Android APK works ^^

Re: SpiderBasic 2.00 is available !

Posted: Thu Oct 27, 2016 6:19 am
by Fred
Good ! Any issue to have it working except the previous bugs ?

Re: SpiderBasic 2.00 beta 2 is available !

Posted: Thu Oct 27, 2016 7:53 am
by Fred
The beta 2 is available, and should fix most of the bug encountered until now ! Thanks for your testing

Re: SpiderBasic 2.00 beta 2 is available !

Posted: Thu Oct 27, 2016 8:01 am
by MetalOS
Someone would have a simple Android application code just to test with SpiderBasic?

Re: SpiderBasic 2.00 beta 2 is available !

Posted: Mon Oct 31, 2016 8:39 am
by tj1010
MetalOS wrote:Someone would have a simple Android application code just to test with SpiderBasic?
I haven't messed with the newest SB yet but I'm pretty sure it's the same code as other platforms except you want to monitor desktop dimensions do to orientation. To build I'm sure you just install Android Studio and point SB to the CLI exe/app/bin.

I'll be doing GPS, Bluetooth profiles, and Crypto-key stuff unless someone beats me to it. Accelerometer too; maybe FM radio interface?

This is something I've been waiting for from SB or PB I'm just busy right now. People should try things so we can get it stable quick.

Re: SpiderBasic 2.00 beta 2 is available !

Posted: Fri Nov 04, 2016 2:18 pm
by Bradan
For publishing Android and iOS apps, we all need to know more about SpiderBasic. In Google Play and Apple iTunes it will ask you whether you comply on the US Export rules for encryption. This directly depends on whether your application is linked to encryption algorithms (dynamically or statically doesn't really matter). If you link to encryption algorithms and you don't create an open source application you probably need to do annual reports in which you list every download with country name etc.

Re: SpiderBasic 2.00 beta 2 is available !

Posted: Sat Nov 05, 2016 7:07 am
by Fred
There is no hidden encryption in SB, the only available one are in the cipher lib, and if you don't use this lib, it won't be linked.

Re: SpiderBasic 2.00 beta 2 is available !

Posted: Sat Nov 05, 2016 7:08 am
by Fred
tj1010 wrote:To build I'm sure you just install Android Studio and point SB to the CLI exe/app/bin..
No, you just have to install the JDK (if not already installed) and you're good to go

Re: SpiderBasic 2.00 beta 3 is available !

Posted: Sat Nov 05, 2016 8:50 am
by Fred
The beta 3 is available and brings usual bug fixes and the following new features:

Code: Select all

- Updated: dojo updated to 1.11.2
- Optimized: dojo/dijit/dgrid/cbtree are now compiled in one file to reduces footprint and decrease app loading time
Thanks for all the tests, it helps !

Re: SpiderBasic 2.00 beta 3 is available !

Posted: Sat Nov 05, 2016 9:48 am
by cederavic
Nice job!
It works great, 1.7Mb, 36 request in 4.3s on a distant server :)
My animated loader is now almost useless :P