From b2cf286948e547eee9bbcabaf108282711d3d22c Mon Sep 17 00:00:00 2001 From: PanayotCankov Date: Fri, 17 Feb 2017 13:26:11 +0200 Subject: [PATCH] Fixed text decoration tests, Color will now store just a single argb info in 32bit unsigned int internally and covert to a/r/g/b or hex when necessary --- .vscode/settings.json | 10 + apps/app/ui-tests-app/css/letter-spacing.xml | 19 +- apps/package.json | 2 +- tests/app/color-tests.ts | 43 +-- tests/app/timer-tests.ts | 9 +- tests/app/ui/button/button-tests.ts | 45 ++- tests/app/ui/label/label-tests.ts | 9 +- tests/app/ui/page/page-tests-common.ts | 22 +- tests/app/ui/search-bar/search-bar-tests.ts | 10 +- tests/app/ui/text-field/text-field-tests.ts | 28 +- tests/app/ui/text-view/text-view-tests.ts | 33 +- tests/app/ui/view/view-tests-common.ts | 4 +- tns-core-modules/color/color-common.ts | 101 ++--- tns-core-modules/color/color.android.ts | 6 +- tns-core-modules/color/color.ios.ts | 16 - .../ui/text-base/text-base.ios.ts | 353 +++++++++--------- 16 files changed, 340 insertions(+), 370 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..5acd7ae98 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,10 @@ +// Place your settings in this file to overwrite default and user settings. +{ + "search.exclude": { + "**/node_modules": true, + "**/bower_components": true, + "**/platforms": true, + "**/*.js": true, + "**/*.js.map": true + } +} \ No newline at end of file diff --git a/apps/app/ui-tests-app/css/letter-spacing.xml b/apps/app/ui-tests-app/css/letter-spacing.xml index 7d88709b8..21b3dbb72 100644 --- a/apps/app/ui-tests-app/css/letter-spacing.xml +++ b/apps/app/ui-tests-app/css/letter-spacing.xml @@ -5,14 +5,17 @@