Alexander Vakrilov
7a1f1b2b80
Merge pull request #3891 from NativeScript/tab-view-text-transform
...
Initial value for text transform
2017-03-31 09:57:56 +03:00
Hristo Hristov
15e4d6a230
ActionBar wasn’t applying native setters becasue it was missing nativeView ( #3910 )
2017-03-30 18:38:48 +03:00
vakrilov
be85af4a0d
Text transform - no default value
2017-03-30 18:35:55 +03:00
Alexander Vakrilov
12a03347ab
Merge pull request #3856 from NativeScript/delete-special-properties
...
special-properties module removed
2017-03-30 13:39:05 +03:00
Alexander Vakrilov
23c7d84105
Merge pull request #3897 from NativeScript/etabakov/fix-wrong-example
...
Fix wrong example of Quotes usage
2017-03-30 13:38:45 +03:00
dtopuzov
8b799378c6
Merge pull request #3894 from NativeScript/hhristov/fix-ts-compile-error
...
Remove imports from some d.ts unit-tests
2017-03-30 09:39:13 +03:00
Nikolay Tsonev
ea954cf79d
Merge pull request #3899 from EddyVerbruggen/eddyverbruggen/issue-3898-ios-requestheader-useragent
...
iOS http-request header User-Agent always reports iOS 6
2017-03-30 08:52:06 +03:00
eddyverbruggen@gmail.com
f196adac7c
#3898 iOS http-request header User-Agent always reports iOS 6
2017-03-29 18:14:51 +02:00
Emil Tabakov
05fe7d4f7c
Fix broken formatting
2017-03-29 18:52:29 +03:00
Emil Tabakov
6a7adbf43b
Fix wrong example of Quotes usage
2017-03-29 18:33:10 +03:00
Hristo Hristov
9f0f3b1a5d
Remove imports from some d.ts unit-tests
2017-03-29 17:23:50 +03:00
Vasil Chimev
7135ef23f6
Update npm tag
2017-03-29 17:10:06 +03:00
Hristo Hristov
29e07dd027
Hhristov/fix tab view selected index ( #3893 )
...
* fix button ios color property when textDecoration is applied
* Button ios color set on titleLabel
* Coerce tabView selectedIndex after native items are set
2017-03-29 16:39:54 +03:00
Vasil Chimev
86b9be340a
Merge pull request #3885 from NativeScript/hhristov/recycle-native-view-android
...
hhristov/recycle native view android
v3.0.0-rc.1
2017-03-28 21:52:21 +03:00
Hristo Hristov
e6250e718a
Disable recycling of native views
...
createNativeView will set iOS nativeView if it is null/undefined
2017-03-28 18:08:59 +03:00
Hristo Hristov
84e726e6b9
Resolving comments
2017-03-28 18:08:59 +03:00
Hristo Hristov
c18a76c93a
rename:
...
_createNativeView to createNativeView;
_initNativeView to initNativeView
_disposeNativeView to disposeNativeView
_resetNativeView to resetNativeView
2017-03-28 18:08:59 +03:00
Hristo Hristov
f2898f84d5
NativeView recycled for android
2017-03-28 18:08:59 +03:00
Hristo Hristov
5e555bcfd4
More application module changes
2017-03-28 17:55:44 +03:00
Panayot Cankov
100d75553c
Merge pull request #3888 from NativeScript/fix-font-3654
...
An android bug in v23 makes line height incorrect for issue 3654, clearing font size to make testing easier
2017-03-28 17:20:20 +03:00
Panayot Cankov
36e89d86b7
An android bug in v23 makes line height incorrect for issue 3654, clearing font size to make testing easier
2017-03-28 14:23:09 +03:00
Hristo Hristov
d0130a0334
listener is now field on ImageView ( #93 )
2017-03-28 13:06:50 +03:00
Hristo Deshev
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
Alexander Vakrilov
1dfc3da1cb
Update Modules30Changes.md
2017-03-28 10:54:01 +03:00
Peter Kanev
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
Alexander Vakrilov
31063ee732
Merge pull request #3868 from NativeScript/breaking-changes-md
...
Breaking changes
2017-03-24 16:13:19 +02:00
vakrilov
92e86a3654
Breaking changes
2017-03-24 16:12:10 +02:00
Hristo Deshev
c4dd3782d5
Fix unhandled rejection warnings in keyframe animations.
2017-03-24 15:28:29 +02:00
Hristo Deshev
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
Peter Kanev
8f621a0df0
check if mimeType is defined before assuming the response's Document type
2017-03-24 14:27:23 +02:00
Dick Smith
73ead078fc
Fix #3860
2017-03-23 15:42:49 -04:00
vakrilov
adf0eac9fb
special-properties module removed
2017-03-23 11:53:49 +02:00
Nathanael Anderson
053e3071b7
Fix for ImageResizer crashing the application when a broken image is retrieved... ( #72 )
2017-03-23 10:42:02 +02:00
Panayot Cankov
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
Panayot Cankov
2b28730011
Split get/set native to getDefault setNative
2017-03-22 16:37:52 +02:00
SvetoslavTsenov
a777e16191
Merge pull request #3852 from NativeScript/tsenov/uitests-tabview
...
Update tabView page
2017-03-22 13:25:28 +02:00
SvetoslavTsenov
3d58058a46
Update tabView page
2017-03-22 11:59:21 +02:00
Alexander Vakrilov
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
vchimev
ac610b625d
Update changelog for 2.5.1 and 2.5.2
2017-03-21 17:27:14 +02:00
Alexander Vakrilov
0b9b6e5a61
Merge pull request #3844 from NativeScript/list-picker-coerse
...
List picker coerse
2017-03-21 17:00:14 +02:00
vakrilov
ef7d9155b2
Fix: ListPicker selected index coercing
2017-03-21 16:59:47 +02:00
Alexander Vakrilov
8e6b510566
Merge pull request #3843 from NativeScript/web-view
...
FIX: WebView not showing in gallery app
2017-03-21 16:59:05 +02:00
Alexander Vakrilov
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
vakrilov
c72ec09fe0
FIX: WebView not showing in gallery app
2017-03-21 16:24:05 +02:00
Hristo Hristov
f8b13acce6
Label textWrap fix for iOS ( #3842 )
2017-03-21 15:33:52 +02:00
Hristo Hristov
9b47fff54a
Fix clip-path for iOS ( #3839 )
2017-03-21 15:14:42 +02:00
Hristo Hristov
92723d176b
Livesync reloads css ( #3835 )
2017-03-21 13:04:50 +02:00
Peter Kanev
317781781b
attach android console implementation always when android snapshot is enabled
2017-03-21 11:34:06 +02:00
Peter Kanev
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
Alexander Vakrilov
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