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
b80b37a939
Merge branch 'master' of github.com:NativeScript/NativeScript
...
# Conflicts:
# .gitignore
# package.json
2021-03-08 17:30:57 +01:00
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
2483e9ad91
chore: removed tabs tests
2021-02-17 15:55:24 +01:00
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
b688994f98
test: skip some flaky tests on CI
2021-02-05 23:02:44 +01:00
11b3b84114
chore: release prep
2021-02-05 12:24:46 -08:00
4945702620
ci: run apps/automated on CI ( #9196 )
2021-02-05 11:21:16 -08:00
abc78800f2
test(web-view): fix failing tests due to files not being copied
2021-02-04 22:15:58 +01:00
5fe27428e0
feat(android): FlexboxLayout support for isPassThroughParentEnabled ( #8798 )
2021-01-29 13:03:27 -08:00
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
9aad2dbdbc
feat(ios): types for latest ios 14.3 with Xcode 12.3 ( #9118 )
2020-12-30 07:57:10 -08:00
b47ce0a97c
fix: android Tabs selected item color incorrectly applied ( #9040 )
...
* fix: selected-item-color gets applied to wrong TabStripItems
* chore: Added selection colors to 2 ui examples.
* chore: Removing used for testing.
2020-12-28 13:50:23 +01:00
e16bc606ef
fix: android ActivityIndicator custom color affecting other indicators on the page ( #9026 )
...
* fix(core): Setting color of an Android ActivityIndicator changed the color of the rest of ActivityIndicators in the same page.
* test: Updated ActivityIndicator sample.
* perf: Call mutate() only if color is actually changed.
2020-12-28 13:48:14 +01:00
9391b44996
fix(tabs): ios safeArea calculation ( #9089 )
...
* fix(tabs): ios safeArea calculation
* feat(tabs): respect iosOverflowSafeArea value
2020-12-28 13:38:28 +01:00
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
1769de9033
feat(android): setInterval closer to web spec ( #9044 )
2020-11-19 13:07:51 -08:00
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
64e0aa6a11
fix(list-view): handle reusing wrong view ( #9023 )
2020-11-11 19:55:17 -08:00
05faa867d0
tests: color date/time ios14 tests ( #9019 )
2020-11-10 23:14:04 -08:00
d30b22c9a3
fix(tests): should run all unit tests ( #9013 )
2020-11-07 11:04:04 -08:00
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
b113f1916d
feat(core): Repeater multiple item templates implementation ( #8981 )
2020-10-26 20:13:22 -07:00
2243660080
feat(core): TypeScript 4 + cleanup ( #8967 )
2020-10-19 09:28:05 -07:00
5c1b7f6d76
fix(core): ObservableArray tests and a typo ( #8968 )
2020-10-17 16:15:20 -07:00
5a3b9d5e16
finish removal of Tabs component
2020-09-12 15:18:08 +02:00
8b4ba73741
chore: cleanup navigation-helper.ts ( #8834 )
2020-09-10 08:41:19 -07:00
fda4c48851
chore: add repository
2020-09-10 08:41:19 -07:00
86b22d93ea
Merge branch 'master' of github.com:NativeScript/NativeScript
...
# Conflicts:
# packages/core/application/index.d.ts
2020-09-10 16:05:56 +02:00
bd04a4710f
chore: cleanup navigation-helper.ts ( #8834 )
2020-09-09 20:27:07 -07:00
df86162d3e
chore: add repository
2020-09-09 20:05:28 -07:00
e9e0d74099
Merge branch 'master' of github.com:NativeScript/NativeScript
...
# Conflicts:
# package.json
2020-09-07 15:21:29 +02:00
54cce4f20c
feat(core): nativescript.config and webpack updates ( #8801 )
2020-09-01 15:53:37 -07:00
53c8234b23
test fix for new navigation event order
2020-08-27 09:25:45 +02:00
020ad4da37
chore(core): monorepo, esm targeting, improved management ( #8707 )
2020-08-25 20:00:59 -07:00
02dd5ac965
chore: refactor modaltest ( #8724 )
2020-07-22 13:53:35 -07:00
9fcc1ddf94
feat(bundle): support for file qualifiers + builder refactor ( #7386 )
...
* feat(bundle): support for file qualifiers in builder
* chore: add qualifiers test app
* chore: add @Deprecated for file-name-resolver
* fix(hmr): hmr not working for scss files
* chore: globals clean-up
* shore: fix tslint
* tests: uncomment test fixed by ns-dev-webpack
* chore: move qualifiers app to e2e
* chore: update webpack config
* chore: tslint errors
* test: fix wrong css import
2019-06-26 18:40:18 +03:00
bcb33c46ab
test(apps): clean up ( #7389 )
...
* refactor(apps): delete cuteness.io from apps
Moved to `e2e` folder.
* refactor(apps): delete ui-tests-app from apps
Moved to `e2e` folder.
* refactor(apps): main entry
* refactor(apps): perf-app
2019-06-21 16:40:34 +03:00
ecd9fc3e9d
feat: bundle workflow support ( #7337 )
2019-06-20 15:58:36 +03:00
0c2c1ccfde
feat: re-design tab views ( #7340 )
2019-06-13 11:01:55 +03:00
b8a82f279e
feat: cancel contradictory gesture events ( #7296 )
...
BREAKING CHANGES:
Old behavior:
- iOS/Android:
- double tap: child tap -> parent tap -> child double tap -> parent double tap
- tap: child tap -> parent tap
New behavior:
- iOS
- double tap: child double tap
- tap: child tap
- Android
- double tap: child double tap -> parent double tap
- tap: child tap -> parent tap
Migration steps:
Move event handlers accordingly.
2019-06-12 15:40:13 +03:00
c5db112b8d
feat(android): androidX support ( #7039 )
...
* feat: migrate support library namespaces to androidX
* feat(tns-platform-declarations): update to androidX typings
* chore(tests): migrate test apps to AndroidX
* chore(tns-platform-declarations): update tsconfig to include androidx dts files
* update package.json to androidx
* chore(androidx): migrate forgotten support library namspaces
* feat(tns-core-modules-widgets): migrate to AndroidX namespaces
* chore(utils): update androidx namspace for getPaletteColor method
* chore(apps): update tns-platform-declarations package
* Update package.json
2019-06-10 09:21:41 +03:00
7458e68844
Merge branch 'master' into animate-width-height
2019-05-21 14:12:14 +03:00
6bc41a5d59
chore: update ui tests with androidElevation
2019-05-10 16:35:08 +03:00
cf533a7b6d
feat(android): elevation shadow support ( #7136 )
2019-05-10 11:05:28 +03:00
fafa702128
test: add colors to tests
2019-05-09 13:24:23 +03:00
15e38db3a6
Merge branch 'master' into myankov/merge-release-to-master
2019-05-08 10:17:30 +03:00
a84b6301ed
chore: fix tslint errors
2019-05-07 15:58:16 +03:00
66d631ebca
Revert "Revert "feat(animation): support animating width/height properties (WIP) ( #4917 )" ( #5136 )"
...
This reverts commit 8973a6febde4a4b41637d80b17506a7d25ffebf8.
2019-05-07 13:58:07 +03:00
77c45da790
fix(ios-tabview): crash when setting tab text color ( #7188 )
2019-05-07 13:17:24 +03:00