Commit Graph

343 Commits

Author SHA1 Message Date
SvetoslavTsenov
213722fd81 Include test for issue #849 from nativescirpt-angular (#4421)
* Include test for issue #849 from nativescirpt-angular

* Fix tslint
2017-06-21 16:49:22 +03:00
PetyaSotirova
30d4e93e3a Fix timer snippets (#4437) 2017-06-21 15:23:48 +03:00
Nick Iliev
3b75471e92 snippet fix for timer (#4418)
* snippet fix for timer

* timer test fix
2017-06-20 17:58:02 +03:00
Andrea Giammarchi
7e39bfb9d4 Standard timers - fix for #4384 (#4389)
Specifications define timers capable of accepting optional parameters.
https://www.w3.org/TR/2011/WD-html5-20110525/timers.html#timers

This PR goal is to standardize such behavior in NativeScript too.
2017-06-15 23:19:49 +03:00
Alexander Vakrilov
ab5da0a4a9 Profiling tests stability (#4379) 2017-06-14 14:11:54 +03:00
Alexander Vakrilov
1d20845b7c Use AppCompat SearchView (#4371)
* Use AppCompat SearchView

* GetNative elements for appcompat

* Classes renamed

* test modified
2017-06-14 14:11:04 +03:00
Alexander Vakrilov
f2462158fb Chrome devtools elements tab support for Android (#4351)
* Enable chrome-devtools elemets tab

* Trigger updates when property is chaned form native

* Tslint fixes

* Don't run dom-elemet tests in IOS

* fix tests

* Create package.json

* Update package.json

* domNode changed to field for performance
2017-06-12 16:48:27 +03:00
Stanimira Vlaeva
618433816e fix(slider): correct maxValue setter for android (#4346)
The setter should invoke setNativeValuesSilently with the new value and
max value respectively.

fixes #4343
2017-06-09 18:20:25 +03:00
Stanimira Vlaeva
9bba250424 Refactor transform animations (#4296)
* feat: add matrix module

* fix(animations): parse transform property correctly

* fix(css-animations): compute transformation value with matrix

* refactor: add typings for keyframes array in style scope

* fix(animations): transform regex and method invocation

* fix(matrix): rewrite decomposition function

* refactor: transform animations parse

* test: add tests for css animation transform

* refactor: move transformConverter to style-properties

* lint: remove unnecessary comma

* lint: remove unnecessary word in d.ts

* fix(style-properties): correctly use transformConverter

* fix(matrix): flat multiply affine 2d matrices

cc @PanayotCankov
2017-06-09 18:20:07 +03:00
Alexander Vakrilov
e33eca63d6 Implement custom measure for ios btn when textWrap is true (#4326)
Implement custom measure for ios btn when textWrap is true
2017-06-08 10:29:50 +03:00
Panayot Cankov
014e7a8e0f add profile for functions, profile CSS-es on startup, use __time (#4227)
Call native setters once when a page is instantiated.

Fix background not being reset, Label's background is now set to background, not layer

Make the nativeView field instead of property for performance reasons
2017-06-08 09:51:09 +03:00
Panayot Cankov
51b351f5b6 Add timeline traces in the console, let enabling them through the package.json 2017-06-02 16:34:15 +03:00
vakrilov
3fe2815ded Support http.getFile for URLs with query params 2017-05-30 14:55:15 +03:00
Nikolay Tsonev
44b4afab42 add sample -image source from imageAsset and save it to PNG (#4265) 2017-05-26 16:46:05 +03:00
Nikolay Tsonev
88c2848bd4 example declare SearchBar component via XML (#4236)
* example declare SearchBar component via XML

* fix tslint errors

* fix error - not  found modules
2017-05-26 14:12:47 +03:00
Panayot Cankov
c519a4bb6f add profile for functions, profile CSS-es on startup, use __time 2017-05-25 14:40:13 +03:00
vakrilov
e7d9fe5b24 Support getDefault for CssAnimationProperty 2017-05-19 18:46:26 +03:00
Hristo Hristov
0d21f52c99 Hhristov/ios background image crash fix (#4214)
* uiColorFromImage should return if there is no image.

* added unit-test
2017-05-17 15:40:14 +03:00
Hristo Hristov
cbbee3bbe7 get method on Observable created with fromObject wan’t returning the value that was put from set if that property was not specified in the object passed to fromObject. (#4213)
get method on Observable created with fromObject wasn’t returning the …
2017-05-17 13:30:46 +03:00
Nikolay Tsonev
fa5873822b fix broken closing tag for the snippet 2017-05-16 14:08:53 +03:00
Hristo Hristov
188a1c2c34 Binding to ViewBase as source now works (#4195)
* Fix 4127

* Move back Binding class to bindable module
2017-05-16 13:33:02 +03:00
vakrilov
249fe9f3cc Fix: Slow profiling tests for android 2017-05-15 23:25:05 +03:00
Nikolay Tsonev
7cec0eb7fc Merge pull request #4062 from NativeScript/tsonevn_webview_gestures
add an example how to use webview with gestures for both iOS and Android
2017-05-15 17:23:27 +03:00
Nikolay Tsonev
10bcf9f8e9 remove page import from the snippet 2017-05-15 16:41:14 +03:00
Nikolay Tsonev
a44c9b7928 edit typescript errors 2017-05-15 11:44:21 +03:00
vakrilov
9df6003482 Add class name in timer name 2017-05-14 11:03:57 +03:00
vakrilov
b47dafc01a Add try catch for profiler decorator 2017-05-13 13:27:13 +03:00
vakrilov
08db23d613 Profiling utils 2017-05-12 15:30:51 +03:00
Alexander Vakrilov
6649fcfa66 Merge pull request #4159 from NativeScript/fix-btn-span
FIX: Span with unknown font-family crash
2017-05-11 10:32:49 +03:00
vakrilov
6b10e94005 FIX: Span with unknown font-family crash 2017-05-10 18:42:23 +03:00
SBats
af38cf5f3e Create css combnators tests page in apps
Setup direct siblings apps tests

Fix direct child test

Add direct sibling test on class and type element

Add sibling combinator handling for id selectors

Completely redo sibling selector and add attributes and pseudo class selectors tests

Handle sibling via a custom group instead of a selector

Fix Selector groups creation

Add unit test for sibling selection

Fix tslint errors
2017-05-09 11:29:11 +03:00
Nikolay Tsonev
5ae6fc5a42 fix tslint errors 2017-05-03 09:55:58 +03:00
vakrilov
6607c0f04f tslint fix 2017-04-28 15:45:15 +03:00
Hristo Hristov
502a37d27c Fix ios placeholder implementation (#4067)
* Fix https://github.com/NativeScript/NativeScript/issues/4043

* Merge ios & android implementation
2017-04-26 14:27:24 +03:00
Nikolay Tsonev
81e22d3c73 move the typescript code snippet to external file 2017-04-26 14:00:29 +03:00
Panayot Cankov
e26032f5fe Revert the translateX/Y to be in dip 2017-04-25 14:49:12 +03:00
Nikolay Tsonev
2b00becedb add an example how to use webview with gestures for both iOS and Android 2017-04-25 14:19:36 +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
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
ivanbuhov
3c0340c164 Fix relative path 2017-04-19 15:15:10 +03:00
Daniel Pinto
b46fa0dbc1 Permissions update at connectivity module
Small note added.
2017-04-14 13:27:32 -03:00
Nikolay Tsonev
e2b9bbd690 add sample code snippet for androidSelectedTabHighlightColor 2017-04-12 13:16:59 +03:00
NickIliev
6c72c07f3a uncommented code snippet 2017-04-11 11:50:43 +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
vakrilov
d427c9ed8f WebView NavigationType converted to type 2017-04-06 11:23:48 +03:00
Panayot Cankov
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
Hristo Hristov
f350f7191d textTransform, whiteSpace & textAlignment defaultValue is now “initia” (#3948)
removed enum namespaces
add valueConverter to clipToBounds
2017-04-06 09:50:37 +03:00