Commit Graph

3437 Commits

Author SHA1 Message Date
Aleksey Gureiev
d3849f2a9b added an option to specify custom typedoc theme 2016-03-28 10:44:52 +03:00
Nathan Walker
3ef45c1984 fix(es6): objectcontstructor assign 2016-03-25 10:44:58 -07:00
tzraikov
b69680cbf3 Merge pull request #1843 from NativeScript/feature/css-animations-new
implemented CSS animations
2016-03-25 17:30:01 +02:00
Tsvetan Raikov
20ebb453c4 fixing animation tests 2016-03-25 16:58:56 +02:00
Tsvetan Raikov
2601a49099 Merge branch 'master' into feature/css-animations-new 2016-03-25 15:39:30 +02:00
Tsvetan Raikov
073cc94926 implemented CSS animations
fixing animation tests
2016-03-25 15:26:48 +02:00
Panayot Cankov
fbf9dd5a72 Merge pull request #1839 from NativeScript/cankov/navigation-fail-after-resume
Resumed activities should be marked as foreground
2016-03-25 15:23:38 +02:00
Panayot Cankov
fd4285ac2c Remove redundant check 2016-03-25 14:55:27 +02:00
Vasil Chimev
d70ee741b7 Update tns-core-modules-widgets dependency 2016-03-25 14:48:06 +02:00
Vladimir Enchev
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
Hristo Hristov
344aac9c41 Merge pull request #1848 from NativeScript/hhristov/ios-swipe-back
Fix swipe-back in iOS
2016-03-25 14:12:07 +02:00
Vladimir Enchev
b6e046e884 TransformationMethod set to null in order to apply formattedText 2016-03-25 13:52:36 +02:00
Hristo Hristov
429646f392 Fix swipe-back in iOS 2016-03-25 13:45:05 +02:00
Panayot Cankov
e0f52b1031 Merge pull request #1841 from NativeScript/cankov/grunt-inplace-sourcemaps
The 'grunt inplace' build generate source maps
2016-03-25 13:33:03 +02:00
Alexander Vakrilov
f42b13322a Merge pull request #1838 from NativeScript/feature/modal-dialog-imprvements
ShownModally fired when the dialog is actually shown in Android
2016-03-24 18:01:58 +02:00
vakrilov
acb3640a39 Test + additional fixes 2016-03-24 17:29:35 +02:00
vakrilov
d129dc5904 ShownModally fired when the dialog is actually shown in Android 2016-03-24 17:29:35 +02:00
Vladimir Enchev
8b07d02091 Merge pull request #1840 from NativeScript/http-headers
Attempt to read headers with duplicate keys using different approach
2016-03-24 17:14:14 +02:00
Panayot Cankov
9b2f72267c The 'grunt inplace' build will generate source maps now 2016-03-24 17:12:31 +02:00
Vladimir Enchev
86274bd660 Attempt to read headers with duplicate keys using different approach 2016-03-24 15:51:09 +02:00
Vladimir Enchev
a05ce51cbb Merge pull request #1837 from NativeScript/imageNamed
Attempt to load at least jpg images for versions lower than 9
2016-03-24 15:19:18 +02:00
Vladimir Enchev
50b83dab61 Attempt to load at least jpg images for versions lower than 9 2016-03-24 15:16:26 +02:00
Hristo Deshev
bbfd5a6867 Merge pull request #1834 from NativeScript/hdeshev/application-css-update
Allow updates to application CSS rules.
2016-03-24 15:10:56 +02:00
Panayot Cankov
8651143860 Resumed activities should be marked as foreground 2016-03-24 15:04:23 +02:00
Hristo Deshev
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
Vladimir Enchev
04cb12f86b Merge pull request #1836 from NativeScript/animate
Animation error handing improved
2016-03-24 12:01:51 +02:00
Alexander Vakrilov
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
Vladimir Enchev
281cb95fad Animation error handing improved 2016-03-24 11:09:22 +02:00
Rossen Hristov
86c5fbe17a Merge pull request #1832 from NativeScript/clip-to-bounds-3
Fix onClipToBoundsChanged implementation
2016-03-23 15:01:16 +02:00
Rossen Hristov
0107e2ad61 Fix onClipToBoundsChanged implementation
Resolves #1829
2016-03-23 14:42:23 +02:00
Rossen Hristov
3fd166c423 Merge pull request #1831 from NativeScript/clip-to-bounds-2
Add onSetNativeValue callback for clipToBounds
2016-03-23 14:10:03 +02:00
Rossen Hristov
1fd0440895 Add onSetNativeValue callback for clipToBounds
Resolves #1829
2016-03-23 13:48:56 +02:00
Rossen Hristov
1122c39122 Merge pull request #1830 from NativeScript/clip-to-bounds
Add `LayoutBase.clipToBounds` property
2016-03-23 13:23:01 +02:00
Rossen Hristov
bc6afc2fd2 Add LayoutBase.clipToBounds property
Resolves #1829
2016-03-23 11:55:35 +02:00
Vladimir Enchev
9d4aaf92c0 Merge pull request #1824 from NativeScript/vchimev-changelog
Update CHANGELOG.md w/ 1.7.1
2016-03-23 09:54:40 +02:00
Vladimir Enchev
93f5a410e3 Merge pull request #1826 from NativeScript/return-press
return press fixed
2016-03-23 09:50:42 +02:00
vakrilov
2fc85a5488 Page.showModal API extended 2016-03-22 16:46:14 +02:00
Vladimir Enchev
88e4945fdb return press fixed 2016-03-22 16:08:06 +02:00
Vasil Chimev
8f256cf67c Update CHANGELOG.md w/ 1.7.1 2016-03-22 15:01:55 +02:00
Vladimir Enchev
a527d71cba Merge pull request #1823 from alg/case-fix
Fixes incorrectly formed switch-case statements
2016-03-22 11:48:09 +02:00
Aleksey Gureiev
2d05687e31 case statements fix 2016-03-22 11:45:01 +03:00
Vladimir Enchev
bf9fe0915c Merge pull request #1782 from NathanaelA/Permissions_TNSCore
Adds Android 6.0+ Permissions to NativeScript
2016-03-22 09:45:31 +02:00
Rossen Hristov
2c6762ca05 Merge pull request #1821 from NathanaelA/Animation_Promise_Cancel
This adds the ability to Cancel the Animation via the Promise returned
2016-03-22 09:44:32 +02:00
Nathanael Anderson
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
Mihail Slavchev
25852e9bc6 Merge pull request #1805 from slavchev/fix-issue-1614
fix issue #1614
2016-03-21 15:51:49 +02:00
Rossen Hristov
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
Rossen Hristov
bec22271e1 More adjustments 2016-03-21 13:57:36 +02:00
Rossen Hristov
15f94ce9e3 Increase delta again 2016-03-21 13:27:17 +02:00
Rossen Hristov
85752d790b Merge pull request #1817 from NativeScript/android-6-transitions
Disable custom transition test on Android 6.9 (API 23)
2016-03-21 13:05:34 +02:00
Rossen Hristov
d80bc5fc81 Eliminate rounding errors 2016-03-21 13:05:17 +02:00