Commit Graph

3437 Commits

Author SHA1 Message Date
Panayot Cankov
6fdb999a94 Let TS compile in-place
Add 'grunt inplace' to tsc and build d.ts-es
2016-02-26 17:47:54 +02:00
Erjan Gavalji
50ee6d615d Convert a missed JS-tag to a JavaScript one 2016-02-25 20:44:20 +02:00
Erjan Gavalji
2d2fdfe4b0 Fix language tags in doc-snippets
The doc-snippets were inconsistent
(no spaces before title, small-caps, JS
instead of JavaScript, etc.)
2016-02-25 20:39:08 +02:00
Hristo Hristov
b3721cc047 Merge pull request #1637 from NativeScript/atanasovg/fix-navigation-clearhistory
Fixes breaking app on back btn clearHistory: true on android
2016-02-25 17:22:32 +02:00
Hristo Deshev
32080e833e Merge pull request #1633 from NativeScript/hdeshev/versions
Upgrade dependencies versions
2016-02-25 13:05:16 +02:00
Rossen Hristov
4512489c1c Merge pull request #1649 from NativeScript/formatted-string
Re-apply TextBase.formattedText after a style property change
2016-02-25 11:25:55 +02:00
Rossen Hristov
bda6159bbb Re-apply TextBase.formattedText after a style property change
Resolves #1078
2016-02-25 11:01:44 +02:00
Erjan Gavalji
026ce23233 Fix a wrongly-encoded character
Visual Studio adds a C2 A0 sequence instead of a simple space.
Convert that to a space.
2016-02-25 10:38:04 +02:00
Panayot Cankov
7967045ca2 Delay _processNavigationContext when the Frame's activity is not in foreground 2016-02-25 10:07:44 +02:00
Erjan Gavalji
1fa71882f2 Merge branch 'ErjanGavalji/add-issue-and-pr-templates' 2016-02-25 09:40:16 +02:00
Rossen Hristov
acfdc506a0 Merge pull request #1646 from NativeScript/tab-view-navigation-tests
Remove an unused variable.
2016-02-25 09:35:08 +02:00
Rossen Hristov
7c7e843083 Removed the unused variable. 2016-02-25 09:30:26 +02:00
Rossen Hristov
5d5d04778f Merge pull request #1636 from NativeScript/tab-view-navigation-tests
Re-enabled TabView Navigation Tests.
2016-02-25 09:08:21 +02:00
Vladimir Enchev
6bade872b1 Merge pull request #1635 from NativeScript/camera-rotate
fixed image rotation
2016-02-25 08:11:04 +02:00
Erjan Gavalji
13dbe4fd80 Add a plugin version note 2016-02-25 07:33:07 +02:00
Erjan Gavalji
d99e7336df Address the comments in the PR
Improve wording
Add code-blocks to improve readability
2016-02-25 07:29:36 +02:00
Rossen Hristov
712dc3b426 Enabled tab-view-navigation-tests. 2016-02-24 17:26:28 +02:00
Rossen Hristov
0dee5ceaf6 Enabled tab-view-navigation-tests. 2016-02-24 17:26:26 +02:00
atanasovg
cbbde1b171 Fixes #1569 2016-02-24 17:24:31 +02:00
Vladimir Enchev
0855bf59b6 fixed image rotation 2016-02-24 17:16:22 +02:00
Hristo Deshev
29ff0687e3 Upgrade dependencies versions 2016-02-24 16:34:20 +02:00
Vladimir Enchev
52c8e53b2f Merge pull request #1632 from ofirdagan/master
1631|fix(dialogs): change alert dialog context
2016-02-24 16:30:48 +02:00
Ofir Dagan
e5979577b3 1631|fix(dialogs): change alert dialog context
closes #1631
2016-02-24 14:28:56 +02:00
Vladimir Enchev
6b87e768d1 Merge pull request #1630 from NativeScript/failure-cdata
CDATA added
2016-02-24 13:42:38 +02:00
Vladimir Enchev
48c91f507c CDATA added 2016-02-24 13:40:57 +02:00
Erjan Gavalji
bc1901ba25 Merge pull request #1587 from NativeScript/ErjanGavalji/apply-segmented-bar-xml-howto
Add SegmentedBar-XML creation to HowTo
2016-02-24 12:03:14 +02:00
Vladimir Enchev
3b45ca10f9 Merge pull request #1628 from NativeScript/app-settings-clear
clear() method added
2016-02-24 12:01:43 +02:00
Hristo Deshev
25e2d93992 Merge pull request #1616 from NativeScript/hdeshev/typescript-1.8.2
Upgrade to TypeScript 1.8.2
2016-02-24 11:24:56 +02:00
Hristo Deshev
de6a92f8c6 Fix tslint errors. 2016-02-24 11:06:15 +02:00
Hristo Deshev
c3331c0efd Reenable tslint checks for unused variables and expressions. 2016-02-24 11:06:14 +02:00
Hristo Deshev
e23e234f59 Don't emit "use strict" in compiled source. It breaks on iOS. 2016-02-24 11:06:14 +02:00
Hristo Deshev
fa5bdd901d Add an ackrc for easier searching 2016-02-24 11:06:14 +02:00
Hristo Deshev
41cdde4f90 Upgrade tslint 2016-02-24 11:06:14 +02:00
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