The headlines:- The headlines:- Lots of new docs (thanks to Symbroson), improved dark mode support for phone editor, a new app.ShowCheckList() method with a corresponding sample. Also the Wifi IDE remote terminal is now available by default for premium users. (You may need to press the reset button sometimes to get it connected). The problem with building APKs on Android 9 is now fixed too :) Here is the full list of changes since the last official release:- DS 178 - Fixed 127.0.0.1 IDE error for Chromebooks. - Removed method tips question mark link for non app.* methods. DS 177b1 - 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 177a1 - 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.