Commit Graph

3866 Commits

Author SHA1 Message Date
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
Rossen Hristov
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
Rossen Hristov
220cc627d2 Increase unit test delta to 0.5 2016-03-21 11:36:12 +02:00
Vladimir Enchev
0681916e11 Merge pull request #1816 from NativeScript/separatorColor
separatorColor snippet added
2016-03-21 10:54:32 +02:00
Vladimir Enchev
131952e1c6 separatorColor snippet added 2016-03-21 10:50:59 +02:00
Rossen Hristov
fe3d176dd6 Add public instance methods to View class for getting locations and sizes
Resolves #1760
2016-03-21 10:46:58 +02:00
Valentin Stoychev
3cb0ce0a93 Update README.md 2016-03-21 10:05:59 +02:00
Mihail Slavchev
e7e271d6e1 fix issue #1614 2016-03-19 11:46:12 +02:00
Hristo Hristov
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
Rossen Hristov
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
Rossen Hristov
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
Rossen Hristov
c492d894d5 Fix NSRangeException when typing in a TextField with formatted text
Fixes #1792
2016-03-18 15:27:28 +02:00
Rossen Hristov
ed090326b1 Additional fixes 2016-03-18 14:57:28 +02:00
Rossen Hristov
6c68423ee9 Update TextBase/Button text property when formattedText changes
Fixes #1794
2016-03-18 14:17:08 +02:00
Hristo Hristov
2cabf02215 Fixed navigation events 2016-03-18 11:55:52 +02:00
Rossen Hristov
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
Rossen Hristov
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
Erjan Gavalji
09304b4345 Merge branch 'ErjanGavalji/fix-license-agreements' 2016-03-17 14:52:48 +02:00
Erjan Gavalji
266d9f6fc4 Fix the license agreements 2016-03-17 14:50:41 +02:00
Vladimir Enchev
e35a72eedf Merge pull request #1777 from NativeScript/rgb-and-rgba
rgb() and rgba() support added
2016-03-17 14:42:57 +02:00
Erjan Gavalji
de6c342458 Merge branch 'ErjanGavalji/leave-comments-on-build' 2016-03-17 10:36:03 +02:00
Nathanael Anderson
6e6247335e Add RequestPermission to become an Application activity callback like BackPress. (Patch 2/2) 2016-03-16 21:45:31 -06:00