068dd8b868
Fixed crash due to asserts in scrollToRowAtIndexPathAtScrollPositionAnimated for ListView's UITableView instance. Fixed a case where the UITableView fails to calculate its layout when the page it is displayed in is navigated to, from and back to.
2015-06-02 10:47:40 +03:00
137688dba1
test app updated with app events
2015-06-02 10:01:57 +03:00
9b235af119
Merge pull request #251 from NativeScript/app-events
...
application module events added
2015-06-01 17:29:53 +03:00
5c130e45ce
more event fixes
2015-06-01 17:23:46 +03:00
a3070bef83
events naming updated
2015-06-01 17:04:06 +03:00
a8be503417
various application event implementation fixes
2015-06-01 15:51:37 +03:00
c6549343bc
application module events added
2015-06-01 15:10:47 +03:00
79caa9185c
Merge pull request #247 from NativeScript/list-picker-test-fix
...
Fixed a failing unit test.
2015-06-01 11:24:35 +03:00
df8f7b4967
Fixed a failing unit test.
2015-06-01 11:03:15 +03:00
1eeb26b71b
Merge branch 'ErjanGavalji/fix-location-how-tos'
2015-05-29 17:14:03 +03:00
ba4afa3b1d
Merge pull request #239 from NativeScript/nnikolov/GesturesRefactoring
...
Nnikolov/gestures refactoring
2015-05-29 17:12:53 +03:00
487870cc4d
Add require statements to the location snippets
2015-05-29 17:09:48 +03:00
f3e953f6b4
Changed android to _nativeView.
2015-05-29 14:35:53 +03:00
542b948e8b
Reverted some test files.
2015-05-29 13:48:45 +03:00
f838f11844
Refactored gestures to support more scenarios in android.
2015-05-29 13:45:27 +03:00
0cb70233f0
Merge pull request #235 from NativeScript/css-import
...
css import support added
2015-05-29 13:40:46 +03:00
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
a8a8c77e5a
Change Application and NativeActivity classes to accommodate android runtime changes.
2015-05-29 11:53:54 +03:00
ce0428fdc9
css import support added
2015-05-28 16:57:01 +03:00
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
2b25721829
Fixed #228 : ListPicker for Android shows text after bound to an empty array.
2015-05-28 14:38:13 +03:00
9b0872f068
Update README.md
2015-05-28 09:39:02 +03:00
5150865c97
Merge pull request #204 from Nathanaela/search-bar-hint-color2
...
Search bar hint color
2015-05-27 20:32:38 +03:00
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
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