2658 Commits

Author SHA1 Message Date
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
86c5fbe17a Merge pull request #1832 from NativeScript/clip-to-bounds-3
Fix onClipToBoundsChanged implementation
2016-03-23 15:01:16 +02:00
0107e2ad61 Fix onClipToBoundsChanged implementation
Resolves #1829
2016-03-23 14:42:23 +02:00
3fd166c423 Merge pull request #1831 from NativeScript/clip-to-bounds-2
Add onSetNativeValue callback for clipToBounds
2016-03-23 14:10:03 +02:00
1fd0440895 Add onSetNativeValue callback for clipToBounds
Resolves #1829
2016-03-23 13:48:56 +02:00
1122c39122 Merge pull request #1830 from NativeScript/clip-to-bounds
Add `LayoutBase.clipToBounds` property
2016-03-23 13:23:01 +02:00
bc6afc2fd2 Add LayoutBase.clipToBounds property
Resolves #1829
2016-03-23 11:55:35 +02:00
9d4aaf92c0 Merge pull request #1824 from NativeScript/vchimev-changelog
Update CHANGELOG.md w/ 1.7.1
2016-03-23 09:54:40 +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
8f256cf67c Update CHANGELOG.md w/ 1.7.1 2016-03-22 15:01:55 +02:00
a527d71cba Merge pull request #1823 from alg/case-fix
Fixes incorrectly formed switch-case statements
2016-03-22 11:48:09 +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
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
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
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
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
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
0681916e11 Merge pull request #1816 from NativeScript/separatorColor
separatorColor snippet added
2016-03-21 10:54:32 +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
3cb0ce0a93 Update README.md 2016-03-21 10:05:59 +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
bfffdcf44e Merge pull request #1796 from NativeScript/nsrange-exception
Fix NSRangeException when typing in a TextField with formatted text
2016-03-18 16:24:01 +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
7458880f28 Merge pull request #1789 from NativeScript/none-transition
Go back with no animation on iOS using the stock "Back" button
2016-03-17 17:34:58 +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
09304b4345 Merge branch 'ErjanGavalji/fix-license-agreements' 2016-03-17 14:52:48 +02:00
266d9f6fc4 Fix the license agreements 2016-03-17 14:50:41 +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
de6c342458 Merge branch 'ErjanGavalji/leave-comments-on-build' 2016-03-17 10:36:03 +02:00
6e6247335e Add RequestPermission to become an Application activity callback like BackPress. (Patch 2/2) 2016-03-16 21:45:31 -06:00
12a82eb5bb Updated copywrite statement
As per legal
2016-03-16 16:12:40 -04:00
cffa79d4cc Updated copywrite statement
As per legal
2016-03-16 16:11:52 -04:00
3126c6b363 Fix the leave comments option of the build
The grunt file respected the --leavecomments option, used when
generating the How-To articles of the API Reference. This was broken with
the passthrough option to grunt-ts.
2016-03-16 17:55:30 +02:00
39cc657154 rgb() and rgba() support added 2016-03-16 16:53:05 +02: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
138291c2c4 Update the Changelog w/ 1.7.0 information 2016-03-16 16:16:55 +02:00