82d923a0a3
Fixed #1082 : Null reference exception in view.android.setOnTouchListener method
2015-11-11 15:38:53 +02:00
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
c9744b7474
Don't apply default values on syncNative
2015-10-21 10:48:21 +03:00
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
e18e7777a1
Added View.translateX, View.translateY, View.scaleX, View.scaleY, View.rotate properties.
2015-09-03 11:46:12 +03:00
bc4ebd569c
Fixed multiple gestures for Android
2015-09-01 15:44:38 +03:00
6a6f7fcf92
Fix ListView module to check for layoutBase instead of Layout
...
Remove some unnecessary traces
2015-08-11 15:28:39 +03:00
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
bd50fb5550
Fixed several unit-tests
2015-08-03 13:49:08 +03:00
0ad198165c
Layouts are now implemented natively for Android.
2015-08-03 13:48:41 +03:00
1439313e7b
Make moduleMerge a global function - this saves a total of 83 requires upon application loading.
2015-07-27 13:04:48 +03:00
63b5f2ae8b
Right enumeration iteration.
2015-06-03 09:50:58 +03:00
ae6fc36ec1
gestureObservers exposed to public via getGestureObservers method.
2015-06-02 15:25:01 +03:00
f3e953f6b4
Changed android to _nativeView.
2015-05-29 14:35:53 +03:00
f838f11844
Refactored gestures to support more scenarios in android.
2015-05-29 13:45:27 +03:00
93fa862ae3
Fix tests to pass on devices with floating density
...
Floor measure sizes
2015-04-22 15:13:31 +03:00
cc829e0152
definitions fixed
2015-03-03 10:34:40 +02:00
2c4781db01
Initial prototype of Frame + Page + Navigation.
2014-06-12 17:44:23 +03:00
1be0f92429
Initial implementation of Observable + Bindable + Label
2014-06-05 13:53:09 +03:00