Panayot Cankov
92d015b8d8
Animations were always played as keyframes and kept overriding the local values. Android setAlpha has deprecated int overload, now it is guided to use the float one. Android background color was animated using css values instead of local or the keyframe one.
2017-04-06 14:50:40 +03:00
Panayot Cankov
4105083dd4
Fix iOS animations, transition was workin in DIP, when css class is change objects were flickering
2017-04-03 17:17:59 +03:00
Hristo Hristov
f2898f84d5
NativeView recycled for android
2017-03-28 18:08:59 +03:00
Hristo Deshev
629eb6e683
Use relative imports in tns-core-modules.
...
Use tns-core-modules/* imports in outside code (apps, tests, etc)
2017-03-13 14:37:59 +02:00
Hristo Hristov
ea22eb9c20
refactoring circular imports
2017-03-06 14:05:55 +02:00
Hristo Deshev
86481cce4a
Make typings compatible with @types/node.
...
Fixes name clashes and uses Node-compatible typings where possible.
Changes:
- setTimout et al now return NodeJS.Timer instead of number
- No "console" module anymore. Everyone uses it through global.console
anyway.
- We have a typed "global" instance with exposed properties now. Any
"freeform" accesses must go through a `(<any>global).blah` cast.
- remove tns-core-modules.{base,es6,es2015}.d.ts. Those were needed
as workarounds for the ES6/DOM/Node type clashes.
2017-02-15 13:01:10 +02:00
Panayot Cankov
5265bf0ae3
Animation properties and some backward compatability with the QSF
2017-02-08 10:52:54 +02:00
Rossen Hristov
fec5e92dbe
Fix tracing
2017-01-16 13:29:46 +02:00
Rossen Hristov
c3327ea52f
Fix animations and lots of cyclic requires
2017-01-13 14:41:38 +02:00
Hristo Hristov
19ee47ba24
got to layouts
2016-12-13 15:51:18 +02:00
Hristo Hristov
1202cb7288
almost all without layouts
2016-12-13 15:51:18 +02:00
Hristo Hristov
645f428f59
alpha1
2016-12-13 15:51:18 +02:00
Hristo Hristov
bb2c7aa60a
partial state
2016-12-13 15:51:18 +02:00
Hristo Hristov
e4c21258a3
More files migrated.
2016-12-13 15:51:18 +02:00
Hristo Hristov
b58e0b08a3
refactoring
2016-12-13 15:51:18 +02:00
Tsvetan Raikov
e2178fbf12
Fixed regression issue: rotate() doesn't reset after 360 degrees rotation
2016-09-14 15:00:04 +03:00
Jason Zhekov
81165fee3f
Fix Xcode 7 build - CAAnimationDelegate is not available there
2016-09-14 11:43:31 +03:00
Panayot Cankov
82ff7aeadc
Fix delegates
2016-09-14 09:08:53 +03:00
Panayot Cankov
e895f37f0b
Apply getter check to determine if API is exposed as property or as method for iOS backward compatibility
2016-09-12 14:38:54 +03:00
Panayot Cankov
1236f66f44
Add npm script that generates ios .d.ts-es from the tests app
...
Less than 30 erros left, let's hope it still works
Added lib.*.d.ts from typescript, removed lib and dom stuff, added by hand XHR, alert etc. .d.ts-es for polyfills
Roll back some changes involved in separating UIEvent for dom and ios
Test combined dts-es will now use lib, while internally we will not to avoid UIEvent conflict with dom stuff
2016-08-29 09:58:17 +03:00
Tsvetan Raikov
b018ac20f0
Fixed: Animations look wrong when applying 0 scale
2016-06-22 13:07:15 +03:00
Tsvetan Raikov
1742e9ab53
Fixed: TranslateX and Animate in iOS strange behaviour on 2.0
2016-06-17 18:23:28 +03:00
Tsvetan Raikov
0b0aa11500
Fixed: Animation rotates in a wrong way after 360 degrees rotation
2016-06-14 14:28:40 +03:00
Tsvetan Raikov
d810a779fe
Fixed animation value sync issues
2016-06-14 11:31:04 +03:00
Panayot Cankov
e135c20b14
Rename the files
2016-05-26 14:30:25 +03:00