Commit Graph

5976 Commits

Author SHA1 Message Date
Alexander Vakrilov
05f5efe56a Merge pull request #4180 from NativeScript/profiling-try-catch
Profiling - handle exceptions inside deocrator
2017-05-15 10:24:42 +03:00
Svetoslav Tsenov
8882732b37 Fix tslint error 2017-05-15 00:19:17 +03:00
SvetoslavTsenov
3102385f54 Include pages for formatted text with applied css in label, button, text field, text view
Update main-view-model
2017-05-15 00:19:13 +03:00
vakrilov
9df6003482 Add class name in timer name 2017-05-14 11:03:57 +03:00
Alexander Vakrilov
a640b969f3 Merge pull request #4173 from NativeScript/perf-app
Move icons folder form uitests/flexbox in perfapp because of CI
2017-05-13 14:09:07 +03:00
vakrilov
e266269793 Tslint fixes 2017-05-13 14:04:39 +03:00
vakrilov
75ce15bffc Use object instad of map for performance 2017-05-13 14:01:48 +03:00
vakrilov
b47dafc01a Add try catch for profiler decorator 2017-05-13 13:27:13 +03:00
Alexander Vakrilov
5441e7d1fc Merge pull request #4172 from NativeScript/profiling
Profiling module
2017-05-12 18:04:46 +03:00
vakrilov
7e3fdb4505 Fixes 2017-05-12 17:22:00 +03:00
SvetoslavTsenov
ff426283c5 Move icons folder form uitests/flexbox in perfapp because some CI 2017-05-12 15:55:56 +03:00
SvetoslavTsenov
96039d1a1a Update references in package.json to git reporsitories which are used as dependencies 2017-05-12 15:35:52 +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
Nikolay Tsonev
c2aec26ccf Merge pull request #4146 from NativeScript/sibling-css-selector
Sibling css selector
2017-05-10 14:20:10 +03:00
Panayot Cankov
d482c5334c Merge pull request #4155 from NativeScript/fix-typedoc-module-text
Changing module docs so they can appear in typedoc
2017-05-10 12:53:57 +03:00
Panayot Cankov
0cae034a64 Changing module docs so they can appear in typedoc. 2017-05-10 11:55:47 +03:00
vakrilov
c06aea51bd Fix thumbs images paths 2017-05-10 09:33:13 +03:00
Alexander Vakrilov
9f4e9b119f Add note about TS 2.2 2017-05-09 13:36:02 +03:00
Alexander Vakrilov
910f23afe6 Fixed tsconfig snippet 2017-05-09 13:30:56 +03:00
Panayot Cankov
9ba05afd43 Merge pull request #4144 from NativeScript/property-acc-perf
Move perf tests to a separate application
2017-05-09 11:46:39 +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
Panayot Cankov
be71be0562 Move to a separate application 2017-05-09 11:17:32 +03:00
SvetoslavTsenov
7585252821 Merge pull request #4110 from NativeScript/galleryapp-webview
Update webView page in gallery app
2017-05-05 12:42:07 +03:00
SvetoslavTsenov
34d5c8a2d9 Merge pull request #4125 from NativeScript/update-test-pages
Add autocorrect equals to false to some pages to prevent failures on CI
2017-05-05 11:43:51 +03:00
SvetoslavTsenov
8404410819 Add autocorrect equals false to some pages to prevent failures on CI 2017-05-05 11:19:56 +03:00
Vasil Chimev
ab6ceaf54d Use tns-android@next for Travis CI builds 2017-05-04 15:47:25 +03:00
vchimev
85008174cb Update npm tag 2017-05-04 15:44:32 +03:00
SvetoslavTsenov
4b99d89182 Update webView page in gallery app 2017-05-04 13:15:21 +03:00
Vasil Chimev
2a7cf0cb4f Publish next tag to npm 2017-05-04 11:51:20 +03:00
Hristo Hristov
cf63da608a If page.parent is already the same frame - don’t add page to frame. This happens if activity is recreated. (#4096) 2017-05-04 10:39:39 +03:00
Vasil Chimev
ef9f0a5cdf Merge pull request #4097 from NativeScript/vchimev-changelog
Update CHANGELOG.md for 3.0.0 release
2017-05-03 16:04:33 +03:00
Vasil Chimev
6cd76766ce Update CHANGELOG.md for 3.0.0 release 2017-05-03 15:46:48 +03:00
Hristo Hristov
b7401cffd3 ImageView clear bitmap only when src is null/undefined (#4095) 2017-05-03 14:17:05 +03:00
Hristo Hristov
381bc36cd8 Bitmap is cleared only when setUri is called with empty/null uri (#97)
* Bitmap is cleared only when setUri is called with empty/null uri

* update gradle & buildtools versions

* fix gradle plugin version

* rename assembleRelease to assemble task
2017-05-03 14:16:21 +03:00
Alexander Vakrilov
a5af5eb662 Merge pull request #4086 from tjvantoll/angular-2-update
Changing “Angular 2” references to just “Angular”
2017-05-03 11:27:11 +03:00
Nikolay Tsonev
5ae6fc5a42 fix tslint errors 2017-05-03 09:55:58 +03:00
dtopuzov
a77081701b Merge pull request #4090 from NativeScript/test-pages-fixes
Fix myview test page from layouts suit
2017-05-02 09:23:30 +03:00
Svetoslav Tsenov
0023bdaeb5 Fix tslint errors 2017-05-01 23:37:29 +03:00
Svetoslav Tsenov
864bbb81d0 Fix myview test page in layouts suit 2017-05-01 23:29:38 +03:00
Vasil Chimev
caa093fea6 Merge pull request #4088 from NativeScript/vchimev-travis
Update .travis.yml
2017-05-01 20:15:04 +03:00
Vasil Chimev
36319fb8f0 Update .travis.yml
Update node version
2017-05-01 20:04:48 +03:00
Alexander Vakrilov
7e2240f468 Merge pull request #4087 from NativeScript/fix-dom-definitions
Remove redundant definitions
2017-05-01 17:48:59 +03:00
Vasil Chimev
82e0ac4b3d Merge pull request #4085 from NativeScript/vchimev-prompt
Update dialogs test page
2017-05-01 17:29:27 +03:00
vakrilov
43029285ec Remove redundant definitions 2017-05-01 17:26:46 +03:00
TJ VanToll
da17531908 Changing “Angular 2” references to just “Angular” 2017-05-01 10:20:21 -04:00
SvetoslavTsenov
21f66857fd Merge pull request #4084 from NativeScript/test-pages
Include new test pages and refactored layouts/myview
2017-05-01 17:17:45 +03:00
vchimev
68870af953 Update dialogs test page
Add prompts with inputType password and email. https://github.com/NativeScript/NativeScript/issues/3118
2017-05-01 17:01:27 +03:00
SvetoslavTsenov
a88bb7488e Include new test pages and refactored layouts mayview view model 2017-05-01 15:06:48 +03:00