======DS 1.78====== ====(27-Oct-2019)==== * Fixed 127.0.0.1 IDE error for Chromebooks. * Removed method tips question mark link for non app.* methods. =====DS 1.77b1===== ====(16-Oct-2019)==== * Improved dark mode support on device editor. * Added 'BlackGrad' option to list control. * Added gfx.GetTime() method, returns time since last gfx.Pause() or gfx.Play(). * Fixed sound.Pause() method in GameView. * Enabled OnControl() callbacks in GameView even when game is paused. * Added gfx.IsPaused() to GameView. * Added gfx.Reload() to GameView (reloads game from scratch). * Added app.SetMockLocation() for premium users. * Prevented background touch during app.ShowProgress (use 'NonModal' to revert). * Changed 'device' parameter of app.CreateUSBSerial() to select by PID not index. * Allowed app.GetPermission( "usb:"+pid ) for USB devices. * Added app.Translate(cancel,ok) method to translate buttons globally. * NetClient now supports SetSplitMode and SetDataMode (for use with AutoReceive). * Added SetTitleHeight() and SetTitleColor() methods to custom dialog. =====DS 1.77a1===== ====(19-Sep-2019)==== * Added lots of new docs (thanks to Symbroson). * Docs now support dark/light mode (thanks to Symbroson). * Remote terminal now available by default for premium users. * Fixed 'Game' template for non-premium Wifi IDE users. * Fixed Service SetInForeground permission issue. * Added btn.SetOnLongTouch method. * APK 'Debug Build' option now defaults to off and obfuscate to on. * Added app.ShowCheckList() method + sample. * Fixed problem with building APKs on Android 9. * Added optional angle parameter to glview.DrawSprite method. * Added new optional 'folder' parameter to app.ChooseFile method.