e59d145705
Add TabView.androidOffscreenTabLimit property
...
Resolves #2815
* Gets or sets the number of tabs that should be retained to either side of the current tab in the view hierarchy in an idle state.
* Tabs beyond this limit will be recreated from the TabView when needed.
2016-11-08 17:17:30 +02:00
8e2af03e8f
Fix misspelled Flebox to Flexbox
2016-11-08 08:58:22 +02:00
e502c36f54
Add UI test for ActionBar page CSS
...
Verifies #2661
2016-11-07 15:57:00 +02:00
92e47b1e99
Merge pull request #3038 from NativeScript/setColorFilter
...
Use setColorFilter on post-21 ActionBars only
2016-11-07 15:01:08 +02:00
d674d806aa
Use setColorFilter on post-21 ActionBars only
2016-11-07 14:13:31 +02:00
45578430ac
Merge pull request #3020 from NativeScript/flexbox-last-noshrink-fix
...
Shrink will not damage the last item when it is shrink=0
2016-11-07 13:14:24 +02:00
212d147f6f
Merge pull request #3019 from NativeScript/fix-flexbox-crash
...
Fix flexbox crash for iOS
2016-11-07 13:14:02 +02:00
7cad85faf8
Added import attribute to page module. ( #3009 )
2016-11-07 11:37:47 +02:00
06c04c41fb
Improve error message of fetch
when xhr.onerror occurs ( #3003 )
...
* Ensure fetch-tests fail (instead of timeout) on failure
* Standardize failure handling in fetch-tests
* Improve flawed failure condition of test_fetch_json
Previously, the assertion was always true
* Implement better error message for for xhr.onerror within fetch
2016-11-07 11:04:39 +02:00
329817a2ba
Merge pull request #3027 from NativeScript/issue-2689
...
Add TabView.iosIconRenderingMode property
2016-11-07 09:46:12 +02:00
43b1834f84
Merge pull request #3013 from NativeScript/hdeshev/bundle-config
...
Fix bundle-entry-points by importing globals first.
2016-11-04 17:51:14 +02:00
93cc666b8f
Add TabView.iosIconRenderingMode property
...
Resolves #2689
2016-11-04 16:18:55 +02:00
bac125efc1
Shrink will not damage the last item when it is shrink=0
2016-11-04 12:12:28 +02:00
f79ed04671
Fix flexbox crash for iOS
2016-11-04 11:30:21 +02:00
350498ef7b
Merge pull request #3016 from NativeScript/issue-1799
...
Fix: Enhancement: Android Actionbar elevation lost with background-color
2016-11-04 10:23:09 +02:00
e507d6403a
Fix: Enhancement: Android Actionbar elevation lost with background-color
...
Resolves #1799
2016-11-03 16:49:12 +02:00
d9c275175c
Fix bundle-entry-points by importing globals first.
...
Avoiding a crash if the import happens too soon.
2016-11-03 13:23:37 +02:00
c244af3e2b
Rename a flexbox test page
...
Fix a typo.
2016-11-03 11:42:50 +02:00
bb08cc1b49
Merge pull request #3011 from NativeScript/issue-3007
...
Fix: java.lang.NumberFormatException when applying clip-path with per…
2016-11-03 09:45:31 +02:00
ae486255a0
Merge pull request #3008 from NativeScript/vchimev-flex
...
Add a flexbox-repeater test page
2016-11-02 17:31:22 +02:00
a5c92befcd
Merge pull request #3010 from NativeScript/hhristov/android-image-fixes
...
Image loading is done through native imageView
2016-11-02 08:27:47 -07:00
28f084e7d2
Fix: java.lang.NumberFormatException when applying clip-path with percentage values
...
Resolves #3007
2016-11-02 16:59:06 +02:00
c5d34c3dd4
Image loading is done through native imageView so that once it is removed from window the bitmap is cleared.
2016-11-02 16:57:42 +02:00
fc9843d800
Add a flexbox-repeater test page
2016-11-02 16:09:56 +02:00
4e977f0c4a
Update README.md
2016-11-02 15:49:58 +02:00
d045306a2c
Merge pull request #2999 from NativeScript/zhecheva/margin-test
...
Fixed Percent margin test on IOS
2016-11-01 16:42:28 +02:00
20c987d7dc
Merge pull request #2994 from NativeScript/apply-css
...
Don't apply css on unloaded
2016-11-01 10:46:29 +02:00
dab4d79553
Merge pull request #3000 from NativeScript/nnikolov/CameraRotationFix
...
Fixed issue with image rotation.
2016-11-01 09:06:19 +02:00
cde642186b
Fixed issue with image rotation.
2016-10-31 18:04:38 +02:00
c3ec836d31
Fixed Percent margin test on IOS
2016-10-31 16:21:09 +02:00
6c077da786
Merge pull request #2998 from NativeScript/vchimev-flex
...
Update flexbox test page
2016-10-31 15:59:47 +02:00
ef1d0b0d42
Merge pull request #2997 from NativeScript/zhecheva/segmentedBar
...
Removed unused function in segmented-bar.ios.ts
2016-10-31 15:57:07 +02:00
9f9b9c7d92
Update flexbox test page
2016-10-31 15:50:40 +02:00
aca8926b1d
Ignore .idea from IntelliJ-based IDEs. ( #2988 )
2016-10-31 15:35:20 +02:00
e9acb527b8
Removed unused function in segmented-bar.ios.ts
2016-10-31 15:23:11 +02:00
25a7f131b2
Merge pull request #2995 from NativeScript/keyboard
...
Fix: ListView with TextField in the Item template not showing Keyboar…
2016-10-31 14:34:04 +02:00
0bfd25b139
Fix: ListView with TextField in the Item template not showing Keyboard on Portrait mode
...
Resolves #2942
2016-10-31 13:52:38 +02:00
ff78aecb27
Merge pull request #2993 from NativeScript/nnikolov/SegmentedBarSelectedBackgroundColorIos
...
SelectedBackgroundColor set via css ios.
2016-10-31 11:46:09 +02:00
ba8fb8aa3c
Add ui test page
2016-10-31 11:09:58 +02:00
ddd074b333
FIX: Don't apply css on unloaded
2016-10-31 09:45:57 +02:00
17572384e2
SelectedBackgroundColor set via css ios.
2016-10-31 09:23:04 +02:00
667f33b47e
Update README.md
2016-10-28 17:26:16 +03:00
33b4343c3b
Merge pull request #2979 from NativeScript/vchimev-flex
...
Update flexbox test page
2016-10-28 17:05:42 +03:00
0b9d7b7b6c
Update flexbox test page
2016-10-28 16:30:03 +03:00
43199ec3ad
Merge pull request #2978 from NathanaelA/Fix_WebPack1
...
Added missing ListView to bundle-entry-points.ts
2016-10-28 14:39:37 +03:00
715c4de78f
Update bundle-entry-points.ts
2016-10-28 14:38:41 +03:00
b5bc142a5b
Added missing ListView to bundle-entry-points.ts
2016-10-28 06:20:07 -05:00
c46f216d31
SelectedBackgroundColor property exposed via css. ( #2973 )
2016-10-28 10:26:10 +03:00
e27995a889
tslint errors fixed
2016-10-27 15:33:39 +03:00
05cd636fc8
npm scripts for typechecking public .d.ts-es and running tslint ( #2934 )
...
* npm scripts for typechecking public .d.ts-es and running tslint
* Update test.ts
2016-10-27 15:18:54 +03:00