SpiderBasic 2.00 final is out !

Everything else that doesn't fall into one of the other categories.
Bradan
Posts: 18
Joined: Fri Nov 04, 2016 2:07 pm

Re: SpiderBasic 2.00 beta 2 is available !

Post by Bradan »

Fred wrote: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.
Ok, and what about the HTTPS/SSL/TLS capabilities of the Webview of Android and iOS which are used as container? Is this functionality in a different library than the webview itself?
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 2.00 beta 3 is available !

Post by Fred »

On Android, it's a chromium instance so it's should be the same as chrome. On iOS it uses the native WebView, so it doesn't apply.
Bradan
Posts: 18
Joined: Fri Nov 04, 2016 2:07 pm

Re: SpiderBasic 2.00 beta 3 is available !

Post by Bradan »

Thank you for the information.
Last edited by Bradan on Sun Nov 06, 2016 5:08 pm, edited 1 time in total.
User avatar
T4r4ntul4
Posts: 132
Joined: Wed May 21, 2014 1:57 pm
Location: Netherlands
Contact:

Re: SpiderBasic 2.00 beta 3 is available !

Post by T4r4ntul4 »

where to find the 'common apps' map?
User avatar
skywalk
Posts: 47
Joined: Tue Feb 25, 2014 2:13 am
Location: Boston, MA

Re: SpiderBasic 2.00 beta 3 is available !

Post by skywalk »

Thanks, pages load much faster!

Windows Installer needs to be renamed...
FROM: SpiderBasic_Windows_x86_beta_2.00_(xxxxx).exe"
TO: SpiderBasic_Windows_x86_beta_3.00_(xxxxx).exe
When working toward the solution of a problem, it always helps if you know the answer. ~ ?
An expert is one who knows more and more about less and less until he knows absolutely everything about nothing. ~ Weber
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 2.00 beta 4 is available !

Post by Fred »

The beta 4 is available with projects and Android bug fixes and the following new features:

Code: Select all

- Optimized: removed no more used libs from the javascript lib directory
- Optimized: minified all the libs in javascript lib directory to reduce footprint
falsam
Posts: 280
Joined: Mon May 05, 2014 9:49 pm
Location: France
Contact:

Re: SpiderBasic 2.00 beta 4 is available !

Post by falsam »

Very good. Load an application is much faster.
Last edited by falsam on Thu Nov 09, 2017 5:38 pm, edited 1 time in total.

➽ Windows 11 - JDK 1.8 - SB 2.40 - Android 13
http://falsam.com

Sorry for my poor english
bbanelli
Posts: 107
Joined: Mon Jul 13, 2015 7:40 am

Re: SpiderBasic 2.00 beta 4 is available !

Post by bbanelli »

Well, this one is great, loading is so much faster that I had to reload few times since I thought something was wrong with my connection, only to find out it loads rapidly now... :)
"If you lie to the compiler, it will get its revenge."
Henry Spencer
http://www.pci-z.com/
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 2.00 beta 5 is available !

Post by Fred »

The beta 5 is available with some bug fixes and the following new features:

Code: Select all

- Added: Touch support to window dragging and resizing
- Added: IsScreenActive()
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: SpiderBasic 2.00 beta 6 is available !

Post by Fred »

The beta 6 is available with some bug fixes and the following new features:

Code: Select all

- Changed : crosswalk is now embedded in SpiderBasic installer, so no need to download it, all can be used offline
Post Reply