1007 Commits

Author SHA1 Message Date
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
281cb95fad Animation error handing improved 2016-03-24 11:09:22 +02:00
0107e2ad61 Fix onClipToBoundsChanged implementation
Resolves #1829
2016-03-23 14:42:23 +02:00
1fd0440895 Add onSetNativeValue callback for clipToBounds
Resolves #1829
2016-03-23 13:48:56 +02:00
bc6afc2fd2 Add LayoutBase.clipToBounds property
Resolves #1829
2016-03-23 11:55:35 +02:00
93f5a410e3 Merge pull request #1826 from NativeScript/return-press
return press fixed
2016-03-23 09:50:42 +02:00
2fc85a5488 Page.showModal API extended 2016-03-22 16:46:14 +02:00
88e4945fdb return press fixed 2016-03-22 16:08:06 +02:00
2d05687e31 case statements fix 2016-03-22 11:45:01 +03:00
bf9fe0915c Merge pull request #1782 from NathanaelA/Permissions_TNSCore
Adds Android 6.0+ Permissions to NativeScript
2016-03-22 09:45:31 +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
25852e9bc6 Merge pull request #1805 from slavchev/fix-issue-1614
fix issue #1614
2016-03-21 15:51:49 +02:00
d80bc5fc81 Eliminate rounding errors 2016-03-21 13:05:17 +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
e7e271d6e1 fix issue #1614 2016-03-19 11:46:12 +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
a2f20a54b2 Merge pull request #1795 from NativeScript/formatted-text-crash
Update TextBase/Button `text` property when `formattedText` changes
2016-03-18 17:08:38 +02:00
c492d894d5 Fix NSRangeException when typing in a TextField with formatted text
Fixes #1792
2016-03-18 15:27:28 +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
6de1afc2a9 Going back with the stock "Back" button on iOS will now respect the animated setting used when coming to the current page
Fixes #1787
2016-03-17 17:08:39 +02:00
6e6247335e Add RequestPermission to become an Application activity callback like BackPress. (Patch 2/2) 2016-03-16 21:45:31 -06:00
5773dba1f0 Merge pull request #1773 from NativeScript/css-property
Plain component properties now can be applied from CSS
2016-03-16 16:36:05 +02:00
10d0d5c3ce Plain component properties now can be applied from CSS 2016-03-16 16:01:35 +02:00
48704f19f9 Prevent stack overflow when re-applying iOS formatted text after a style property changes
Related to #1078
2016-03-16 09:39:06 +02:00
522c9ee7ed Add source information in the xml builder, print source file as part for veiw.toString 2016-03-15 11:23:51 +02:00
9a92e65e53 dismissSoftInput fixed 2016-03-11 15:30:16 +02:00
3a78ceacef event check 2016-03-11 10:56:52 +02:00
3c11dc7012 Merge pull request #1689 from vbresults/master
Added Support for WebView Navigation Types
2016-03-10 09:59:52 +02:00
0cf97963b8 Added WebView Navigation Type Support 2016-03-10 07:42:59 +00:00
f8d1f5c115 Merge pull request #1728 from NativeScript/feature/action-bar-fix
Action bar safety checks in property changed events
2016-03-09 14:47:44 +01:00
6fae09e0c0 Merge pull request #1730 from NativeScript/code-file
Code file exports fixed
2016-03-09 15:47:21 +02:00
da556d6b8d Merge pull request #1724 from NativeScript/nnikolov/TimePickerHotFixAngular
Change time only once due to Angular issues.
2016-03-09 15:43:44 +02:00