Test & SDK
· v2.5.1
About
Test SDK application has following tests:
- load custom font and display it on screen. Issue tested: devices with dual-orientation can display letters rotated 180.
- setPenWidth with parameter greater than 1 causes incorrect drawing issue (random circles on screen)
- test "08".toNumber() issue
- call menu. Two items in menu causes Edge 1000 simulator display them incorrectly. Test how it performs on device.
- record .fit files with the custom field. Field name and units can be localized in UTF-8.
- alignment issues, texts aligned with _CENTER _VCENTER in Epix are displayed incorrectly
- cyrillic glyphs available or not
- tests for comparison of typed variables. All tests should be “green”, showing the same results.
var num as Lang.Number = 42;
var lng as Lang.Long = 42l;
var flt as Lang.Float = 42f;
var dbl as Lang.Double = 42d;
var chr as Lang.Char = '*';
var l = 1L;
var f = 1.0f;
Menu is called by press "Menu" button.
(c) Navicom, Навиком
What's new
2.5.1 - SDK 9.1.0, new devices added
2.4.1 - SDK 7.4.3, new devices added
2.3.1 - SDK 7.3.1, new tests and devices added
2.2.1 - SDK 7.1.0, new devices added
2.1.1 - SDK 6.3.0, new devices added, new test Red/Green/Blue/White screen added. Press START to switch between tests.
2.0.1 - SDK 4.1.7, new devices added
1.5.1 - SDK 4.0.3, new devices added
1.4.1 - SDK 3.1.6, new devices added
1.3.1 - SDK 3.1.4
1.2.1 - SDK 3.0.10, MARQ series, vivoactive 3 Mercedes
1.1.0 - SDK 2.4.7, vivoactive 3 Music, fenix 5 Plus series
1.0.8 - SDK 2.3.4, edge 1030, vivoactive 3
1.0.7 - minor fixes, onUpdate() in sim is not called twice, real device refreshes screen often, that caused error
1.0.6 - SDK 2.3.2, Approach S60 support, new test added
1.0.5 - SDK 2.2.5, FR935 support
1.0.3 - SDK 2.2.4, fenix 5 support
1.0.2 - updated SDK 2.2.3, fenix 5 series added
1.0.1 - initial version