User Tools

Site Tools


version_history:v2.05

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

version_history:v2.05 [2021/04/20 13:19]
stevegarman created
version_history:v2.05 [2021/04/20 16:25] (current)
stevegarman changed to bullets
Line 1: Line 1:
 ======DS 205====== ======DS 205======
 ====(03-Mar-2021)==== ====(03-Mar-2021)====
-Default theme for wifi ide is now dark. +  * Default theme for wifi ide is now dark. 
- +  mui: SetOnSelectionStatus bug in CreateDataTable docs fixed. 
-mui: SetOnSelectionStatus bug in CreateDataTable docs fixed. +  mui: Icons in CreateDataTable headers now showing properly. 
- +  Fixed banner add clicks always going to Premium dialog. 
-mui: Icons in CreateDataTable headers now showing properly. +  Improved reliability of language extension.
- +
-Fixed banner add clicks always going to Premium dialog. +
- +
-Improved reliability of language extension.+
  
 =====DS 204b1===== =====DS 204b1=====
 ====(18-Feb-2021)==== ====(18-Feb-2021)====
-Added new "/Plugins" keyword to get path to plugins. +  * Added new "/Plugins" keyword to get path to plugins. 
- +  Added gfx.GetJoystick() gets object containing joystick states. 
-Added gfx.GetJoystick() gets object containing joystick states. +  Added new gfx.multiTouch=true option to GameView (x/y vals will be arrays). 
- +  Wifi IDE app icons is now refreshed after spk installs. 
-Added new gfx.multiTouch=true option to GameView (x/y vals will be arrays). +  GameView: Fixed gfx.Reload() not working on some devices. 
- +  Enabled the download and install of .ppk files from the DroidStore. 
-Wifi IDE app icons is now refreshed after spk installs. +  Fixed bug preventing multiple plugin installs at once. 
- +  app.AutoWifi and app.AutoStart now deprecated in favour of ide.AutoWifi, ide.AutoStart. 
-GameView: Fixed gfx.Reload() not working on some devices. +  app.AutoBoot() can now contain both 'app' and 'service' keywords at same time. 
- +  Fixed app.IsStarted() to work for multi-page html apps. 
-Enabled the download and install of .ppk files from the DroidStore. +  Added app.ScheduleJob() method to schedule background jobs (using Job.js file). 
- +  Added 'Background Job' app template for premium users. 
-Fixed bug preventing multiple plugin installs at once. +  Added app.PinScreen() method (screen pinning must be enabled in settings).
- +
-app.AutoWifi and app.AutoStart now deprecated in favour of ide.AutoWifi, ide.AutoStart. +
- +
-app.AutoBoot() can now contain both 'app' and 'service' keywords at same time. +
- +
-Fixed app.IsStarted() to work for multi-page html apps. +
- +
-Added app.ScheduleJob() method to schedule background jobs (using Job.js file). +
- +
-Added 'Background Job' app template for premium users. +
- +
-Added app.PinScreen() method (screen pinning must be enabled in settings).+
  
 =====DS 203b1===== =====DS 203b1=====
 ====(08-Feb-2021)==== ====(08-Feb-2021)====
 - Fixed bug with SendDataGrams showing EADDRINUSE error. - Fixed bug with SendDataGrams showing EADDRINUSE error.
- +  * Added datagram buffer size options to Send/ReceiveDatagram (1k,2k,4k,8k,16k,32k,64k) 
-Added datagram buffer size options to Send/ReceiveDatagram (1k,2k,4k,8k,16k,32k,64k) +  Added new app.GetJoystickStates() method, returns single object with all states. 
- +  Removed semi-colons from device code completion. 
-Added new app.GetJoystickStates() method, returns single object with all states. +  Download component and WebView/Html Apps now support 'content-disposition' header. 
- +  Added USEFULLSCREENINTENT permission if required. 
-Removed semi-colons from device code completion. +  Removed deprecated funcs SetLanguage, Language2Code. 
- +  Fixed obfuscation issues related to SetAppLanguage and GetAppLangCode. 
-Download component and WebView/Html Apps now support 'content-disposition' header. +  Added app.CreateCanvas() method, creates blank image with auto-update turned off. 
- +  Fixed SET_ALARM permission having wrong path. 
-Added USEFULLSCREENINTENT permission if required. +  Added new ide.MakePlugin method (turns current project into a plugin and installs it). 
- +  Updated Wifi IDE toolbar and button styles. 
-Removed deprecated funcs SetLanguage, Language2Code. +  Scoped storage state remembered from first run (safe to install your APKs on Android 10) 
- +  Added app.IsScoped() method to indicate 'scoped storage' on Android 10+. 
-Fixed obfuscation issues related to SetAppLanguage and GetAppLangCode. +  Added SetOnRequest() to detect all WebView requests (params: url,method,isMain,isRedirect). 
- +  Added Stop() method to WebView, cancels current page load. 
-Added app.CreateCanvas() method, creates blank image with auto-update turned off. +  Added SetBlockedUrls() to WebView, comma seperated list of urls to block.
- +
-Fixed SET_ALARM permission having wrong path. +
- +
-Added new ide.MakePlugin method (turns current project into a plugin and installs it). +
- +
-Updated Wifi IDE toolbar and button styles. +
- +
-Scoped storage state remembered from first run (safe to install your APKs on Android 10) +
- +
-Added app.IsScoped() method to indicate 'scoped storage' on Android 10+. +
- +
-Added SetOnRequest() to detect all WebView requests (params: url,method,isMain,isRedirect). +
- +
-Added Stop() method to WebView, cancels current page load. +
- +
-Added SetBlockedUrls() to WebView, comma seperated list of urls to block.+
version_history/v2.05.1618924778.txt.gz · Last modified: 2021/04/20 13:19 by stevegarman