Commit Graph

5091 Commits

Author SHA1 Message Date
Erjan Gavalji
1eeb26b71b Merge branch 'ErjanGavalji/fix-location-how-tos' 2015-05-29 17:14:03 +03:00
Nedyalko Nikolov
ba4afa3b1d Merge pull request #239 from NativeScript/nnikolov/GesturesRefactoring
Nnikolov/gestures refactoring
2015-05-29 17:12:53 +03:00
Erjan Gavalji
487870cc4d Add require statements to the location snippets 2015-05-29 17:09:48 +03:00
Nedyalko Nikolov
f3e953f6b4 Changed android to _nativeView. 2015-05-29 14:35:53 +03:00
Nedyalko Nikolov
542b948e8b Reverted some test files. 2015-05-29 13:48:45 +03:00
Nedyalko Nikolov
f838f11844 Refactored gestures to support more scenarios in android. 2015-05-29 13:45:27 +03:00
Vladimir Enchev
0cb70233f0 Merge pull request #235 from NativeScript/css-import
css import support added
2015-05-29 13:40:46 +03:00
Hristo Hristov
ffee6d8c65 Merge pull request #238 from NativeScript/hhristov/android-runtime-changes
Change Application and NativeActivity classes to accommodate android …
2015-05-29 12:50:15 +03:00
hshristov
a8a8c77e5a Change Application and NativeActivity classes to accommodate android runtime changes. 2015-05-29 11:53:54 +03:00
Vladimir Enchev
ce0428fdc9 css import support added 2015-05-28 16:57:01 +03:00
Rossen Hristov
534e800b2f Merge pull request #232 from NativeScript/issue-228
Fixed #228: ListPicker for Android shows text after bound to an empty…
2015-05-28 15:18:13 +03:00
Rossen Hristov
2b25721829 Fixed #228: ListPicker for Android shows text after bound to an empty array. 2015-05-28 14:38:13 +03:00
Valentin Stoychev
9b0872f068 Update README.md 2015-05-28 09:39:02 +03:00
Erjan Gavalji
5150865c97 Merge pull request #204 from Nathanaela/search-bar-hint-color2
Search bar hint color
2015-05-27 20:32:38 +03:00
Nathanael Anderson
b259cde7fd Adding Search Hint text color; since this is not accessible from the standard style/theming xml files.
Added Tests so that it will verify the search bar color is changing.
2015-05-27 11:50:56 -05:00
Vladimir Enchev
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
Rossen Hristov
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
Rossen Hristov
dc302c4fcd Another minor fix. 2015-05-27 16:58:45 +03:00
Vladimir Enchev
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
Rossen Hristov
ed67455e26 Additional Fix. 2015-05-27 16:36:13 +03:00
Rossen Hristov
dcb96cbc0a Fixed #222: ListPicker showing number of items in list 2015-05-27 14:29:22 +03:00
Vladimir Enchev
346332a227 Merge pull request #223 from NativeScript/API-doc-update
onSetNativeValue description fixed
2015-05-27 13:29:13 +03:00
Vladimir Enchev
0c576c94a7 onSetNativeValue description fixed 2015-05-27 11:47:22 +03:00
Vladimir Enchev
6d44fcd632 trace fixed 2015-05-27 09:11:28 +03:00
Vladimir Enchev
2feeed4d47 ListViewCell returned due to layout problems 2015-05-26 15:44:06 +03:00
Vladimir Enchev
392266b03b Merge pull request #221 from NativeScript/ListView-cell
view parent exposed in itemLoading event
2015-05-26 14:41:47 +03:00
Vladimir Enchev
d0936dfc59 view parent exposed in itemLoading event 2015-05-26 14:11:51 +03:00
Vladimir Enchev
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
Vladimir Enchev
90b7040273 Merge pull request #207 from NativeScript/feature/optimizations
Optimizations
2015-05-26 10:33:27 +03:00
Vladimir Enchev
776959d5d3 Merge pull request #214 from NativeScript/repeater
Repeater component added
2015-05-25 17:49:33 +03:00
Vladimir Enchev
e1bad6d1aa Repeater added to gallery app 2015-05-25 16:14:58 +03:00
Vladimir Enchev
5402f3eee9 snippet fixed 2015-05-25 16:07:31 +03:00
Vladimir Enchev
bd552def2e another code snippet added 2015-05-25 16:06:54 +03:00
Vladimir Enchev
d0a7b3fff8 code example added 2015-05-25 16:03:44 +03:00
Vladimir Enchev
8f0514f867 lint errors fixed 2015-05-25 15:45:14 +03:00
Vladimir Enchev
f0565c9bd2 more tests added 2015-05-25 15:40:34 +03:00
Vladimir Enchev
1aaca2cd03 more naming improvments 2015-05-25 15:30:36 +03:00
Vladimir Enchev
c956e90b97 naming improved 2015-05-25 15:27:47 +03:00
Vladimir Enchev
25a65dd775 lint error fixed 2015-05-25 15:25:10 +03:00
Vladimir Enchev
0c0ef14ca4 tests added 2015-05-25 15:24:01 +03:00
Vladimir Enchev
0da206a024 default item content added + fixes 2015-05-25 15:23:46 +03:00
Vladimir Enchev
5a85775bf0 repeater reworked 2015-05-25 12:09:28 +03:00
Vladimir Enchev
342bae570d getExports moved to builder 2015-05-25 12:09:15 +03:00
vakrilov
3b8e27ef35 Performance test pages 2015-05-22 18:08:15 +03:00
vakrilov
27b38da248 Style handlers caching revised 2015-05-22 18:08:15 +03:00
vakrilov
aeebe2df7f Use ClassInfo in dependency observable 2015-05-22 18:08:15 +03:00
vakrilov
2c75ba989d Caching class names 2015-05-22 18:08:14 +03:00
Antoine Rousseau
2c305772c8 Add Node's 'exports' to declarations (same as module.exports) 2015-05-22 14:21:06 +02:00
Vladimir Enchev
f499ee95a8 first repeater definition + properties added 2015-05-22 11:44:24 +03:00
Rossen Hristov
d03e20d958 Merge pull request #202 from NativeScript/tab-view-selection-changed
Resolved #199: TabView.selectedIndexChanged event.
2015-05-21 14:19:32 +03:00