892 Commits

Author SHA1 Message Date
7a36ce6955 Merge pull request #1512 from NativeScript/cankov/fix-android-corners
Fix android corner radius in cases when the radius is less than half the border width
2016-02-08 17:47:10 +02:00
7e400edbae Fix android corner radius in cases when the radius is less than half the border width 2016-02-08 12:15:35 +02:00
5144969ae0 Added support for in expressions. 2016-02-08 11:58:15 +02:00
630daa03e9 Merge pull request #1503 from NativeScript/issue-1232
Fixed Issue #1232: WrapLayout crashes when itemWidth value is too high.
2016-02-07 13:48:40 +02:00
7c278cb35a Merge pull request #1502 from NativeScript/hhristov/android-activity-fix
Fixed crash where activity was incorrectly using existing initialized frame.
2016-02-05 18:05:36 +02:00
2f8bce74fb Fixed Issue #1232: WrapLayout crashes when itemWidth value is too high. 2016-02-05 15:51:50 +02:00
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
e3bdcdc3f6 Fixed: Setting and instantly animating a property fails for iOS 2016-02-05 14:21:22 +02:00
a8dc90178c Fixed exception in animations when animating a view before it's being displayed 2016-02-05 11:22:05 +02:00
6b7d05420e Resolved Issue #1021: The navigatedTo event is called twice for the first application page. 2016-02-04 16:12:45 +02:00
91d1ba3f97 Modified animations to allow smooth transition when the previous animation is replaced with a new one 2016-02-04 14:15:24 +02:00
27182eb4d7 Merge pull request #1481 from NativeScript/cankov/android-rounded-corners-anti-aliasing
Add anti-aliasing for android borders and backgrounds with rounded corners
2016-02-04 11:47:15 +02:00
e826e99384 Add anti-aliasing for android borders and backgrounds with rounded corners 2016-02-04 11:17:43 +02:00
0d4d0b0d4a Merge pull request #1483 from NativeScript/feature/proxy-container-layout-fix
Fixed ios proxy view blocks layout requests
2016-02-04 10:30:06 +02:00
4a8ec62506 Handle the case whr proxy is inside ContentView 2016-02-03 18:07:25 +02:00
f403b506aa Fixed: _resolveAnimationCurve is undefined 2016-02-03 16:08:03 +02:00
57f15abf27 Fixed ios proxy view blocks layout requests 2016-02-03 15:38:48 +02:00
a8aaeac137 Merged with master after the transitions feature 2016-02-03 15:24:38 +02:00
dbfa09f8ef Changed how AnimationDelegateImpl is created to be in sync with the new approach 2016-02-03 14:52:29 +02:00
96bafff573 Merge pull request #1473 from NativeScript/transitions
Resolved #811: Page Navigation Transitions
2016-02-03 13:45:53 +02:00
b0976bf986 Resolved #811: Page Navigation Transitions 2016-02-03 13:24:12 +02:00
a0020453e5 fixed broken unit tests because of the animation refactoring 2016-02-03 10:55:02 +02:00
31a6da0676 fix ios dialogs.action when message/title is null 2016-02-02 18:41:36 +02:00
68f9358b1d fixed issue 1443 2016-02-02 15:43:33 +02:00
1e0f130b38 Merge pull request #1430 from NativeScript/gatanasov/lazy-require-fixes
Revisit lazy require routine
2016-02-01 16:54:31 +02:00
d4766ed83c Merge pull request #1466 from NativeScript/tab-fix
wrong for loop count fixed
2016-02-01 16:49:26 +02:00
becc5c59f0 wrong for loop count fixed 2016-02-01 16:25:28 +02:00
fb3b7bc6c4 Array.create used instead reflection 2016-02-01 14:08:22 +02:00
30bf55d8bd Merge pull request #1453 from NativeScript/hdeshev/proxy-container-grid-layout
Register ProxyViewContainer children with parent layout.
2016-01-29 10:52:10 +02:00
698345f171 Register ProxyViewContainer children with parent layout.
- Fixes a crash when used in a GridLayout on iOS since the layout needs to be
notified of any layout children changes.
- Adds a _parentChanged hook for all views.
2016-01-28 18:27:31 +02:00
406a20297c Added support for functions with binding expressions. 2016-01-28 16:42:21 +02:00
5c35f33441 Added support for property change with same object instance (via WrappedValue). 2016-01-27 10:53:25 +02:00
f4c880dbda Add missing "ensure" call. 2016-01-26 16:41:44 +02:00
8159929ff7 Merge pull request #1439 from NativeScript/vladimirov/scrollview-new-fix
Fix the new UIScollView failing to pick initializer in Xcode 7.0
2016-01-26 16:38:45 +02:00
a2fd4d1c9c Merge pull request #1416 from NativeScript/feature/proxy-view-container
Feature/proxy view container
2016-01-26 13:31:53 +02:00
d1676ca366 Comments and cleanups 2016-01-26 11:20:15 +02:00
887cc427f8 Fix the new UIScollView failing to pick initializer in Xcode 7.0 2016-01-26 10:51:21 +02:00
6dc971c1ca Merge pull request #1422 from NativeScript/feature/grid-set-rows-cols
Call removeRows/Columns in set rows and columns methods
2016-01-26 10:31:38 +02:00
56f1aaa795 Do not use lazy requires where not needed. 2016-01-25 16:33:18 +02:00
216cfb11de Fix: bugs caught with tests 2016-01-25 11:30:37 +02:00
96c638e1cc Tests added 2016-01-25 11:30:36 +02:00
eac95156d1 Proxy view container 2016-01-25 11:30:36 +02:00
62d85b0dc0 Merge pull request #1407 from NativeScript/atanasovg/snapshot-refactorings
Atanasovg/snapshot refactorings
2016-01-25 10:29:24 +02:00
a760328422 Applied several fixes over the initial commit. 2016-01-22 18:29:59 +02:00
ee8dfb3b72 Call removeRows/Columns in set rows and columns methods 2016-01-22 18:13:16 +02:00
f79600585a Adding view to parent only if not already added. 2016-01-22 09:01:22 +02:00
68cdff85bd GridLayout now calls virtual methods when rows/columns are set through XML.
Added test.
Improved code readability.
2016-01-21 13:55:32 +02:00
f7a436d6ba textWatcher saved to instance 2016-01-20 15:20:30 +02:00
f930914fa8 Added typed information for lazily loaded android types. 2016-01-20 14:03:04 +02:00
fbc612610f Snapshot refactorings, which mainly wraps Android extends within inner functions so that they are evaluated at runtime, when needed. Also some refactoring preventing circular requires. 2016-01-20 10:22:08 +02:00