Commit Graph

693 Commits

Author SHA1 Message Date
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
vakrilov
7204fd9c89 OptionsMenu image form resource id 2015-03-31 13:34:32 +03:00
vakrilov
70aa10d7ea MenuItems should inherit binding context when defined form XML 2015-03-31 12:36:04 +03:00
Vladimir Enchev
6ad062bbdf _addArrayFromBuilder and _context exposed in definitions 2015-03-30 11:56:58 +03:00
vakrilov
9eb66d8a46 Inherit font properties form view inside spans 2015-03-30 09:21:22 +03:00
Vladimir Enchev
30553253f4 another list-view android fix :( 2015-03-27 16:14:35 +02:00
Vladimir Enchev
4c240487eb segmented bar new android props fixes 2015-03-27 11:25:57 +02:00
Vladimir Enchev
9ee7d5f90b new android runtime properties modules fixed 2015-03-27 11:13:44 +02:00
hshristov
411b9dfe5f fix TSLing 2015-03-26 17:32:28 +02:00
hshristov
23b1825fc7 implement menuOptions 2015-03-26 17:32:27 +02:00
Erjan Gavalji
70756fb115 OptionsMenu XML support 2015-03-26 17:32:25 +02:00
Vladimir Enchev
f2e614b664 initial commit 2015-03-26 17:32:23 +02:00
vakrilov
6f04b10110 Segment-bar safety fix 2015-03-26 14:14:27 +02:00
Vladimir Enchev
b831ab09aa empty comment remove (TS compile error) 2015-03-26 11:50:27 +02:00
Vladimir Enchev
6700b98ce0 method definitions enabled for override (removed from @private) 2015-03-26 11:50:05 +02:00
Vladimir Enchev
8ea1c5c743 missing TS defs added 2015-03-26 11:49:25 +02:00
Rossen Hristov
10a963e0a5 Added functionality to specify images on TabView tabs. 2015-03-24 09:34:01 +02:00
Vladimir Enchev
a7d1f3915c ios list-view separator inset set to zero by default 2015-03-23 11:22:25 +02:00
Rossen Hristov
25d54e0ed7 Fixed several compile issues. 2015-03-23 09:57:46 +02:00
Rossen Hristov
d1f97d7050 Added support for binding to all Style properties directly. 2015-03-23 09:21:39 +02:00
vakrilov
586e9685a5 Css loading fix 2015-03-20 14:56:49 +02:00
Vladimir Enchev
45e16146dd default stretch for android removed 2015-03-20 14:16:00 +02:00
Vladimir Enchev
355380a43b url syntax fixed 2015-03-20 14:15:55 +02:00
Vladimir Enchev
6149a1f7d6 background-image css property added 2015-03-20 14:15:54 +02:00
vakrilov
88f6a936fc Tests added and master-detail tempalte updated 2015-03-19 18:24:02 +02:00
vakrilov
0b2c4cc523 file-name-resolver module 2015-03-19 18:00:49 +02:00
Andreww8xx8
9e15302db3 Ability to use different CSS for iOS and Android added 2015-03-19 18:00:49 +02:00
Andreww8xx8
88f5c9a7fd Ability to use different templates for iOS and Android added 2015-03-19 18:00:49 +02:00
Nedyalko Nikolov
3b206c772d Fixed issue: Update list-view in iOS when adding items. 2015-03-19 16:18:30 +02:00
Rossen Hristov
0283d35a46 Added loadStarted event. 2015-03-19 09:38:35 +02:00
Rossen Hristov
2adac392af Added DatePicker.minDate and DatePicker.maxDate. 2015-03-18 13:00:59 +02:00
Nedyalko Nikolov
b569451bc7 Added named parameters support for xml binding definition. 2015-03-18 08:44:51 +02:00
Rossen Hristov
ce74b849f5 Fixed all time-picker issues and covered it with tests. 2015-03-17 14:23:15 +02:00
Vladimir Enchev
18c368df17 console.log removed 2015-03-17 14:12:56 +02:00
Vladimir Enchev
abcf4f3a0a hint property implemented 2015-03-17 14:08:00 +02:00
Rossen Hristov
222087a077 Fixed all DatePicker issues in both platforms and covered with tests. 2015-03-17 12:31:12 +02:00
Vladimir Enchev
5dee35cb83 segmented-bar tests & fixes 2015-03-17 11:33:34 +02:00