Commit Graph

690 Commits

Author SHA1 Message Date
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
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
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
vakrilov
10ac928088 pivot renamed to origin 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
Kamen Velikov
f6958d9b22 Remove listview cell selection in iOS 2015-11-24 10:52:47 +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
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
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
efb7fa3e92 Time picker max hour fixed 2015-11-23 11:42:24 +02:00
vakrilov
d9ffd87aed Fix pan gesture state in android 2015-11-23 11:37:11 +02:00
Vladimir Enchev
c2fc36bdc3 time picker added 2015-11-23 10:24:38 +02:00
Vladimir Enchev
5ab780b902 Merge pull request #1120 from NativeScript/text-transform
text-transform
2015-11-19 09:43:55 +02:00
Rossen Hristov
66443dfb71 Merge pull request #1116 from NativeScript/issue-364
Issue 364
2015-11-18 17:10:38 +02:00
Vladimir Enchev
a6ab11a60b text-transform added 2015-11-18 16:34:02 +02:00
Rossen Hristov
78ddee5308 Added API ref example for system icons. 2015-11-18 15:31:54 +02:00
Rossen Hristov
699fcbb840 Added system-icons UI test. 2015-11-18 15:16:52 +02:00
Rossen Hristov
dd09f3b24b Implemented #364: Ability to use built-in system icons on ActionBarItems. 2015-11-18 14:53:30 +02:00
Hristo Hristov
7bfac7e157 Changed image URI from http to https to comply with iOS 9 2015-11-18 13:58:42 +02:00
Hristo Hristov
8a148c3553 Fixed Image unittests - Image was not resolved correctly. Tests speed reduced by 6s. 2015-11-18 12:42:26 +02:00
Hristo Hristov
5bf6645763 Fixed Image unit-tests - image path was not normalized and image wasn't loaded 2015-11-17 17:51:27 +02:00
Hristo Hristov
d3892c5204 Added test to verify that page layout is correct when page properties like spanUnderStatusBar, ActionBar are changed. 2015-11-17 17:09:22 +02:00
vakrilov
831a44f218 Fix: background-position with negative values 2015-11-17 10:21:30 +02:00
Rossen Hristov
2b474059ea Merge pull request #1106 from NativeScript/issue-1102
Implemented #1102: Ability to specify an animation easing, i.e. curve…
2015-11-17 09:51:53 +02:00
Rossen Hristov
c4c92efd8e Implemented #1102: Ability to specify an animation easing, i.e. curve in a platform-independent manner. 2015-11-16 15:22:18 +02:00
Panayot Cankov
a874b9f36c Added a test for locks while writing and deleting a file 2015-11-16 14:06:18 +02:00
Rossen Hristov
bba7931e5b Fixed #1002: Inherited dependency properties with value false are not inherited down the visual tree. 2015-11-16 09:52:09 +02:00
Vasil Chimev
1ebb286091 Update a test page.
In order to verify the fix of https://github.com/NativeScript/NativeScript/issues/986.
2015-11-13 10:25:50 +02:00
Vladimir Enchev
d5b77f4897 Merge pull request #1079 from NativeScript/white-space
white-space CSS support added
2015-11-12 15:39:32 +02:00
Vladimir Enchev
4c5d1be197 textDecoration and whiteSpace tests added for 2015-11-12 15:18:47 +02:00
Vladimir Enchev
44a4324166 apps updated 2015-11-12 14:31:14 +02:00
Hristo Hristov
94a658d2ed Merge pull request #1090 from NativeScript/hhristov/stable-layout-tests
Hhristov/stable layout tests
2015-11-12 14:25:24 +02:00
Vladimir Enchev
c16c191152 Merge pull request #1088 from NativeScript/gestures-state
states for various gestures added
2015-11-12 14:15:22 +02:00
Hristo Hristov
fbbfe9b2b8 Made layout unit-tests density independent. 2015-11-12 14:03:40 +02:00
Vladimir Enchev
7f968246e8 http toString will raise error if response cannot be converted to string 2015-11-12 13:49:47 +02:00
Vladimir Enchev
25c4586621 states for various gestures added 2015-11-12 12:43:17 +02:00
hshristov
c2cb4a8f61 Stabilizing layout tests 2015-11-11 16:30:55 +02:00
Vladimir Enchev
93cf00389e white-space CSS support added 2015-11-11 16:04:32 +02:00
Rossen Hristov
1fe2a8dea7 Added a unit test. 2015-11-11 11:17:20 +02:00
Vasil Chimev
ba30024e4e Fix a typo. 2015-11-11 10:56:55 +02:00
Vladimir Enchev
ba187f2d98 Merge pull request #1068 from NativeScript/scrol-view-scroll-event
ScrollView scroll event
2015-11-10 15:39:14 +02:00