User Tools

Site Tools


Sidebar

Privacy Policy

News

Version 2.50 is out since Jan 1st 2022


Frequently Asked Questions


Namespaces

Note for contributors

If you wish to create a new page in the DroidScript wiki, please click on the most appropriate namespace above and follow the notes for contributors there.

Because of spam, it has been necessary to add a CAPTCHA to the registration form and the save option for editing pages. You will not need to prove you are human if you are logged in, so please register.

Please feel free to improve any existing page, as well as adding new pages to increase the sum of public knowledge about DroidScript.

Formatting Syntax

version_history:v1.80

DS 1.80

(20-Jan-2020)

DS 1.80b2

(12-Jan-2020)

  • Fixed problem with screen height measurement on phones with hardware buttons.

DS 1.80b1

(10-Jan-2020)

  • Added Admob support + sample for premium users.
  • Added net.ReceiveVideoStream() for premium users.
  • Added new 'Card' Layout type + sample.
  • Added app.SetNavBarColor/SetStatusBarColor for premium users + sample.
  • Added 'btn-1' to 'btn-12' to app.GetJoystickState() method.
  • Added BUILD_TIME macro.
  • Added SetCorderRadius(radius) method to Linear layout control.
  • Fixed issue with miscalculated display height for devices with soft nav bars.
  • Added app.IsPortrait() convenience function.
  • Added 'Location' permission automatically for app.CreateBluetoothSerial() method.
  • Fixed missing leading zero in hexmode response for BtSerial,File,NetClient,UsbSerial objects.
  • Added option to BTSerial for packet length headers, eg. bt.SetSplitMode( “Head”, 2, “LE” ).
  • Added raw 'Direct Commands' Nxt serial BT sample (same techique should work for EV3).

DS 1.79a4

(12-Dec-2019)

  • Fixed problem with loading DS plugins on Android7 and lower.

DS 1.79a3

(06-Dec-2019)

  • Added .startsWith polyfill older Androids.
  • Fixed crash on OrangePi Zero.
  • AddPermissions() now works in IDE.
  • PuckJS Plugin now requests Location permission in IDE.
  • 3dp accuracy now supported on seekbars.
  • Default seekbar max-rate changed from 20ms to 100ms.
  • Added app.RedirectAssets. (Reads Img,Snd,Html,Misc assets from given folder not APK).
  • Added 'NoRedirect' to web.LoadUrl() and web.LoadHtml() methods (blocks asset redirect).
  • Added 'Move' touch events to GameView (and blocked null events)

DS 1.79a2

  • Fixed app.ShowTip error on touching tooltip.
  • app.WifiScan() now supports 'detail' option (returns array with details).

DS 1.79a1

(05-Nov-2019)

  • Added obj.Animate + animation sample.
  • Changed ListView to use normal font by default (can use 'bold' option)
  • Dialog titles are now thinner by default (use 'old' option to revert).
  • Dialog corners are now rounded by default (use 'old' option to revert).
  • Dialog title text size is smaller by default (use 'old' option to revert).
  • Added optional radius param to Dialog.SetBackColor() method.
  • Added Theme.SetDialogCornerRadius(), Theme.SetTitleDividerHeight(), Theme.SetTitleTextSize().
  • Added Dialog.SetTitleDividerColor(), Dialog.SetTitleDividerHeight(), Dialog.SetTitleTextSize().
  • Smartened up the Custom Dialog sample.
  • Fixed UDP send method (was broken in v178).
  • Fixed UDP ReceiveDatagrams() method.
  • Improved Wifi Broadcast sample.
version_history/v1.80.txt · Last modified: 2021/04/20 16:56 by stevegarman