Commit Graph

5633 Commits

Author SHA1 Message Date
hshristov
f72d79e65a iOS owner pattern changed to use WeakRef in order to prevent memory leaks.
Optimized list-view-tests.
Added time per test.
2015-10-22 10:26:59 +03:00
Nedyalko Nikolov
9c0ac9e471 Merge pull request #971 from NativeScript/nnikolov/AdditionToFixForIssue600
Enabled bindings to events and gestures for Bindable instead of View.
2015-10-21 17:52:27 +03:00
Vladimir Enchev
433bc020ad SwitchStylers added 2015-10-21 17:14:57 +03:00
Nedyalko Nikolov
aef7256e69 Enabled bindings to events and gestures for Bindable instead of View. 2015-10-21 16:43:09 +03:00
Nedyalko Nikolov
f3dc078542 Merge pull request #970 from NativeScript/nnikolov/Issue966
Fixed two propertyChange event notifications.
2015-10-21 16:39:38 +03:00
Alexander Vakrilov
041b925b41 Merge pull request #969 from NativeScript/feature/inatant-tap-event
Fire tap event on tap up without waiting
2015-10-21 16:29:37 +03:00
Alexander Vakrilov
8cf30471a1 Merge pull request #965 from NativeScript/feature/perf-optimizations
Don't apply default values on syncNative
2015-10-21 15:31:13 +03:00
Erjan Gavalji
58d05747cd Add more parameters. Add a basic readme for running the tests 2015-10-21 15:15:50 +03:00
Erjan Gavalji
4b37a7ec95 Introduce the platform argument. Update all the run statements to --platform=Android only 2015-10-21 13:50:41 +03:00
Vladimir Enchev
129c305942 _boundsChanged method added 2015-10-21 13:20:48 +03:00
Nedyalko Nikolov
355db039c9 Fixed two propertyChange event notifications. 2015-10-21 13:19:48 +03:00
Rossen Hristov
497dc235bc Merge pull request #968 from NativeScript/issue-727
Fixed #727:  Provide a way to get a reference to the currently showin…
2015-10-21 12:12:30 +03:00
vakrilov
5fde5850b1 Fire tap event on tap up without waiting 2015-10-21 11:55:59 +03:00
Rossen Hristov
8dc0e810e8 Fixed #727: Provide a way to get a reference to the currently showing modal page instance. 2015-10-21 11:55:11 +03:00
Erjan Gavalji
8eff24e56b Change grunt to do a full run 2015-10-21 11:22:56 +03:00
vakrilov
c9744b7474 Don't apply default values on syncNative 2015-10-21 10:48:21 +03:00
Erjan Gavalji
1543283f4a Finish the transfer to grunt. Remove the bash script running the app 2015-10-21 09:55:34 +03:00
Nedyalko Nikolov
e8332854f7 Merge pull request #962 from NativeScript/nnikolov/Issue597
Fixed issue 597.
2015-10-21 09:51:45 +03:00
Rossen Hristov
421845ef9b Merge pull request #961 from NativeScript/issue-779
Fixed #779: frame.topmost().currentPage is not the same instance as t…
2015-10-20 17:02:33 +03:00
Rossen Hristov
4dafdf1f5b Increased the wait to make sure the test passes in PR builds. 2015-10-20 16:29:55 +03:00
Vladimir Enchev
4a8fdc773b Merge pull request #960 from NativeScript/progress-css-support
progress css support for color and backgroundColor added
2015-10-20 16:00:24 +03:00
Rossen Hristov
0a0ab98f31 Gave the modal page 100 ms before closing it to avoid "Trying to dismiss the presentation controller while transitioning already." error. 2015-10-20 15:52:51 +03:00
Nedyalko Nikolov
2f7cf84839 Fixed issue 597. 2015-10-20 15:42:18 +03:00
Rossen Hristov
2545f2f19a Fixed #779: frame.topmost().currentPage is not the same instance as the page being loaded in page.loaded event handler. 2015-10-20 14:28:28 +03:00
Vladimir Enchev
384ba9c965 progress css support for color and backgroundColor added 2015-10-20 12:53:48 +03:00
Valentin Stoychev
03a741e4b1 Update README.md 2015-10-20 12:08:59 +03:00
Erjan Gavalji
d2f5bae597 Add a build of the android app 2015-10-20 11:37:58 +03:00
Erjan Gavalji
b25e9d626f Add whitespaces to the modified AndroidManifest.xml 2015-10-20 10:50:11 +03:00
Erjan Gavalji
f416908374 Transfer the code up to the AndroidManifest editing to grunt 2015-10-19 17:42:41 +03:00
Vladimir Enchev
23fc515aad Merge pull request #956 from NativeScript/search-bar-dismissSoftInput
dismissSoftInput implemented
2015-10-19 15:11:57 +03:00
Vladimir Enchev
343265c571 dismissSoftInput implemented 2015-10-19 14:55:06 +03:00
Erjan Gavalji
90f3594a60 Fix the build 2015-10-19 14:11:13 +03:00
Erjan Gavalji
af16da3b4b Syntax cleanup 2015-10-19 14:10:56 +03:00
Vladimir Enchev
66a834ce10 Merge pull request #955 from NativeScript/gestures-android
args fixed
2015-10-19 11:10:57 +03:00
Vladimir Enchev
b84a5c485a Merge pull request #954 from NativeScript/show-modal
added simple showModal() overload
2015-10-19 11:10:02 +03:00
Vladimir Enchev
520f7f985a args fixed 2015-10-19 11:07:17 +03:00
Vladimir Enchev
c939e52b06 added simple showModal() overload 2015-10-19 10:58:42 +03:00
Erjan Gavalji
7bb773374e Ignore the .testsapprun intermediate folder. It will remain if test run fails 2015-10-19 10:42:42 +03:00
Rossen Hristov
3e1f8e083e Merge pull request #952 from NativeScript/android-scale-animation
Fixed #820: The x and y components of an Android translate or scale a…
2015-10-16 17:08:12 +03:00
Erjan Gavalji
a875096b08 Start moving the code to grunt 2015-10-16 16:56:43 +03:00
Hristo Deshev
385b8562b5 Merge pull request #951 from NativeScript/view-application-circular-import
Break a circular import view-application-view.
2015-10-16 16:45:29 +03:00
Rossen Hristov
8f4e95249f Fixed #820: The x and y components of an Android translate or scale animation are not animated together when delay is specified. 2015-10-16 16:19:18 +03:00
Hristo Deshev
76fa713c85 Break a circular import view-application-view.
By late-importing application in bindable and stylers-common.
2015-10-16 13:53:35 +03:00
Panayot Cankov
dd4c4aaefb Merge pull request #936 from NativeScript/cankov/animate-transform-sequence
Subsequent animation of transition and rotation or scale will appear jumpy in iOS
2015-10-16 13:14:58 +03:00
Panayot Cankov
9757bc5ccb Animations example was clipped in android 2015-10-16 11:48:11 +03:00
Vladimir Enchev
729bed9fd8 Merge pull request #949 from NativeScript/global.android
global.android replaced with platform.device.os === platform.platformNames.android
2015-10-16 11:08:38 +03:00
Vladimir Enchev
0ccffd1d25 Merge pull request #950 from NativeScript/gestures-ios-event
Gestures ios event
2015-10-16 10:58:51 +03:00
Vladimir Enchev
768660327e code fixed 2015-10-16 10:04:32 +03:00
Vladimir Enchev
1e0047385a event args fixed and tests updated 2015-10-16 10:04:12 +03:00
Vladimir Enchev
619c2fe665 global.android replaced with platform.device.os === platform.platformNames.android 2015-10-16 09:20:46 +03:00