|
dca52bb8fd
|
Merge pull request #3988 from NativeScript/fix-autocapitalization-type
FIX: Crash when setting autocapitalizationType=allCharacters in xml
|
2017-04-13 13:09:46 +03:00 |
|
|
4b98db0643
|
Property values should be lowercased to pass validation.
|
2017-04-13 11:22:45 +03:00 |
|
|
577d011166
|
Merge pull request #3982 from NativeScript/remove-getColor
Remove getColor form utils.d.ts
|
2017-04-13 11:10:44 +03:00 |
|
|
f66d6b0c5e
|
Merge pull request #3984 from NativeScript/fix-btn-align-reset
Fix: TextAlign initial value
|
2017-04-13 11:10:34 +03:00 |
|
|
a6909da543
|
Fix: TextAlign initial value
|
2017-04-12 17:43:40 +03:00 |
|
|
81aa5d2795
|
Remove getColor form utils.d.ts
|
2017-04-12 17:25:54 +03:00 |
|
|
9aadf14685
|
Merge pull request #3980 from NativeScript/web-view-query-params
Web view query params
|
2017-04-12 13:58:41 +03:00 |
|
|
800efe21df
|
SegmentedBarItem and nativeView remarks
|
2017-04-12 13:58:03 +03:00 |
|
|
20bf5b77cd
|
Merge pull request #3966 from NativeScript/niliev/snippet-fix
Fixing broken snippets in documentation
|
2017-04-12 13:19:36 +03:00 |
|
|
7108fc6954
|
Merge pull request #3979 from NativeScript/fix-ios-zero-scale
Setting scale to 0 in iOS was actually using 0, it will now use 1e-6
|
2017-04-12 11:12:58 +03:00 |
|
|
837871a3c9
|
Merge pull request #3977 from NativeScript/fix-initial-animations
Inital animations were not played in android
|
2017-04-12 11:12:26 +03:00 |
|
|
108f4c287d
|
Inital animations were not played in android, since CSS in android is now applied before the native view is created/assigned
|
2017-04-12 10:40:45 +03:00 |
|
|
e9327e887d
|
Respect query params in web-view
|
2017-04-12 10:38:26 +03:00 |
|
|
33cb3e2c2f
|
Test page
|
2017-04-12 10:33:11 +03:00 |
|
|
078bd48909
|
Scaling to zero should be avoided in iOS as the underlying system won't be able to decompose the resulting affine matrix, but in cases of 0 we were setting it to 1, we will now set it to 1e-6.
|
2017-04-12 10:30:53 +03:00 |
|
|
6c72c07f3a
|
uncommented code snippet
|
2017-04-11 11:50:43 +03:00 |
|
|
4069bcea02
|
Merge pull request #3958 from NativeScript/property-change-old-value
Property change notifications raise value and oldValue
|
2017-04-11 10:15:46 +03:00 |
|
|
1666aa9431
|
related to https://github.com/NativeScript/docs/issues/336
|
2017-04-10 14:15:16 +03:00 |
|
|
17b6f1c5f6
|
Property change notifications raise value and oldValue
|
2017-04-07 17:12:39 +03:00 |
|
|
e5018c72f4
|
Merge pull request #3953 from NativeScript/ios-nav-title
Ensure navigation title view is removed if undefined
|
2017-04-07 14:43:48 +03:00 |
|
|
7b33e9c896
|
Merge pull request #3954 from NativeScript/animations-reset
Fix animation's "Reset"
|
2017-04-07 10:55:13 +03:00 |
|
|
92d015b8d8
|
Animations were always played as keyframes and kept overriding the local values. Android setAlpha has deprecated int overload, now it is guided to use the float one. Android background color was animated using css values instead of local or the keyframe one.
|
2017-04-06 14:50:40 +03:00 |
|
|
a598e2c90a
|
Ensure navigation title view is removed if undefined
|
2017-04-06 13:21:23 +03:00 |
|
|
70ae742f00
|
Merge pull request #3940 from NativeScript/web-view-nav-type
WebView NavigationType converted to type
|
2017-04-06 13:04:47 +03:00 |
|
|
979c2fe850
|
Feature: New Dialog-Prompt-Input-Type for E-Mails (#3905)
* #3118 Feature: New Dialog-Prompt-Input-Type for E-Mails
* Forgot to change a comment
Changed Password to Email in a comment.
|
2017-04-06 12:41:04 +03:00 |
|
|
d427c9ed8f
|
WebView NavigationType converted to type
|
2017-04-06 11:23:48 +03:00 |
|
|
59e34f0bfc
|
Merge pull request #3938 from NativeScript/fix-border-and-corner-radius-tests
The asserted border and corner radius values were not rounded, we now round on dip to px conversion
|
2017-04-06 09:52:05 +03:00 |
|
|
f350f7191d
|
textTransform, whiteSpace & textAlignment defaultValue is now “initia” (#3948)
removed enum namespaces
add valueConverter to clipToBounds
|
2017-04-06 09:50:37 +03:00 |
|
|
2c74f93a44
|
Update Modules30Changes.md
|
2017-04-05 13:56:19 +03:00 |
|
|
5387793011
|
The asserted border and corner radius values were not rounded, we now round on dip to px conversion
|
2017-04-04 16:08:51 +03:00 |
|
|
84e7424545
|
Merge pull request #3934 from NativeScript/fix-android-pathinterpolator
Fix android PathInterpolator
|
2017-04-04 13:50:43 +03:00 |
|
|
5f14fc6a23
|
text-decoration won’t be applied to edit-text (#3932)
* text-decoration won’t be applied to edit-text
* stop printing slow tests
* remove console line
* fix failing tests
* fix wrong checks
|
2017-04-04 13:50:34 +03:00 |
|
|
1fbb9ccac2
|
Merge pull request #3931 from NativeScript/fix-ios-animations
Fix iOS animations, transition was workin in DIP, when css class is change objects were flickering
|
2017-04-04 13:50:26 +03:00 |
|
|
10f8cd4d2f
|
Fix android PathInterpolator
|
2017-04-04 11:31:27 +03:00 |
|
|
331c1185f0
|
Add docs build script.
|
2017-04-03 17:18:29 +03:00 |
|
|
4105083dd4
|
Fix iOS animations, transition was workin in DIP, when css class is change objects were flickering
|
2017-04-03 17:17:59 +03:00 |
|
|
f124dcb22e
|
Merge pull request #3927 from NativeScript/page-css
Apply page css when using nav-entry with create method
|
2017-04-03 16:35:40 +03:00 |
|
|
740d71a238
|
Apply page css when using nav-entry with create method
|
2017-04-03 14:51:57 +03:00 |
|
|
00d82010ae
|
propagate inheritable values only on child added. (#3926)
segmented bar createNativeView returns the nativeView
|
2017-04-03 11:08:11 +03:00 |
|
|
b2c6cf2d01
|
Merge pull request #3861 from DickSmith/master
fix(ui) updateTextTrigger="focusLost" for Android
|
2017-04-03 10:33:39 +03:00 |
|
|
120230c297
|
ios cornder radius is rendered as circle now (#3915)
* ios cornder radius is rendered as circle now
* fix failing test
|
2017-03-31 16:18:12 +03:00 |
|
|
e802206f0e
|
nativeView not cleared in iOS (#3912)
|
2017-03-31 11:01:04 +03:00 |
|
|
7a1f1b2b80
|
Merge pull request #3891 from NativeScript/tab-view-text-transform
Initial value for text transform
|
2017-03-31 09:57:56 +03:00 |
|
|
15e4d6a230
|
ActionBar wasn’t applying native setters becasue it was missing nativeView (#3910)
|
2017-03-30 18:38:48 +03:00 |
|
|
be85af4a0d
|
Text transform - no default value
|
2017-03-30 18:35:55 +03:00 |
|
|
12a03347ab
|
Merge pull request #3856 from NativeScript/delete-special-properties
special-properties module removed
|
2017-03-30 13:39:05 +03:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
f196adac7c
|
#3898 iOS http-request header User-Agent always reports iOS 6
|
2017-03-29 18:14:51 +02:00 |
|