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
9279fa1225
Merge pull request #2446 from NativeScript/fix-tsconfig
...
Change apps tsconfig.json noImplicitAny to false
2016-07-13 09:59:38 +03:00
9890d10a37
Change apps tsconfig.json noImplicitAny to false
2016-07-13 09:56:47 +03:00
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
bcc1f3476e
Grunt tasks now have verbose output
2016-07-12 13:11:27 +03:00
8061a609ae
Add grunt dev dependenices back since they are needed by the Travis grunt scripts
2016-07-12 12:59:40 +03:00
7cb56a857a
Fix apps and tests TypeScript projects
2016-07-12 10:58:23 +03:00
525d0c43e3
Fix ui-tests-app paths and add css-perf-test app
2016-07-12 10:00:32 +03:00
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
1e96af2754
Delete css-perftest
2016-07-11 15:35:40 +03:00
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
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
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
42b267bccc
paddings should be taken from style because they could be undefined from newValue ( #2433 )
2016-07-08 18:18:56 +03:00
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
422b6a4285
Reflects some refactoring in the widgest for Android.
2016-07-07 15:05:39 +03:00
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