User Tools

Site Tools


version_history:v2.02

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
version_history:v2.02 [2021/04/20 16:44]
stevegarman started change to bullets
version_history:v2.02 [2021/04/20 16:50] (current)
stevegarman completed change to bullets
Line 151: Line 151:
 =====DS 1.82b2===== =====DS 1.82b2=====
 ====(24-Apr-2020)==== ====(24-Apr-2020)====
-Added Merge(), List() and Delete() methods to CloudStore component. +  * Added Merge(), List() and Delete() methods to CloudStore component. 
- +  Added "Network" permission when using app.CreateCloudStore(). 
-Added "Network" permission when using app.CreateCloudStore(). +  Updated Obfuscator to ES6. 
- +  Added app.SetMargins() to set default margins for controls. 
-Updated Obfuscator to ES6. +  Added app.SetTextSize() to set default text size for controls. 
- +  Enabled GameView to work in IOS and Android browsers. 
-Added app.SetMargins() to set default margins for controls. +  Enabled GameView touch events to work in mobile browsers. 
- +  Improved GameView asset loading checks. 
-Added app.SetTextSize() to set default text size for controls. +  Fixed app.ShowCheckList button size issues. 
- +  Added 'AutoSize' option to button control (Auto-sizes text to fit). 
-Enabled GameView to work in IOS and Android browsers. +  Added 'AutoShrink' option to button and text control (Auto-shrinks text to fit). 
- +  Fixed GLview (added missing libs). 
-Enabled GameView touch events to work in mobile browsers. +  Added app.SetAppLanguage(), app.GetAppLanguages(), app.GetAppLangCode(). 
- +  Deprecated app.Language2Code(), app.SetLanguage(). 
-Improved GameView asset loading checks. +  Added language translation premium sample. 
- +  Added initial version of GameView docs (thanks to Symbroson).
-Fixed app.ShowCheckList button size issues. +
- +
-Added 'AutoSize' option to button control (Auto-sizes text to fit). +
- +
-Added 'AutoShrink' option to button and text control (Auto-shrinks text to fit). +
- +
-Fixed GLview (added missing libs). +
- +
-Added app.SetAppLanguage(), app.GetAppLanguages(), app.GetAppLangCode(). +
- +
-Deprecated app.Language2Code(), app.SetLanguage(). +
- +
-Added language translation premium sample. +
- +
-Added initial version of GameView docs (thanks to Symbroson).+
  
 =====DS 1.82b1===== =====DS 1.82b1=====
 ====(11-Apr-2020)==== ====(11-Apr-2020)====
-Moved manifest minSdkVersion to 21 (Android 5.0) +  * Moved manifest minSdkVersion to 21 (Android 5.0) 
- +  Added new app.Add* funcs for all controls. 
-Added new app.Add* funcs for all controls. +  Added new CloudStore component + sample (premium only). 
- +  Added Listen() and SetOnNotify() methods to Notification component . 
-Added new CloudStore component + sample (premium only). +  Added 'Notification Listener' sample. 
- +  Added 'action' param to SetOnBroadcast (for catching generic Android broadcasts). 
-Added Listen() and SetOnNotify() methods to Notification component . +  Prevented OnConfig firing after screen unlock. 
- +  Fixed DS repeated re-draw after screen unlock. 
-Added 'Notification Listener' sample. +  Fixed use of gfx.Script() calls in GameView. 
- +  Fixed GameView issue with batched sprites not showing. 
-Added 'action' param to SetOnBroadcast (for catching generic Android broadcasts). +  Fixed GameView to wait till all assets are loaded before calling OnReady(). 
- +  Added app.data object for storing user data globally. 
-Prevented OnConfig firing after screen unlock. +  Added SetOnStatus method to AdView. 
- +  Enabled the use of #rrggbb colors with gfx.SetBackColor. 
-Fixed DS repeated re-draw after screen unlock. +  Fixed "Cannot read property SetAlpha of null error" when using keyboards. 
- +  Added 'NoIcons' option to settings for screen reader support. 
-Fixed use of gfx.Script() calls in GameView. +  Updated Terminal extension to use dark theme. 
- +  Fixed wrong heading on copy app menu.
-Fixed GameView issue with batched sprites not showing. +
- +
-Fixed GameView to wait till all assets are loaded before calling OnReady(). +
- +
-Added app.data object for storing user data globally. +
- +
-Added SetOnStatus method to AdView. +
- +
-Enabled the use of #rrggbb colors with gfx.SetBackColor. +
- +
-Fixed "Cannot read property SetAlpha of null error" when using keyboards. +
- +
-Added 'NoIcons' option to settings for screen reader support. +
- +
-Updated Terminal extension to use dark theme. +
- +
-Fixed wrong heading on copy app menu.+
  
 =====DS 1.81a1===== =====DS 1.81a1=====
 ====(24-Jan-2020)==== ====(24-Jan-2020)====
-Fixed GLView failure.+  * Fixed GLView failure.
version_history/v2.02.1618937060.txt.gz · Last modified: 2021/04/20 16:44 by stevegarman