Hristo Hristov
b67c2623ed
Added new Page in one test
...
Updated package.json widget version
2016-01-19 10:54:21 +02:00
Hristo Hristov
20f8f8a852
Fixed bug in GridLayout
...
Added tests for GridLayout
2016-01-19 10:54:21 +02:00
Vladimir Enchev
af37d5f4ce
old tests deleted
2016-01-18 16:56:27 +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
92df0bf56d
Fixed failing test
2016-01-13 15:16:00 +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
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
8b943f0423
Merge pull request #1350 from NativeScript/span-fix
...
Span colors fixed to accept known colors
2016-01-12 11:11:52 +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
Vladimir Enchev
6df15daafc
Span colors fixed to accept known colors
2016-01-11 13:10:55 +02:00
Hristo Hristov
ef11c7b7cf
Resetting layoutParams was missing the new percent properties
2016-01-11 12:37:48 +02:00
Vladimir Enchev
d7b13299b8
text-transform and text-decoration with formattedText fixed
2016-01-11 11:24:07 +02:00
vakrilov
04155368dd
Implement page property for ActionItem
2015-12-22 16:48:46 +02:00
Vladimir Enchev
16c5228137
Merge pull request #1286 from NativeScript/stylers
...
stylers removed
2015-12-22 16:43:54 +02:00
Vladimir Enchev
d50e2fdb37
stylers removed
2015-12-22 16:12:18 +02:00
Nedyalko Nikolov
5e440ab924
Fixed getting object properties too many times.
2015-12-18 16:01:32 +02:00
Vladimir Enchev
074ac89871
imports improved
2015-12-17 14:53:46 +02:00
Rossen Hristov
cbf69e60e8
Merge pull request #1263 from NativeScript/issue-518
...
Fixed Issue #518 : Allow ActionItems to be directly specified between…
2015-12-17 11:03:10 +02:00
Rossen Hristov
1bd52efddb
Fixed Issue #518 : Allow ActionItems to be directly specified between the ActionBar opening and closing tags.
2015-12-16 16:37:35 +02:00
Hristo Hristov
1dbb742908
Implemented percent support for width, height and margins
2015-12-15 14:36:27 +02:00
Vladimir Enchev
1881240414
How-To page title fixed
2015-12-14 13:15:14 +02:00
Rossen Hristov
d2c7b9968a
Resolved Issue #1242 : Add Page showingModally event.
2015-12-12 16:42:23 +02:00
Rossen Hristov
1717b33622
Fixed Issue ##1235: ObservableArray does not raise its change event when its `length' property is set.
2015-12-11 13:21:12 +02:00
Vladimir Enchev
66ec3f2f20
url with % fixed
...
It seems that this url is a special case since url encoding techniques
failed for both ios and android.
For ios:
stringByAddingPercentEscapesUsingEncoding
stringByAddingPercentEncodingWithAllowedCharacters
For android:
java.net.URLEncoder
2015-12-10 14:42:04 +02:00
Hristo Hristov
7cf417a123
Made two memory leak tests async so that GC could be triggered.
2015-12-08 14:32:14 +02:00
Panayot Cankov
6d43f4dcbc
Merge pull request #1200 from NativeScript/cankov/background-native-image-recreated
...
Fix native image recreated on layout even if the view is not resized
2015-12-04 10:56:01 +02:00
Panayot Cankov
d61ab801e9
Fix native image recreated on layout even if the view is not resized
2015-12-03 16:55:54 +02:00
Alexander Vakrilov
fd59932487
Merge pull request #1198 from NativeScript/feature/action-bar
...
Feature/action bar
2015-12-03 15:28:14 +02:00
vakrilov
68906152b9
Test - action bar is not empty when there is titleView
2015-12-03 13:58:51 +02:00
Panayot Cankov
c07751a419
Merge pull request #1189 from NativeScript/cankov/codeless-fragments-events
...
XML fragments without code not getting context from parent
2015-12-03 10:24:36 +02:00
Kamen Velikov
002cfab84e
Add visibility property to ActionItem
...
Adding the resource to the project file.
Fix.
2015-12-02 11:47:41 +02:00
Panayot Cankov
e9aee707f1
Update expected errors after the runtime errors change
2015-12-01 18:03:28 +02:00
Alexander Vakrilov
b9d46fdc55
Merge pull request #1190 from NativeScript/feature/sys-icon-navigation-btn
...
Support for android.systemIcon in NavigationBar in Android
2015-12-01 17:09:49 +02:00
Hristo Deshev
070b01c544
Remove UTF-8 BOM's from package.json files
2015-12-01 15:37:14 +02:00
vakrilov
44f6a806e8
Support for android.systemIcon in NavigationBar
2015-12-01 14:38:47 +02:00
Panayot Cankov
e5ec759cbb
When XML fragments without code not getting context from parent
2015-12-01 12:28:31 +02:00
Panayot Cankov
0c015820fb
Fixed the currentEntry property to return navigation entry instead of backstack entry
2015-11-30 17:43:57 +02:00
Panayot Cankov
af343292b1
Propagate context to template Views
2015-11-30 15:01:38 +02:00
Vladimir Enchev
163bfe2b44
Merge pull request #1170 from NativeScript/time-picker-interval
...
Time picker interval
2015-11-30 09:54:24 +02:00
Vladimir Enchev
ea6fa315e1
minuteInterval added
2015-11-27 15:00:52 +02:00
Erjan Gavalji
b89abbf283
Improve a note to appear in the segmented-bar howto
2015-11-27 14:44:57 +02:00
vakrilov
50402e20b1
FIX: Set both translate and scale values after animation end
2015-11-27 15:32:09 +02:00
Erjan Gavalji
d3c0e38c54
Fix the info of creating SegmentedBar items
2015-11-27 11:08:13 +02:00
Vladimir Enchev
2eec961f9e
Merge pull request #1158 from NativeScript/time-picker-fixes
...
time-picker min max logic fixed
2015-11-26 14:56:25 +02:00
Vladimir Enchev
fd33f5144b
time-picker min max logic fixed
2015-11-26 10:03:58 +02:00