2e15d584c0
Merge pull request #1978 from NativeScript/font-weight
...
Add support for CSS font-weight + sample app for testing fonts
2016-04-18 10:30:21 +03:00
0e57fc795a
Update ui-tests-app
2016-04-15 15:26:27 +03:00
bd687d552a
Add support for CSS font-weight + sample app for testing fonts
...
Resolves #1862
2016-04-15 14:14:00 +03:00
d88e675c51
Merge pull request #1888 from NativeScript/bektchiev/fix-create-file
...
Ensure parent directory when creating a new file
2016-04-14 15:35:24 +03:00
f768fda881
Fixed some slow tests. ( #1968 )
...
Fixed modal page on iOS7.
2016-04-14 15:01:32 +03:00
dcdd0a6b9d
Ensure parent directory when creating a new file
...
createNewFile throws an exception if the parent directory doesn't exist
2016-04-14 14:27:17 +03:00
130780482e
Fix the tests, failing on an Arm device
...
Increase the timeouts of the failing webview tests
Account for fractions in time taken (run result checker)
Specify a skin to improve grid calculations
Modify the duration report to have a strict test pass detection string
2016-04-13 17:01:39 +03:00
c7c593395d
SegmentedBar item titles wrapping fixed. Now similar to iOS.
2016-04-14 09:36:08 +03:00
6c41a1751c
Merge pull request #1959 from NativeScript/ui-tests-app
...
Update ui-tests-app
2016-04-13 06:05:33 -07:00
58e23a6265
Merge pull request #1957 from NativeScript/test-results
...
test-results xml improved
2016-04-13 17:01:43 +04:00
8f5a621c2a
test-results xml improved
2016-04-13 15:30:11 +03:00
f68d94cc00
Update ui-tests-app
2016-04-13 15:16:33 +03:00
9ddba21e90
Merge pull request #1955 from NativeScript/time-picker-android
...
valid time used instead
2016-04-13 16:13:27 +04:00
fbde73f6db
valid time used instead
2016-04-13 13:45:53 +03:00
03f9867e2a
Generic font families system
, sans-serif
and monospace
now correctly resolve the system font when possible on iOS
...
Resolves #1864
2016-04-13 10:38:43 +03:00
a66636fc6b
Improve unit-tests ( #1946 )
...
* Improved unit-tests speed & reliability
* Fixed iOS tests.
Improved message output
2016-04-13 10:28:28 +03:00
f06af80260
TextBase and Button text-decoration and text-transform fixes
2016-04-11 15:56:23 +03:00
ed373fa1c3
Merge pull request #1904 from NativeScript/nikolov/AttributeCssSelectorsFix
...
Fix for using css attribute selector alone.
2016-04-08 13:54:21 +03:00
9a5fd24931
Merge pull request #1911 from NativeScript/ui-tests-app
...
Update ui-tests-app
2016-04-08 03:04:45 -07:00
f031c5b899
Update ui-tests-app
2016-04-08 12:30:54 +03:00
3eb8514e96
Fix for using css attribute selector alone.
2016-04-07 17:04:23 +03:00
ba2a84de6b
Better tracing (logging) of run-time errors.
2016-04-01 17:34:14 +03:00
5297fac2d1
DatePicker tests fix.
2016-03-30 15:53:57 +03:00
b390b6fd4a
Merge pull request #1861 from NativeScript/hdeshev/webpack-transition-imports
...
Work around a webpack bundling fail in transitions by using full imports
2016-03-29 15:34:07 +03:00
ca731205cf
Merge pull request #1860 from NativeScript/text-base-recycling
...
Text transform and decoration updated on binding context changed
2016-03-29 15:10:22 +03:00
56f80f3c5c
Merge pull request #1855 from NativeScript/letter-spacing
...
Letter spacing CSS support added
2016-03-29 15:10:12 +03:00
336379a18e
Fix a randomly failing DatePicker test.
2016-03-29 14:37:33 +03:00
f7a28a90bd
Text transform and decoration updated on binding context changed
2016-03-29 11:22:45 +03:00
1c759649df
Letter spacing CSS support added
2016-03-29 09:45:03 +03:00
20ebb453c4
fixing animation tests
2016-03-25 16:58:56 +02:00
2601a49099
Merge branch 'master' into feature/css-animations-new
2016-03-25 15:39:30 +02:00
073cc94926
implemented CSS animations
...
fixing animation tests
2016-03-25 15:26:48 +02:00
b6e046e884
TransformationMethod set to null in order to apply formattedText
2016-03-25 13:52:36 +02:00
acb3640a39
Test + additional fixes
2016-03-24 17:29:35 +02:00
9daa948887
Allow updates to application CSS rules.
...
Expose an `application.addCss` method and hide `application.cssSelectors`
from end-user typings. Update StyleScope's with new application selectors
on style application.
NOT updating existing controls/views unless reloaded, or forced (via a
change to className, etc).
2016-03-24 14:45:20 +02:00
281cb95fad
Animation error handing improved
2016-03-24 11:09:22 +02:00
ccdc394be4
This adds the ability to Cancel the Animation via the Promise returned via a play command.
2016-03-21 22:52:55 -06:00
fd3784e275
Merge pull request #1815 from NativeScript/view-get-location
...
Add public instance methods to View for getting locations and size
2016-03-21 14:18:51 +02:00
bec22271e1
More adjustments
2016-03-21 13:57:36 +02:00
15f94ce9e3
Increase delta again
2016-03-21 13:27:17 +02:00
d80bc5fc81
Eliminate rounding errors
2016-03-21 13:05:17 +02:00
ebd20370f4
Disable custom transition test on Android 6.9 (API 23)
...
http://stackoverflow.com/questions/33188485/resultindex-is-1-the-polygon-must-be-invalid-adter-addview
2016-03-21 11:37:38 +02:00
220cc627d2
Increase unit test delta to 0.5
2016-03-21 11:36:12 +02:00
131952e1c6
separatorColor snippet added
2016-03-21 10:50:59 +02:00
fe3d176dd6
Add public instance methods to View class for getting locations and sizes
...
Resolves #1760
2016-03-21 10:46:58 +02:00
b1ca9c41ac
Merge pull request #1793 from NativeScript/hhristov/navigation-events
...
Fix navigation events https://github.com/NativeScript/NativeScript/issues/1570
2016-03-18 17:24:16 +02:00
ed090326b1
Additional fixes
2016-03-18 14:57:28 +02:00
6c68423ee9
Update TextBase/Button text
property when formattedText
changes
...
Fixes #1794
2016-03-18 14:17:08 +02:00
2cabf02215
Fixed navigation events
2016-03-18 11:55:52 +02:00
e35a72eedf
Merge pull request #1777 from NativeScript/rgb-and-rgba
...
rgb() and rgba() support added
2016-03-17 14:42:57 +02:00