2197 Commits

Author SHA1 Message Date
90f462d787 Frame: navigateCore: The Error Lies 2015-12-23 17:09:52 +02:00
9919eaf5fa Merge pull request #1279 from NativeScript/hdeshev/global-lazy
More reliable global objects lazy loader.
2015-12-22 18:17:34 +02:00
d5a90b4ad2 Merge pull request #1285 from NativeScript/feature/action-item-page
Implement page property for ActionItem
2015-12-22 17:14:48 +02:00
04155368dd Implement page property for ActionItem 2015-12-22 16:48:46 +02:00
16c5228137 Merge pull request #1286 from NativeScript/stylers
stylers removed
2015-12-22 16:43:54 +02:00
d50e2fdb37 stylers removed 2015-12-22 16:12:18 +02:00
18c75d2ba1 Fix zone.js patches by avoiding multiple global moduleMerge's.
The previous implementation was calling moduleMerge multiple times for a
required module if it had more than one configured global lazy-loaded
functions/properties. We now keep tracked of merged modules and merge only
the first time.
2015-12-22 15:01:45 +02:00
e458a94191 Merge pull request #1277 from NativeScript/platform-language
Fixed #758
2015-12-21 11:39:37 +02:00
90a540da6f Merge pull request #1276 from NativeScript/Make-modules-valid-tns-plugin
Make tns-core-modules valid {N} plugin
2015-12-21 11:27:00 +02:00
2cbc72c798 Fixed #758 2015-12-21 10:46:29 +02:00
0f245f355b Make tns-core-modules valid {N} plugin 2015-12-21 09:34:32 +02:00
0f7559e40c Merge pull request #1261 from NativeScript/nnikolov/BindingGetsPropertiesTooManyTimes
Fixed getting object properties too many times.
2015-12-18 16:32:52 +02:00
5e440ab924 Fixed getting object properties too many times. 2015-12-18 16:01:32 +02:00
04b13beb04 Merge branch 'ErjanGavalji/fix-travis-build' 2015-12-18 15:01:53 +02:00
d897849be4 Set TravisCI use nodejs 4.2.3 (LTS) 2015-12-18 14:57:00 +02:00
5f18480309 Increase the version of nodejs used to 4.2.2 2015-12-18 14:52:27 +02:00
062bbbde0b Add an npm install step so that local grunt gets found 2015-12-18 14:50:24 +02:00
22af9e8199 Merge pull request #1256 from NativeScript/lazy-require
lazy requires implemented in various modules
2015-12-18 09:48:42 +02:00
2b4fc2da0c Merge pull request #1264 from NativeScript/hhristov/widgets-as-plugin
Added dependency to widgets in package.json
2015-12-17 17:54:59 +02:00
074ac89871 imports improved 2015-12-17 14:53:46 +02:00
cbf69e60e8 Merge pull request #1263 from NativeScript/issue-518
Fixed Issue #518:  Allow ActionItems to be directly specified between…
2015-12-17 11:03:10 +02:00
3a9a4fb233 Added dependency to widgets in package.json 2015-12-16 17:17:03 +02:00
a1ca4073c2 Merge pull request #1257 from NativeScript/hhristov/layout-percents-support
Implemented percent support for width, height and margins
2015-12-16 16:49:20 +02:00
1bd52efddb Fixed Issue #518: Allow ActionItems to be directly specified between the ActionBar opening and closing tags. 2015-12-16 16:37:35 +02:00
1dbb742908 Implemented percent support for width, height and margins 2015-12-15 14:36:27 +02:00
9418ab8f63 Method rename 2015-12-14 18:06:37 +02:00
942dfb1ddd Merge pull request #1251 from NativeScript/feature/fonts-load-from-app
Load fonts from file instead of asset. Fixes fonts loading in ION and…
2015-12-14 17:49:39 +02:00
fdf9c923ad Load fonts from file instead of asset. Fixes fonts loading in ION and livesync 2015-12-14 16:36:38 +02:00
d0e1766b42 Merge pull request #1250 from NativeScript/issue-1127
Resolved Issue #1127: Changing ActionBar title after page is loaded d…
2015-12-14 16:30:57 +02:00
b47a648e6c Resolved Issue #1127: Changing ActionBar title after page is loaded does not show the ActionBar 2015-12-14 15:58:17 +02:00
594e4df6c4 Merge pull request #1248 from NativeScript/hdeshev/require-maps
webpack  improvements
2015-12-14 15:39:19 +02:00
648e4d216d Add utils/module-loader - a mechanism to resolve modules at runtime.
Exposes a module registration API, that webpack users can use to bundle
"dynamic" modules that are required through some variable.

