Hristo Hristov
a9aa5f45e1
BorderDrawable density fixed to 1. It will be set through JS.
2017-02-08 14:47:14 +02:00
Hristo Hristov
470164c358
fixes
2017-02-08 14:47:14 +02:00
Alexander Vakrilov
12da6b3599
Merge pull request #81 from NativeScript/vchimev-travis
...
Comment out deploy of next version to npm
2017-02-08 14:35:12 +02:00
Vasil Chimev
29be8be716
Comment out deploy of next version to npm
2017-02-08 13:57:43 +02:00
Maya Zhecheva
58de0b3309
Merge pull request #76 from NativeScript/zhecheva/flexbox-order
...
FlexboxLayout exposes a method for clearing the orders cache
2017-01-12 14:25:37 +02:00
Vladimir Enchev
981c588ba0
Merge pull request #77 from NativeScript/dontFollowRedirects
...
dontFollowRedirects added
2017-01-12 10:56:10 +02:00
Vladimir Enchev
abe58f298d
dontFollowRedirects added
2017-01-12 10:53:47 +02:00
zh-m
f4c12a183c
FlexboxLayout exposes a method for clearing the orders cache
2017-01-10 17:54:56 +02:00
Vladimir Enchev
47efe715c7
Merge pull request #75 from NativeScript/Thread-instead-AsyncTask
...
AsyncTask reworked with threads
2017-01-10 16:44:29 +02:00
Vladimir Enchev
d76deae87b
AsyncTask reworked with threads
2017-01-10 16:23:03 +02:00
vchimev
ce8cb2add0
Bump version to 2.6.0
2017-01-09 17:30:11 +02:00
Rossen Hristov
9ed82d879a
Merge pull request #73 from NativeScript/issue-3147
...
Add TabLayout.getItemCount method
2016-12-07 17:22:21 +02:00
Rossen Hristov
a89b28d145
Add TabLayout.getItemCount method
...
Related to https://github.com/NativeScript/NativeScript/issues/3147
2016-12-06 11:14:08 +02:00
Rossen Hristov
8fa645af10
Merge pull request #71 from NativeScript/issue-3113
...
Fix: Transparent border rendered as black
2016-11-21 12:10:49 +02:00
Rossen Hristov
23a3a70a82
Fix: Transparent border rendered as black
...
Related to https://github.com/NativeScript/NativeScript/issues/3113
2016-11-21 11:49:32 +02:00
Rossen Hristov
79aa8ee932
Merge pull request #69 from NativeScript/inset
...
Add `inset` CSS clip-path support
2016-11-10 14:48:30 +02:00
Rossen Hristov
e00fa2a24f
Add inset CSS clip-path support
...
Resolves https://github.com/NativeScript/NativeScript/issues/2693
Resolves https://github.com/NativeScript/NativeScript/issues/3060
2016-11-10 14:41:48 +02:00
Panayot Cankov
ca2dbe6012
Merge pull request #68 from NativeScript/fix-flex-shrink-zero
...
Setting flex-shrink to zero on the last items sometimes was still shrinking it with 1 pixel
2016-11-07 15:56:13 +02:00
Panayot Cankov
9c46d0902a
Setting flex-shrink to zero on the last items sometimes was still shrinking the item with 1 pixel
2016-11-07 14:12:58 +02:00
Rossen Hristov
d915cbca95
Merge pull request #67 from NativeScript/issue-65
...
Fix: java.lang.NumberFormatException when applying clip-path with per…
2016-11-02 17:04:55 +02:00
Hristo Hristov
8feec8982b
Image cache won't work if FileSystem is in read-only mode. ( #66 )
...
ImageView will remove its bitmap when not in visual tree and apply it back once shown.
ImageView add setUri method.
ViewHelper added new method for API 21.
2016-11-02 16:47:36 +02:00
Rossen Hristov
0772a2cdce
Fix: java.lang.NumberFormatException when applying clip-path with percentage values
...
Resolves #65
2016-11-02 16:35:14 +02:00
Rossen Hristov
78183d4328
Merge pull request #62 from NativeScript/tab-css
...
Add support for TabView CSS
2016-10-24 15:39:35 +03:00
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
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
Rossen Hristov
25fe583ffa
Add support for TabView CSS
2016-10-24 11:13:30 +03:00
Hristo Hristov
2c7efac368
Fix loggin mode ( #60 )
2016-10-20 13:42:47 +03:00
Vasil Chimev
1711988a28
Bump up version to 2.5.0
2016-10-19 17:31:15 +03:00
Hristo Hristov
e29205f370
Log is done only when debugging is enabled ( #59 )
2016-10-19 16:29:34 +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
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
Hristo Hristov
ace4777811
Fix image loading from resource ( #56 )
2016-10-07 15:28:16 +03:00
Vasil Chimev
6e2f86c9f2
Merge pull request #55 from NativeScript/hhristov/remove-permission-check
...
Remove the code that requires ACCESS_NETWORK_STATE
2016-10-07 11:53:45 +03:00
Hristo Hristov
701c9d26cd
Remove the code that requires ACCESS_NETWORK_STATE
2016-10-07 11:31:24 +03:00
Hristo Hristov
adad33a129
Image improvements ( #53 )
...
* ImageView loads Bitmaps in Java so that they can be GC'ed.
Added ImageCache, AsyncLoading, Memory & DiskCache, Reusing Bimtaps
* Change FILE_PREFIX to match iOS file prefix.
* Refactoring package & class names
* Package renamed
2016-10-03 14:58:11 +03:00
Nedyalko Nikolov
d093f298f5
Merge pull request #54 from NativeScript/nnikolov/AndroidImageViewRefactor
...
Added rotation logic within widgets ImageView class.
2016-09-29 15:03:41 +03:00
Nedyalko Nikolov
810d19e7f6
Added rotation logic within widgets ImageView class.
2016-09-29 14:18:11 +03:00
Panayot Cankov
b85806a8b0
Merge pull request #52 from NativeScript/flexbox-layout
...
Flexbox layout
2016-09-28 14:19:59 +03:00
Rossen Hristov
0e86a9d823
Merge pull request #50 from NativeScript/borders
...
Borders
2016-09-17 14:40:42 +03:00
Rossen Hristov
a31632615d
Non-uniform borders
2016-09-16 11:58:39 +03:00
Panayot Cankov
942439fd0b
Add support for percentage width, height and margin, and don't require top left alignment
2016-09-07 17:28:39 +03:00
Rossen Hristov
ff30809a0a
Update gradle wrapper to 2.14.1
2016-09-02 08:31:00 +03:00
vchimev
883941b699
Bump version to 2.4.0
2016-09-01 09:35:05 +03:00
Panayot Cankov
5f25db1f21
Add the Apache-2 FlexBox layout implementation from google.
2016-08-29 15:04:04 +03:00
Hristo Hristov
7bf98a4a68
Merge pull request #42 from dfg-nota/bugfix/http
...
Fix Async.Http HEAD and DELETE on Android
2016-08-12 11:22:05 +03:00
Vasil Chimev
c5a1cd32da
Merge pull request #48 from NativeScript/patch
...
Set exit on simple errors for ios build script
2016-08-05 11:18:27 +03:00
vchimev
b5b65ba2ee
Set exit on simple errors for ios build script
2016-08-05 10:34:21 +03:00
dtopuzov
befe433717
Update package.json
2016-08-02 14:21:53 +03:00
Vasil Chimev
63353c51e4
Merge pull request #47 from NativeScript/sign
...
Do not Code Sign TNSWidgets framework
2016-07-19 19:08:45 +03:00
vchimev
c4d8989c9c
Do not Code Sign TNSWidgets framework
2016-07-18 19:12:35 +03:00