Commit Graph

5967 Commits

Author SHA1 Message Date
vakrilov
61882e678f Demo 2015-12-01 14:37:44 +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
fe209cdd02 Merge pull request #1186 from NativeScript/cankov/frame-currentEntry-fix
Fix currentEntry to return NavigationEntry instead of BackstackEntry
2015-12-01 09:48:26 +02:00
Erjan Gavalji
1adaf8ffe3 Create a package for the non-included TypeScript declarations
Find out the missed TypeScript declarations in the package
Clean the package.json from devDeps
Pack and copy the platform declarations
Set version to 1.7.1
2015-11-30 18:32:24 +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
Hristo Hristov
9066ddcf50 removed unneeded check and make it strict-mode compliant 2015-11-30 15:36:17 +02:00
Panayot Cankov
986cf41ff6 Merge pull request #1184 from NativeScript/cankov/context-to-template
Propagate context to template Views
2015-11-30 15:30:19 +02:00
Panayot Cankov
af343292b1 Propagate context to template Views 2015-11-30 15:01:38 +02:00
Hristo Hristov
72577a8d58 Merge pull request #1149 from rclai/patch-1
Correct TabView icon rendering mode
2015-11-30 10:25:01 +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
82c86ad865 Merge pull request #1174 from NativeScript/alert-fixes
alert fixed
2015-11-27 16:39:30 +02:00
Vladimir Enchev
ea6fa315e1 minuteInterval added 2015-11-27 15:00:52 +02:00
Vladimir Enchev
c3d3326cb2 alert fixed 2015-11-27 14:56:11 +02:00
Erjan Gavalji
b89abbf283 Improve a note to appear in the segmented-bar howto 2015-11-27 14:44:57 +02:00
Erjan Gavalji
00cfb61351 Fix the comments that the ts compiler left 2015-11-27 16:24:11 +02:00
Alexander Vakrilov
421f2f4d87 Merge pull request #1165 from NativeScript/feature/animation-fixes
Feature/animation fixes
2015-11-27 16:13:14 +02:00
vakrilov
50402e20b1 FIX: Set both translate and scale values after animation end 2015-11-27 15:32:09 +02:00
vakrilov
755def3a12 FIX: Ios transfroms are cleared after layout 2015-11-27 15:32:09 +02:00
Alexander Vakrilov
ec74f4d080 Merge pull request #1173 from NativeScript/feature/focus-poin-on-pinch
Add getFocusX() and getFocusY() methods to PinchGestureEventData
2015-11-27 15:23:39 +02:00
vakrilov
de87dfd00d Add getFocusX() and getFocusY() methods to PinchGestureEventData 2015-11-27 14:43:39 +02:00
Erjan Gavalji
d3c0e38c54 Fix the info of creating SegmentedBar items 2015-11-27 11:08:13 +02:00
Rossen Hristov
1a4b65f67c Merge pull request #1164 from NativeScript/issue-1160
Fixed Issue #1160: The image supplied to Label.backgroundImage is ren…
2015-11-26 17:20:48 +02:00
Rossen Hristov
0c91cfc6a2 Fixed Issue #1160: The image supplied to Label.backgroundImage is rendered upside down 2015-11-26 17:00:33 +02:00
Nedyalko Nikolov
c873a7d4de Merge pull request #1162 from NativeScript/nnikolov/Issue1131
Fixed problem with custom fonts for spans in Android.
2015-11-26 16:36:14 +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
Nedyalko Nikolov
e7a2c1af92 Fixed problem with custom fonts for spans in Android. 2015-11-26 11:55:37 +02:00
Vladimir Enchev
fd33f5144b time-picker min max logic fixed 2015-11-26 10:03:58 +02:00
Panayot Cankov
b577f84425 Merge pull request #1125 from NativeScript/cankov/xml-source-tracing
Cankov/xml source tracing
2015-11-25 16:23:27 +02:00
Rossen Hristov
b55c16c8aa Merge pull request #1156 from NativeScript/issue-754
Resolved Issue #754: The backgroundColor of a Label is not animatable…
2015-11-25 15:33:08 +02:00
Panayot Cankov
5447b04e86 Refactoring ui/builder and template builder to preserve source information for templates 2015-11-25 15:25:42 +02:00
Panayot Cankov
8bee3ed2d1 Add file, row and column for ui/builder errors 2015-11-25 15:25:42 +02:00
Panayot Cankov
acf8b6e432 Add character line and column index for easysax parser events 2015-11-25 15:25:42 +02:00
Rossen Hristov
b702840cbf Resolved Issue #754: The backgroundColor of a Label is not animatable in iOS. 2015-11-25 15:08:33 +02:00
Vladimir Enchev
df9f9978c2 Merge pull request #1154 from NativeScript/observable-array-fix
setItem event fixed
2015-11-25 13:54:12 +02:00
Vladimir Enchev
bee1fcc9d6 space fixed 2015-11-25 13:53:54 +02:00
Alexander Vakrilov
a55fb649c3 Merge pull request #1141 from NativeScript/feature/pivot-point
API for setting origin (a.k.a. pivot or anchor) point for view transfroms
2015-11-25 11:01:02 +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
vakrilov
5a63071242 Updated transforms app 2015-11-25 10:57:50 +02:00
Vladimir Enchev
b207adc6cf setItem event fixed 2015-11-25 10:50:57 +02:00
Nedyalko Nikolov
be723b2960 Merge pull request #1152 from NativeScript/nnikolov/smallFixes
Added some checks for binding infrastructure.
2015-11-25 10:47:30 +02:00
Nedyalko Nikolov
a44c9f9aa6 Added some checks for binding infrastructure. 2015-11-25 08:51:36 +02:00
Richard Lai
2b1be2da43 Name the originally-rendered image 2015-11-24 15:44:05 -05:00
Richard Lai
477d0016b1 Correct TabView icon rendering mode
Fixes #1148.
2015-11-24 15:35:37 -05:00
Erjan Gavalji
79f009fb38 Update the package version 2015-11-24 15:54:11 +02:00
Erjan Gavalji
f4569a767c Fix the 1.5.0 section titles. 2015-11-24 15:42:53 +02:00
Vladimir Enchev
4a2de4b45d Merge pull request #1138 from NativeScript/kvelikov/listview-highlight-ios
Remove listview cell selection in iOS
2015-11-24 13:27:58 +02:00
Hristo Deshev
2874479f12 Update CHANGELOG.md for the 1.5.0 release 2015-11-24 11:19:34 +02:00
Kamen Velikov
f6958d9b22 Remove listview cell selection in iOS 2015-11-24 10:52:47 +02:00
Hristo Deshev
4cf21ba489 Merge pull request #1137 from NativeScript/hdeshev/es6-promise-fix
Fix a compile error in Promise def.
2015-11-23 16:54:18 +02:00