Commit Graph

5091 Commits

Author SHA1 Message Date
Panayot Cankov
d7638c3ae4 Fix missing private _addChildFromBuilder 2017-04-24 10:24:05 +03:00
Hristo Hristov
25849a1425 implement get/set for selectedBackgroundColor property (#4039)
* implement get/set for selectedBackgroundColor property

* list-view separator color exposed through style

* Style androidStatusBarBackground exposed on Page
2017-04-21 17:57:25 +03:00
Alexander Vakrilov
c7c0ea7ca4 Merge pull request #4038 from NativeScript/vlaeva/const-enum-replacement
refactor: replace exported "const enums" with "enums"
2017-04-21 17:22:07 +03:00
Alexander Vakrilov
5457424766 Expose statusBarStyle on page (#4021) 2017-04-21 17:16:57 +03:00
Hristo Hristov
9e3222781a backgroundImage property now use Fetcher & Cache as Image component (#4030)
* backgroundImage property now use Fetcher & Cache as Image component
Fix GridLayout tests on iPhone Plus - actualLength wasn’t rounded
ImageCache is closed when activity is stopped

* Fix reset of background drawable.

* additional check for drawable

* imageCache init cache on activity Started
2017-04-21 16:50:12 +03:00
sis0k0
486a0e8c2c refactor: replace exported "const enums" with "enums" 2017-04-21 16:27:31 +03:00
Vasil Chimev
483df829c9 Update package.json of tns-platform-declarations 2017-04-20 18:42:08 +03:00
Eddy Verbruggen
9437f49aed #3889 Add a 'blur' event to text input fields (#3896) 2017-04-20 17:57:03 +03:00
Panayot Cankov
b6b5465d32 Merge pull request #3992 from NativeScript/typedoc-build
Update the typedoc build
2017-04-20 17:41:42 +03:00
Panayot Cankov
d098ff43f5 Add module names for the typedoc, make it work
Mark members with @private for typedoc.
2017-04-20 16:58:30 +03:00
SvetoslavTsenov
6254739870 Merge pull request #4014 from NativeScript/version-update
Bump version
2017-04-20 14:46:32 +03:00
Alexander Vakrilov
c59077161f Merge pull request #3995 from Cayan/patch-1
Permissions update at connectivity module
2017-04-20 10:57:21 +03:00
Vasil Chimev
e44f7f3f6c Merge pull request #4020 from NativeScript/buhov/path-fix
Fix relative path in a unit test
2017-04-19 19:51:45 +03:00
Alexander Vakrilov
47aa179580 Merge pull request #3967 from NativeScript/tsonevn_edit_md_files
example how to use selectedTabTextColor, tabBackgroundColor, textTran…
2017-04-19 15:42:49 +03:00
Alexander Vakrilov
95a3f70c79 Merge pull request #4019 from NativeScript/sis0k0-patch-1
docs: Modules30Changes.md minor styling updates
2017-04-19 15:35:33 +03:00
ivanbuhov
3c0340c164 Fix relative path 2017-04-19 15:15:10 +03:00
Stanimira Vlaeva
215e1bb30d docs: Modules30Changes minor styling updates
- fix a few typos
- use `ts` for syntax highlighting of the code samples
2017-04-19 14:19:15 +03:00
SvetoslavTsenov
423f4cf7f3 Update package.json 2017-04-18 17:46:55 +03:00
SvetoslavTsenov
6a4d159d7c Bump version 2017-04-18 17:37:23 +03:00
Jan Piotrowski
dc736be788 Fix links
that I broke in last commit
2017-04-18 15:48:47 +02:00
Jan Piotrowski
bc72c1fbcd Fix Headlines
Github Markdown parser changed, needs space after ## now.
2017-04-18 15:45:58 +02:00
Daniel Pinto
b46fa0dbc1 Permissions update at connectivity module
Small note added.
2017-04-14 13:27:32 -03:00
dtopuzov
9bbab9dab1 Update README.md 2017-04-13 15:55:18 +03:00
dtopuzov
a12aecd5f4 Update README.md 2017-04-13 15:54:52 +03:00
Alexander Vakrilov
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
vakrilov
4b98db0643 Property values should be lowercased to pass validation. 2017-04-13 11:22:45 +03:00
Alexander Vakrilov
577d011166 Merge pull request #3982 from NativeScript/remove-getColor
Remove getColor form utils.d.ts
2017-04-13 11:10:44 +03:00
Alexander Vakrilov
f66d6b0c5e Merge pull request #3984 from NativeScript/fix-btn-align-reset
Fix: TextAlign initial value
2017-04-13 11:10:34 +03:00
vakrilov
a6909da543 Fix: TextAlign initial value 2017-04-12 17:43:40 +03:00
vakrilov
81aa5d2795 Remove getColor form utils.d.ts 2017-04-12 17:25:54 +03:00
Alexander Vakrilov
9aadf14685 Merge pull request #3980 from NativeScript/web-view-query-params
Web view query params
2017-04-12 13:58:41 +03:00
vakrilov
800efe21df SegmentedBarItem and nativeView remarks 2017-04-12 13:58:03 +03:00
Alexander Vakrilov
20bf5b77cd Merge pull request #3966 from NativeScript/niliev/snippet-fix
Fixing broken snippets in documentation
2017-04-12 13:19:36 +03:00
Nikolay Tsonev
e2b9bbd690 add sample code snippet for androidSelectedTabHighlightColor 2017-04-12 13:16:59 +03:00
Panayot Cankov
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
Panayot Cankov
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
Panayot Cankov
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
vakrilov
e9327e887d Respect query params in web-view 2017-04-12 10:38:26 +03:00
vakrilov
33cb3e2c2f Test page 2017-04-12 10:33:11 +03:00
Panayot Cankov
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
NickIliev
6c72c07f3a uncommented code snippet 2017-04-11 11:50:43 +03:00
Panayot Cankov
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
NickIliev
1666aa9431 related to https://github.com/NativeScript/docs/issues/336 2017-04-10 14:15:16 +03:00
Nikolay Tsonev
e56baed0b7 example how to use selectedTabTextColor, tabBackgroundColor, textTransform 2017-04-10 13:28:48 +03:00
Panayot Cankov
17b6f1c5f6 Property change notifications raise value and oldValue 2017-04-07 17:12:39 +03:00
Alexander Vakrilov
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
Panayot Cankov
7b33e9c896 Merge pull request #3954 from NativeScript/animations-reset
Fix animation's "Reset"
2017-04-07 10:55:13 +03:00
Panayot Cankov
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
vakrilov
a598e2c90a Ensure navigation title view is removed if undefined 2017-04-06 13:21:23 +03:00
Alexander Vakrilov
70ae742f00 Merge pull request #3940 from NativeScript/web-view-nav-type
WebView NavigationType converted to type
2017-04-06 13:04:47 +03:00