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
Vasil Chimev
32119057db
Merge pull request #46 from NativeScript/fix-travis
...
Fix .travis.yml
2016-07-15 13:12:23 +03:00
Vasil Chimev
9a1240756b
Update .travis.yml
...
Correct api_key.
Clean up.
2016-07-15 11:37:23 +03:00
Vasil Chimev
e7bb2f6485
Merge pull request #45 from NativeScript/travis-ci
...
Publish @next
2016-07-14 16:41:05 +03:00
vchimev
ecebdb6101
Publish @next
...
Update .travis.yml.
Add .travis/add-publishConfig.js.
Fix a typo.
2016-07-14 16:24:18 +03:00
plamen5kov
4d53d46769
added build status on root readme
2016-07-13 08:53:20 +03:00
Plamen Petkov
41a50492f5
Merge pull request #44 from NativeScript/plamen5kov/fix_travis_build
...
call assembleRelease instead of build
2016-07-13 08:51:00 +03:00
plamen5kov
830f220bf5
call assembleRelease instead of build
2016-07-12 22:26:06 +03:00
Plamen Petkov
409117d59a
Update README.md
2016-07-12 16:50:52 +03:00
vchimev
db73e9ada2
Update .travis.yml
2016-07-12 16:21:15 +03:00
Vasil Chimev
99ac565bf8
Merge pull request #43 from NativeScript/atanasovg/async-image-tasks
...
Add async tasks for Image-related operations
2016-07-11 03:10:48 -07:00
atanasovg
73fb30a9e0
Indentation.
2016-07-07 15:06:10 +03:00
Daniel Freiling
7618abba87
Fix indentation
2016-07-06 16:15:32 +02:00
Daniel Freiling
e7a894f1cd
Rename Async.Http method variables to follow Java conventions
2016-07-06 16:10:58 +02:00
Daniel Freiling
7c60834151
Fix DELETE request sending contents on Android
...
Strings compared by reference and not contents
2016-07-06 16:10:06 +02:00
Daniel Freiling
8368c42716
Fix HEAD requests on large files for Android
...
ByteArrayOutputStream was always allocated with the size of content-length, even on HEAD requests
2016-07-06 16:06:32 +02:00
atanasovg
047b6b6888
Add async image tasks
2016-07-06 17:00:57 +03:00
Hristo Deshev
7fba041567
Merge pull request #41 from NativeScript/hdeshev/android-http-headers
...
Correctly resolve HTTP headers with multiple values on Android.
2016-07-05 12:21:58 +03:00
Hristo Deshev
162450e76e
Correctly resolve HTTP headers with multiple values on Android.
...
No longer clobbering one of the values if the server set a HTTP header
multiple times e.g.:
Header1: value-one
Header1: value-two
2016-07-04 15:58:31 +03:00
Plamen Petkov
8ba13be39a
Merge pull request #40 from NativeScript/plamen5kov/standalone_widgets_project
...
migrated widgets project so it has nothing unnecessary
2016-07-04 11:56:26 +03:00
Plamen Petkov
4a72892771
Create README.md
2016-07-01 16:26:25 +03:00
plamen5kov
5942abc15f
migrated widgets project so it has nothing unnecessary
...
project can now be build with android studio or by running the command gradlew build
2016-07-01 16:17:45 +03:00
Vasil Chimev
e0bbb91ec0
Merge pull request #37 from NativeScript/gradlew
...
Build android widgets with gradle wrapper
2016-06-30 06:17:14 -07:00