Commit Graph

5967 Commits

Author SHA1 Message Date
tzraikov
d3c5c6ddd6 Merge pull request #1498 from NativeScript/raikov/animation-fix
Fixed exception in animations when animating a view before it's being…
2016-02-05 11:55:07 +02:00
Tsvetan Raikov
a8dc90178c Fixed exception in animations when animating a view before it's being displayed 2016-02-05 11:22:05 +02:00
Erjan Gavalji
13874c88c2 Add a homepage entry to the package.json 2016-02-04 18:19:44 +02:00
Rossen Hristov
aedbf3bdeb Merge pull request #1491 from NativeScript/issue-1021
Resolved Issue #1021: The navigatedTo event is called twice for the f…
2016-02-04 17:31:46 +02:00
Rossen Hristov
6b7d05420e Resolved Issue #1021: The navigatedTo event is called twice for the first application page. 2016-02-04 16:12:45 +02:00
tzraikov
c70755b2e3 Merge pull request #1489 from NativeScript/feature/continiousAnimation
Modified animations to allow smooth transition when the previous animation is replaced
2016-02-04 15:59:49 +02:00
Erjan Gavalji
69ef5ffc49 Apply the fix, suggested by Github userx4080, issue 1371 2016-02-04 15:58:38 +02:00
Panayot Cankov
343e15679b Merge pull request #1486 from NativeScript/cankov/ios-private-paths
Fix paths in iOS, some devices and iOS combinations use /private/var paths while some /var/ this was normalized by resolvin symlinks
2016-02-04 14:30:48 +02:00
Tsvetan Raikov
91d1ba3f97 Modified animations to allow smooth transition when the previous animation is replaced with a new one 2016-02-04 14:15:24 +02:00
Panayot Cankov
a1e14dbae2 Merge pull request #1470 from NativeScript/cankov/time-grunt
Enable build times profiling
2016-02-04 12:35:19 +02:00
Panayot Cankov
04eddee710 Fix paths in iOS, some devices and iOS combinations use /private/var paths while some /var/ this was normalized by resolvin symlinks 2016-02-04 12:32:47 +02:00
Vasil Chimev
3898d1502b Update package.json for 1.6.0 2016-02-04 11:55:31 +02:00
Panayot Cankov
27182eb4d7 Merge pull request #1481 from NativeScript/cankov/android-rounded-corners-anti-aliasing
Add anti-aliasing for android borders and backgrounds with rounded corners
2016-02-04 11:47:15 +02:00
Panayot Cankov
e826e99384 Add anti-aliasing for android borders and backgrounds with rounded corners 2016-02-04 11:17:43 +02:00
Vladimir Enchev
97d00cdb40 Merge pull request #1479 from NativeScript/openFile-for-ios
openFile add for iOS
2016-02-04 10:53:35 +02:00
Alexander Vakrilov
0d4d0b0d4a Merge pull request #1483 from NativeScript/feature/proxy-container-layout-fix
Fixed ios proxy view blocks layout requests
2016-02-04 10:30:06 +02:00
vakrilov
4a8ec62506 Handle the case whr proxy is inside ContentView 2016-02-03 18:07:25 +02:00
tzraikov
49504a1eb3 Merge pull request #1472 from NativeScript/raikov/issue-1443
Refactored animations in iOS to allow 360 degrees rotation and custom timing functions.
2016-02-03 16:43:27 +02:00
Tsvetan Raikov
f403b506aa Fixed: _resolveAnimationCurve is undefined 2016-02-03 16:08:03 +02:00
vakrilov
57f15abf27 Fixed ios proxy view blocks layout requests 2016-02-03 15:38:48 +02:00
Tsvetan Raikov
a8aaeac137 Merged with master after the transitions feature 2016-02-03 15:24:38 +02:00
Tsvetan Raikov
dbfa09f8ef Changed how AnimationDelegateImpl is created to be in sync with the new approach 2016-02-03 14:52:29 +02:00
Rossen Hristov
96bafff573 Merge pull request #1473 from NativeScript/transitions
Resolved #811: Page Navigation Transitions
2016-02-03 13:45:53 +02:00
Vasil Chimev
12af6d58ad Update ui-tests-app 2016-02-03 13:25:01 +02:00
Rossen Hristov
b0976bf986 Resolved #811: Page Navigation Transitions 2016-02-03 13:24:12 +02:00
Vladimir Enchev
3bc1aa07ec openFile add for iOS 2016-02-03 10:59:35 +02:00
Tsvetan Raikov
a0020453e5 fixed broken unit tests because of the animation refactoring 2016-02-03 10:55:02 +02:00
Vladimir Enchev
4b9003df1d Merge pull request #1474 from PeterStaev/dialog-action-fix
fix ios dialogs.action when message/title is null
2016-02-03 10:53:04 +02:00
Vasil Chimev
001d542acf Update ui-tests-app 2016-02-02 19:03:58 +02:00
Peter Staev
31a6da0676 fix ios dialogs.action when message/title is null 2016-02-02 18:41:36 +02:00
Tsvetan Raikov
68f9358b1d fixed issue 1443 2016-02-02 15:43:33 +02:00
Hristo Deshev
bf96d83cc4 Merge pull request #1467 from NativeScript/hdeshev/xhr-response-type
Detect JSON response in XHR and auto-parse the response.
2016-02-02 13:51:05 +02:00
Panayot Cankov
d02834a955 Enable build times profilin using 'grunt .... --profile' 2016-02-02 13:46:17 +02:00
Hristo Deshev
c3b4d40d0b Run tslint only once :-)
Two grunt tasks had it as a dependency, and that triggered two runs.
2016-02-02 13:10:41 +02:00
Hristo Deshev
e452aff658 Detect JSON response in XHR and auto-parse the response.
- Part of the XMLHttpRequest level 2 API.
- Fixes a crash with the Angular2 Http service.
2016-02-02 13:10:41 +02:00
Vladimir Enchev
45301aff68 Merge pull request #1464 from NativeScript/url-fix
Fix for failed url encoding techniques removed
2016-02-02 10:17:05 +02:00
Hristo Hristov
1e0f130b38 Merge pull request #1430 from NativeScript/gatanasov/lazy-require-fixes
Revisit lazy require routine
2016-02-01 16:54:31 +02:00
Vladimir Enchev
d4766ed83c Merge pull request #1466 from NativeScript/tab-fix
wrong for loop count fixed
2016-02-01 16:49:26 +02:00
Vladimir Enchev
5968f19933 Update tab-view.xml 2016-02-01 16:49:03 +02:00
Vladimir Enchev
becc5c59f0 wrong for loop count fixed 2016-02-01 16:25:28 +02:00
Vladimir Enchev
8aaa18a2fe Merge pull request #1460 from NativeScript/array-create
Array.create used instead reflection
2016-02-01 15:11:11 +02:00
Vladimir Enchev
1582ccc95e Fix for failed url encoding techniques removed 2016-02-01 15:03:20 +02:00
Vladimir Enchev
fb3b7bc6c4 Array.create used instead reflection 2016-02-01 14:08:22 +02:00
Plamen Petkov
527dec8dac Merge pull request #13 from NativeScript/plamen5kov/enable_tgz_versioning
fixed path to package json
2016-02-01 11:05:43 +02:00
plamen5kov
790a6da8ab fixed path to package json 2016-02-01 11:04:58 +02:00
Plamen Petkov
4fe8485e03 Merge pull request #12 from NativeScript/plamen5kov/enable_tgz_versioning
Plamen5kov/enable tgz versioning
2016-02-01 10:53:36 +02:00
Vladimir Enchev
64ef9be626 Merge pull request #1455 from NativeScript/android-binary-write
android binary read/write fixed
2016-01-29 16:42:00 +02:00
Vladimir Enchev
b9e8608fa4 android binary read/write fixed 2016-01-29 15:27:55 +02:00
Hristo Deshev
30bf55d8bd Merge pull request #1453 from NativeScript/hdeshev/proxy-container-grid-layout
Register ProxyViewContainer children with parent layout.
2016-01-29 10:52:10 +02:00
Nedyalko Nikolov
3bb6045c9a Merge pull request #1452 from NativeScript/nnikolov/BindingExpressionToSupportFuncs
Added support for functions with binding expressions.
2016-01-29 09:19:39 +02:00