Commit Graph

226 Commits

Author SHA1 Message Date
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
Vasil Chimev
d0d6bdfb5a Merge pull request #38 from NativeScript/vchimev-patch
Bump up version to 2.2.0
2016-06-30 01:14:50 -07:00
Vasil Chimev
3165b187da Bump up version to 2.2.0 2016-06-30 11:07:31 +03:00
vchimev
4c843eec6f Build android widgets with gradle wrapper
Update gradle wrapper to 2.2.
2016-06-29 19:35:10 +03:00
Vasil Chimev
9fb5ee4229 Merge pull request #35 from NativeScript/vchimev-patch
Update README.md
2016-06-28 00:35:19 -07:00
Vasil Chimev
2a0b218e8d Create .travis.yml 2016-06-27 15:51:45 +03:00
Vasil Chimev
8544c62f65 Update README.md 2016-06-27 11:25:07 +03:00
Rossen Hristov
f03f0c85ec Merge pull request #34 from NativeScript/take-2
Optimisations
2016-06-24 14:57:03 +03:00
Rossen Hristov
cfdaa8a598 Optimisations 2016-06-24 14:47:52 +03:00
Rossen Hristov
abf4cc585b Merge pull request #32 from NativeScript/optimization
Small optimisation.
2016-06-21 16:23:21 +03:00
Rossen Hristov
505f4cbfa1 Small optimisation. 2016-06-21 16:09:19 +03:00
Vasil Chimev
0b91c361ef Bump up version to 2.1.3 2016-06-21 11:33:46 +03:00
Rossen Hristov
47d0443147 Trying to fix the antialiasing test failure in ui-test-app 2016-06-20 16:41:09 +03:00
Rossen Hristov
1017dd763e Merge pull request #30 from NativeScript/ui-tests-app-fixes
Fixes for tests failing in ui-tests-app
2016-06-20 16:21:14 +03:00
Rossen Hristov
017c4e0c62 Fixes for tests failing in ui-tests-app 2016-06-20 16:15:13 +03:00
Rossen Hristov
1b2ae903df Merge pull request #28 from NativeScript/border-drawable
Border drawable
2016-06-20 13:42:15 +03:00
Rossen Hristov
8ce960beab Add public getters 2016-06-20 11:14:11 +03:00
Rossen Hristov
b07ace7938 Fix string comparison 2016-06-17 14:58:20 +03:00
Rossen Hristov
496839cf4e Remove toString method 2016-06-17 14:47:23 +03:00
Rossen Hristov
b4a26e392a Add BorderDrawable 2016-06-17 13:07:19 +03:00
Georgi Atanasov
63356e9edf Merge pull request #26 from NativeScript/atanasovg/add-async-from-proj-template
Move the Async.java implementation from the Android Runtime project template here
2016-06-14 16:10:57 +03:00
Rossen Hristov
b4bdd3c3e4 Merge pull request #27 from NativeScript/image-rounding
Fix: Images have margin when added to Layout
2016-06-14 13:14:30 +03:00
Rossen Hristov
a4294de030 Fix: Images have margin when added to Layout
Resolves https://github.com/NativeScript/NativeScript/issues/1425
2016-06-14 10:42:23 +03:00
atanasovg
f7aa9a2c07 Move the Async.java implementation from the Android Runtime project template here. 2016-06-13 19:01:45 +03:00
tzraikov
8af82fb2c8 Merge pull request #25 from NativeScript/raikov/fix-docklayout-api17
Fixed: DockLayout in ScrollView returns wrong size on API 17
2016-06-13 15:09:42 +03:00
Tsvetan Raikov
194c12af9d Fixed: DockLayout in ScrollView returns wrong size on API 17 2016-06-13 13:14:10 +03:00
Hristo Hristov
fe44d7bed0 Merge pull request #24 from NativeScript/hhristov/tnsp
Move UILabel extend from modules to widgets
2016-06-13 12:39:28 +03:00
Hristo Hristov
5918706f1a Move UILabel extend from modules to widgets 2016-06-13 11:59:43 +03:00
Vasil Chimev
7a9b508d3b Merge pull request #23 from NativeScript/vchimev/pack
Bump version to 2.1.0
2016-05-18 02:52:06 -07:00