User Tools

Site Tools


version_history:v1.80

Differences

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

Link to this comparison view

version_history:v1.80 [2021/04/20 13:56]
stevegarman created
version_history:v1.80 [2021/04/20 16:56] (current)
stevegarman change to bullets
Line 3: Line 3:
 =====DS 1.80b2===== =====DS 1.80b2=====
 ====(12-Jan-2020)==== ====(12-Jan-2020)====
-Fixed problem with screen height measurement on phones with hardware buttons.+  * Fixed problem with screen height measurement on phones with hardware buttons.
  
 =====DS 1.80b1===== =====DS 1.80b1=====
 ====(10-Jan-2020)==== ====(10-Jan-2020)====
-Added Admob support + sample for premium users. +  * Added Admob support + sample for premium users. 
- +  Added net.ReceiveVideoStream() for premium users. 
-Added net.ReceiveVideoStream() for premium users. +  Added new 'Card' Layout type + sample. 
- +  Added app.SetNavBarColor/SetStatusBarColor for premium users + sample. 
-Added new 'Card' Layout type + sample. +  Added 'btn-1' to 'btn-12' to app.GetJoystickState() method. 
- +  Added __BUILD_TIME__ macro. 
-Added app.SetNavBarColor/SetStatusBarColor for premium users + sample. +  Added SetCorderRadius(radius) method to Linear layout control. 
- +  Fixed issue with miscalculated display height for devices with soft nav bars. 
-Added 'btn-1' to 'btn-12' to app.GetJoystickState() method. +  Added app.IsPortrait() convenience function. 
- +  Added 'Location' permission automatically for app.CreateBluetoothSerial() method. 
-Added __BUILD_TIME__ macro. +  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 SetCorderRadius(radius) method to Linear layout control. +  Added raw 'Direct Commands' Nxt serial BT sample (same techique should work for EV3).
- +
-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===== =====DS 1.79a4=====
 ====(12-Dec-2019)==== ====(12-Dec-2019)====
-Fixed problem with loading DS plugins on Android7 and lower.+  * Fixed problem with loading DS plugins on Android7 and lower.
  
 =====DS 1.79a3===== =====DS 1.79a3=====
 ====(06-Dec-2019)==== ====(06-Dec-2019)====
-Added .startsWith polyfill older Androids. +  * Added .startsWith polyfill older Androids. 
- +  Fixed crash on OrangePi Zero. 
-Fixed crash on OrangePi Zero. +  * AddPermissions() now works in IDE. 
- +  PuckJS Plugin now requests Location permission in IDE. 
-- _AddPermissions() now works in IDE. +  3dp accuracy now supported on seekbars. 
- +  Default seekbar max-rate changed from 20ms to 100ms. 
-PuckJS Plugin now requests Location permission in IDE. +  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). 
-3dp accuracy now supported on seekbars. +  Added 'Move' touch events to GameView (and blocked null events)
- +
-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===== =====DS 1.79a2=====
-Fixed app.ShowTip error on touching tooltip. +  * Fixed app.ShowTip error on touching tooltip. 
- +  app.WifiScan() now supports 'detail' option (returns array with details).
-app.WifiScan() now supports 'detail' option (returns array with details).+
  
 =====DS 1.79a1===== =====DS 1.79a1=====
 ====(05-Nov-2019)==== ====(05-Nov-2019)====
- +  * Added obj.Animate + animation sample. 
-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). 
-Changed ListView to use normal font by default (can use 'bold' option) +  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). 
-Dialog titles are now thinner by default (use 'old' option to revert). +  Added optional radius param to Dialog.SetBackColor() method. 
- +  Added Theme.SetDialogCornerRadius(), Theme.SetTitleDividerHeight(), Theme.SetTitleTextSize(). 
-Dialog corners are now rounded by default (use 'old' option to revert). +  Added Dialog.SetTitleDividerColor(), Dialog.SetTitleDividerHeight(), Dialog.SetTitleTextSize(). 
- +  Smartened up the Custom Dialog sample. 
-Dialog title text size is smaller by default (use 'old' option to revert). +  Fixed UDP send method (was broken in v178). 
- +  Fixed UDP ReceiveDatagrams() method. 
-Added optional radius param to Dialog.SetBackColor() method. +  Improved Wifi Broadcast sample.
- +
-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.1618926960.txt.gz · Last modified: 2021/04/20 13:56 by stevegarman