4340 Commits

Author SHA1 Message Date
910f23afe6 Fixed tsconfig snippet 2017-05-09 13:30:56 +03:00
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
be71be0562 Move to a separate application 2017-05-09 11:17:32 +03:00
7585252821 Merge pull request #4110 from NativeScript/galleryapp-webview
Update webView page in gallery app
2017-05-05 12:42:07 +03:00
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
8404410819 Add autocorrect equals false to some pages to prevent failures on CI 2017-05-05 11:19:56 +03:00
ab6ceaf54d Use tns-android@next for Travis CI builds 2017-05-04 15:47:25 +03:00
85008174cb Update npm tag 2017-05-04 15:44:32 +03:00
4b99d89182 Update webView page in gallery app 2017-05-04 13:15:21 +03:00
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
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
6cd76766ce Update CHANGELOG.md for 3.0.0 release 2017-05-03 15:46:48 +03:00
b7401cffd3 ImageView clear bitmap only when src is null/undefined (#4095) 2017-05-03 14:17:05 +03:00
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
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
0023bdaeb5 Fix tslint errors 2017-05-01 23:37:29 +03:00
864bbb81d0 Fix myview test page in layouts suit 2017-05-01 23:29:38 +03:00
caa093fea6 Merge pull request #4088 from NativeScript/vchimev-travis
Update .travis.yml
2017-05-01 20:15:04 +03:00
36319fb8f0 Update .travis.yml
Update node version
2017-05-01 20:04:48 +03:00
7e2240f468 Merge pull request #4087 from NativeScript/fix-dom-definitions
Remove redundant definitions
2017-05-01 17:48:59 +03:00
82e0ac4b3d Merge pull request #4085 from NativeScript/vchimev-prompt
Update dialogs test page
2017-05-01 17:29:27 +03:00
43029285ec Remove redundant definitions 2017-05-01 17:26:46 +03:00
da17531908 Changing “Angular 2” references to just “Angular” 2017-05-01 10:20:21 -04:00
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
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
a88bb7488e Include new test pages and refactored layouts mayview view model 2017-05-01 15:06:48 +03:00
795ac06ebb Merge pull request #4078 from NativeScript/fix-image-src-binding
Binding Image's src to 'res://icon' fails as bindings wrap string in String
2017-04-28 15:45:33 +03:00
effbffac0f Binding Image's src to 'res://icon' fails as bindings wrap string in String 2017-04-28 15:32:19 +03:00
aed7510994 Merge pull request #4073 from NativeScript/fix-image-src-null
Setting image src to null will clear the bitmap.
2017-04-28 11:52:20 +03:00
d38ee448c1 Merge pull request #4074 from NativeScript/update-perf
Update memory-leak and properties page
2017-04-28 10:36:56 +03:00
f9c89f3bef Merge pull request #4075 from NativeScript/PetyaSotirova/api-links
Fix wrong API ref links
2017-04-27 21:37:19 +03:00
07247e9fcc Fix wron API ref links 2017-04-27 18:31:59 +03:00
08e6c841c2 Update memory-leak and properties page 2017-04-27 16:13:42 +03:00
62cba0070f Setting image src to null will clear the bitmap. 2017-04-27 13:55:32 +03:00
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
826c922a98 Merge pull request #4056 from NativeScript/revert-translate
Revert the translateX/Y to be in dip, Length prefer number to object type
2017-04-25 16:02:28 +03:00
2e8490e2d0 Merge pull request #4063 from NativeScript/fix-animation-end
Fix broken _onAndroidAnimationEnd after back navigation
2017-04-25 15:07:19 +03:00
e26032f5fe Revert the translateX/Y to be in dip 2017-04-25 14:49:12 +03:00
5cc8def8e4 Fix broken _onAndroidAnimationEnd after back navigation 2017-04-25 14:32:50 +03:00
d65f7ec8da Merge pull request #4013 from piotrowski/patch-2
Fix Headlines in CHANGELOG.md
2017-04-25 10:57:45 +03:00
07710fabc3 Merge pull request #4057 from NativeScript/perf-test-pages
Perf test pages
2017-04-25 10:48:16 +03:00
87b70faa77 Fix typing errors 2017-04-24 18:25:59 +03:00
fa10d9e6b9 Removed unused import 2017-04-24 17:49:47 +03:00
d01b066655 Include test for memory leak with set bg image. Update pefr tests. 2017-04-24 15:07:02 +03:00
25129de985 clean-up 2017-04-24 15:07:02 +03:00
4d520e86db Added perf category in the tests suite and the synthetic properties perf app from HHristov 2017-04-24 15:07:02 +03:00
dce7d04329 Merge pull request #4055 from NativeScript/vchimev-widgets
Update widgets to internal-preview
2017-04-24 14:22:33 +03:00
0467375856 Update widgets to internal-preview 2017-04-24 14:21:11 +03:00
e1e687d8da Merge pull request #4053 from NativeScript/fix-addChildFromBuilder
Fix missing private _addChildFromBuilder
2017-04-24 12:53:23 +03:00
d7638c3ae4 Fix missing private _addChildFromBuilder 2017-04-24 10:24:05 +03:00