7950422100
Merge pull request #2501 from NativeScript/clear-history-isBackNavigation
...
FIX: Wrong isBackNavigation value
2016-07-25 13:18:03 +03:00
2dc9827721
FIX: Wrong isBackNavigation value
2016-07-25 11:47:07 +03:00
cf7c71f37e
Update grunt-typedoc to make it get new TS features
2016-07-25 11:18:36 +03:00
6997f14891
Merge pull request #2497 from NativeScript/nnikolov/TabViewDocs2
...
Added documentation for selectedIndexChanged event.
2016-07-22 16:41:34 +03:00
1907fd984a
Merge pull request #2493 from NativeScript/tsenov/ui-tests
...
Update action-item-position page
2016-07-22 16:29:07 +03:00
c991cd7ed0
Added documentation for selectedIndexChanged event.
2016-07-22 16:13:43 +03:00
e286e103eb
Update action-item-position page
2016-07-22 15:43:36 +03:00
a4743713d7
Merge pull request #2484 from NativeScript/jasssonpet/snapshot-ts-helpers
...
[Snapshot] Register TypeScript helpers at the very start
2016-07-22 14:36:38 +03:00
7c13db6bc2
Merge pull request #2492 from NativeScript/fix-ui-tests-app
...
Fix two ui tests
2016-07-22 12:00:37 +03:00
16b5214013
Fix two ui tests
2016-07-22 11:18:47 +03:00
66ff58e80a
Merge pull request #2487 from NativeScript/xhr-text-fix
...
Add toString() method on response with type is text
2016-07-21 17:08:16 +03:00
d2f34a9bc0
Merge pull request #2486 from NativeScript/tsenov/ui-tests
...
Include webtest page
2016-07-21 16:21:02 +03:00
2cdd1f2fb3
Add toString() method on response whtn type is text
2016-07-21 15:26:44 +03:00
2a14c1aaf3
Include webtest page
2016-07-21 14:56:36 +03:00
742d0630aa
Merge pull request #2482 from NativeScript/label-background
...
Fix: CSS background-image on Label not loading in iOS
2016-07-21 14:16:07 +03:00
76e6689a42
Register TypeScript helpers at the very start
2016-07-21 12:24:27 +03:00
fc39fad959
Fix: CSS background-image on Label not loading in iOS
...
Resolves #2414
2016-07-21 09:45:50 +03:00
ff71e6ebee
Merge pull request #2479 from NativeScript/fix-isBackNavigation
...
FIX: isBackNavigation wrong parameter
2016-07-20 18:20:45 +03:00
4d1010155b
var -> let cleanup
2016-07-20 18:09:08 +03:00
ef6a24a5de
FIX: isBackNavigation worng when navigation away form page that is not backstack visible
2016-07-20 11:54:53 +03:00
fa48f4e425
Merge pull request #2475 from NativeScript/ios-known-folders
...
Add iOS-specific known folders to fs.knownFolders
2016-07-20 11:37:09 +03:00
82d6b644d6
Remove directory code variables
2016-07-20 10:44:51 +03:00
1c3567da23
Merge pull request #2478 from NativeScript/tsenov/ui-tests
...
Update main-Page.ts and tab-view-more.xml css
2016-07-20 10:24:30 +03:00
2656f18926
Merge pull request #2474 from NativeScript/nnikolov/TextPropertyMustBeString
...
Mark text property as special and set it with a string comming from b…
2016-07-20 09:53:59 +03:00
604b600a05
Update main-Page.ts and tab-view-more.xml css
2016-07-20 09:46:01 +03:00
a9d835b26d
Merge pull request #2469 from NativeScript/nnikolov/NestedObservables
...
Creating observables from a nested json.
2016-07-19 18:04:12 +03:00
849736e35e
Merge pull request #2465 from NativeScript/css-hash-lookup-2
...
CSS refactoring
2016-07-19 17:59:10 +03:00
da0b88a94d
Merge pull request #2473 from NativeScript/tsenov/ui-tests
...
Add custom fonts page
2016-07-19 16:36:46 +03:00
116bc26dc1
Add iOS-specific known folders to fs.knownFolders
2016-07-19 16:33:51 +03:00
a481fa9808
Mark text property as special and set it with a string comming from builder.
2016-07-19 14:37:44 +03:00
e4cf173e3f
Merge pull request #2472 from NativeScript/nav-binding-context
...
NavigationEntry.bindingContext property
2016-07-19 14:13:33 +03:00
e40a42f728
Add custom fonts page
2016-07-19 13:29:39 +03:00
ffec9c3ad6
Make the new bindingContext parameter optional.
2016-07-19 13:22:52 +03:00
39050861f3
Add NavigationEntry.bindingContext property
...
Resolves Issue #731
2016-07-19 12:06:29 +03:00
48a57bdaf3
Creating observables from a nested json.
2016-07-18 17:34:50 +03:00
c1aeeb51a7
Inital by-type split
...
Split type.class from CssTypeSelector to CssCompositeSelector, probably support type#id.class selectors
Apply review comments, refactor css-selectors internally
Applied refactoring, all tests pass, button does not notify changes
Add tests for the css selectors parser.
Added tests for css-selectors
Added basic implementation of mayMatch and changeMap for css match state
Implemented TKUnit.assertDeepEqual to check key and key/values in Map and Set
Watch for property and pseudoClass changes
Add one child group test
Add typings for animations
Added mechanism to enable/disable listeners for pseudo classes
Count listeners instead of checking handlers, reverse subscription and unsubscription
2016-07-18 17:24:09 +03:00
d3986780ca
Merge pull request #2468 from NativeScript/tsenov/ui-tests
...
Implement new logic for loading ui tests
2016-07-18 16:44:49 +03:00
6f4e687e6b
Merge pull request #2467 from NativeScript/page-binding-context
...
Fix: Set the binding context of a page automatically when navigated to.
2016-07-18 15:06:02 +03:00
0dcb0c9b36
Remove the _originalBindingContext caching
2016-07-18 14:24:15 +03:00
e76517693f
Implement new logic for loading ui tests
2016-07-18 13:56:10 +03:00
36ae896933
Fix: Set the binding context of a page automatically when navigated to.
...
Resolves #731
2016-07-18 13:40:13 +03:00
0477c81dd5
Merge pull request #2458 from NativeScript/animations-fix
...
Unregister animations only once - on reset css
2016-07-18 12:29:42 +03:00
48ab2e455e
Merge pull request #2459 from NativeScript/action-bar-title-fix
...
fix: ActionBar's title not updating in OnLoaded event
2016-07-18 09:46:53 +03:00
1d6310353d
fix: ActionBar's title not updating in OnLoaded event
2016-07-15 16:54:28 +03:00
1b00fe9a18
Unregister animations only once - on reset css
2016-07-15 11:42:04 +03:00
b07dd305ae
Merge pull request #2454 from NativeScript/tsenov/ui-tests
...
Remove some unnecessary variables
2016-07-14 13:13:24 +03:00
5029be8697
Remove some unnecessary variables
2016-07-14 10:46:02 +03:00
1b1dc9cadb
Merge pull request #2451 from NativeScript/tsenov/ui-tests
...
Update main page
2016-07-14 09:18:16 +03:00
16d0a64de9
Update main page
2016-07-13 18:40:07 +03:00
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