Commit Graph

3045 Commits

Author SHA1 Message Date
Vladimir Enchev
1663cf278d Merge pull request #1739 from NativeScript/event-key
event check
2016-03-11 11:09:44 +02:00
Vladimir Enchev
3a78ceacef event check 2016-03-11 10:56:52 +02:00
Vladimir Enchev
3c11dc7012 Merge pull request #1689 from vbresults/master
Added Support for WebView Navigation Types
2016-03-10 09:59:52 +02:00
Vladimir Enchev
4b6ee37c92 Merge pull request #1732 from Lampei/patch-1
Minor spelling correction
2016-03-10 09:58:14 +02:00
vB Results, LLC
0cf97963b8 Added WebView Navigation Type Support 2016-03-10 07:42:59 +00:00
Lampei
a478b25e2c Minor spelling correction 2016-03-09 21:49:15 -05:00
Alexander Vakrilov
f8d1f5c115 Merge pull request #1728 from NativeScript/feature/action-bar-fix
Action bar safety checks in property changed events
2016-03-09 14:47:44 +01:00
Vladimir Enchev
6fae09e0c0 Merge pull request #1730 from NativeScript/code-file
Code file exports fixed
2016-03-09 15:47:21 +02:00
Nedyalko Nikolov
da556d6b8d Merge pull request #1724 from NativeScript/nnikolov/TimePickerHotFixAngular
Change time only once due to Angular issues.
2016-03-09 15:43:44 +02:00
dtopuzov
b2d7208c75 Merge pull request #1729 from NativeScript/feature/remove-hello-world-template
Removed hello world template
2016-03-09 15:16:30 +02:00
Vladimir Enchev
2572cc13f7 Code file exports fixed 2016-03-09 15:04:37 +02:00
Vladimir Enchev
852b114b17 Merge pull request #1726 from NativeScript/return-key
TextField returnPress event will be raised if event KeyCode is ENTER
2016-03-09 14:34:05 +02:00
vakrilov
7b2a6d8e52 Removed hello world template 2016-03-09 13:50:10 +02:00
vakrilov
25c8bfbb33 Action bar safety checks 2016-03-09 13:23:07 +02:00
Vladimir Enchev
6704abbc66 TextField returnPress event will be raised if event KeyCode is ENTER 2016-03-09 11:58:29 +02:00
Panayot Cankov
1ec28cbe98 Fix native image recreated on layout even if the view is not resized
Add InspectorBackendCommands.ts that is generated based on the API exposed by the web inspector frontend.
Add implementation for the network domain and call events in the http-request module so that inspector frontend could visualize the network requests made by the module

Fix tslint and doc comments
2016-03-09 11:08:13 +02:00
Hristo Deshev
872e90c53b Exclude generated d.ts files from initial file list generation. 2016-03-09 10:58:04 +02:00
Erjan Gavalji
dcd389e0de Update master branch version to 2.0 2016-03-09 10:35:59 +02:00
Nedyalko Nikolov
974cdbd816 Change time only once due to Angular issues. 2016-03-09 09:48:58 +02:00
Panayot Cankov
f18ecae689 Merge pull request #1713 from NativeScript/cankov/grunt-inplace
Ignore .base.d.ts from references, pass through no strict
2016-03-09 09:33:30 +02:00
dtopuzov
ec50f4f4e3 Merge pull request #1717 from NativeScript/nnikolov/DatePickerHotFixAngular
Hot fix for DatePicker to emit date change only once.
2016-03-08 23:05:29 +02:00
Nedyalko Nikolov
f5d84419da Hot fix for DatePicker to emit date change only once. 2016-03-08 16:28:21 +02:00
Vladimir Enchev
b01f6590bd Merge pull request #1709 from appcela/fix-navigation-entry-transition-android-not-used
Fixed 'NavigationEntry.transitionAndroid' not used bug #1693
2016-03-08 15:54:22 +02:00
Vladimir Enchev
e4284047de Merge pull request #1707 from NativeScript/http-headers
Allow multiple headers with the same name to be retrieved from a HTTP response
2016-03-08 13:54:27 +02:00
Nedyalko Nikolov
243cc1360f Merge pull request #1712 from NativeScript/nnikolov/TimePickerTimeProperty
Introducing time property for TimePicker.
2016-03-08 11:22:38 +02:00
Panayot Cankov
acd4f0b358 Ignore .base.d.ts for referenc.d.ts-es, pass through no strict 2016-03-08 09:19:54 +02:00
Nedyalko Nikolov
9d5296c095 Introducing time property for TimePicker. 2016-03-08 09:07:06 +02:00
appcela
3fd32b9d83 fixed 'transitionAndroid' not used bug
see https://github.com/NativeScript/NativeScript/issues/1693 for details.
2016-03-08 00:41:56 +08:00
Georgi Atanasov
5b6f960f84 Merge pull request #1694 from NativeScript/atanasovg/fix-actionbar-id
[Android] Fix an issue with id not applied to ActionBar in XML
2016-03-07 17:52:02 +02:00
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