Commit Graph

30 Commits

Author SHA1 Message Date
Hristo Hristov
e709485bb6 Added an option to change the rootView.
Fixed crash where activity was incorrectly using existing initialized frame.
Fixed TabView to use _nativeView instead of Frame.
2016-02-05 15:09:28 +02:00
atanasovg
56f1aaa795 Do not use lazy requires where not needed. 2016-01-25 16:33:18 +02:00
Hristo Hristov
af78e79561 Added automation text and tests 2016-01-19 16:23:45 +02:00
vakrilov
d43e9546d8 Touch gesture implemented 2016-01-15 18:15:45 +02:00
Panayot Cankov
f168d2509a Use the OriginPoint class in android widgets for the originX/Y implementation 2016-01-15 15:14:50 +02:00
Hristo Hristov
ef11c7b7cf Resetting layoutParams was missing the new percent properties 2016-01-11 12:37:48 +02:00
Vladimir Enchev
d50e2fdb37 stylers removed 2015-12-22 16:12:18 +02:00
Vladimir Enchev
074ac89871 imports improved 2015-12-17 14:53:46 +02:00
vakrilov
c2de8f7ba0 FIX: Platform specific _addViewCore, ignoring index parameter 2015-12-08 11:47:39 +02:00
vakrilov
10ac928088 pivot renamed to origin 2015-11-25 10:57:50 +02:00
vakrilov
6500170699 Pivot point implementation 2015-11-25 10:57:50 +02:00
Rossen Hristov
82d923a0a3 Fixed #1082: Null reference exception in view.android.setOnTouchListener method 2015-11-11 15:38:53 +02:00
Hristo Deshev
70041bd999 Don't expose platform types in public d.ts files.
Use any. Add a comment with the real type.
2015-10-30 17:17:29 +02:00
vakrilov
c9744b7474 Don't apply default values on syncNative 2015-10-21 10:48:21 +03:00
Hristo Deshev
77838ae9c6 Change from "classic" TS 1.6 imports to the default resolution scheme.
- Use relative imports in place of most of our absolute ones.
- Add "private" ambient modules for modules that we need to import using
an absolute path (e.g. when app/.../test-something.ts needs to import
ui/styling/style-scope)
2015-09-29 16:25:49 +03:00
Rossen Hristov
e18e7777a1 Added View.translateX, View.translateY, View.scaleX, View.scaleY, View.rotate properties. 2015-09-03 11:46:12 +03:00
Vladimir Enchev
bc4ebd569c Fixed multiple gestures for Android 2015-09-01 15:44:38 +03:00
hshristov
6a6f7fcf92 Fix ListView module to check for layoutBase instead of Layout
Remove some unnecessary traces
2015-08-11 15:28:39 +03:00
hshristov
e58506563a Fix WrapLayout
Fix ScrollView
Fix Stylers.android
Remove some method from View class
Fix layout-helper test views
Fix all android failing tests
Remove onLayout on Button and TextBase
2015-08-03 13:49:11 +03:00
hshristov
bd50fb5550 Fixed several unit-tests 2015-08-03 13:49:08 +03:00
hshristov
0ad198165c Layouts are now implemented natively for Android. 2015-08-03 13:48:41 +03:00
atanasovg
1439313e7b Make moduleMerge a global function - this saves a total of 83 requires upon application loading. 2015-07-27 13:04:48 +03:00
Nedyalko Nikolov
63b5f2ae8b Right enumeration iteration. 2015-06-03 09:50:58 +03:00
Nedyalko Nikolov
ae6fc36ec1 gestureObservers exposed to public via getGestureObservers method. 2015-06-02 15:25:01 +03:00
Nedyalko Nikolov
f3e953f6b4 Changed android to _nativeView. 2015-05-29 14:35:53 +03:00
Nedyalko Nikolov
f838f11844 Refactored gestures to support more scenarios in android. 2015-05-29 13:45:27 +03:00
hshristov
93fa862ae3 Fix tests to pass on devices with floating density
Floor measure sizes
2015-04-22 15:13:31 +03:00
Erjan Gavalji
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00
atanasovg
2c4781db01 Initial prototype of Frame + Page + Navigation. 2014-06-12 17:44:23 +03:00
atanasovg
1be0f92429 Initial implementation of Observable + Bindable + Label 2014-06-05 13:53:09 +03:00