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 |
|
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
|
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 |
|
vakrilov
|
ee760c14b0
|
more fixes
|
2015-10-15 16:05:48 +03:00 |
|
vakrilov
|
b8222a88b4
|
Fixes
|
2015-10-15 16:04:19 +03:00 |
|
vakrilov
|
159803d8b9
|
TabView color and selctedColors
|
2015-10-15 14:55:31 +03:00 |
|
Hristo Deshev
|
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 |
|
Panayot Cankov
|
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 |
|
Hristo Deshev
|
5d59c4b3ef
|
css-value parse fix to match the new parse function export.
|
2015-10-15 10:36:15 +03:00 |
|
Vladimir Enchev
|
44e4296d80
|
Merge pull request #931 from NativeScript/vertical-alignment-middle
vertical-alignment middle support added
|
2015-10-15 10:31:16 +03:00 |
|
Rossen Hristov
|
1a679eb2d2
|
Revert.
|
2015-10-15 09:40:40 +03:00 |
|
Rossen Hristov
|
9674ad4a3b
|
Removed the annoying css trace.
|
2015-10-14 16:46:29 +03:00 |
|
Rossen Hristov
|
21b3a0a602
|
Fixed #801: Chained animations lose state on iOS.
|
2015-10-14 16:01:59 +03:00 |
|
Nedyalko Nikolov
|
332b77f435
|
Memory leak tests back to schedule.
|
2015-10-14 11:09:15 +03:00 |
|
Vladimir Enchev
|
19b03bbbb9
|
vertical-alignment middle support added
|
2015-10-14 09:42:29 +03:00 |
|
vakrilov
|
68bc24a5a5
|
Action bar title color stylers
|
2015-10-13 16:10:03 +03:00 |
|
Nedyalko Nikolov
|
d6e0a2b598
|
Fixed index property accessors are treated as expressions.
|
2015-10-12 14:49:36 +03:00 |
|
Hristo Hristov
|
e19779d7ec
|
Merge pull request #911 from NativeScript/hhristov/apply-css-fix
Fix GridLayout desiredSize when not stretched.
|
2015-10-12 14:16:51 +03:00 |
|
Rossen Hristov
|
8936ef8317
|
Fixed #909: Android ListView will not update its UI after refresh is called until it is scrolled up and down.
|
2015-10-09 17:04:10 +03:00 |
|
hshristov
|
e127c7ef27
|
Fix GridLayout desiredSize when not stretched.
Fix showModal Page size method for Android
Fix showModal Page actionBar is now hidden
|
2015-10-09 16:54:08 +03:00 |
|
Nedyalko Nikolov
|
f25e2bf757
|
Automatic custom fonts registration for iOS.
|
2015-10-09 14:10:06 +03:00 |
|
Rossen Hristov
|
02748f4fc0
|
Added check for backStackEntryCount before trying to read the first entry.
|
2015-10-08 11:14:08 +03:00 |
|
hshristov
|
171e545213
|
isLoaded is set before calling applyStyleFromScope
|
2015-10-07 11:13:29 +03:00 |
|
Vladimir Enchev
|
6a17651618
|
ios9 fixes
|
2015-10-06 15:41:37 +03:00 |
|
hshristov
|
ff006fda2b
|
Remove some commented code
|
2015-10-06 15:05:31 +03:00 |
|
hshristov
|
0ecb5d4dcd
|
Implement Page background option to span under status bar (iOS only for the moment)
|
2015-10-06 14:35:59 +03:00 |
|
Rossen Hristov
|
124f616736
|
Fixed: The Repeater is re-creating its children multiple times during initialization. #873
|
2015-10-05 12:54:26 +03:00 |
|
Nedyalko Nikolov
|
65c1428f54
|
Merge pull request #869 from NativeScript/nnikolov/Issue814
Fixed issue #814.
|
2015-10-05 11:54:38 +03:00 |
|
Alexander Vakrilov
|
cf20de12e7
|
Merge pull request #872 from NativeScript/feature/blurred-bckground-images-ios
Fix: images in background are blurred in iOS
|
2015-10-02 16:37:22 +03:00 |
|
Rossen Hristov
|
8812e8d216
|
Merge pull request #862 from NativeScript/backstack
Fixed the navigation tests.
|
2015-10-02 15:01:52 +03:00 |
|
vakrilov
|
a0a7f756c8
|
Fix: images in background are blurred in iOS
|
2015-10-02 14:07:49 +03:00 |
|
Rossen Hristov
|
240a378609
|
Added check for this._currentEntry.
|
2015-10-02 13:37:46 +03:00 |
|
Nedyalko Nikolov
|
e7156b53bd
|
Fixed issue #814.
|
2015-10-01 16:13:51 +03:00 |
|
Rossen Hristov
|
158046ffed
|
Merge pull request #865 from NativeScript/animation-ios-skip-fix
Fixed: iOS animations combining several affine transform properties …
|
2015-10-01 14:26:47 +03:00 |
|
Vladimir Enchev
|
52acc0b32e
|
Merge pull request #863 from NativeScript/layout-changes
Layout changes
|
2015-10-01 13:57:38 +03:00 |
|
Rossen Hristov
|
e3aeb90544
|
Fixed: iOS animations combining several affine transform properties set only the first property on our view after they finish. #835
|
2015-10-01 13:52:20 +03:00 |
|
Rossen Hristov
|
eec823d29d
|
Added closeModal() to the d.ts and updated the sample app.
|
2015-10-01 11:13:52 +03:00 |
|
Nathanael Anderson
|
7366e546dc
|
Renamed closeDialog to closeModal; as we do a showModal; for consistency.
Fixed page auto sizing full on Android.
|
2015-10-01 10:54:24 +03:00 |
|
Nathanael Anderson
|
5d3d772462
|
This fixes the issue with Dialogs and being dismissed by clicking elsewhere on the screen on Android. The dialog will now call the callback with a null value as the first parameter (and finish calling the unloaded and other code that is supposed to be ran when the dialog is closed). This also adds a closeDialog function that you can call from the dialog which will also call the callback for you.
|
2015-10-01 10:54:22 +03:00 |
|
Matt Donovan
|
cfda63d42b
|
changing != to !==
|
2015-10-01 10:42:06 +03:00 |
|
Matt Donovan
|
dad1510ce9
|
Adding voiid return statements
|
2015-10-01 10:42:04 +03:00 |
|
Matt Donovan
|
69e651bb43
|
Adding void return statements
|
2015-10-01 10:38:24 +03:00 |
|
Matt Donovan
|
7d948265f3
|
Adding removeColumns() and removeRows() to GridLayout
|
2015-10-01 10:34:30 +03:00 |
|
Matt Donovan
|
e79fd51ce4
|
adding removeChildren() for layout and fixing comment typos
|
2015-10-01 10:28:27 +03:00 |
|
Rossen Hristov
|
5e654ce96b
|
Fixed the navigation tests.
|
2015-10-01 09:37:42 +03:00 |
|
Vladimir Enchev
|
8bc2aedfae
|
Merge pull request #821 from NativeScript/atanasovg/webview-fix
Extracts common logic into web-view-common. The check for http/https …
|
2015-10-01 09:14:33 +03:00 |
|
atanasovg
|
bd97f22683
|
Integrate #845 into this pull.
|
2015-09-30 18:06:43 +03:00 |
|