Nedyalko Nikolov
a8da126edc
Merge pull request #1682 from NativeScript/nnikolov/DatePickerDateProperty
...
Introducing DatePicker date property.
2016-03-07 17:12:16 +02:00
TJ VanToll
99d9d6259d
README: Various small updates based on Iva’s feedback
2016-03-07 09:59:05 -05:00
atanasovg
9b8dd37817
Add unit test to verify the new functionality.
2016-03-07 16:05:26 +02:00
Nedyalko Nikolov
8c6f2c697f
Introducing DatePicker date property.
2016-03-07 15:58:36 +02:00
Vladimir Enchev
c9c703cc3c
Multiple headers with the same fixed
2016-03-07 15:49:38 +02:00
Hristo Hristov
e5131c3c3c
Merge pull request #1688 from NativeScript/atanasovg/fix-array-reflection
...
Replace reflection calls for native Java arrays
2016-03-07 15:27:43 +02:00
Erjan Gavalji
1485abaa8b
Run tests in travis-CI
...
Add android definitions to check if they will get downloaded
Set the language to android
Attempt starting the app
Add a new redirection to the testapp-runner - a runOnly verb
Disable the install prompt
Enable the buildOnly- and runOnly- commands
Fix the version of the packages
Comment cleanup code. Workflow to be reworked
Install android 23 to make the app build
Build the test app with the @next android runtime
Add @next ability. Build with it
Specify oracle java version 8
Use switcher to switch to oraclejdk8
Switch to a single step so that build breaks on first failure
Reorder attempting to use higher nodejs
Attempt using node 5.10.1
Detect test failure
Add detection for test failures
Decrease verbosity
Extract the test checkers to a separate script
Unignore the build folder recursively. Add the fixed script
Remove the redundant node-version messages
Run the tests with Api level 21
2016-03-04 16:53:30 +02:00
atanasovg
66936ff0c4
Fixes #1691 .
2016-03-03 18:03:27 +02:00
atanasovg
13494e3adf
Replace reflection calls for native Java arrays with the new implementation from the Runtime.
2016-03-02 18:39:21 +02:00
Vladimir Enchev
857b5582b0
Merge pull request #1684 from NativeScript/codefile
...
Loading of codeFile should not mask exceptions
2016-03-02 13:36:02 +02:00
Vasil Chimev
15785156e7
Merge pull request #1683 from NativeScript/vchimev-patch
...
Update action-view.xml test page
2016-03-02 11:41:02 +02:00
Vladimir Enchev
64a6f08562
Loading of codeFile should not mask exceptions
2016-03-02 11:14:43 +02:00
Hristo Deshev
1ad89fd0b3
Merge pull request #1679 from NativeScript/hdeshev/listview-proxycontainer-child
...
Fix a crash when using a ProxyViewContainer in ListView item templates.
2016-03-02 10:45:26 +02:00
Vasil Chimev
0693e30805
Update action-view.xml test page
2016-03-02 10:44:24 +02:00
Hristo Deshev
a30c4e13a0
Fix a crash when using a ProxyViewContainer in ListView item templates.
...
Not a regular {N} usage scenario, but it can happen with Angular components
which get wrapped in a proxy container.
2016-03-01 17:29:47 +02:00
Hristo Deshev
d4cf77e5fc
Merge pull request #1676 from NativeScript/hdeshev/iterator-definition
...
Add typings for the ES6 Iterator interface for compatibility with rxjs.
2016-03-01 17:27:06 +02:00
Hristo Deshev
ccfa1a3705
Merge pull request #1675 from NativeScript/hdeshev/decorator-param
...
Add the global __params helper.
2016-03-01 17:26:52 +02:00
Hristo Hristov
62940bf858
Merge pull request #1678 from NativeScript/hhristov/fix-android-suspend-resume-app
...
Fix android application suspend-resume
2016-03-01 17:22:03 +02:00
Panayot Cankov
f229abbc0a
Merge pull request #1647 from NativeScript/cankov/fix-android-background-navigate
...
Frame.navigate while in background
2016-03-01 16:57:52 +02:00
Hristo Hristov
50b811dd30
Fix android application suspend-resume
2016-03-01 16:00:24 +02:00
Hristo Deshev
a4ab5894c2
Add typings for the ES6 Iterator interface for compatibility with rxjs.
2016-03-01 11:50:27 +02:00
Hristo Deshev
ce5b195aba
Add the global __params helper. Used by decorated constructor parameters.
2016-03-01 11:36:32 +02:00
Erjan Gavalji
3ce5df039b
Merge branch 'ErjanGavalji/fix-snippet-language-tags'
2016-02-29 18:53:10 +02:00
Hristo Hristov
5b2fd34e3a
Merge pull request #1668 from NativeScript/hhristov/custom-activity
...
Add support for custom activity
2016-02-29 12:13:01 +02:00
Hristo Hristov
7c90518e24
Added export for AndroidApplication
2016-02-29 11:54:35 +02:00
Hristo Hristov
6273bb8d2f
FrameClass implemented as TypeScript class
...
NativeActivity is now NativeScriptActivity and is real class
Added NativeScriptApplication class
Added JavaProxy attribute to FrameClass, NativeScriptActivity & NativeScriptApplication
2016-02-29 09:58:05 +02:00
TJ VanToll
22631ce102
README: Minor grammatical tweaks
2016-02-27 17:17:09 -05:00
TJ VanToll
cfe5de7d15
README: Polishing up the repositories listing
2016-02-27 17:14:34 -05:00
Panayot Cankov
cdded0b283
Merge pull request #1627 from NativeScript/cankov/build-inplace
...
Allow the build to produce js files near the ts files
2016-02-27 10:16:19 +02:00
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