169cb3115a
Fixed: Change of CSS class during animation execution does not apply on Android
2016-04-18 11:41:10 +03:00
bd687d552a
Add support for CSS font-weight + sample app for testing fonts
...
Resolves #1862
2016-04-15 14:14:00 +03:00
d7fd68b7ac
Merge pull request #1975 from NativeScript/label-line-spacing
...
Fixed #1757
2016-04-15 11:43:57 +03:00
3942171e94
Fixed #1757
2016-04-15 11:38:34 +03:00
ea6a05c0e0
setSingleLine(true) changed to setMaxLines(1) due to caps problems
2016-04-15 11:27:24 +03:00
75bbc755f1
Tslint error fix.
2016-04-15 09:04:02 +03:00
cbca2e6505
Implemented AddChildFromBuilder for SegmentedBar.
2016-04-14 16:00:48 +03:00
f768fda881
Fixed some slow tests. ( #1968 )
...
Fixed modal page on iOS7.
2016-04-14 15:01:32 +03:00
af30ddfc0c
Fix: editable not working when keyboardType is set
2016-04-14 11:56:35 +03:00
fa13b4feaa
Merge pull request #1964 from NativeScript/segmented-bar-no-wrap-android
...
SegmentedBar item titles wrapping fixed. Now similar to iOS.
2016-04-14 11:22:11 +03:00
c7c593395d
SegmentedBar item titles wrapping fixed. Now similar to iOS.
2016-04-14 09:36:08 +03:00
983571c6de
Fixed: animation play count is wrong in iOS
2016-04-13 19:09:05 +03:00
efe9ff90de
Merge pull request #1960 from NativeScript/raikov/align-animation-behavior
...
Aligned the rotate animation behaviour between Android and iOS
2016-04-13 18:02:49 +03:00
4c17efa1a8
Aligned the rotate animation behaviour between Android and iOS
2016-04-13 18:00:17 +03:00
9ddba21e90
Merge pull request #1955 from NativeScript/time-picker-android
...
valid time used instead
2016-04-13 16:13:27 +04:00
7693e3abb7
Merge pull request #1934 from NativeScript/raikov/side-drawer-fix
...
fixed: some transitions in side drawer are not working
2016-04-13 14:25:25 +03:00
fbde73f6db
valid time used instead
2016-04-13 13:45:53 +03:00
ed5903e173
text-transform and text-decoration fixed
2016-04-13 09:56:57 +03:00
77ef1367a0
Merge pull request #1941 from NativeScript/raikov/fix-animation-crash
...
Fixed: There is a crash when executing animations in Android too fast
2016-04-12 14:55:54 +03:00
df2ad08773
Fixed: animations crash on Android
2016-04-12 14:29:46 +03:00
09f095f82e
Modal pages fixed for iOS7
2016-04-12 12:14:59 +03:00
8b3d00df1d
fixed: some transitions in side drawer are not working
2016-04-11 17:49:47 +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
e89def7104
Style properties are now applied on Buttons when no other TextBase elements exist on the page
...
Resolves #1902
2016-04-08 14:28:33 +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
c07fc07348
Fixed: Visual states not working properly when the animation is canceled in Android
2016-04-08 11:35:44 +03:00
3eb8514e96
Fix for using css attribute selector alone.
2016-04-07 17:04:23 +03:00
19acc86e26
Merge pull request #1901 from NativeScript/fix/1893
...
Fixed: CSS animations from the application-wide .css file do not aply
2016-04-06 18:15:46 +03:00
b21c48f3d1
Fixed: CSS animations from the application-wide .css file do not aply
2016-04-06 17:34:07 +03:00
4febe2a87c
FragmentClass instance is cached so that JS part does not die before …
...
* FragmentClass instance is cached so that JS part does not die before native counter part.
* Fix tslint error.
2016-04-06 16:29:08 +03:00
ba2a84de6b
Better tracing (logging) of run-time errors.
2016-04-01 17:34:14 +03:00
9596ae92d9
No iOS UINavigationBar animation for the first Page
2016-03-30 14:11:41 +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
69f3dd101e
Work around a webpack bundling fail in transitions by using full imports.
...
It seems Webpack can't discover aliased modules that relative-import other
aliased modules e.g. "ui/transition", aliased to
"ui/transition/transition.android", not discovering "./slide-transition"
which is aliased to "ui/transition/slide-transition.android.js"
2016-03-29 14:04:27 +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
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
6f29a5ab16
Merge pull request #1847 from NativeScript/button-formatted-text-android-
...
TransformationMethod set to null in order to apply formattedText
2016-03-25 14:31:05 +02:00
b6e046e884
TransformationMethod set to null in order to apply formattedText
2016-03-25 13:52:36 +02:00
429646f392
Fix swipe-back in iOS
2016-03-25 13:45:05 +02:00
acb3640a39
Test + additional fixes
2016-03-24 17:29:35 +02:00
d129dc5904
ShownModally fired when the dialog is actually shown in Android
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
04cb12f86b
Merge pull request #1836 from NativeScript/animate
...
Animation error handing improved
2016-03-24 12:01:51 +02:00
aae41f12d7
Merge pull request #1827 from NativeScript/feature/show-modal-api
...
Page.showModal API extended to accept page instance
2016-03-24 11:35:51 +02:00