Commit Graph

3089 Commits

Author SHA1 Message Date
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
Rossen Hristov
bb3a674299 Merge pull request #1529 from NativeScript/trans
Re-factored page navigation transitions. Resolves Issue #811.
2016-02-10 15:20:25 +02:00
Rossen Hristov
5ad082d783 Re-factored page navigation transitions. Resolves Issue #811. 2016-02-10 14:55:27 +02:00
Rossen Hristov
114fb806da Merge pull request #1527 from NativeScript/issue-659
Fixed Issue #659.
2016-02-10 11:50:25 +02:00
Tsvetan Raikov
796501efcf Fixed tslint issues 2016-02-10 11:48:43 +02:00
Tsvetan Raikov
7b440c822f Updated the animations API 2016-02-10 11:35:03 +02:00
vakrilov
5364e395fa Fix: background properties not respected with remote background image 2016-02-10 11:32:13 +02:00
Rossen Hristov
4336245aba Fixed Issue #659. 2016-02-10 11:07:27 +02:00
Vasil Chimev
7dadafe265 Merge pull request #1526 from NativeScript/vchimev-revert
Revert dependencies versions
2016-02-10 11:03:05 +02:00
Vasil Chimev
7a0cda8d67 Revert dependencies versions 2016-02-10 11:02:38 +02:00
Tsvetan Raikov
eba3502f03 Merge branch 'master' into raikov/animation-custom-timing 2016-02-09 18:56:21 +02:00
Tsvetan Raikov
57af0bbfe3 Code refactoring 2016-02-09 18:18:37 +02:00
Vasil Chimev
c1bc0c3689 Merge pull request #1487 from NativeScript/prepare-160
Update package.json for 1.6.0
2016-02-09 16:59:47 +02:00