04b9b39c65
Fix doc snippets. ( #3882 )
...
* Remove a duplicate snippet: image-create-datauri
* Remove a reference to a missing snippet: console-dump
* Readd a missing snippet: imagesource-resname
* Fix a broken snippet reference: timer-set-ten
* Fix a broken snippet reference: timer-set-fifty
2017-03-28 11:04:37 +03:00
1dfc3da1cb
Update Modules30Changes.md
2017-03-28 10:54:01 +03:00
7acf39860a
Merge pull request #3867 from NativeScript/pete/fix-mime-type-network-agent
...
Android Network Agent fix
2017-03-27 08:56:43 +03:00
31063ee732
Merge pull request #3868 from NativeScript/breaking-changes-md
...
Breaking changes
2017-03-24 16:13:19 +02:00
92e86a3654
Breaking changes
2017-03-24 16:12:10 +02:00
c4dd3782d5
Fix unhandled rejection warnings in keyframe animations.
2017-03-24 15:28:29 +02:00
b89951845b
Fix CSS animations for elements that have not been loaded yet.
...
- Always apply animations even if it happens before the loaded event.
- Add an extra check for Android LinearInterpolator to get rid of a
curve resolution crash.
2017-03-24 15:28:29 +02:00
8f621a0df0
check if mimeType is defined before assuming the response's Document type
2017-03-24 14:27:23 +02:00
b902aeae10
Merge pull request #3841 from NativeScript/get-default-set-native
...
Split get/set native switched to two methods - getDefault and setNative
2017-03-22 17:05:08 +02:00
2b28730011
Split get/set native to getDefault setNative
2017-03-22 16:37:52 +02:00
a777e16191
Merge pull request #3852 from NativeScript/tsenov/uitests-tabview
...
Update tabView page
2017-03-22 13:25:28 +02:00
3d58058a46
Update tabView page
2017-03-22 11:59:21 +02:00
cc1678231e
Merge pull request #3845 from NativeScript/vchimev-changelog
...
Update changelog for 2.5.1 and 2.5.2
2017-03-22 09:15:28 +02:00
ac610b625d
Update changelog for 2.5.1 and 2.5.2
2017-03-21 17:27:14 +02:00
0b9b6e5a61
Merge pull request #3844 from NativeScript/list-picker-coerse
...
List picker coerse
2017-03-21 17:00:14 +02:00
ef7d9155b2
Fix: ListPicker selected index coercing
2017-03-21 16:59:47 +02:00
8e6b510566
Merge pull request #3843 from NativeScript/web-view
...
FIX: WebView not showing in gallery app
2017-03-21 16:59:05 +02:00
e7e87f70e8
Merge pull request #3840 from NativeScript/pete/fix-android-console
...
Fix: attach android console implementation always when snapshot is enabled
2017-03-21 16:43:51 +02:00
c72ec09fe0
FIX: WebView not showing in gallery app
2017-03-21 16:24:05 +02:00
f8b13acce6
Label textWrap fix for iOS ( #3842 )
2017-03-21 15:33:52 +02:00
9b47fff54a
Fix clip-path for iOS ( #3839 )
2017-03-21 15:14:42 +02:00
92723d176b
Livesync reloads css ( #3835 )
2017-03-21 13:04:50 +02:00
317781781b
attach android console implementation always when android snapshot is enabled
2017-03-21 11:34:06 +02:00
c8803f8147
Merge pull request #3815 from NativeScript/pete/fix-android-console
...
Always attach console implementation on android
2017-03-21 08:27:26 +02:00
d258b33b34
Merge pull request #3836 from NativeScript/list-view-default-binding
...
FIX: Be able to bind list view.items to string
2017-03-20 17:51:40 +02:00
291207fa36
FIX: Be able to bind list view.items to string
2017-03-20 17:21:40 +02:00
de7e787283
always attach console implementation on android
2017-03-20 16:59:27 +02:00
9d67e44cdf
Work around an issue with webpack's extension resolution.
...
Not resolving ../utils imports.
2017-03-20 16:12:10 +02:00
fe54ac6ead
Layout round instead of ceiling ( #3833 )
...
* Layout round instead of cailing
Add helper method to layout module to convert to/from dips to px and measure the native view
whiteSpace affects layout added for iOS
Fix bug in switch onMeasure implementation
Fix bug in cssValueToDevicePixels iOS implementation
ActionBar for iOS is measured with AT_MOST modifier
* Fix switch measure routine
2017-03-20 16:11:16 +02:00
f165382bb7
Apply gravity in android if LayoutParams have gravity field. ( #3814 )
...
ActionBar titleView aligments are applied only if no alignment are set to titleView and after view is added to visual tree otherwise they were reset in addView method
2017-03-20 15:09:23 +02:00
6398cbdec9
Merge pull request #3821 from NativeScript/ios-clip-to-bounds
...
Always set clipToBounds for images, list-view and scroll-view
2017-03-17 17:31:58 +02:00
f29f7cb607
Always set clipToBounds for images, list-view and scroll-view
2017-03-17 15:22:59 +02:00
cc96fd0cfe
Merge pull request #3796 from NativeScript/pete/android-network-agent
...
Network Agent implementation (Android)
2017-03-17 13:35:53 +02:00
69e596ba51
Merge pull request #3819 from NativeScript/niliev/cookbook
...
Cookbook typo
2017-03-17 11:38:52 +02:00
a09320295e
typo
2017-03-17 11:04:03 +02:00
290a771ea1
add calls to the network agent (Chrome DevTools) inside http-request.android when making http requests if debugging is enabled
2017-03-17 09:44:25 +02:00
288cd031cd
Merge pull request #3817 from NativeScript/hint-test-typo
...
FIX: Typo fix
2017-03-16 16:49:18 +02:00
636a3f5036
Fix ios px not converted to dip for sizeThatFits ( #3816 )
2017-03-16 16:41:38 +02:00
0ec8563a20
FIX: Typo fix
2017-03-16 16:34:19 +02:00
3db17a4a1b
Remove unused parameter in android list view recycling callbacks.
2017-03-16 15:54:59 +02:00
308fa55e02
Fix disappearing list item styles when navigating back to a page.
...
Do not clear style scope on unload event. Do it when removing child
views instead.
2017-03-16 15:54:59 +02:00
3ea7365871
fix(animations): register both style's "name" and "cssName" ( #3810 )
2017-03-16 15:20:08 +02:00
4e6952526b
Merge pull request #3807 from NativeScript/vchimev-test
...
Update borderRadius of pixels test page
2017-03-16 11:58:36 +02:00
badb54e63d
Update borderRadius of pixels test page
2017-03-16 10:36:42 +02:00
57bad3f6ff
Merge pull request #3804 from NativeScript/borders-clip
...
Borders clip
2017-03-16 09:43:11 +02:00
957a64885f
Merge pull request #3803 from NativeScript/hhristov/label-single-line
...
Made label to be single line again
2017-03-15 19:21:33 +02:00
3aa7a530d4
Merge pull request #3799 from NativeScript/fix-rounding
...
All units ceil up, except percents that do round
2017-03-15 19:20:54 +02:00
5e4596f3bd
Merge pull request #3801 from NativeScript/vchimev-test
...
Add pixels perfect test page
2017-03-15 19:20:30 +02:00
4196b9e50b
Apply clip when there are any borders in ios
2017-03-15 18:26:59 +02:00
d9d0b7b072
Tests minor changes
2017-03-15 18:26:59 +02:00