Commit Graph

2069 Commits

Author SHA1 Message Date
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
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
Panayot Cankov
0ec83f8a96 Merge pull request #1136 from NativeScript/cankov/template-factory-function
Add Template factory function and use it in the ui/builder, Repeater and ListView components
2015-11-23 16:35:58 +02:00
Hristo Deshev
2c4177c074 Fix a compile error in Promise def. 2015-11-23 16:32:12 +02:00
Panayot Cankov
86e8620d4c Add unit tests for itemTemplate set to a 'Template' factory function 2015-11-23 16:00:15 +02:00
Alexander Vakrilov
cf2680cd48 Merge pull request #1122 from NativeScript/feature/gesture-improvements
Feature/gesture improvements
2015-11-23 15:57:40 +02:00
dtopuzov
97a6a2fe45 Merge pull request #1134 from NativeScript/hdeshev/es6-promise-update
Unify the Promise definition with the one in es6-shim.
2015-11-23 12:57:24 +02:00
dtopuzov
54b21fed78 Merge pull request #1135 from NativeScript/hhristov/image-change
Changed logo.png with smaller image so that Image-tests pass on an an…
2015-11-23 12:57:06 +02:00
Panayot Cankov
e95820b04a Add Template factory function and use it in the Repeater and ListView components 2015-11-23 12:11:13 +02:00
Hristo Hristov
3216a18aa7 Changed logo.png with smaller image so that Image-tests pass on an android emulator with 1GB RAM 2015-11-23 11:47:15 +02:00
Vladimir Enchev
03e69cbf85 Merge pull request #1133 from NativeScript/time-picker-max-hour
Time picker max hour fixed
2015-11-23 11:43:43 +02:00
Vladimir Enchev
efb7fa3e92 Time picker max hour fixed 2015-11-23 11:42:24 +02:00
vakrilov
4094d916d6 Custom pan detector 2015-11-23 11:37:11 +02:00
vakrilov
fe72a43e49 IOS: Support simultaneous gesture recognizers. 2015-11-23 11:37:11 +02:00
vakrilov
e0681bcc40 Android: Multi-touch handling in rotate gesture. 2015-11-23 11:37:11 +02:00
vakrilov
13907fdd84 Improved handling multitouch for pan gesture. 2015-11-23 11:37:11 +02:00
vakrilov
ca8ec8b079 Android: Implemented RotateGestureDetector that respects pointer ids 2015-11-23 11:37:11 +02:00
vakrilov
d9ffd87aed Fix pan gesture state in android 2015-11-23 11:37:11 +02:00
Hristo Deshev
9b6d3fa038 Unify the Promise definition with the one in es6-shim.
Making it possible to compile code referencing Angular Promise-based APIs.
2015-11-23 11:32:09 +02:00
Vladimir Enchev
95f7061962 Merge pull request #1128 from NativeScript/time-picker-min-max
time picker minHour, maxHour, minMinute and maxMinute properties added
2015-11-23 11:12:31 +02:00
Vladimir Enchev
c2fc36bdc3 time picker added 2015-11-23 10:24:38 +02:00
Hristo Hristov
fabe0baec5 Merge pull request #1126 from NativeScript/hhristov/nested-frame-ios
Fixed nested frame layout for iOS
2015-11-20 16:51:28 +02:00
Hristo Hristov
31c36688ba Fixed nested frame layout for iOS 2015-11-20 14:25:50 +02:00
Neli Chakarova
e7a7165f7b Merge pull request #1117 from NativeScript/platformModule
region property added;change in how to get the language in android
2015-11-19 11:01:13 +02:00
Vladimir Enchev
5ab780b902 Merge pull request #1120 from NativeScript/text-transform
text-transform
2015-11-19 09:43:55 +02:00