|
9536cbf524
|
Merge pull request #1624 from NativeScript/hhristov/fixes
Fixed jumpy navigation between pages in iOS.
|
2016-02-24 10:58:27 +02:00 |
|
|
4d961dfb45
|
test results improved
|
2016-02-24 09:51:24 +02:00 |
|
|
a9d2b2e970
|
Fixed 'jurky` navigation between pages in iOS.
Fixed after application suspend/resume the UI was not restored.
Fixed modal-views page
|
2016-02-24 09:48:16 +02:00 |
|
|
d8d68d3a51
|
Merge pull request #1607 from NativeScript/tests-result-in-file
JUnit style tests result to file
|
2016-02-23 19:41:09 +02:00 |
|
|
6e1cb39a0e
|
duration converted to seconds
|
2016-02-23 17:45:45 +02:00 |
|
|
53c3ee568c
|
closing tag fixed and duration added
|
2016-02-23 15:14:16 +02:00 |
|
|
d7a2c9492b
|
Update action-bar test pages in ui-tests-app
|
2016-02-22 19:22:54 +02:00 |
|
|
b14d878dd8
|
JUnit style tests result to file
|
2016-02-22 16:28:45 +02:00 |
|
|
2a8b2ae370
|
Add custom fonts test page
|
2016-02-19 18:20:20 +02:00 |
|
|
09254a0d70
|
TextView and TextField shows null and undefined fixed
|
2016-02-19 11:15:45 +02:00 |
|
|
14c7430df6
|
code reverted
|
2016-02-18 15:48:19 +02:00 |
|
|
c6f48c688b
|
Fixed Issue #1335: Page (xml) with no content does not fire loaded callbacks in ActionBar.
|
2016-02-17 17:23:12 +02:00 |
|
|
d66008d34c
|
Merge pull request #1554 from PeterStaev/action-item-custom-view
Action item custom view
|
2016-02-16 17:08:17 +02:00 |
|
|
37bc75e722
|
Update ui-tests-app
|
2016-02-16 13:46:25 +02:00 |
|
|
57fee972af
|
Test swap
|
2016-02-15 15:15:34 +02:00 |
|
|
d730db9516
|
Skip run of problematic transitions test on android+emulator+API23
|
2016-02-15 15:15:34 +02:00 |
|
|
ea1ebd2c94
|
tests for #1488
|
2016-02-15 14:18:57 +02:00 |
|
|
6e4d6ccfbc
|
Support for hierarchical and attribute css selectors.
|
2016-02-15 11:47:05 +02:00 |
|
|
bada97399a
|
Merge pull request #1528 from NativeScript/bg-image-with-url
Fix: background properties not respected with remote background image
|
2016-02-12 11:28:23 +02:00 |
|
|
59142f8ded
|
Merge pull request #1544 from NativeScript/file-exist
File.exists fixed for ios as well + tests
|
2016-02-12 11:27:59 +02:00 |
|
|
06d914da5a
|
implemented for ios as well
|
2016-02-11 16:55:19 +02:00 |
|
|
b62d1f451a
|
Fixed scroll-view tests
|
2016-02-11 16:46:12 +02:00 |
|
|
f208791770
|
fixed tests
|
2016-02-11 16:46:12 +02:00 |
|
|
8339d3f51d
|
Fixed null and undefined as Label text
|
2016-02-11 11:12:14 +02:00 |
|
|
6f93030b5d
|
grid-layout distribute remaining space over stars but preserve their aspect.
ts lint errors fixed
android scroll-view tests fixed for different device density
added grid-layout test
|
2016-02-10 16:25:22 +02:00 |
|
|
721e5df58b
|
grid-layout layout rounding fixes
added tests
|
2016-02-10 16:25:22 +02:00 |
|
|
5ad082d783
|
Re-factored page navigation transitions. Resolves Issue #811.
|
2016-02-10 14:55:27 +02:00 |
|
|
5364e395fa
|
Fix: background properties not respected with remote background image
|
2016-02-10 11:32:13 +02:00 |
|
|
2cee1b14d5
|
Merge pull request #1509 from NativeScript/hdeshev/upgrade-tslint
Upgrade tslint
|
2016-02-09 15:22:37 +02:00 |
|
|
db4549bdf1
|
Update ui-tests-app
|
2016-02-09 12:33:37 +02:00 |
|
|
e9ed8c797b
|
Delete unused variables (tslint)
|
2016-02-09 11:18:56 +02:00 |
|
|
8ff9d736f4
|
Add transitions test pages to ui-tests-app
|
2016-02-09 11:09:47 +02:00 |
|
|
5a81a0fd10
|
Add animations test page to ui-tests-app
https://github.com/NativeScript/NativeScript/issues/1218
|
2016-02-09 09:46:25 +02:00 |
|
|
7a36ce6955
|
Merge pull request #1512 from NativeScript/cankov/fix-android-corners
Fix android corner radius in cases when the radius is less than half the border width
|
2016-02-08 17:47:10 +02:00 |
|
|
7e400edbae
|
Fix android corner radius in cases when the radius is less than half the border width
|
2016-02-08 12:15:35 +02:00 |
|
|
5144969ae0
|
Added support for in expressions.
|
2016-02-08 11:58:15 +02:00 |
|
|
630daa03e9
|
Merge pull request #1503 from NativeScript/issue-1232
Fixed Issue #1232: WrapLayout crashes when itemWidth value is too high.
|
2016-02-07 13:48:40 +02:00 |
|
|
2f8bce74fb
|
Fixed Issue #1232: WrapLayout crashes when itemWidth value is too high.
|
2016-02-05 15:51:50 +02:00 |
|
|
e709485bb6
|
Added an option to change the rootView.
Fixed crash where activity was incorrectly using existing initialized frame.
Fixed TabView to use _nativeView instead of Frame.
|
2016-02-05 15:09:28 +02:00 |
|
|
6b7d05420e
|
Resolved Issue #1021: The navigatedTo event is called twice for the first application page.
|
2016-02-04 16:12:45 +02:00 |
|
|
343e15679b
|
Merge pull request #1486 from NativeScript/cankov/ios-private-paths
Fix paths in iOS, some devices and iOS combinations use /private/var paths while some /var/ this was normalized by resolvin symlinks
|
2016-02-04 14:30:48 +02:00 |
|
|
04eddee710
|
Fix paths in iOS, some devices and iOS combinations use /private/var paths while some /var/ this was normalized by resolvin symlinks
|
2016-02-04 12:32:47 +02:00 |
|
|
27182eb4d7
|
Merge pull request #1481 from NativeScript/cankov/android-rounded-corners-anti-aliasing
Add anti-aliasing for android borders and backgrounds with rounded corners
|
2016-02-04 11:47:15 +02:00 |
|
|
e826e99384
|
Add anti-aliasing for android borders and backgrounds with rounded corners
|
2016-02-04 11:17:43 +02:00 |
|
|
4a8ec62506
|
Handle the case whr proxy is inside ContentView
|
2016-02-03 18:07:25 +02:00 |
|
|
57f15abf27
|
Fixed ios proxy view blocks layout requests
|
2016-02-03 15:38:48 +02:00 |
|
|
96bafff573
|
Merge pull request #1473 from NativeScript/transitions
Resolved #811: Page Navigation Transitions
|
2016-02-03 13:45:53 +02:00 |
|
|
12af6d58ad
|
Update ui-tests-app
|
2016-02-03 13:25:01 +02:00 |
|
|
b0976bf986
|
Resolved #811: Page Navigation Transitions
|
2016-02-03 13:24:12 +02:00 |
|
|
001d542acf
|
Update ui-tests-app
|
2016-02-02 19:03:58 +02:00 |
|