|
4dafdf1f5b
|
Increased the wait to make sure the test passes in PR builds.
|
2015-10-20 16:29:55 +03:00 |
|
|
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 |
|
|
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 |
|
|
03a741e4b1
|
Update README.md
|
2015-10-20 12:08:59 +03:00 |
|
|
23fc515aad
|
Merge pull request #956 from NativeScript/search-bar-dismissSoftInput
dismissSoftInput implemented
|
2015-10-19 15:11:57 +03:00 |
|
|
343265c571
|
dismissSoftInput implemented
|
2015-10-19 14:55:06 +03:00 |
|
|
66a834ce10
|
Merge pull request #955 from NativeScript/gestures-android
args fixed
|
2015-10-19 11:10:57 +03:00 |
|
|
b84a5c485a
|
Merge pull request #954 from NativeScript/show-modal
added simple showModal() overload
|
2015-10-19 11:10:02 +03:00 |
|
|
520f7f985a
|
args fixed
|
2015-10-19 11:07:17 +03:00 |
|
|
c939e52b06
|
added simple showModal() overload
|
2015-10-19 10:58:42 +03:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
9757bc5ccb
|
Animations example was clipped in android
|
2015-10-16 11:48:11 +03:00 |
|
|
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 |
|
|
0ccffd1d25
|
Merge pull request #950 from NativeScript/gestures-ios-event
Gestures ios event
|
2015-10-16 10:58:51 +03:00 |
|
|
768660327e
|
code fixed
|
2015-10-16 10:04:32 +03:00 |
|
|
1e0047385a
|
event args fixed and tests updated
|
2015-10-16 10:04:12 +03:00 |
|
|
619c2fe665
|
global.android replaced with platform.device.os === platform.platformNames.android
|
2015-10-16 09:20:46 +03:00 |
|
|
0af2fdea54
|
Merge pull request #947 from NativeScript/feature/tab-view-styler
TabView color and selectedColor
|
2015-10-15 16:11:13 +03:00 |
|
|
ee760c14b0
|
more fixes
|
2015-10-15 16:05:48 +03:00 |
|
|
b8222a88b4
|
Fixes
|
2015-10-15 16:04:19 +03:00 |
|
|
159803d8b9
|
TabView color and selctedColors
|
2015-10-15 14:55:31 +03:00 |
|
|
6b148fc60a
|
Merge pull request #946 from NativeScript/css-value-parse
css-value parse fix to match the new parse function export.
|
2015-10-15 14:26:25 +03:00 |
|
|
46921d53f6
|
Move from begin/commit animation blocks to keyframe animations, they handle continuation from the current state. There is a new "Sequence" animation in the "animations" app that displays a sequence of animations that used to be buggy in iOS (the animated object was jumping around) but should now display a nice continuos animation. The problem that has been fixed appeared only when multiple properties that affect transform are animated: rotate + translate or scale + translate.
|
2015-10-15 12:16:30 +03:00 |
|
|
5d59c4b3ef
|
css-value parse fix to match the new parse function export.
|
2015-10-15 10:36:15 +03:00 |
|
|
44e4296d80
|
Merge pull request #931 from NativeScript/vertical-alignment-middle
vertical-alignment middle support added
|
2015-10-15 10:31:16 +03:00 |
|
|
660958503b
|
Merge pull request #945 from NativeScript/hamorphis-patch-2
Revert.
|
2015-10-15 10:03:01 +03:00 |
|
|
857c54d28e
|
Merge pull request #938 from NativeScript/hhristov/improving-tests-time
Add module duration
|
2015-10-15 10:02:26 +03:00 |
|
|
1a679eb2d2
|
Revert.
|
2015-10-15 09:40:40 +03:00 |
|
|
4a594ddb95
|
fix merge issue
|
2015-10-15 09:29:39 +03:00 |
|
|
a3c70b5e28
|
Add module duration
Reduce all Layouts, ScrollView & WebView test time
|
2015-10-14 17:40:14 +03:00 |
|
|
ea62b3d487
|
Merge pull request #935 from NativeScript/animation
Fixed #801: Chained animations lose state on iOS.
|
2015-10-14 16:57:15 +03:00 |
|
|
9674ad4a3b
|
Removed the annoying css trace.
|
2015-10-14 16:46:29 +03:00 |
|
|
21b3a0a602
|
Fixed #801: Chained animations lose state on iOS.
|
2015-10-14 16:01:59 +03:00 |
|
|
f6ef20070e
|
Merge pull request #933 from NativeScript/css-upgrade
Css upgrade
|
2015-10-14 15:44:23 +03:00 |
|
|
2367ac17fd
|
Upgrade to latest css-value.
|
2015-10-14 15:08:09 +03:00 |
|
|
4ae638f546
|
Upgrade to latest reworkcss sans the stringify module.
|
2015-10-14 15:08:09 +03:00 |
|
|
e3778dd48f
|
Unignore js files in CSS lib dirs.
|
2015-10-14 15:08:09 +03:00 |
|
|
1852aef31c
|
Merge pull request #934 from NativeScript/hamorphis-patch-1
Increased the timeout even more.
|
2015-10-14 15:06:40 +03:00 |
|
|
2ccfa22321
|
Increased the timeout even more.
|
2015-10-14 13:35:26 +03:00 |
|
|
273b6456d3
|
Merge pull request #932 from NativeScript/nnikolov/Issue906
Memory leak tests back to schedule.
|
2015-10-14 11:28:39 +03:00 |
|
|
332b77f435
|
Memory leak tests back to schedule.
|
2015-10-14 11:09:15 +03:00 |
|
|
19b03bbbb9
|
vertical-alignment middle support added
|
2015-10-14 09:42:29 +03:00 |
|
|
0435e4773f
|
Merge pull request #930 from NativeScript/tab-view-test
Playing with the unit test in order to blind-fix it for the PR build.
|
2015-10-14 09:20:00 +03:00 |
|
|
016047b377
|
Merge pull request #928 from NativeScript/feature/action-bar-title-color
Action bar title color stylers
|
2015-10-13 18:10:14 +03:00 |
|
|
ddb281cff0
|
Playing with the unit test in order to blind-fix it for the PR build.
|
2015-10-13 17:22:27 +03:00 |
|
|
3cb2d8a915
|
Playing with the unit test in order to blind-fix it for the PR build.
|
2015-10-13 17:03:39 +03:00 |
|