Commit Graph

2851 Commits

Author SHA1 Message Date
Vladimir Enchev
46647bf8cd Merge pull request #1562 from NativeScript/ligaz-update-authors
Update Authors
2016-02-16 15:41:43 +02:00
Stefan Dobrev
b50e3ddfdd Update Authors
Add authors from the last 9 months.
2016-02-16 15:15:14 +02:00
Vasil Chimev
37bc75e722 Update ui-tests-app 2016-02-16 13:46:25 +02:00
Vasil Chimev
9c9e64c385 Merge pull request #1552 from NativeScript/tab-view-style-fix
TabView colors fix
2016-02-15 16:45:26 +02:00
Vladimir Enchev
3dabc6e3be Merge pull request #1555 from NativeScript/Experimental-decorator
Experimental decorator added
2016-02-15 16:42:34 +02:00
Vladimir Enchev
ef7394f80f Experimental decorator added 2016-02-15 15:48:54 +02:00
vakrilov
57fee972af Test swap 2016-02-15 15:15:34 +02:00
vakrilov
d730db9516 Skip run of problematic transitions test on android+emulator+API23 2016-02-15 15:15:34 +02:00
vakrilov
8cbed85cb8 styles fix 2016-02-15 15:15:34 +02:00
Nedyalko Nikolov
f286c4a126 Merge pull request #1553 from NativeScript/nnikolov/HierarchicalAndAttrCss
Support for hierarchical and attribute css selectors.
2016-02-15 14:27:57 +02:00
Peter Staev
ea1ebd2c94 tests for #1488 2016-02-15 14:18:57 +02:00
Peter Staev
07af447cb1 ios implementation of #1488 2016-02-15 14:17:25 +02:00
Peter Staev
715ff10aee display items with custom view always in the actionbar for android 2016-02-15 14:17:23 +02:00
Peter Staev
b290d01664 android implementation of #1488 2016-02-15 14:17:22 +02:00
Nedyalko Nikolov
6e4d6ccfbc Support for hierarchical and attribute css selectors. 2016-02-15 11:47:05 +02:00
Vladimir Enchev
c0682fce80 Merge pull request #1539 from speigg/patch-1
Fix clearEvent after programmatically setting text
2016-02-15 10:59:49 +02:00
Vladimir Enchev
50c5d5ce93 Merge pull request #1547 from pra85/patch-1
Fix typos in source-control.md
2016-02-15 09:24:17 +02:00
Vladimir Enchev
887a15e547 Merge pull request #1550 from VicMota/patch-1
Fixed blog href
2016-02-15 09:23:39 +02:00
Victor Nascimento
4afb0fde48 Fixed blog href
There is a bug on NativeScript web configuration, translating http://nativescript.org/blog to http://nativescript.orgblog.
Adding www fixed the issue. (http://www.nativescript.org/blog)
2016-02-14 11:13:37 -03:00
Prayag Verma
7e37bb85a4 Fix typos in source-control.md
`usefull` → `useful`
`otherwize` → `otherwise`
`Managemant` → `Management`
Remove extra `to`
`lenght` → `length`
2016-02-13 11:39:06 +05:30
Vladimir Enchev
fbadcd1417 Merge pull request #1545 from NativeScript/file-exists-ios
File exists for ios optimized
2016-02-12 16:28:54 +02:00
Hristo Deshev
403b154e21 Merge pull request #1546 from NativeScript/hdeshev/dts-quick-fix
Fix a weird compile error happening on Jenkins runners.
2016-02-12 13:52:50 +02:00
Hristo Deshev
77336ce6b1 Fix a weird compile error happening on Jenkins runners. 2016-02-12 13:34:40 +02:00
Vladimir Enchev
0e0aa8ceaf File exists for ios optimized 2016-02-12 13:16:21 +02:00
Vladimir Enchev
683a7f5b07 Merge pull request #1521 from NativeScript/raikov/animation-custom-timing
Added custom animation curve support and spring animation
2016-02-12 11:29:10 +02:00
Vladimir Enchev
bada97399a Merge pull request #1528 from NativeScript/bg-image-with-url
Fix: background properties not respected with remote background image
2016-02-12 11:28:23 +02:00
Vladimir Enchev
59142f8ded Merge pull request #1544 from NativeScript/file-exist
File.exists fixed for ios as well + tests
2016-02-12 11:27:59 +02:00
Hristo Deshev
720808f0fd Merge pull request #1535 from NativeScript/hdeshev/angular-dts-compat
Generate segmented d.ts files and resolve Angular type clashes
2016-02-12 11:15:21 +02:00
Vladimir Enchev
e4951dd068 Merge pull request #1510 from NativeScript/show-modal-
present and dismiss modal animated
2016-02-12 09:06:45 +02:00
Hristo Hristov
936280b96e Merge pull request #1538 from NativeScript/hhristov/fixed-unit-tests
fixed tests
2016-02-11 17:18:23 +02:00
Vladimir Enchev
e820ac020d animated only for 9 and above 2016-02-11 17:10:30 +02:00
Vladimir Enchev
06d914da5a implemented for ios as well 2016-02-11 16:55:19 +02:00
Hristo Hristov
b62d1f451a Fixed scroll-view tests 2016-02-11 16:46:12 +02:00
Hristo Hristov
f208791770 fixed tests 2016-02-11 16:46:12 +02:00
Gheric Speiginer
66f0dd0697 Fix clearEvent after programmatically setting text
searchBarTextDidChange only fires when the user changes the text. 
In the following scenario, clearEvent was not being fired:
1. User clears the text (clearEvent is fired)
2. Text is programmatically set to a non-empty string
3. User clears the text again (clearEvent is not fired)

This PR allows the clearEvent to fire at step 3. 

I would also suggest that a separate event be used when the cancel button is clicked (cancelEvent), as cancel button being clicked does not imply that the text is or should be cleared.
2016-02-11 09:39:34 -05:00
Vladimir Enchev
85ff011e19 Merge pull request #1536 from NativeScript/file-exist
File exists fixed
2016-02-11 15:19:35 +02:00
Hristo Deshev
05faef50e8 Update tsconfig.json 2016-02-11 15:08:49 +02:00
Hristo Deshev
baefd3eb5f Generate segmented d.ts files
- tns-core-modules-base.d.ts containing modules definitions with as little
platform stuff as possible. Angular apps will reference this one.
- tns-core-modules.es6.d.ts adding some platform stuff to base. Intended to
be used in environments supporting ES6 (obviously)
- tns-core-modules.d.ts adding to the previous one definitions for our ES6
polyfills: promises, collections, weakmaps, etc. The usual reference point
for most apps.
2016-02-11 15:08:49 +02:00
Hristo Deshev
213cf8848c Move module-related global declares to a separate file. 2016-02-11 15:08:49 +02:00
Tsvetan Raikov
4e80cf76c4 Merge branch 'master' into raikov/animation-custom-timing 2016-02-11 15:01:26 +02:00
Vladimir Enchev
d92677a1fc present and dismiss modal animated 2016-02-11 14:41:33 +02:00
Vladimir Enchev
5c1639b36f File exists fixed 2016-02-11 14:23:48 +02:00
Vladimir Enchev
fb4d83d44e Merge pull request #1533 from NativeScript/label-null
Fixed null and undefined as Label text
2016-02-11 11:44:18 +02:00
Vladimir Enchev
8339d3f51d Fixed null and undefined as Label text 2016-02-11 11:12:14 +02:00
Vladimir Enchev
94fbb7b63f Merge pull request #1490 from NativeScript/x4080/listview-android-realized-to-filtered-items-higher-bugfix
Fix ListView crash in android when realized items more than left items
2016-02-11 10:35:47 +02:00
Vladimir Enchev
e22c4f8b3b Merge pull request #1531 from NativeScript/fealebenpae/nuke-performSelector
Replace -[NSObject performSelector:] with NSInvocation
2016-02-11 10:10:51 +02:00
Yavor Georgiev
99d4f9ea0c Replace -[NSObject performSelector:] with NSInvocation
It appears that `-[NSObject performSelector:]` returns a dummy value when calling a void method on the iOS Simulator, whereas it correctly returns `nil` on a device. Since `-[NSObject performSelector:]` is declared as returning `id`, the iOS runtime tries to marshal the dummy value to a JavaScript object and fails because the dummy value is not a valid Objective-C object.

The fix is to use `-[NSObject valueForKey:]` for non-void zero-parameter methods and `NSInvocation` for everything else.
2016-02-10 18:19:04 +02:00
Hristo Hristov
c1edaaca29 Merge pull request #1530 from NativeScript/hhristov/grid-layout-rounding
Hhristov/grid layout rounding
2016-02-10 17:22:23 +02:00
Hristo Hristov
6f93030b5d grid-layout distribute remaining space over stars but preserve their aspect.
ts lint errors fixed
android scroll-view tests fixed for different device density
added grid-layout test
2016-02-10 16:25:22 +02:00
Hristo Hristov
721e5df58b grid-layout layout rounding fixes
added tests
2016-02-10 16:25:22 +02:00