990 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
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
2572cc13f7 Code file exports fixed 2016-03-09 15:04:37 +02:00
25c8bfbb33 Action bar safety checks 2016-03-09 13:23:07 +02:00
6704abbc66 TextField returnPress event will be raised if event KeyCode is ENTER 2016-03-09 11:58:29 +02:00
974cdbd816 Change time only once due to Angular issues. 2016-03-09 09:48:58 +02:00
f5d84419da Hot fix for DatePicker to emit date change only once. 2016-03-08 16:28:21 +02:00
b01f6590bd Merge pull request #1709 from appcela/fix-navigation-entry-transition-android-not-used
Fixed 'NavigationEntry.transitionAndroid' not used bug #1693
2016-03-08 15:54:22 +02:00
9d5296c095 Introducing time property for TimePicker. 2016-03-08 09:07:06 +02:00
3fd32b9d83 fixed 'transitionAndroid' not used bug
see https://github.com/NativeScript/NativeScript/issues/1693 for details.
2016-03-08 00:41:56 +08:00
5b6f960f84 Merge pull request #1694 from NativeScript/atanasovg/fix-actionbar-id
[Android] Fix an issue with id not applied to ActionBar in XML
2016-03-07 17:52:02 +02:00
a8da126edc Merge pull request #1682 from NativeScript/nnikolov/DatePickerDateProperty
Introducing DatePicker date property.
2016-03-07 17:12:16 +02:00
8c6f2c697f Introducing DatePicker date property. 2016-03-07 15:58:36 +02:00
66936ff0c4 Fixes #1691. 2016-03-03 18:03:27 +02:00
13494e3adf Replace reflection calls for native Java arrays with the new implementation from the Runtime. 2016-03-02 18:39:21 +02:00
857b5582b0 Merge pull request #1684 from NativeScript/codefile
Loading of codeFile should not mask exceptions
2016-03-02 13:36:02 +02:00
64a6f08562 Loading of codeFile should not mask exceptions 2016-03-02 11:14:43 +02:00
a30c4e13a0 Fix a crash when using a ProxyViewContainer in ListView item templates.
Not a regular {N} usage scenario, but it can happen with Angular components
which get wrapped in a proxy container.
2016-03-01 17:29:47 +02:00
62940bf858 Merge pull request #1678 from NativeScript/hhristov/fix-android-suspend-resume-app
Fix android application suspend-resume
2016-03-01 17:22:03 +02:00