Commit Graph

5633 Commits

Author SHA1 Message Date
Panayot Cankov
672c048074 Merge pull request #61 from NativeScript/fix-flexgrow-actually-shrinking
Flex grow sometimes causes elements with flexGrow 0 at the end of a flex line to shrink
2016-10-24 15:04:09 +03:00
Panayot Cankov
ae02bbdff3 Fix order set at runtime, polish unit test app example.
Add alignSelf nad flexWrapBefore in the flexbox examples

Some test fail with quite close calculations. Use eps.

Fix flex grow making last items with flexGrow 0 to shrink due to rounding, happy tslint
2016-10-24 14:34:26 +03:00
Panayot Cankov
dd345e65c1 Flex grow sometimes causes elements with flexGrow 0 at the end of a flex line to shrink 2016-10-24 14:05:03 +03:00
Nedyalko Nikolov
3c4199199e Merge pull request #2948 from NativeScript/nnikolov/PseudoClassesCss
Added pressed, active and disabled states for button.
2016-10-24 13:28:38 +03:00
Rossen Hristov
25fe583ffa Add support for TabView CSS 2016-10-24 11:13:30 +03:00
Nedyalko Nikolov
a63f46ee83 Added pressed, active and disabled states for button. 2016-10-24 09:16:23 +03:00
kssfilo
653440d72b iPad SplitView/SlideOver support 2016-10-24 15:04:17 +09:00
Nedyalko Nikolov
8d178754a2 Merge pull request #2936 from NativeScript/nnikolov/CameraResizeIssue
Fixed issue with image resizing.
2016-10-21 13:35:47 +03:00
Nedyalko Nikolov
23352338d2 Fixed issue with image resizing. 2016-10-21 11:47:19 +03:00
Maya Zhecheva
2114c9f83a Merge pull request #2935 from NativeScript/zhecheva/segmentedBar-test
Added border-related properties to SegmentedBar ui-tests example
2016-10-21 09:50:10 +03:00
zh-m
60259c772f Added border-related properties to SegmentedBar ui-tests example 2016-10-20 16:42:14 +03:00
Hristo Hristov
2c7efac368 Fix loggin mode (#60) 2016-10-20 13:42:47 +03:00
Panayot Cankov
6abb0db99b Merge pull request #2900 from NativeScript/buhov/workers-dts
Add typescript declarations for workers
2016-10-20 12:59:46 +03:00
Maya Zhecheva
036bb10b25 Merge pull request #2924 from NativeScript/zhecheva/percent-margin
Support of percentage margins for certain elements - frame, page, contentview.
2016-10-20 12:02:11 +03:00
ivanbuhov
1c2ab2adc9 Add typescript declarations for workers 2016-10-20 11:34:14 +03:00
zh-m
75cab33f8f Percent support of margin of layouts/frame/page/contentview 2016-10-20 11:29:21 +03:00
Vladimir Enchev
ffc611c23d Merge pull request #2931 from NathanaelA/worker-timer-fix-android
Fixes using setTimeout/setInterval in a Android Worker
2016-10-20 10:37:42 +03:00
Panayot Cankov
d3e5d821a5 Merge pull request #2921 from NativeScript/flexbox-ios
FlexboxLayout for iOS
2016-10-20 09:52:04 +03:00
Rossen Hristov
be2f1721ae Merge pull request #2926 from NativeScript/its-snippets
Add ListView item template selector code snippets
2016-10-20 09:36:50 +03:00
Nathanael Anderson
8281e81621 This fixed setTimeout/setInterval for Android 2016-10-19 19:48:53 -05:00
Vasil Chimev
555328e9bc Bump up version of tns-platform-declarations 2016-10-19 17:43:02 +03:00
Vasil Chimev
61f0223815 Bump up version to 2.5.0 2016-10-19 17:41:45 +03:00
Vasil Chimev
1711988a28 Bump up version to 2.5.0 2016-10-19 17:31:15 +03:00
Nedyalko Nikolov
d7413a4be7 Merge pull request #2927 from NativeScript/nnikolov/HttpIssuesWithAngular
Xhr response converted to string so Angular could use it correctly.
2016-10-19 17:23:07 +03:00
Panayot Cankov
791aab04e5 Flexbox ios initial commit
Items now appear, but they should initially shrink and they don't

Add 15-ish tests for flexbox layout

Port reasonable flexbox test set

Fixing issues, adding unit tests

Moved from .tsx to .ts and used our ui/builder.parse
2016-10-19 17:02:26 +03:00
Hristo Hristov
e29205f370 Log is done only when debugging is enabled (#59) 2016-10-19 16:29:34 +03:00
Rossen Hristov
6779fce534 Add ListView item template selector code snippets 2016-10-19 16:11:30 +03:00
Nedyalko Nikolov
915df32b27 Xhr response converted to string so Angular could use it correctly. 2016-10-19 16:08:47 +03:00
Rossen Hristov
4b94fe8c63 Merge pull request #2909 from NativeScript/its
ListView item template selector
2016-10-19 10:32:34 +03:00
SvetoslavTsenov
1ab5c3bf3d Merge pull request #2920 from NativeScript/tsenov/ui-tests
Set autocorrect to false in pages letter-spacing and transform-decora…
2016-10-18 14:52:32 +03:00
SvetoslavTsenov
8bb4f9f466 Set autocorrect to false in pages letter-spacing and transform-decoration-color 2016-10-18 14:15:01 +03:00
SvetoslavTsenov
27c532def7 Merge pull request #2916 from NativeScript/tsenov/ui-tests
Set autocorrect to false ini all-uniform and non uniform pages
2016-10-18 13:45:14 +03:00
Hristo Hristov
44bab5b0f0 Padding was reset incorrectly (#2917)
* Padding was reset incorrectly

* Fix tslint
2016-10-18 13:18:32 +03:00
SvetoslavTsenov
4a76753b05 Set autocorrect to false ini all-uniform and non uniform pages 2016-10-18 10:35:10 +03:00
Rossen Hristov
e28148c929 ListView item template selector refactoring + sample code 2016-10-17 17:22:30 +03:00
Hristo Hristov
00297e069f Fix for cases where no external storage is attached (#58)
* Fix for cases where context.getExternalCacheDir() returns null because there is no external storage attached.

* Fix crash when WRITE_EXTERNAL_STORAGE permission is missing on API level < 19
2016-10-17 16:16:55 +03:00
SvetoslavTsenov
8641826ff3 Merge pull request #2912 from NativeScript/tsenov/ui-tests
Update all text field of  zIndex page with autocorrect=false
2016-10-17 15:41:49 +03:00
SvetoslavTsenov
eaafb93c8f Update all text field of zIndex page with autocorrect=false 2016-10-17 15:27:49 +03:00
Hristo Hristov
644f4c2845 ImageSource was reset in CreateUI wrongly. (#2910)
TabView doesn't save/restore its visual hierarchy.
Cuteness.io source changed to use https.
2016-10-17 13:40:03 +03:00
Rossen Hristov
b1050d4121 Fix tslint 2016-10-17 10:25:23 +03:00
Rossen Hristov
cd6039ce6c ListView item template selector 2016-10-17 09:32:47 +03:00
Alexander Vakrilov
8ce37215f7 Merge pull request #2898 from NativeScript/snapshot-activity-fix
Snapshot fix
2016-10-14 12:30:12 +03:00
vakrilov
20dc0b1ef5 Snapshot fix 2016-10-14 11:33:58 +03:00
Vladimir Enchev
e7568ff3ac Merge pull request #2896 from NativeScript/viewDidLoad-fix
code fixed to work in viewDidLoad
2016-10-14 11:06:30 +03:00
Vladimir Enchev
b398f27586 code fixed to work in viewDidLoad 2016-10-14 10:02:35 +03:00
Vladimir Enchev
c521f2db33 Merge pull request #2877 from NativeScript/existing-app
Existing iOS integration app support added
2016-10-14 09:38:11 +03:00
Vladimir Enchev
eab903e9e0 Existing iOS integration app support added 2016-10-13 18:15:24 +03:00
Panayot Cankov
e2b9f521f9 Merge pull request #2891 from NativeScript/dev-work-update
Update the DevelopmentWorkflow.md
2016-10-13 16:52:21 +03:00
Panayot Cankov
74d65d232c Update the DevelopmentWorkflow.md 2016-10-13 16:50:09 +03:00
Hristo Hristov
626e148e2b Image background is drawn first not after bitmap. (#57)
Image file cache is used only for images downloaded through web.
Image cache is now caching Bitmap instead of BitmapDrawables (drawables are not immutable).
2016-10-13 16:39:15 +03:00