Falls back to the require API if no module is registered.

Reworked dynamic `require` code to use module-loader:

- navigation: ui/frame.
- XML UI build ui/builder/builder and ui/builder/component-builder.
- module on-demand loads in global functions: globals.
2015-12-14 14:41:16 +02:00
ca52f22999 Merge pull request #1246 from NativeScript/howto-fix
How-To page title fixed
2015-12-14 13:38:53 +02:00
1881240414 How-To page title fixed 2015-12-14 13:15:14 +02:00
6a37218ace Make knownFolders.currentApp default to __dirname.
In cases where we can't find a `tns_modules` subfolder (webpack, etc),
assume the current dir is the app dir.
2015-12-14 13:06:45 +02:00
fa264d9374 Make polymer-expressions/path-parser a simple CommonJS module.
The weird module.exports code broke the webpack parser.
2015-12-14 13:06:45 +02:00
643f9bf901 Merge pull request #1243 from NativeScript/issue-1242
Resolved Issue #1242:  Add Page `showingModally` event.
2015-12-12 17:02:53 +02:00
9fe6d9e69f Merge pull request #1241 from NativeScript/unfix-1223
Reverted the changes made with commit 700818d (Resolves Issue #1223).…
2015-12-12 17:02:41 +02:00
7410974f76 Merge pull request #1237 from NativeScript/fetch-xhr-lazy-load
fetch and xhr lazy loaded into global context
2015-12-12 16:42:56 +02:00
d2c7b9968a Resolved Issue #1242: Add Page showingModally event. 2015-12-12 16:42:23 +02:00
633c3debab lazy loading code refactored 2015-12-12 16:00:33 +02:00
1c59f7706d Added nativeView.setLayerType(android.view.View.LAYER_TYPE_HARDWARE, null); for complex backgrounds on API Level > 18. (Resolves #1223) 2015-12-12 15:33:04 +02:00
f732224248 Reverted the changes made with commit 700818d (Resolves Issue #1223). Use this to fix visual glitches: view.android.setLayerType(android.view.View.LAYER_TYPE_HARDWARE, null); 2015-12-12 15:14:04 +02:00
55cbbb977a Update the changelog with the 1.5.1 changes 2015-12-12 10:32:56 +02:00
eda2f3f4dd Merge pull request #1236 from NativeScript/issue-1235
Fixed Issue ##1235: ObservableArray does not raise its `change` event…
2015-12-11 14:12:41 +02:00
1717b33622 Fixed Issue ##1235: ObservableArray does not raise its change event when its `length' property is set. 2015-12-11 13:21:12 +02:00
1327f3a094 Merge pull request #1234 from NativeScript/tab-view-item-font-size
default font size fixed
2015-12-11 10:29:19 +02:00
a2fb0c96be default font size fixed 2015-12-11 10:27:51 +02:00
c999686508 Merge branch 'ErjanGavalji/fix-test-run' 2015-12-10 15:57:46 +02:00
b2dc358edd Fix the test run on iOS
The test failed due to a huge output by the `tns platform add ios`
command. Change the grunt `exec` task to `shell` and specify max
length.
2015-12-10 15:50:18 +02:00