Commit Graph

2173 Commits

Author SHA1 Message Date
Rossen Hristov
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
vakrilov
9418ab8f63 Method rename 2015-12-14 18:06:37 +02:00
Alexander Vakrilov
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
vakrilov
fdf9c923ad Load fonts from file instead of asset. Fixes fonts loading in ION and livesync 2015-12-14 16:36:38 +02:00
Rossen Hristov
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
Rossen Hristov
b47a648e6c Resolved Issue #1127: Changing ActionBar title after page is loaded does not show the ActionBar 2015-12-14 15:58:17 +02:00
Hristo Deshev
594e4df6c4 Merge pull request #1248 from NativeScript/hdeshev/require-maps
webpack  improvements
2015-12-14 15:39:19 +02:00
Hristo Deshev
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
Vladimir Enchev
ca52f22999 Merge pull request #1246 from NativeScript/howto-fix
How-To page title fixed
2015-12-14 13:38:53 +02:00
Vladimir Enchev
1881240414 How-To page title fixed 2015-12-14 13:15:14 +02:00
Hristo Deshev
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
Hristo Deshev
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
Rossen Hristov
643f9bf901 Merge pull request #1243 from NativeScript/issue-1242
Resolved Issue #1242:  Add Page `showingModally` event.
2015-12-12 17:02:53 +02:00
Rossen Hristov
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
Vladimir Enchev
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
Rossen Hristov
d2c7b9968a Resolved Issue #1242: Add Page showingModally event. 2015-12-12 16:42:23 +02:00
Vladimir Enchev
633c3debab lazy loading code refactored 2015-12-12 16:00:33 +02:00
Rossen Hristov
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
Rossen Hristov
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
Erjan Gavalji
55cbbb977a Update the changelog with the 1.5.1 changes 2015-12-12 10:32:56 +02:00
Rossen Hristov
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
Rossen Hristov
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
Vladimir Enchev
1327f3a094 Merge pull request #1234 from NativeScript/tab-view-item-font-size
default font size fixed
2015-12-11 10:29:19 +02:00
Vladimir Enchev
a2fb0c96be default font size fixed 2015-12-11 10:27:51 +02:00
Erjan Gavalji
c999686508 Merge branch 'ErjanGavalji/fix-test-run' 2015-12-10 15:57:46 +02:00
Erjan Gavalji
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
Rossen Hristov
2c8bc8aed1 Merge pull request #1229 from NativeScript/issue-1223
Resolved Issue #1223: Android views which have complex backgrounds (i…
2015-12-10 15:32:59 +02:00
Vladimir Enchev
a495e22faa Merge pull request #1226 from NativeScript/tabview-font
font-family implemented
2015-12-10 15:11:52 +02:00
Vladimir Enchev
1ae4137b6c Merge pull request #1228 from NativeScript/http-fix
url with % fixed
2015-12-10 15:11:05 +02:00
Rossen Hristov
700818dd28 Resolved Issue #1223: Android views which have complex backgrounds (i.e. with rounded corners) cannot animate opacity. 2015-12-10 14:56:03 +02:00
Vladimir Enchev
66ec3f2f20 url with % fixed
It seems that this url is a special case since url encoding techniques
failed for both ios and android.
For ios:
stringByAddingPercentEscapesUsingEncoding
stringByAddingPercentEncodingWithAllowedCharacters
For android:
java.net.URLEncoder
2015-12-10 14:42:04 +02:00
Nedyalko Nikolov
0e040cdd6d Merge pull request #1227 from NativeScript/nnikolov/LocationDepracated
Location module deprecated.
2015-12-10 14:39:10 +02:00
Nedyalko Nikolov
cfad91d2a6 Location module deprecated. 2015-12-10 14:01:07 +02:00
Vladimir Enchev
3650a6f4fe font-family implemented 2015-12-10 13:52:13 +02:00
Vladimir Enchev
06c164c747 Merge pull request #1224 from NativeScript/globals-fixes
dialogs and timer lazy require
2015-12-09 13:39:30 +02:00
Vladimir Enchev
5f0e3fdc58 dialogs and timer lazy require 2015-12-09 11:47:33 +02:00
dtopuzov
1d70ef09ee Update version to 1.6.0 2015-12-09 10:27:09 +02:00
Nedyalko Nikolov
670d0e11aa Merge pull request #1221 from NativeScript/nnikolov/TwoWayBindingUpdateIssue
Fixed issue with two way binding update.
2015-12-08 17:23:07 +02:00
Nedyalko Nikolov
3c7ed4b85e Fixed issue with two way binding update. 2015-12-08 16:37:48 +02:00
dtopuzov
6ed66b5815 Merge pull request #1219 from NativeScript/hhristov/ios-memory-leak-tests-fix
Made two memory leak tests async so that GC could be triggered.
2015-12-08 15:31:53 +02:00
dtopuzov
f03e970b61 Merge pull request #1220 from NativeScript/globals-fixes
timer and dialogs modules will be loaded lazy
2015-12-08 15:31:27 +02:00
Vladimir Enchev
850f9d76bc timer and dialogs modules will be loaded lazy 2015-12-08 15:01:00 +02:00
Hristo Hristov
d1d6c2221c Fixed android unit-tests 2015-12-08 14:32:14 +02:00
Hristo Hristov
7cf417a123 Made two memory leak tests async so that GC could be triggered. 2015-12-08 14:32:14 +02:00
Alexander Vakrilov
35c5ee8f16 Merge pull request #1215 from NativeScript/feature/add-view-at-index-fix
FIX: Platform specific _addViewCore, ignoring index parameter
2015-12-08 11:48:24 +02:00
vakrilov
c2de8f7ba0 FIX: Platform specific _addViewCore, ignoring index parameter 2015-12-08 11:47:39 +02:00
Vladimir Enchev
a27ad72488 Merge pull request #1214 from NativeScript/font-ios
Font ios
2015-12-08 10:52:26 +02:00
Hristo Deshev
7dd2cd4dfd Merge pull request #1205 from NativeScript/hdeshev/tslint
Upgrade tslint to latest version.
2015-12-07 17:05:17 +02:00
Vladimir Enchev
e9adafda55 resolveFontDescriptor fixed 2015-12-07 16:33:06 +02:00
Vladimir Enchev
98ab3f8b2f Merge pull request #1203 from NativeScript/webviewclient
WebViewClientClass exported
2015-12-07 09:28:42 +02:00