Commit Graph

659 Commits

Author SHA1 Message Date
Nedyalko Nikolov
7203d201c0 Fixed stack overflow exception in binding. 2016-04-27 17:18:26 +03:00
Hristo Hristov
b2c182fd7a Improve Binding class (#2038)
Remove options parameter
2016-04-27 16:43:45 +03:00
Rossen Hristov
872e97e895 Fixed: Folder.clear fails to remove empty subfolders on Android
Resolves #1945
2016-04-26 17:38:18 +03:00
Rossen Hristov
7caeae0285 Update folder clear test to include subfolders 2016-04-26 17:38:16 +03:00
vakrilov
7cd8e12e0b Fix: Timer somtimes crashing in IOS 2016-04-26 12:47:15 +03:00
Rossen Hristov
65bb2d4531 A lot of re-factoring + bug fix for navigation events 2016-04-21 16:38:34 +03:00
Nedyalko Nikolov
4c761e8390 Merge pull request #1999 from NativeScript/nnikolov/ConvertersChangingBindingContext
Fixed adding converters to bindingContext.
2016-04-20 16:30:37 +03:00
Nedyalko Nikolov
8fef852d89 Fixed adding converters to bindingContext. 2016-04-20 15:49:44 +03:00
Rossen Hristov
56065ae601 Fix broken navigation after clear history with transition
Resolves #1948
2016-04-20 14:57:01 +03:00
Nedyalko Nikolov
2c4c3c90e2 Fix for using same name properties in binding. 2016-04-19 17:19:04 +03:00
Alexander Vakrilov
3823cc45d0 Merge pull request #1989 from NativeScript/feature/ui-strings
Fix: setting text in Span to number/null/undefined
2016-04-19 11:50:43 +03:00
tsonevn
82dac83c75 Merge pull request #1981 from NativeScript/feature/docs
Add grunt build for how-to articles and typedoc
2016-04-19 11:23:06 +03:00
Hristo Hristov
f132a351de Fix failig test due to wrong check 2016-04-19 10:59:29 +03:00
vakrilov
fddaf251f7 Fix: setting text in Span to number/null/undefined 2016-04-18 18:33:15 +03:00
Nikolay Tsonev
54d13e26a9 fix 2016-04-18 17:35:13 +03:00
Nikolay Tsonev
d2961be83d changes 2016-04-18 15:11:01 +03:00
Nikolay Tsonev
e01daed7eb Merged master onto feature/docs 2016-04-15 16:54:37 +03:00
Nikolay Tsonev
6f5bbd69c9 add list-picker.md 2016-04-15 16:27:57 +03:00
Nikolay Tsonev
fd7289a4c9 modify snippets 2016-04-15 16:27:56 +03:00
Nikolay Tsonev
945aec0a72 First commit 2016-04-15 16:27:52 +03:00
Nikolay Iliev
cdeba37c72 How-To files generated with markdown spippet injector 2016-04-15 14:49:44 +03:00
Nikolay Iliev
ee292f771f How-To files generated with markdown spippet injector 2016-04-15 12:14:06 +03:00
Nikolay Iliev
9fe9d6e77d How-To md files with markdown-snippet-injector 2016-04-14 16:52:51 +03:00
Vladimir Enchev
d88e675c51 Merge pull request #1888 from NativeScript/bektchiev/fix-create-file
Ensure parent directory when creating a new file
2016-04-14 15:35:24 +03:00
Nikolay Iliev
89fad4f41c how-tos made with markdown snippet injector 2016-04-14 15:20:35 +03:00
Hristo Hristov
f768fda881 Fixed some slow tests. (#1968)
Fixed modal page on iOS7.
2016-04-14 15:01:32 +03:00
Martin Bektchiev
dcdd0a6b9d Ensure parent directory when creating a new file
createNewFile throws an exception if the parent directory doesn't exist
2016-04-14 14:27:17 +03:00
Erjan Gavalji
130780482e Fix the tests, failing on an Arm device
Increase the timeouts of the failing webview tests
Account for fractions in time taken (run result checker)
Specify a skin to improve grid calculations
Modify the duration report to have a strict test pass detection string
2016-04-13 17:01:39 +03:00
Vladimir Enchev
8f5a621c2a test-results xml improved 2016-04-13 15:30:11 +03:00
Nikolay Iliev
5ceeb7fddd Add the new snippet injector in grunt task 2016-04-13 14:32:56 +03:00
Hristo Hristov
a66636fc6b Improve unit-tests (#1946)
* Improved unit-tests speed & reliability

* Fixed iOS tests.
Improved message output
2016-04-13 10:28:28 +03:00
Nedyalko Nikolov
3eb8514e96 Fix for using css attribute selector alone. 2016-04-07 17:04:23 +03:00
Nedyalko Nikolov
ba2a84de6b Better tracing (logging) of run-time errors. 2016-04-01 17:34:14 +03:00
Nedyalko Nikolov
5297fac2d1 DatePicker tests fix. 2016-03-30 15:53:57 +03:00
Hristo Deshev
336379a18e Fix a randomly failing DatePicker test. 2016-03-29 14:37:33 +03:00
Tsvetan Raikov
20ebb453c4 fixing animation tests 2016-03-25 16:58:56 +02:00
Tsvetan Raikov
073cc94926 implemented CSS animations
fixing animation tests
2016-03-25 15:26:48 +02:00
vakrilov
acb3640a39 Test + additional fixes 2016-03-24 17:29:35 +02:00
Hristo Deshev
9daa948887 Allow updates to application CSS rules.
Expose an `application.addCss` method and hide `application.cssSelectors`
from end-user typings. Update StyleScope's with new application selectors
on style application.

NOT updating existing controls/views unless reloaded, or forced (via a
change to className, etc).
2016-03-24 14:45:20 +02:00
Vladimir Enchev
281cb95fad Animation error handing improved 2016-03-24 11:09:22 +02:00
Nathanael Anderson
ccdc394be4 This adds the ability to Cancel the Animation via the Promise returned via a play command. 2016-03-21 22:52:55 -06:00
Rossen Hristov
fd3784e275 Merge pull request #1815 from NativeScript/view-get-location
Add public instance methods to View for getting locations and size
2016-03-21 14:18:51 +02:00
Rossen Hristov
bec22271e1 More adjustments 2016-03-21 13:57:36 +02:00
Rossen Hristov
15f94ce9e3 Increase delta again 2016-03-21 13:27:17 +02:00
Rossen Hristov
d80bc5fc81 Eliminate rounding errors 2016-03-21 13:05:17 +02:00
Rossen Hristov
ebd20370f4 Disable custom transition test on Android 6.9 (API 23)
http://stackoverflow.com/questions/33188485/resultindex-is-1-the-polygon-must-be-invalid-adter-addview
2016-03-21 11:37:38 +02:00
Rossen Hristov
220cc627d2 Increase unit test delta to 0.5 2016-03-21 11:36:12 +02:00
Vladimir Enchev
131952e1c6 separatorColor snippet added 2016-03-21 10:50:59 +02:00
Rossen Hristov
fe3d176dd6 Add public instance methods to View class for getting locations and sizes
Resolves #1760
2016-03-21 10:46:58 +02:00
Hristo Hristov
b1ca9c41ac Merge pull request #1793 from NativeScript/hhristov/navigation-events
Fix navigation events https://github.com/NativeScript/NativeScript/issues/1570
2016-03-18 17:24:16 +02:00