Nedyalko Nikolov
2e4b2eacf2
Fixed issue when bindingContext is bound more than once.
2015-05-08 09:53:59 +03:00
vakrilov
9eb0716562
Tests and fix for loading custom components with no code-behind
2015-05-05 18:37:43 +03:00
vakrilov
45450456a1
Loaded/Unloaded fix
2015-05-05 16:15:00 +03:00
Vladimir Enchev
c192aba30e
default namespace replaced with regex
2015-04-29 10:58:16 +03:00
Rossen Hristov
0d9831519c
Fixed: TabViewItem does not get the right resource image #91
2015-04-29 09:21:43 +03:00
hshristov
291bc3d86d
Fix verticalAlignment center placement
2015-04-28 13:20:41 +03:00
Nedyalko Nikolov
bbe3a8f5f9
Some changes to Api reference due to breaking change.
2015-04-27 09:45:15 +03:00
Vladimir Enchev
25e53369ee
OK button moved from first to last
2015-04-24 17:14:55 +03:00
Vladimir Enchev
efcc0d0ddf
support for custom components inside templates with tests
2015-04-24 14:44:12 +03:00
Nedyalko Nikolov
95ca8d9c8c
Replace knownEvents modules with static strings.
2015-04-24 09:29:00 +03:00
Rossen Hristov
e29662cac6
Fixed tslint.
2015-04-23 12:04:55 +03:00
Rossen Hristov
2f43a63563
Fixed: TextField and TextView do not show the soft keyboard when their focus() method is called. #309
2015-04-23 09:57:30 +03:00
Vladimir Enchev
aad02aa789
Merge pull request #308 from NativeScript/custom-components
...
properties will be copied to the custom component with XML + tests
2015-04-23 08:27:12 +03:00
Vladimir Enchev
04f5c7b20f
properties will be copied to the custom component with XML + tests
2015-04-22 17:07:03 +03:00
hshristov
20b65a6d0c
Add base ui-test class
...
Update label-test to use the new ui-test class
2015-04-22 16:08:54 +03:00
hshristov
93fa862ae3
Fix tests to pass on devices with floating density
...
Floor measure sizes
2015-04-22 15:13:31 +03:00
Rossen Hristov
c1672346c4
Gestures are now detached when a View is unloaded.
2015-04-22 09:14:37 +03:00
Rossen Hristov
283d93f32d
Fixed: Swipe gesture is not recognized by Page. #301
2015-04-21 15:44:56 +03:00
vakrilov
30873697e9
Ts lint fix
2015-04-20 18:08:40 +03:00
vakrilov
3bc025633b
Pickers fixes and tests
2015-04-20 18:08:40 +03:00
vakrilov
14a716fa31
Fix: Border supports background
2015-04-20 18:08:39 +03:00
Nedyalko Nikolov
102af56619
Merge pull request #299 from NativeScript/nnikolov/CodeSnippetsChanges
...
Changed gestures enums like other enums.
2015-04-20 17:36:47 +03:00
Nedyalko Nikolov
cd6e723c30
Changed gestures enums like other enums.
2015-04-20 16:32:06 +03:00
Nedyalko Nikolov
68ca0a2fd0
Merge pull request #295 from NativeScript/nnikolov/BindingFixes
...
Fixed issue with binding when binding to a falsy object (also added type...
2015-04-20 15:22:30 +03:00
Nedyalko Nikolov
6bb533dc30
Fixed issue with binding when binding to a falsy object (also added types.isNullOrundefined function).
2015-04-20 14:25:01 +03:00
Rossen Hristov
3e9033c900
Fixed several tslint errors.
2015-04-20 14:06:02 +03:00
Rossen Hristov
08ce45959c
Fixed the memory leaks in iOS.
2015-04-20 14:06:00 +03:00
vakrilov
68c9a90226
Fix: Device-specific code behinf JS files are not loaded
2015-04-20 14:05:49 +03:00
Nedyalko Nikolov
267ce57d09
Added keep aspect ratio parameter to camera.takePicture method.
2015-04-20 14:05:44 +03:00
Vladimir Enchev
8b9c30f5ea
more is defined checks added
2015-04-20 13:43:56 +03:00
Vladimir Enchev
bac14bd29d
is defined checked added
2015-04-20 09:49:54 +03:00
Vladimir Enchev
29ee9909b2
support for sub properties added
2015-04-20 09:42:32 +03:00
Rossen Hristov
3d0882ffa7
Rewrote image-cache to use the native image caching features, i.e. LruCache and NSCache.
2015-04-16 10:06:45 +03:00
vakrilov
8d67103a77
Ts lint
2015-04-14 10:17:58 +03:00
vakrilov
2b71413520
Getures rework in android
2015-04-09 18:48:31 +03:00
vakrilov
de5419d86f
Frame current entry on first navigation
2015-04-09 18:09:23 +03:00
hshristov
f0f6992cf0
Remove Action property from Intent class.
...
Location tests are not executed on emulator.
Label test made for iOS only.
Change frame.android.action property to method.
Image measured widht/height are now floor (like in android runtime).
2015-04-09 17:54:22 +03:00
Rossen Hristov
1e73d93f1f
Removed image extension validation from image-cache. Images with no extensions can now be loaded.
2015-04-09 16:37:30 +03:00
Rossen Hristov
16822a862b
Placeholder: A widget that allows adding native views to the visual tree.
2015-04-08 13:01:08 +03:00
hshristov
44e22495da
fix android onSelectedItem handler.
...
fix ios transition (previous fix was not enough)
2015-04-08 10:55:06 +03:00
hshristov
710c423609
Fix ios transition issue
...
Revert imageSource property metadata to None
Improve ListView preparecell check
2015-04-08 10:55:02 +03:00
hshristov
b27c05e52c
Fix label ellipsis issue on zoomed iPhone 6 Plus.
...
Fix Image.imageSource propertyMetadata to affects layout.
2015-04-08 10:55:00 +03:00
Rossen Hristov
18c9528bda
Fixed Issue 261
2015-04-06 15:18:45 +03:00
vakrilov
898fa53ae7
Fix for button text-align styler in IOS
2015-04-06 13:09:08 +03:00
Rossen Hristov
69dc92026c
Moved text-align and font-size to TextBase and fixed a WebView test.
2015-04-03 16:41:19 +03:00
Nedyalko Nikolov
61f5022a69
Binding to object via keyword.
2015-04-03 16:08:28 +03:00
Rossen Hristov
38bc482359
Moved delegate handling to onLoaded / onUnloaded methods and reworked the WebView tests.
2015-04-03 13:32:39 +03:00
vakrilov
96c0a52c8f
Fix issue with black random black items when scrolling
2015-04-02 18:26:12 +03:00
Nedyalko Nikolov
d952faa3c2
Added application resources (used for binding converters), also some bug
...
fixes (binding related).
2015-04-01 11:45:30 +03:00
vakrilov
35b429f90d
Removed some code
2015-03-31 13:43:53 +03:00