Hristo Hristov
ea22eb9c20
refactoring circular imports
2017-03-06 14:05:55 +02:00
Panayot Cankov
3066dbd072
Clipping is required for iOS even with uniform borders, as long as the radius is > 0
2017-02-27 16:07:21 +02:00
Panayot Cankov
5265bf0ae3
Animation properties and some backward compatability with the QSF
2017-02-08 10:52:54 +02:00
vakrilov
6b61335675
Fix: Modal crashes in Android and IOS
2017-01-30 15:41:45 +02:00
Rossen Hristov
fec5e92dbe
Fix tracing
2017-01-16 13:29:46 +02:00
vakrilov
819155fb18
Minor fixes + more green tests
2017-01-12 16:20:38 +02:00
vakrilov
64bca39e2b
IOS fix for context
2017-01-04 17:18:45 +02:00
vakrilov
0b67f6bc0a
attach/detach in ViewBase
2017-01-03 17:36:01 +02:00
Nedyalko Nikolov
764910be2b
Fixed tab-view tests.
2016-12-30 10:55:42 +02:00
Panayot Cankov
70cc1dd5d9
Move the effective* values from style to this
2016-12-27 10:57:10 +02:00
PanayotCankov
7931ecd4f8
Fix tslint errors
2016-12-21 17:42:31 +02:00
PanayotCankov
25bd65d95c
Make 0 test run successfuly
2016-12-21 10:40:47 +02:00
Rossen Hristov
1255e6bd4a
Visibility
2016-12-19 11:56:32 +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
Rossen Hristov
b42fc7fdae
Fix: Setting automationText to a number crashes the app on Android
...
Resolves #3064
2016-11-21 15:03:35 +02:00
Rossen Hristov
a05f842a84
Non-uniform borders
2016-09-17 09:27:36 +03:00
Morten Anton Bach Sjøgren
86055354b8
Feature: automationText wasn't read aloud on iOS.
...
View.automationText on iOS now sets both accessibilityIdentifier and accessibilityLabel
2016-09-01 16:17:46 +02: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
tzraikov
6275c71c85
Merge pull request #2266 from NativeScript/raikov/fix-animationsync
...
Fixed animation value sync issues
2016-06-17 17:53:51 +03:00
Tsvetan Raikov
d810a779fe
Fixed animation value sync issues
2016-06-14 11:31:04 +03:00
Hristo Hristov
22608011f2
Avoid excessive requestLayout calls ( #2270 )
...
Added View.isLayoutRequired - to check if Layout call is needed after a measure call. Use in list-view.
Measure pass now get all its properties from nativeLayoutParams property instead of using instance dependency properties (e.g. perf improvement).
List-view now layouts cells only if there is need to.
List-view now measure rows with the specified rowHeight.
2016-06-08 15:41:30 +03:00
Panayot Cankov
e135c20b14
Rename the files
2016-05-26 14:30:25 +03:00