Commit Graph

7592 Commits

Author SHA1 Message Date
vakrilov
1b00fe9a18 Unregister animations only once - on reset css 2016-07-15 11:42:04 +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
SvetoslavTsenov
b07dd305ae Merge pull request #2454 from NativeScript/tsenov/ui-tests
Remove some unnecessary variables
2016-07-14 13:13:24 +03:00
SvetoslavTsenov
5029be8697 Remove some unnecessary variables 2016-07-14 10:46:02 +03:00
SvetoslavTsenov
1b1dc9cadb Merge pull request #2451 from NativeScript/tsenov/ui-tests
Update main page
2016-07-14 09:18:16 +03:00
SvetoslavTsenov
16d0a64de9 Update main page 2016-07-13 18:40:07 +03:00
Rossen Hristov
c3ce128e65 Merge pull request #2435 from toddanglin/patch-1
Update iOS TabView to use Automatic rendering mode
2016-07-13 11:08:24 +03:00
Rossen Hristov
9279fa1225 Merge pull request #2446 from NativeScript/fix-tsconfig
Change apps tsconfig.json noImplicitAny to false
2016-07-13 09:59:38 +03:00
Rossen Hristov
9890d10a37 Change apps tsconfig.json noImplicitAny to false 2016-07-13 09:56:47 +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
Rossen Hristov
d008bd11a8 Merge pull request #2441 from NativeScript/fix-ui-tests-app
Fix ui-tests-app paths and add css-perf-test app
2016-07-12 14:12:18 +03:00
Rossen Hristov
bcc1f3476e Grunt tasks now have verbose output 2016-07-12 13:11:27 +03:00
Rossen Hristov
8061a609ae Add grunt dev dependenices back since they are needed by the Travis grunt scripts 2016-07-12 12:59:40 +03:00
Rossen Hristov
7cb56a857a Fix apps and tests TypeScript projects 2016-07-12 10:58:23 +03:00
Rossen Hristov
525d0c43e3 Fix ui-tests-app paths and add css-perf-test app 2016-07-12 10:00:32 +03:00
Rossen Hristov
3f41a6c033 Merge pull request #2431 from NativeScript/move-old-apps
Create a single NS app for cuteness.io, gallery-app and ui-tests-app
2016-07-11 15:50:24 +03:00
Rossen Hristov
1e96af2754 Delete css-perftest 2016-07-11 15:35:40 +03:00
Rossen Hristov
a18d5e7622 Create a single NS app for cuteness.io, gallery-app and ui-tests-app in apps/
Move all other apps to https://github.com/NativeScript/tns-apps-graveyard
2016-07-11 15:34:28 +03:00
Vasil Chimev
c2867e7a1c Merge pull request #2428 from NativeScript/atanasovg/image-cache-update
Reflects some refactoring in the widgest for Android.
2016-07-11 03:20:28 -07: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
Todd Anglin
91ba3fa69a Update iOS TabView to use Automatic rendering mode
Change the UIImageRenderingMode for tab icons from "AlwaysOriginal" to "Automatic." This will allow icon images to inherit the `selectedColor` specified for the tabview (eliminating the need to provide two versions of every tab icon).
2016-07-08 21:32:15 -05:00
Hristo Hristov
42b267bccc paddings should be taken from style because they could be undefined from newValue (#2433) 2016-07-08 18:18:56 +03:00
Hristo Hristov
8d40782191 Style perf improvements (#2342)
* Add css-perf app.

* Style properties now check only properties that are set.
Image utils module required on top (instead of in onMeasure) to improve performance.
Remove try/catch block when Style applies native property.

* fix tslint

* Fix broken merge
Update package.json version

* Failed miserably - if the try/catch around applyProperty method is removed - TextField fails big time.
TextField needs some good refactoring as well as calls to _updateTextDecoration & _updateTextTransform
utils - setTextTransform & setTextDecoration should be split, typing support should be added.
2016-07-08 14:39:43 +03:00
atanasovg
73fb30a9e0 Indentation. 2016-07-07 15:06:10 +03:00
atanasovg
422b6a4285 Reflects some refactoring in the widgest for Android. 2016-07-07 15:05:39 +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
Hristo Deshev
81dc102031 Merge pull request #2423 from NativeScript/hdeshev/snippets-whitespace
Remove unicode nonbreaking whitespace in snippet declarations.
2016-07-06 17:10:41 +03: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
09db46da0c Remove unicode nonbreaking whitespace in snippet declarations.
It was breaking the snippet extraction regexes.
2016-07-06 16:55:39 +03:00
Hristo Deshev
8c31cfbfd0 Merge pull request #2419 from NativeScript/hdeshev/doc-snippets-fixes
Fix unclosed snippet tags and duplicate snippets.
2016-07-06 16:22:00 +03:00
Hristo Deshev
846bafc660 Change snippet syntax to the new Jekyll tag. 2016-07-06 16:09:11 +03:00
Hristo Deshev
f87eb2d969 Fix unclosed snippet tags and duplicate snippets. 2016-07-05 17:27:59 +03:00
Vasil Chimev
a497429403 Merge pull request #2418 from NativeScript/vchimev-pack
Bump up version to 2.2.0
2016-07-05 06:11:56 -07:00
Vasil Chimev
4d0fbef87b Bump up version to 2.2.0 2016-07-05 15:56:44 +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
Rossen Hristov
240ae699ee Merge pull request #2412 from NativeScript/issue-2362
Fix: Multiple ScrollViews on one page fires scrollEvent simultaneously
2016-07-04 15:17:51 +03:00
Rossen Hristov
8b5afa83b7 Fix: Multiple ScrollViews on one page fires scrollEvent simultaneously
Resolves #2362
2016-07-04 13:35:53 +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
Erjan Gavalji
b9dca4f298 Remove the redundant header that gets added by the retriever script of the documentation 2016-07-01 10:24:44 -04:00
Plamen Petkov
4a72892771 Create README.md 2016-07-01 16:26:25 +03:00