Commit Graph

2603 Commits

Author SHA1 Message Date
Hristo Deshev
32ff1f3cfc Fix TypeScript 1.8 compile errors. Get rid of "ui" imports. 2016-02-24 11:06:14 +02:00
Hristo Deshev
c9eb4d5890 Delete ui.ts and ui.d.ts
The simplest way to resolve reexport conflicts. We have multiple modules
exporting symbols with the same name e.g. Options, which clash at reexport
time. TypeScript 1.7.x did not detect that error, but TypeScript 1.8
catches it.

Since TypeScript doesn't allow hiding or renaming a single member when
reexporting and exporting the rest, the alternative solution would be to
explicitly list all module members in ui.ts/ui.d.ts *and* keep them in sync
with every new release.
2016-02-24 11:06:14 +02:00
Hristo Deshev
fdf4a68547 Upgrade to TypeScript 1.8.2 2016-02-24 11:06:14 +02:00
Hristo Hristov
9536cbf524 Merge pull request #1624 from NativeScript/hhristov/fixes
Fixed jumpy navigation between pages in iOS.
2016-02-24 10:58:27 +02:00
Vladimir Enchev
132d44f306 Merge pull request #1625 from NativeScript/test-results
test results improved
2016-02-24 10:36:51 +02:00
Vladimir Enchev
4d961dfb45 test results improved 2016-02-24 09:51:24 +02:00
Hristo Hristov
a9d2b2e970 Fixed 'jurky` navigation between pages in iOS.
Fixed after application suspend/resume the UI was not restored.
Fixed modal-views page
2016-02-24 09:48:16 +02:00
dtopuzov
d8d68d3a51 Merge pull request #1607 from NativeScript/tests-result-in-file
JUnit style tests result to file
2016-02-23 19:41:09 +02:00
Vladimir Enchev
6e1cb39a0e duration converted to seconds 2016-02-23 17:45:45 +02:00
Vladimir Enchev
c323201e52 clear() method added 2016-02-23 17:44:06 +02:00
Vladimir Enchev
53c3ee568c closing tag fixed and duration added 2016-02-23 15:14:16 +02:00
Vladimir Enchev
3d0bf74999 Merge pull request #1615 from NativeScript/androidAppInitialized
androidAppInitialized removed
2016-02-23 10:55:23 +02:00
Vladimir Enchev
29d76bdb42 androidAppInitialized removed 2016-02-23 10:51:12 +02:00
Vasil Chimev
4f2d9bbd90 Merge pull request #1610 from NativeScript/ui-tests-app-update
Update action-bar test pages in ui-tests-app
2016-02-23 09:51:10 +02:00
Vasil Chimev
d7a2c9492b Update action-bar test pages in ui-tests-app 2016-02-22 19:22:54 +02:00
Rossen Hristov
504e942b11 Merge pull request #1605 from NativeScript/on-detached
Fixed Issue #1543: View._onDetached called twice when app is suspended.
2016-02-22 16:52:32 +02:00
Vladimir Enchev
b14d878dd8 JUnit style tests result to file 2016-02-22 16:28:45 +02:00
Rossen Hristov
5f443be054 Fixed Issue #1543: View._onDetached called twice when app is suspended. 2016-02-22 13:13:47 +02:00
Vasil Chimev
2a8b2ae370 Add custom fonts test page 2016-02-19 18:20:20 +02:00
Alexander Vakrilov
a721506e1f Merge pull request #1589 from NativeScript/feature/xhr-json-fix
FIX: XHR json response sometimes is not paresed.
2016-02-19 15:08:44 +02:00
Vladimir Enchev
e6297a38b6 Merge pull request #1583 from NativeScript/remove-console-messages-escaping
Remove message escaping
2016-02-19 13:49:58 +02:00
vakrilov
97665fd273 Sometimes the content header has charset info 2016-02-19 13:46:36 +02:00
Vladimir Enchev
02da090afc Merge pull request #1588 from NativeScript/null-undefined
TextView and TextField shows null and undefined
2016-02-19 13:43:06 +02:00
Hristo Deshev
dfd300bb8e Merge pull request #1575 from NativeScript/hdeshev/escollections-angular-typings
Unify our Map/Set typings with the ones in es6-shim (angular)
2016-02-19 11:17:38 +02:00
Vladimir Enchev
09254a0d70 TextView and TextField shows null and undefined fixed 2016-02-19 11:15:45 +02:00
Erjan Gavalji
4b9bb6693e Improve questions according to github comments
Improve questions according to the comments in the
[pull request](https://github.com/NativeScript/NativeScript/pull/1582):
Cleaner definition of versions
Typo fix
Platform specification
More precise definition of search places
2016-02-19 11:12:33 +02:00
Erjan Gavalji
7a61396624 Add SegmentedBar-XML creation to HowTo 2016-02-19 09:32:26 +02:00
Rossen Hristov
a42a728251 Merge pull request #1580 from NativeScript/issue-1576
Slide transition broken when navigating back on iOS.
2016-02-18 18:37:06 +02:00
Erjan Gavalji
940fe3bb3d Add a period notice for dead issues 2016-02-18 18:20:22 +02:00
Erjan Gavalji
cee53da55e Add a reference to the commit message article 2016-02-18 18:10:08 +02:00
blagoev
5f0a94a03d remove message escaping to be on par with web console.log.... 2016-02-18 17:47:52 +02:00
Rossen Hristov
c770abe4fe Fixed Issue #1576: iOS: Slide transition does not animate the appearing page correctly when navigating back. 2016-02-18 15:59:47 +02:00
Vladimir Enchev
5a96452cd0 Merge pull request #1579 from NativeScript/file-exists
File.exists() code reverted
2016-02-18 15:56:05 +02:00
Vladimir Enchev
91dd55325e Merge pull request #1578 from NativeScript/app-launch
Android app initialization error handling improved
2016-02-18 15:55:32 +02:00
Vladimir Enchev
14c7430df6 code reverted 2016-02-18 15:48:19 +02:00
Vladimir Enchev
d3f9b97826 Merge pull request #1572 from NativeScript/vladimirov/add-metadata-decorator
Add global __metadata function
2016-02-18 15:23:37 +02:00
Vladimir Enchev
60cbb4753f Android app initialization error handling improved 2016-02-18 15:22:45 +02:00
Hristo Deshev
c2b4a8bf0f Unify our Map/Set typings with the ones in es6-shim (angular) 2016-02-18 12:05:14 +02:00
Erjan Gavalji
7c83f704e6 Merge branch 'ErjanGavalji/update-version' 2016-02-18 10:35:49 +02:00
Erjan Gavalji
0418bcdaf2 Update the version to 1.7.0 - the next release 2016-02-18 10:34:02 +02:00
Erjan Gavalji
1a031588c4 Create the issue and PR templates under the .github folder 2016-02-18 10:32:57 +02:00
Erjan Gavalji
b567416528 Update CHANGELOG.md 2016-02-18 10:04:28 +02:00
rosen-vladimirov
4be31e2b04 Add global __metadata function
When `emitDecoratorMetadata` compiler option is set to true in `tsconfig.json`, TypeScript generates some calls to `__metadata` function.
By default in our NativeScript TypeScript projects the `noEmitHelpers` option is set to true, so TypeScript compiler does not generate the `__metadata` function.
So the application crashes at runtime. Add the missing method, so we can have both `noEmitHelpers` and `emitDecoratorMetadata` set to true in `tsconfig.json`.
2016-02-18 09:39:41 +02:00
Rossen Hristov
61f19655a2 Merge pull request #1566 from NativeScript/issue-1335
Fixed Issue #1335: Page (xml) with no content does not fire `loaded` …
2016-02-18 09:20:44 +02:00
Rossen Hristov
c6f48c688b Fixed Issue #1335: Page (xml) with no content does not fire loaded callbacks in ActionBar. 2016-02-17 17:23:12 +02:00
Erjan Gavalji
a6700d3b11 Add the breaking changes notice to the changelog 2016-02-17 16:51:44 +02:00
Erjan Gavalji
8e4f2ba34e 'Enprivate' the android-specific member 2016-02-17 16:33:10 +02:00
Erjan Gavalji
c193b8bb4d Update the Changelog with the changes of 1.6.0 2016-02-17 16:06:58 +02:00
TJ VanToll
d6b6751060 README: Link to the new community Slack channel 2016-02-17 08:31:48 -05:00
Vladimir Enchev
5f6eff3f73 Merge pull request #1565 from NativeScript/current-app
currentApp old code restored
2016-02-17 14:58:18 +02:00