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.15

This is an old revision of the document!


  • Added app.SimulateTouch( obj,x,y,dir ) method.
  • Fixed img.SetTextSize bug.
  • GetObjects now correctly returns a map of all user created objects.
  • Rename /sdcard/AndroidScript folder to /sdcard/DroidScript.
  • Wifi IDE now support HTML, CSS and TXT files.
  • Added 3 GLView examples.
  • Added MediaStore sample.
  • Added cam.GetPixelData() method (useful for Augmented Reality).
  • Added img.GetPixelData() method.
  • The 'id' parameter is now sent to alarm callbacks.
  • Downloader object supports SetOnError callback.
  • Downloader object now shows no complete or error messages (user must supply them).
  • app.OpenFile(“/sdcard/my.htm”) now opens with a browser.
  • Added optional “px” mode param to *.SetTextSize and *.GetTextSize methods.
  • Added txt.GetTextSize method (works with autoscale).
  • Added app.GetFreeSpace, app.GetFileDate, app.GetFileSize methods.
  • ApkBuilder now works for latest CyanogenMod.
  • GLView DrawImage and DrawSprite now supports use of -1 in dest width/height.
  • GLView now uses fractional draw parameters for DrawImage and DrawSprite.
  • GLView now properly disposed when calling app.DestroyLayout().
  • GLView now allows img.Destroy().
  • APK debug signing now uses proper android debug key.
  • app.OpenURL is allowed in remote webviews.
  • app.CreateEmail now gets Internet permissions in APK.
  • Added 'Speech Recognition' sample.
  • Added 'Audio Record' sample.
  • Added 'NoSound' option to buttons etc.
  • Added 'AllowZoom', 'AutoZoom', 'Wide' options to app.CreateWebView.
  • Added extra 'zoom' parameter to app.CreateWebView method.
  • Added “AllowRemote” option to WebView.
  • Added app.Call method (makes phone calls given a phone number).
  • app.OpenFile params 2 and 3 are now optional.
  • Wifi IDE now saves all modified scripts
  • Added app.ToBack method (Sends app into background).
  • Added 'SetLooping(true/false)' method on MediaPlayer.
  • Custom icons now supported on List controls!
  • Added lst.SetItem, lst.AddItem, lst.RemoveItem methods.
  • Added scroll.GetScrollX, scroll.GetScrollY functions.
  • Added app.GetOSVersion method + docs.
  • Added app.GetClipboardText method.
  • Fixed web server demo.
  • Appended app name to SPK share via email subject field.
version_history/v1.15.1418304775.txt.gz · Last modified: 2014/12/11 21:32 (external edit)