Martin Guillon
af87006f68
Merge branch 'master' of github.com:NativeScript/NativeScript
...
# Conflicts:
# apps/ui/tsconfig.json
# packages/webpack5/src/helpers/index.ts
2022-01-12 15:36:44 +01:00
Nathan Walker
9c6c84b107
chore: nx migrate latest ( #9709 )
2021-12-21 18:24:24 -08:00
Igor Randjelovic
a88cacab89
chore(migrate): apps/* to webpack5 ( #9606 )
2021-12-21 09:47:33 -08:00
Martin Guillon
d1f768ca6b
Merge branch 'master' of github.com:NativeScript/NativeScript
2021-10-13 13:45:21 +02:00
Janos Hrubos
6374c47013
chore: update runtime versions in demo apps ( #9599 )
...
Co-authored-by: Igor Randjelovic <rigor789@gmail.com >
2021-10-06 17:49:30 +02:00
Martin Guillon
7fa5f290cc
Merge branch 'master' of github.com:NativeScript/NativeScript
2021-09-30 09:23:34 +02:00
Nathan Walker
ee701db137
chore(release): @nativescript/core@8.1.3
2021-09-18 13:38:24 -07:00
Martin Guillon
e3e5dea2be
Merge branch 'master' of github.com:NativeScript/NativeScript
...
# Conflicts:
# package.json
# packages/core/bundle-entry-points.ts
# packages/core/color/color-common.ts
# packages/core/color/index.d.ts
# packages/core/globals/index.ts
# packages/core/package.json
# packages/core/ui/core/bindable/index.ts
# packages/core/ui/core/properties/index.ts
# packages/core/ui/core/view/index.android.ts
# packages/core/ui/frame/index.android.ts
# packages/core/ui/styling/style-scope.ts
# packages/ui-mobile-base/android/gradle/wrapper/gradle-wrapper.properties
# packages/webpack5/package.json
# packages/webpack5/src/configuration/base.ts
2021-09-16 10:16:45 +02:00
Sergey Mell
2a4563716a
fix(styling): change transform parameters parsing ( #9481 )
...
Fixed the incorrectly applied short form of "transform: translate" style property.
closes #5202
2021-09-08 16:07:39 -07:00
Nathan Walker
0ae39097bd
chore: fix tests for ios
2021-09-08 16:07:39 -07:00
farfromrefuge
e17e46974b
feat(android): fragment transactions to use 'add' instead of 'replace' on fwd navigation ( #8791 )
...
Changes the behavior of android fragment transactions to use `add` instead of `replace` on forward navigation.
BREAKING CHANGE:
Changes the internal behavior of Android navigation:
* while navigating forward, the page navigated from is not unloaded anymore
* events order is changed in the sense that now `unloaded` happens after `navigatedFrom` instead of before
There are multiple plus sides to this:
* no more black views on navigation when using opengl (maps, ...)
* navigation is faster, especially the navigation back! No longer need to recreate the page anymore. Navigation forward also gets faster as we no longer unload the previous page
* navigatedFrom event happens faster
* this the default behavior used by most of the android native apps
2021-09-08 16:07:39 -07:00
Nathan Walker
aa9c9f3897
chore: cleanup
2021-09-08 16:07:38 -07:00
Nathan Walker
7960f8361f
chore: use correct copy-webpack-plugin syntax
2021-08-10 13:20:46 -07:00
rigor789
90deb5b1ee
test: fix apps/automated
2021-08-04 20:20:19 +02:00
Martin Guillon
3ae12184e5
Merge branch 'master' of github.com:NativeScript/NativeScript
...
# Conflicts:
# .eslintrc.json
# packages/core/ui/core/bindable/index.ts
# tsconfig.eslint.json
2021-05-05 10:17:27 +02:00
Nathan Walker
1b29d05099
chore: Nx 12 + fix ui app + TS 4.1 updates ( #9359 )
2021-04-26 19:11:19 -07:00
Nathan Walker
4494b2fb7c
chore: npm 7 handling improvements
2021-04-24 11:17:38 -07:00
Martin Guillon
528d71218c
Merge branch 'master' of github.com:NativeScript/NativeScript
...
# Conflicts:
# package.json
# packages/webpack/package.json
2021-04-16 14:41:42 +02:00
Nathan Walker
17a7019085
chore: npm 7 compat
2021-04-12 09:54:30 -07:00
Martin Guillon
e6598aee0f
Merge branch 'master' of github.com:NativeScript/NativeScript
...
# Conflicts:
# apps/automated/src/test-runner.ts
# apps/automated/src/ui/bottom-navigation/bottom-navigation-navigation-tests.ts
# apps/ui/src/bottom-navigation/events-page.ts
# apps/ui/src/main-page.ts
# apps/ui/src/test-page-main-view-model.ts
# package.json
# packages/core/color/color-common.ts
# packages/core/color/index.d.ts
# packages/core/ui/action-bar/index.android.ts
# packages/core/ui/bottom-navigation/index.android.ts
# packages/core/ui/core/view/index.ios.ts
# packages/core/ui/core/view/view-helper/view-helper-common.ts
# packages/core/ui/index.ts
# packages/core/ui/styling/background.android.ts
# packages/core/ui/tab-navigation-base/tab-strip-item/index.ts
# packages/webpack/jasmine-config/reporter.ts
2021-04-08 16:36:02 +02:00
Nathan Walker
75b59ecdbf
chore(release): @nativescript/core@8.0.0
2021-04-06 11:18:36 -07:00
Nathan Walker
a66587dd90
chore: cleanup test
2021-04-06 11:18:36 -07:00
Nathan Walker
14360881e6
chore: fix automated tests
2021-04-06 11:18:36 -07:00
Nathan Walker
ede1685ae2
chore: cleanup types
2021-04-06 11:18:36 -07:00
Igor Randjelovic
7c60735d14
chore: cleanup background handling
2021-04-06 11:18:36 -07:00
Nathan Walker
21da31562c
chore: Enums > CoreTypes
...
Cleanup type symbol usage by consolidating to manage in one spot. This makes them easier to use as well by providing a single rollup of all the common type symbol's used throughout core.
2021-04-06 11:18:36 -07:00
Nathan Walker
e62acba792
fix: move BottomNavigation and Tabs to @nativescript-community
...
Cocoapods no longer required with @nativescript/core out of the box and users are no longer taxed with MaterialTabs even if they didn't use those components.
BREAKING CHANGES
If using `BottomNavigation`, just install `@nativescript-community/ui-material-bottom-navigation` and update your imports to use it. API is exactly the same.
If using `Tabs`, just install `@nativescript-community/ui-material-tabs` and update your imports to use it. API is exactly the same.
2021-04-06 11:18:36 -07:00
Nathan Walker
aaeab990c8
fix(color): support web standard #rrggbbaa format
...
original pr credit to @farfromrefug
https://github.com/NativeScript/NativeScript/pull/8519
BREAKING CHANGE
Long standing inconsistency with color handling here.
BEFORE:
```
// #aarrggbb
const color = new Color('#ff00ff00');
Label {
background-color: #ff00ff00;
}
```
AFTER:
```
// #rrggbbaa
const color = new Color('#00ff00ff');
Label {
background-color: #00ff00ff;
}
```
2021-04-06 11:18:36 -07:00
Nathan Walker
733050995c
fix(core): type collisions with namespace ( #8809 )
2021-04-06 11:18:36 -07:00
Martin Guillon
a2d06a9efe
fix(button): ios let the gesture observer handles tap events
...
in some weird cases like i some UICollectionView layouts the UIControlEvents.TouchUpInside is failing
2021-03-18 14:00:36 +01:00
Martin Guillon
b80b37a939
Merge branch 'master' of github.com:NativeScript/NativeScript
...
# Conflicts:
# .gitignore
# package.json
2021-03-08 17:30:57 +01:00
Nathan Walker
ac7f041dea
fix(core): AndroidTransitionType symbol export handling ( #9252 )
...
BREAKING CHANGE:
AndroidTransitionType is now a static member of the Transition class.
BEFORE:
```
import { AndroidTransitionType } from '@nativescript/core/ui/transition';
```
AFTER:
```
import { Transition } from '@nativescript/core';
Transition.AndroidTransitionType.enter; // etc.
```
2021-02-27 13:16:39 -08:00
Martin Guillon
0555eccd69
Merge branch 'master' of github.com:NativeScript/NativeScript
...
# Conflicts:
# package.json
# packages/core/global-types.d.ts
# packages/core/platforms/ios/Podfile
# packages/core/ui/styling/background.android.ts
# packages/core/ui/styling/style-scope.ts
# packages/ui-mobile-base/ios/build.sh
2021-02-08 10:09:12 +01:00
Igor Randjelovic
b688994f98
test: skip some flaky tests on CI
2021-02-05 23:02:44 +01:00
Nathan Walker
11b3b84114
chore: release prep
2021-02-05 12:24:46 -08:00
Igor Randjelovic
4945702620
ci: run apps/automated on CI ( #9196 )
2021-02-05 11:21:16 -08:00
Igor Randjelovic
abc78800f2
test(web-view): fix failing tests due to files not being copied
2021-02-04 22:15:58 +01:00
Martin Guillon
37c8a846c7
Merge branch 'master' of github.com:NativeScript/NativeScript
...
# Conflicts:
# .gitignore
# apps/ui/src/tabs/frame-in-tabs-inner-page-1.xml
# apps/ui/src/tabs/main-page.ts
# apps/ui/src/tabs/swipe-disabled-page.xml
# apps/ui/src/tabs/tabs-position-page.xml
# package.json
# packages/core/package.json
# packages/core/ui/core/view-base/index.d.ts
# packages/core/ui/core/view-base/index.ts
# packages/core/ui/core/view/index.android.ts
# packages/core/ui/tabs/index.android.ts
# packages/core/ui/tabs/index.ios.ts
# packages/core/ui/tabs/tabs-common.ts
2021-01-19 13:44:42 +01:00
Nathan Walker
9aad2dbdbc
feat(ios): types for latest ios 14.3 with Xcode 12.3 ( #9118 )
2020-12-30 07:57:10 -08:00
Martin Guillon
061df698ed
Merge branch 'color_update' of github.com:Akylas/NativeScript
...
# Conflicts:
# packages/core/color/color-common.ts
# packages/core/data/observable/index.ts
2020-12-02 16:59:10 +01:00
Eduardo Speroni
1769de9033
feat(android): setInterval closer to web spec ( #9044 )
2020-11-19 13:07:51 -08:00
Martin Guillon
e0b90396bc
Merge branch 'frame_nav_events' of github.com:Akylas/NativeScript
...
# Conflicts:
# apps/automated/src/test-runner.ts
# packages/core/css/parser.ts
# packages/core/global-types.d.ts
# packages/core/ui/bottom-navigation/index.android.ts
# packages/core/ui/styling/style-scope.ts
# packages/core/ui/tabs/index.android.ts
# packages/core/ui/tabs/index.ios.ts
2020-11-12 10:02:51 +01:00
Eduardo Speroni
64e0aa6a11
fix(list-view): handle reusing wrong view ( #9023 )
2020-11-11 19:55:17 -08:00
Nathanael Anderson
05faa867d0
tests: color date/time ios14 tests ( #9019 )
2020-11-10 23:14:04 -08:00
Eduardo Speroni
d30b22c9a3
fix(tests): should run all unit tests ( #9013 )
2020-11-07 11:04:04 -08:00
Martin Guillon
7fadab1dc8
Merge branch 'master' of github.com:NativeScript/NativeScript
...
# Conflicts:
# package.json
# packages/core/tsconfig.lib.json
# packages/core/ui/frame/index.android.ts
# packages/core/ui/tabs/index.ios.ts
2020-10-28 09:46:54 +01:00
Dimitris - Rafail Katsampas
b113f1916d
feat(core): Repeater multiple item templates implementation ( #8981 )
2020-10-26 20:13:22 -07:00
Nathanael Anderson
5c1b7f6d76
fix(core): ObservableArray tests and a typo ( #8968 )
2020-10-17 16:15:20 -07:00
Martin Guillon
5a3b9d5e16
finish removal of Tabs component
2020-09-12 15:18:08 +02:00
tarunama
fda4c48851
chore: add repository
2020-09-10 08:41:19 -07:00