826 Commits

Author SHA1 Message Date
20fb94ebe3 Merge pull request #226 from NativeScript/ListView-ios-separator-width
separator is no longer forced to the edge
2015-05-27 17:07:44 +03:00
b1ad755981 Merge pull request #225 from NativeScript/issue-222
Fixed #222: ListPicker showing number of items in list
2015-05-27 16:59:08 +03:00
dc302c4fcd Another minor fix. 2015-05-27 16:58:45 +03:00
9238f29556 separator is no longer forced to the edge
Use this code in ListView.itemLoading event if you want to control the
inset:

function listViewItemLoading(args) {
if (args.ios) {
args.ios.separatorInset = UIEdgeInsetsZero;
args.ios.preservesSuperviewLayoutMargins = false;
args.ios.layoutMargins = UIEdgeInsetsZero;
}
}
2015-05-27 16:47:01 +03:00
ed67455e26 Additional Fix. 2015-05-27 16:36:13 +03:00
dcb96cbc0a Fixed #222: ListPicker showing number of items in list 2015-05-27 14:29:22 +03:00
346332a227 Merge pull request #223 from NativeScript/API-doc-update
onSetNativeValue description fixed
2015-05-27 13:29:13 +03:00
0c576c94a7 onSetNativeValue description fixed 2015-05-27 11:47:22 +03:00
6d44fcd632 trace fixed 2015-05-27 09:11:28 +03:00
2feeed4d47 ListViewCell returned due to layout problems 2015-05-26 15:44:06 +03:00
392266b03b Merge pull request #221 from NativeScript/ListView-cell
view parent exposed in itemLoading event
2015-05-26 14:41:47 +03:00
d0936dfc59 view parent exposed in itemLoading event 2015-05-26 14:11:51 +03:00
433ef1496e Merge pull request #206 from antoinerousseau/master
Add Node's `exports` to declarations (same as module.exports)
2015-05-26 10:36:01 +03:00
90b7040273 Merge pull request #207 from NativeScript/feature/optimizations
Optimizations
2015-05-26 10:33:27 +03:00
776959d5d3 Merge pull request #214 from NativeScript/repeater
Repeater component added
2015-05-25 17:49:33 +03:00
e1bad6d1aa Repeater added to gallery app 2015-05-25 16:14:58 +03:00
5402f3eee9 snippet fixed 2015-05-25 16:07:31 +03:00
bd552def2e another code snippet added 2015-05-25 16:06:54 +03:00
d0a7b3fff8 code example added 2015-05-25 16:03:44 +03:00
8f0514f867 lint errors fixed 2015-05-25 15:45:14 +03:00
f0565c9bd2 more tests added 2015-05-25 15:40:34 +03:00
1aaca2cd03 more naming improvments 2015-05-25 15:30:36 +03:00
c956e90b97 naming improved 2015-05-25 15:27:47 +03:00
25a65dd775 lint error fixed 2015-05-25 15:25:10 +03:00
0c0ef14ca4 tests added 2015-05-25 15:24:01 +03:00
0da206a024 default item content added + fixes 2015-05-25 15:23:46 +03:00
5a85775bf0 repeater reworked 2015-05-25 12:09:28 +03:00
342bae570d getExports moved to builder 2015-05-25 12:09:15 +03:00
3b8e27ef35 Performance test pages 2015-05-22 18:08:15 +03:00
27b38da248 Style handlers caching revised 2015-05-22 18:08:15 +03:00
aeebe2df7f Use ClassInfo in dependency observable 2015-05-22 18:08:15 +03:00
2c75ba989d Caching class names 2015-05-22 18:08:14 +03:00
2c305772c8 Add Node's 'exports' to declarations (same as module.exports) 2015-05-22 14:21:06 +02:00
f499ee95a8 first repeater definition + properties added 2015-05-22 11:44:24 +03:00
d03e20d958 Merge pull request #202 from NativeScript/tab-view-selection-changed
Resolved #199: TabView.selectedIndexChanged event.
2015-05-21 14:19:32 +03:00
a4b2457708 Resolved #199: TabView.selectedIndexChanged event. 2015-05-21 13:48:34 +03:00
26864ddb63 Merge branch 'ErjanGavalji/fix-console' 2015-05-21 13:28:38 +03:00
949b319560 Merge pull request #201 from NativeScript/data-URI
CSS background-image data URI support added
2015-05-21 13:09:56 +03:00
37aa72a7d2 test added 2015-05-21 11:41:33 +03:00
f38b1f8950 data URI support for CSS background-image added 2015-05-21 11:41:32 +03:00
191b91839e isDataURI method added 2015-05-21 11:41:30 +03:00
2455ae61fe Change the log method of the console class to always call the really native method with a string 2015-05-21 10:27:50 +03:00
693b7d50f0 Merge pull request #197 from NativeScript/text-view-hint
Text view hint
2015-05-20 17:07:46 +03:00
f6a92d85a4 Tests. 2015-05-20 16:46:16 +03:00
be188119f0 tslint 2015-05-20 16:46:13 +03:00
1b212bfce5 Resolved #184: Hint property for TextView. 2015-05-20 16:46:08 +03:00
44782dd724 Merge pull request #194 from NativeScript/feature/ios-navbar-layout-fix
Request layout when showing/hiding the navbar
2015-05-20 14:42:26 +03:00
8fcd8a7406 Request layout when showing/hiding the nabar 2015-05-20 14:01:23 +03:00
a1aa43f3ba Merge pull request #190 from NativeScript/feature/code-snippets-fix
Code snippets fix
2015-05-19 17:05:06 +03:00
86511af5e7 Formatting 2015-05-19 16:46:17 +03:00