Nedyalko Nikolov
f3e953f6b4
Changed android to _nativeView.
2015-05-29 14:35:53 +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
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
2b25721829
Fixed #228 : ListPicker for Android shows text after bound to an empty array.
2015-05-28 14:38:13 +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
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
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
d0936dfc59
view parent exposed in itemLoading event
2015-05-26 14:11:51 +03:00
Vladimir Enchev
90b7040273
Merge pull request #207 from NativeScript/feature/optimizations
...
Optimizations
2015-05-26 10:33:27 +03:00
Vladimir Enchev
25a65dd775
lint error fixed
2015-05-25 15:25:10 +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
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
Vladimir Enchev
f499ee95a8
first repeater definition + properties added
2015-05-22 11:44:24 +03:00
Rossen Hristov
a4b2457708
Resolved #199 : TabView.selectedIndexChanged event.
2015-05-21 13:48:34 +03:00
Vladimir Enchev
37aa72a7d2
test added
2015-05-21 11:41:33 +03:00
Vladimir Enchev
f38b1f8950
data URI support for CSS background-image added
2015-05-21 11:41:32 +03:00
Rossen Hristov
f6a92d85a4
Tests.
2015-05-20 16:46:16 +03:00
Rossen Hristov
be188119f0
tslint
2015-05-20 16:46:13 +03:00
Rossen Hristov
1b212bfce5
Resolved #184 : Hint property for TextView.
2015-05-20 16:46:08 +03:00
vakrilov
8fcd8a7406
Request layout when showing/hiding the nabar
2015-05-20 14:01:23 +03:00
Vladimir Enchev
ae2f4df2fb
Merge pull request #179 from NativeScript/webview-src
...
Implemented #172 .
2015-05-19 14:26:46 +03:00
Vladimir Enchev
9a5a9c7ef5
tests added
2015-05-19 13:58:23 +03:00
Nedyalko Nikolov
e61cac3422
Fixed binding expression for object property access (not function).
2015-05-19 13:49:32 +03:00
vakrilov
1ef880bc55
Descriptions fixed and navigation methods mad private
2015-05-19 13:37:38 +03:00
vakrilov
fe66104595
Page events
2015-05-19 13:37:38 +03:00
Nedyalko Nikolov
3b6a23bfb5
Fixed issue with binding context in a list view scenario.
2015-05-19 11:53:42 +03:00
Vladimir Enchev
1dc3de774c
src property added
2015-05-18 17:19:17 +03:00
Rossen Hristov
b36abb8a15
tslint
2015-05-18 14:58:44 +03:00
Rossen Hristov
90722cfc67
Resolved #142 : Modal views.
2015-05-18 14:13:46 +03:00
vakrilov
c3b687c880
Ts lint
2015-05-18 11:51:15 +03:00
vakrilov
3cfaa221ae
Clean unused variables
2015-05-18 11:29:57 +03:00
vakrilov
c3aea99078
Tests - fixed
2015-05-15 18:46:24 +03:00
vakrilov
57171c768e
WeakEvents with map
2015-05-15 18:39:01 +03:00
vakrilov
54f6c350de
Cean up
2015-05-15 18:39:01 +03:00
vakrilov
71c9266be3
WeakEvents refactoring and used in ListView
2015-05-15 18:39:01 +03:00
vakrilov
fd9ff189ba
List view attaches with weakEventHandler
2015-05-15 18:39:00 +03:00
Vladimir Enchev
dd9e70fc6c
more fixes
2015-05-15 17:27:26 +03:00
Vladimir Enchev
49576d2087
support for platform specific attributes added
2015-05-15 11:13:53 +03:00
vakrilov
55882500c8
Fix tabs when pageCache is enabled
2015-05-14 16:45:56 +03:00