Vasil Chimev
a307295d6f
refactor(Async): update onError of CompleteCallback interface ( #149 )
...
* refactor(Async): update onError of CompleteCallback interface
Include the error that occurs.
* refactor(Async): swap onError parameters
2018-12-12 12:48:29 +02:00
Manol Donev
69da095789
fix(ios): use legacy build system ( #151 )
2018-12-04 11:24:18 +02:00
radeva
67cfc896c6
update LICENSE ( #152 )
...
* chore: update community files
2018-12-01 06:04:28 +02:00
Manol Donev
5e681a0fc0
feat(android-scrollview): add isScrollEnabled property ( #150 )
2018-11-30 17:14:49 +02:00
Nathan Walker
ce45e75d2b
feat(Async): add onError of CompleteCallback interface ( #147 )
...
* fix(Android): better Async error handling
* fix(Async): use Log instead of printStackTrace
* refactor(Async): replace Log.v() with Log.e()
* style(Async): reformat file
2018-11-28 13:21:25 +02:00
Manol Donev
6055a6a278
fix: filename casing
2018-11-26 15:16:31 +02:00
Manol Donev
2bdb7a42e2
feat(android): update support library to 28.0.0 ( #145 )
2018-10-23 15:01:07 +03:00
Svetoslav
a26755adb7
chore: bump version ( #144 )
2018-10-17 13:42:16 +03:00
Svetoslav
a2e8e7ca41
chore: bump version to 5.0.0 ( #143 )
2018-10-16 16:51:53 +03:00
Emil Tabakov
7cb3a0791f
chore: unify issue templates ( #142 )
2018-10-10 18:06:05 +03:00
Hamdi Wanis
549aaa8218
feat: Add 3d rotaion ( #126 )
...
* feat: Add 3d rotaion
* feat: add 3d rotation
* feat: add 3d rotation
2018-09-21 13:52:27 +03:00
Manol Donev
5f34a5871f
feat: add ability to pass touch event thru parent view ( #135 )
...
* [WIP] feat: enhance hit-testing support
* refactor(ios): update passthroughParent logic as per reqs
* refactor: move isPassthroughParentEnabled to LayoutBase
* refactor: renames
2018-09-18 18:59:15 +03:00
Dick Smith
85965eb484
fix: error ... executing doInBackground() #138 ( #139 )
...
As requested in ST 1341351, this PR replaces the throw if `files` is null.
2018-09-12 11:02:52 +03:00
Reinaldo Antonio Camargo Rauch
ebcda8e4d3
fix: add support for gzipped content in http error stream ( #134 )
...
When the HTTP server responded with an error (statusCode >= 400),
the readResponseStream didn't decode the inStream as gzip even if
the request sended had the Content-Encoding header.
My fix moves the code that parses Content-Encoded header and
decodes gzipped body out the test to get the input stream to the
point where we are certain that we have a inStream that we can
decode.
2018-09-11 16:09:19 +03:00
Manol Donev
6211db3d1c
refactor: remove obsolete ViewHelper.setBackground method ( #137 )
2018-09-05 17:36:16 +03:00
Vladimir Amiorkov
0973992350
fix: Clear the child of the saved specs before clearing them ( #131 )
...
* fix: Clear the child of the saved specs before clearing them
* chore: Remove second semicolomn
2018-08-24 17:04:36 +03:00
Manol Donev
32e59e47d6
fix(android): HEAD request should return statusCode ( #132 )
2018-07-30 17:19:26 +03:00
SvetoslavTsenov
fad12eedc3
chore: bump version to 4.3.0
2018-07-25 11:19:39 +03:00
Todor Petrov
7ecec4cdc7
chore: support for build with java10 ( #130 )
2018-07-23 10:10:36 +03:00
Nathanael Anderson
1ed68d47ed
feat: Add Gzip ability to Android http ( #128 )
...
* Add Gzip ability to Android http
* Fix issues from rebasing older version of widgets, and fix case sensitivity
* Fix the string to be lowercased.
2018-07-17 18:20:08 +03:00
Alexander Djenkov
a7e023cbf9
fix(layout-params): repspect percentages values ( #129 )
2018-07-12 14:05:59 +03:00
Alexander Djenkov
3253cd4a22
fix(layout-params): respect width/height properties with percent values ( #127 )
2018-07-11 11:31:19 +03:00
tbozhikov
d94175b5a7
chore: update community files ( #125 )
2018-06-05 18:01:34 +03:00
Vasil Chimev
d19a6bc7f8
chore: bump version to 4.2.0
2018-05-25 14:10:47 +03:00
Vasil Chimev
3e4b74eca6
chore: bump version to 4.1.0
2018-05-25 12:08:17 +03:00
Alexander Djenkov
7c0bdd8435
Revert "Revert "feat(android): added ability to create background linear gradients. ( #116 )" ( #122 )" ( #123 )
...
This reverts commit 3170b8696f .
2018-05-10 10:43:19 +03:00
Martin Yankov
e2003aa9b1
feat(tabview): add tab text font size properies ( #124 )
2018-05-09 16:44:07 +03:00
Manol Donev
a65984f1d5
fix(label): text wrapping inside flexbox layout ( #121 )
...
* fix(ios-label): fix text wrapping in iOS 11
* fix(android): fix label text wrapping inside flexbox layout
2018-05-08 15:08:25 +03:00
Alexander Djenkov
3170b8696f
Revert "feat(android): added ability to create background linear gradients. ( #116 )" ( #122 )
...
This reverts commit 365dad7cc7 .
2018-05-04 11:28:52 +03:00
vultix
365dad7cc7
feat(android): added ability to create background linear gradients. ( #116 )
2018-05-03 13:19:18 +03:00
Vasil Trifonov
54fd9774e7
fix: removed stacktrace printing when result error is set ( #119 )
...
We don't need stack trace to be printed when we return the exception in the result.error as it will be returned in the reject callback.
Fixes https://github.com/NativeScript/tns-core-modules-widgets/issues/118
2018-04-11 10:44:20 +03:00
radeva
783ea4eb6b
docs: add issue and PR templates ( #117 )
2018-04-03 09:39:51 +03:00
Daniel Freiling
bdb65591a6
fix(imageview): apply ColorFilter in ImageView ( #110 )
2018-03-20 10:23:58 +02:00
Alexander Djenkov
c2cd53fe5f
fix(cache-images): respect decodeWidth and decodeHeight when caching images ( #115 )
...
* feat(image-fetcher): limit bitmap to device sizes when no request width/height set.
* fix(cache-images): create new cache for images with different decodeHeight/decodeWidth.
2018-03-15 16:39:01 +02:00
Dimitar Tachev
9d2095cdad
[Android] Improve images handling ( #109 )
...
* Fixed the inSampleSize calculations based on total pixels (double inSampleSize size -> 4x less pixels)
* Fixed the inSampleSize calculations when only hight or widths is requested.
Added rotation and scaling while processing images.
Added keepAspectRatio property for further flexibility and accuracy.
* Fixed the ExifInterface creation based on the API level.
* Handle file not found in the native images handling.
* chore: apply PR comments
2018-02-28 14:00:43 +02:00
Manol Donev
bddb2e911f
feat(tabview):improve tabview tab item title layout ( #114 )
2018-02-22 18:03:27 +02:00
Vasil Chimev
a9ac20da20
docs: update build scripts and .md files ( #113 )
...
* docs: add more on Contributing and Get Help
* chore: update build scripts
* docs: update DevelopmentWorkflow.md
* docs: update .md files
* docs: update DevelopmentWorkflow.md
* docs: update development workflow on Win
2018-02-16 10:07:07 +02:00
Alexander Djenkov
3ac3641b98
feat(view-pager): add TabViewPager with switchable paging ( #112 )
2018-02-07 18:20:37 +02:00
tbozhikov
b5318061df
update LICENSE and CODE_OF_CONDUCT.md ( #111 )
...
* chore: update community files
* chore: remove unneeded LICENCE.md file
* fix: remove LICENSE.md copying in dist folder
2018-01-26 15:05:36 +02:00
vchimev
8f4f938d24
chore: bump version to 4.0.0
2017-12-07 13:36:01 +02:00
Vasil Chimev
39adf0f2fe
chore(travis-ci): suppress sdkmanager's output from log ( #108 )
2017-11-02 10:15:22 +02:00
Panayot Cankov
d37df7ee6c
Merge pull request #107 from NativeScript/expose-nslog
...
Expose __nslog that calls NSLog(@"%@", msg) under the hood so logs output can be performed in release builds
2017-11-01 13:23:57 +02:00
Panayot Cankov
b55d27f786
Expose __nslog that calls NSLog(@"%@", msg) under the hood so logs output can be performed in release builds
2017-11-01 10:14:00 +02:00
vchimev
339b1572ee
chore: bump version 3.4.0
2017-10-24 15:29:32 +03:00
SvetoslavTsenov
be2b875f2e
Merge pull request #105 from NativeScript/version
...
Bump version 3.3.0
2017-08-29 18:21:16 +03:00
SvetoslavTsenov
fc9b2fc3b5
Bump version 3.3.0
2017-08-29 16:54:41 +03:00
Hristo Hristov
37b1623adc
Fix when GridLayout is recycled some internal states are not invalidated correctly ( #104 )
2017-08-09 15:52:52 +03:00
Panayot Cankov
11260a0749
Merge pull request #103 from NativeScript/image-and-corners
...
Implement non uniform border corner radiuses and fix blinking image-view radiuses
2017-07-27 13:49:04 +03:00
Panayot Cankov
628e08ec02
Image corners were blinking in #4322 and CSS border will now draw non uniform corner radiuses if the border color is uniform
2017-07-21 17:32:17 +03:00
Vasil Chimev
c2f3956418
Do not publish next version from Travis CI ( #102 )
...
Publish from Jenkins CI.
Bump version to 3.2.0.
2017-06-30 15:13:11 +03:00