Commit Graph

4917 Commits

Author SHA1 Message Date
Vasil Chimev
e414369d2c feat: apply insets to repeater 2018-08-28 18:15:04 +03:00
Vasil Chimev
ad793ff8dc test: add expand examples 2018-08-28 18:15:04 +03:00
Vasil Chimev
1c94c38491 feat: add iosExpandSafeArea property
Also apply insets on page's children.
2018-08-28 18:15:04 +03:00
Vasil Chimev
fa526e0e7b test(safe-area): add RadCalendar example 2018-08-28 18:15:04 +03:00
Vasil Chimev
61f79f7098 test(safe-area): add RadChart example 2018-08-28 18:15:04 +03:00
Vasil Chimev
45ad5c13c7 test(safe-area): add RadListView example 2018-08-28 18:15:04 +03:00
Martin Yankov
13795fd949 apply bottom and right safe area inset to views 2018-08-28 18:15:04 +03:00
Martin Yankov
03e7644a8e layout viewcontroller in fullscreen if has childviewcontrollers 2018-08-28 18:15:04 +03:00
Martin Yankov
fe78210709 fix iOS 10 fictional safe area layout 2018-08-28 18:15:04 +03:00
Vasil Chimev
ad56ce7dc7 test(safe-area): add tab-view examples 2018-08-28 18:15:04 +03:00
Vasil Chimev
3fe51d3439 test(safe-area): update application
Update styles -> `app.css`.
Update structure -> `home/home-page.xml`.
Add Grid + Wrap examples.
2018-08-28 18:15:04 +03:00
Martin Yankov
f6ea9797f3 fix ts errors 2018-08-28 18:15:04 +03:00
Martin Yankov
2ccfb36ca7 refactor safe area application code 2018-08-28 18:15:04 +03:00
Vasil Chimev
3ab53ed26c fix(scroll-view): wrong locationOnScreen rounding 2018-08-28 18:14:13 +03:00
Vasil Chimev
4bbd4217cf test(safe-area): add scroll view with grid layout examples 2018-08-28 18:14:13 +03:00
Vasil Chimev
a3a86f1f42 fix(scroll-view): apply insets to layoutChild method
Delete `*-nav-page.*` files reproducing the issue.
Update `home-page.xml` with `ScrollView` to reproduce the issue.
2018-08-28 18:14:13 +03:00
Vasil Chimev
0348614b22 test(safe-area): add navigation scroll view example 2018-08-28 18:14:13 +03:00
Vasil Chimev
4adaa26b0c test(safe-area): update scroll view wrap layout examples 2018-08-28 18:14:13 +03:00
Vasil Chimev
add692755b test(safe-area): add nested wrap layout examples 2018-08-28 18:14:13 +03:00
Vasil Chimev
ccbda47873 test(safe-area): add scroll view wrap layout examples 2018-08-28 18:14:12 +03:00
Vasil Chimev
1ef579f391 test(safe-area): add nested wrap layout examples 2018-08-28 18:14:12 +03:00
Vasil Chimev
1544023595 refactor: wrap layout 2018-08-28 18:14:12 +03:00
Vasil Chimev
87dd4fc92f test(safe-area): update wrap layout examples 2018-08-28 18:14:12 +03:00
Vasil Chimev
86a24b2cf1 refactor: wrap layout safe area support 2018-08-28 18:14:12 +03:00
Vasil Chimev
215fa1e64c test(safe-area): update wrap layout examples 2018-08-28 18:14:12 +03:00
Martin Yankov
77bba75564 add listview support for safe area 2018-08-28 18:14:12 +03:00
Vasil Chimev
28afd17bba test(safe-area): add wrap layout examples 2018-08-28 18:10:20 +03:00
Vasil Chimev
96df688826 refactor: apply insets to wrap layout 2018-08-28 18:10:19 +03:00
Vasil Chimev
bc69a58945 test(safe-area): add component examples
Update `nativescript-dev-webpack` dependencies.
2018-08-28 18:10:19 +03:00
Martin Yankov
802ced7107 add scrollview safe area examples 2018-08-28 18:10:19 +03:00
Martin Yankov
0571f4a97d add safe area support for scroll view 2018-08-28 18:10:19 +03:00
Martin Yankov
8a624e4cc7 fix safe area for ios 10 and less 2018-08-28 18:10:19 +03:00
Martin Yankov
2c62520eda add horizontal stack examples to app 2018-08-28 18:10:19 +03:00
Martin Yankov
9b7b060cd4 add right and bottom to insets 2018-08-28 18:10:19 +03:00
Martin Yankov
ec5fc4b07e ensure correct position values after safe area reposition 2018-08-28 18:10:19 +03:00
Martin Yankov
8026e783c1 chore(): typo in safe area e2e app 2018-08-28 18:10:19 +03:00
Martin Yankov
ec2e2f03a0 chore(): add app for ios safe area tests 2018-08-28 18:10:19 +03:00
Martin Yankov
f056362d45 feat(ios): enable safe area for stack and grid 2018-08-28 18:10:19 +03:00
Rakesh Girase
97a7b7ea32 5868 observable array reduce bug (#6219)
* 5868 ObservableArray Reduce Bug

* 5868 ObservableArray Reduce Bug
tslint fixes
2018-08-28 13:54:02 +03:00
Manol Donev
a1c570c702 fix(ios): nowrap label measure in horizontal stack layout (#6186) 2018-08-17 18:24:06 +03:00
Manol Donev
a8d016c6d7 fix(ios): listview scrollToIndex crash with async data (#6182) 2018-08-17 17:09:48 +03:00
Manol Donev
0f2192d4d7 refactor: clean up unused sdkVersion lazy eval (#6194) 2018-08-17 17:04:44 +03:00
Manol Donev
22cb539c9d fix(android-next): force frame fragment disposal on unload (#6189) 2018-08-17 11:31:44 +03:00
Emil Tabakov
8e9c6d5f32 fix: README's images are not visualised in api reference (#6185) 2018-08-16 14:34:43 +03:00
Peter Staev
2ee1d7dbd5 fix(android/platform): reinitialise screen metrics on orientation change (#6164)
* fix(android/platform): reinitialise screen metrics on orientation change

* fix(android/platform): reinitialise screen metrics on orientation change
2018-08-10 10:28:43 +03:00
Alexander Vakrilov
ec24c5a96f fix(list-view): Layout list-view items on request (#6159)
* test: list items relayout example

* fix(list-view): Layout list-view items on request

* refactor(tests): refactor list-view tests imports
2018-08-09 18:19:56 +03:00
Alexander Vakrilov
9c67d7ba02 chore(tests): increased wait-timeout for tests for slower ad emulators (#6172) 2018-08-09 15:49:19 +03:00
Vasil Chimev
17e0dcc5ed chore: add npm version script (#6168)
* chore: update versions

* Update README.md

* docs: add changelog for 4.2.0 (#6165)

* chore: update versions

* chore: update versions

* chore: set versions of packages to 4.2.0

The versions of packages to reflect in `master` to reflect the `latest` official release in `npm`.
Bumping up versions will execute in CI job through the `npm --no-git-tag-version version minor` command.
This is to unify the release process across the `NativeScript`, `nativescript-angular` and `nativescript-dev-webpack` repositories.

* chore: add npm version script

* docs: add release section to CONTRIBUTING.md

* chore: update npm version script

* chore(deps): update to widgets@next

* chore(deps): update to widgets@next

* docs(CONTRIBUTING): update Releasing new versions section

Add a note that these instructions concern NativeScript Core Team Members.
2018-08-09 11:11:46 +03:00
Nick Iliev
f1bef481e6 feat(android): add Bluetooth connectivity type for Android (#6162)
* feat(android): add Bluetooth connectivity type for Android

* Update connectivity.d.ts
2018-08-09 10:25:32 +03:00
Vasil Trifonov
106d417365 docs: add Android typings breaking changes to CHANGELOG.md (#6167)
* Add android typings breaking changes

* docs: minor tweaks in CHANGELOG.md
2018-08-08 19:05:11 +03:00