f29f7cb607
Always set clipToBounds for images, list-view and scroll-view
2017-03-17 15:22:59 +02:00
cc96fd0cfe
Merge pull request #3796 from NativeScript/pete/android-network-agent
...
Network Agent implementation (Android)
2017-03-17 13:35:53 +02:00
69e596ba51
Merge pull request #3819 from NativeScript/niliev/cookbook
...
Cookbook typo
2017-03-17 11:38:52 +02:00
a09320295e
typo
2017-03-17 11:04:03 +02:00
290a771ea1
add calls to the network agent (Chrome DevTools) inside http-request.android when making http requests if debugging is enabled
2017-03-17 09:44:25 +02:00
288cd031cd
Merge pull request #3817 from NativeScript/hint-test-typo
...
FIX: Typo fix
2017-03-16 16:49:18 +02:00
636a3f5036
Fix ios px not converted to dip for sizeThatFits ( #3816 )
2017-03-16 16:41:38 +02:00
0ec8563a20
FIX: Typo fix
2017-03-16 16:34:19 +02:00
3db17a4a1b
Remove unused parameter in android list view recycling callbacks.
2017-03-16 15:54:59 +02:00
308fa55e02
Fix disappearing list item styles when navigating back to a page.
...
Do not clear style scope on unload event. Do it when removing child
views instead.
2017-03-16 15:54:59 +02:00
3ea7365871
fix(animations): register both style's "name" and "cssName" ( #3810 )
2017-03-16 15:20:08 +02:00
4e6952526b
Merge pull request #3807 from NativeScript/vchimev-test
...
Update borderRadius of pixels test page
2017-03-16 11:58:36 +02:00
badb54e63d
Update borderRadius of pixels test page
2017-03-16 10:36:42 +02:00
57bad3f6ff
Merge pull request #3804 from NativeScript/borders-clip
...
Borders clip
2017-03-16 09:43:11 +02:00
957a64885f
Merge pull request #3803 from NativeScript/hhristov/label-single-line
...
Made label to be single line again
2017-03-15 19:21:33 +02:00
3aa7a530d4
Merge pull request #3799 from NativeScript/fix-rounding
...
All units ceil up, except percents that do round
2017-03-15 19:20:54 +02:00
5e4596f3bd
Merge pull request #3801 from NativeScript/vchimev-test
...
Add pixels perfect test page
2017-03-15 19:20:30 +02:00
4196b9e50b
Apply clip when there are any borders in ios
2017-03-15 18:26:59 +02:00
d9d0b7b072
Tests minor changes
2017-03-15 18:26:59 +02:00
bb0b1b76a3
Made label to be single line again
2017-03-15 18:19:46 +02:00
64408d726e
Merge pull request #3798 from NativeScript/fix-ios-fonts
...
FontAwesome will now work in iOS buttons, being bold will fallback to Helvetica
2017-03-15 17:53:43 +02:00
2bd9d6f167
All units ceil up, except percents that do round
2017-03-15 17:49:47 +02:00
e151c4dc4e
Fix TabView args.object for selectedIndexChangedEvent ( #3800 )
...
Add assert in existing test
Code formatting
2017-03-15 17:25:02 +02:00
2bdb5622df
Add test page
...
Pixels perfect and device independent pixels
2017-03-15 17:21:56 +02:00
01368d4bb5
FontAwesome will now work in iOS buttons, being bold will fallback to Helvetica
2017-03-15 17:03:37 +02:00
7b5ef052fd
Tests moved into separate folders ( #3794 )
...
Fix android crash on application exit
2017-03-15 12:26:54 +02:00
58ab01870d
Label borders are transformed to DIP before setting to native view ( #3795 )
2017-03-15 11:39:39 +02:00
fd407a4f54
Cherry-pick: Fix utils/types class name resolution regex. ( #3793 )
2017-03-15 10:55:56 +02:00
cbbb5c167f
Merge pull request #3787 from NativeScript/seg-bar-thickness
...
FIX: Segmenter bar thickness
2017-03-14 15:01:41 +02:00
0450cce77f
Merge pull request #3785 from NativeScript/fix-ios-label
...
FIX: IOS measure bug + livesinc
2017-03-14 14:46:26 +02:00
a824224cca
FIX: Segmenter bar thickness
2017-03-14 14:42:54 +02:00
32a1a4760a
FIX: IOS measure bug + livesinc
2017-03-14 11:50:40 +02:00
9a051f8373
Merge pull request #3784 from NativeScript/fix-tabbar-icons
...
iOS TabBarItems got set UIViewControler on their naitveView, now they have dedicated _iosViewController.
2017-03-14 10:31:03 +02:00
a64bba62aa
whiteSpace default value change to undefined ( #3782 )
...
TKUnit default message change to empty string
isSet method is now instance method of Property classes
fix detaching from parent bindingContext - were using oldParent.parent instead of parent
editable-text-base.android - onTextChanged implementation commented. Does nothing.
frame - onCreateView wrapped in try/catch and shows label with exception message if any
text-base.android - should support reset of nativeView. TransformationMethod won’t be set if TextField is secure
Change some types to their string couterparts
TextField.android won’t support multilines anymore in order to work as iOS
In android when page is removed from native backstack we won’t call tearDownUI again a second time
2017-03-14 10:26:45 +02:00
8592c934ec
Merge pull request #3774 from NativeScript/placeholder-color-ios
...
Implemented placeholder-color for text-view IOS
2017-03-14 10:02:51 +02:00
6cae3cfbbd
iOS TabBarItems got set UIViewControler on their naitveView, now they have dedicated _iosViewController
2017-03-14 09:37:06 +02:00
84819f6c9a
Implemented placeholder-color for text-view IOS
2017-03-13 18:12:11 +02:00
629eb6e683
Use relative imports in tns-core-modules.
...
Use tns-core-modules/* imports in outside code (apps, tests, etc)
2017-03-13 14:37:59 +02:00
dfb4e031a6
Merge pull request #3780 from NativeScript/fix-paddings
...
Padding for various iOS controls was not reflected the px/dip change
2017-03-13 11:45:37 +02:00
5449a2ec29
Merge pull request #3778 from NativeScript/fix-app-css
...
Expose hasLaunched() on the application, style-scope will load css-es if app hasLaunched
2017-03-13 11:40:22 +02:00
e6691472da
FIX: CSS imports not applied
2017-03-13 11:26:08 +02:00
209d735bc9
Merge pull request #3779 from NativeScript/fix-livesync
...
FIX: Livesync event not firing for frame
2017-03-13 11:15:09 +02:00
d38e99cabd
Expose hasLaunched() on the application, style-scope will load css-es if app hasLaunched
2017-03-13 10:57:51 +02:00
7e02f6ac73
Padding for various iOS controls was not reflected the px/dip change
2017-03-13 10:56:33 +02:00
789e2e0235
FIX: Livesync event not firing for frame
2017-03-13 10:49:09 +02:00
6a0f12b677
Merge pull request #3770 from NativeScript/activity-indicator-crash
...
FIX: Crash setting color to activity-indicator
2017-03-12 01:27:28 +02:00
9786a87509
Merge pull request #3772 from NativeScript/fix-label-clip
...
Label should clip content
2017-03-10 17:18:32 +02:00
3cb5b0fdb3
Label should clip content
2017-03-10 13:26:49 +02:00
5ed78aa521
Merge pull request #3768 from NativeScript/ios-cells-background
...
FIX: Make list view cells transparent
2017-03-10 13:19:22 +02:00
db218bb040
Merge pull request #3769 from NativeScript/fix-modal-dips
...
Fix modal page ios dips
2017-03-10 11:58:00 +02:00