Commit Graph

1069 Commits

Author SHA1 Message Date
Tsvetan Raikov
68f9358b1d fixed issue 1443 2016-02-02 15:43:33 +02:00
Hristo Hristov
1e0f130b38 Merge pull request #1430 from NativeScript/gatanasov/lazy-require-fixes
Revisit lazy require routine
2016-02-01 16:54:31 +02:00
Vladimir Enchev
d4766ed83c Merge pull request #1466 from NativeScript/tab-fix
wrong for loop count fixed
2016-02-01 16:49:26 +02:00
Vladimir Enchev
becc5c59f0 wrong for loop count fixed 2016-02-01 16:25:28 +02:00
Vladimir Enchev
fb3b7bc6c4 Array.create used instead reflection 2016-02-01 14:08:22 +02:00
Hristo Deshev
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
Hristo Deshev
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
Nedyalko Nikolov
406a20297c Added support for functions with binding expressions. 2016-01-28 16:42:21 +02:00
Nedyalko Nikolov
5c35f33441 Added support for property change with same object instance (via WrappedValue). 2016-01-27 10:53:25 +02:00
atanasovg
f4c880dbda Add missing "ensure" call. 2016-01-26 16:41:44 +02:00
Panayot Cankov
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
Alexander Vakrilov
a2fd4d1c9c Merge pull request #1416 from NativeScript/feature/proxy-view-container
Feature/proxy view container
2016-01-26 13:31:53 +02:00
vakrilov
d1676ca366 Comments and cleanups 2016-01-26 11:20:15 +02:00
Panayot Cankov
887cc427f8 Fix the new UIScollView failing to pick initializer in Xcode 7.0 2016-01-26 10:51:21 +02:00
Alexander Vakrilov
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
atanasovg
56f1aaa795 Do not use lazy requires where not needed. 2016-01-25 16:33:18 +02:00
vakrilov
216cfb11de Fix: bugs caught with tests 2016-01-25 11:30:37 +02:00
vakrilov
96c638e1cc Tests added 2016-01-25 11:30:36 +02:00
vakrilov
eac95156d1 Proxy view container 2016-01-25 11:30:36 +02:00
Georgi Atanasov
62d85b0dc0 Merge pull request #1407 from NativeScript/atanasovg/snapshot-refactorings
Atanasovg/snapshot refactorings
2016-01-25 10:29:24 +02:00
atanasovg
a760328422 Applied several fixes over the initial commit. 2016-01-22 18:29:59 +02:00
vakrilov
ee8dfb3b72 Call removeRows/Columns in set rows and columns methods 2016-01-22 18:13:16 +02:00
Nedyalko Nikolov
f79600585a Adding view to parent only if not already added. 2016-01-22 09:01:22 +02:00
Hristo Hristov
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
Vladimir Enchev
f7a436d6ba textWatcher saved to instance 2016-01-20 15:20:30 +02:00
atanasovg
f930914fa8 Added typed information for lazily loaded android types. 2016-01-20 14:03:04 +02:00
atanasovg
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
Hristo Hristov
af78e79561 Added automation text and tests 2016-01-19 16:23:45 +02:00
Nedyalko Nikolov
699a0be83f Merge pull request #1398 from NativeScript/nnikolov/TwoWayBindingAngular
Add an additional notification for propChange event (required for angular2).
2016-01-19 15:40:22 +02:00
Nedyalko Nikolov
b43f5a3be5 Add an additional notification for propChange event (required for angular2). 2016-01-19 13:02:01 +02:00
Hristo Hristov
20f8f8a852 Fixed bug in GridLayout
Added tests for GridLayout
2016-01-19 10:54:21 +02:00
Alexander Vakrilov
1dfeb58c4a Merge pull request #1383 from NativeScript/feature/touch-gesture
Touch gesture implemented
2016-01-18 14:35:03 +02:00
vakrilov
7303755cc9 Optimizations 2016-01-18 13:49:50 +02:00
Vladimir Enchev
90a4f7c8e1 yet another fix for the android button background 2016-01-18 10:53:25 +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
Nedyalko Nikolov
30d5ebae12 Added _removeTabs implementation in common. 2016-01-15 11:45:12 +02:00
Vladimir Enchev
ab8e1179eb page background fixed 2016-01-14 11:00:28 +02:00
Alexander Vakrilov
3d97499171 Merge pull request #1368 from NativeScript/feature/grid-separator
Accept whitespace separators in grid rows and cols properties
2016-01-14 10:26:15 +02:00
Hristo Hristov
246758cb12 Fixed wrap-layout
Added more tests
2016-01-13 15:16:00 +02:00
vakrilov
e5351786b7 Accept whitespace separators in grid rows and cols properties 2016-01-13 14:03:33 +02:00
Vladimir Enchev
d932e8a9df Merge pull request #1365 from NativeScript/page-background-color-android
Page background-color for Android fixed
2016-01-13 11:12:45 +02:00
Vladimir Enchev
c0ba0357e0 Page background-color for Android fixed 2016-01-13 10:32:40 +02:00
Nedyalko Nikolov
7c9eeaa919 Merge pull request #1361 from NativeScript/nnikolov/TabViewExportsIssue
Added parent view for views inside TabView.
2016-01-13 10:00:08 +02:00
Nedyalko Nikolov
af5dd04a9b Added parent view for views inside TabView. 2016-01-12 17:53:50 +02:00
Panayot Cankov
350d52e9be Merge pull request #1357 from NativeScript/cankov/go-back-to-backstack-entry
Frame.goBack can now accept an entry to navigate back to
2016-01-12 17:20:24 +02:00
Panayot Cankov
425c2c215e Frame.goBack now can accept entry to navigate back to 2016-01-12 16:23:05 +02:00
Vladimir Enchev
49663322b7 Image src now can be set to Data URI 2016-01-12 11:53:05 +02:00
Vladimir Enchev
4d7e55b4e0 Merge pull request #1351 from NativeScript/background-color-fix
If only backgroundColor is set use setColorFilter
2016-01-12 10:58:26 +02:00
Vladimir Enchev
5900f7d10e Merge pull request #1345 from NativeScript/text-transform-fix
text-transform and text-decoration with formattedText fixed
2016-01-12 10:58:22 +02:00