@nativescript-community/gesturehandler 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.pnpm-debug.log +1 -0
- package/CHANGELOG.md +68 -144
- package/README.md +132 -12
- package/{packages/gesturehandler/blueprint.md → blueprint.md} +0 -0
- package/gesturehandler.android.d.ts +180 -0
- package/{.history/src/gesturehandler/gesturehandler.android_20220328163618.ts → gesturehandler.android.js} +208 -228
- package/gesturehandler.android.js.map +1 -0
- package/gesturehandler.common.d.ts +96 -0
- package/{.history/src/gesturehandler.common_20210512114125.ts → gesturehandler.common.js} +74 -161
- package/gesturehandler.common.js.map +1 -0
- package/{src/gesturehandler/gesturehandler.d.ts → gesturehandler.d.ts} +0 -0
- package/gesturehandler.ios.d.ts +56 -0
- package/{.history/src/gesturehandler.ios_20210422150701.ts → gesturehandler.ios.js} +71 -100
- package/gesturehandler.ios.js.map +1 -0
- package/gestures_override.d.ts +29 -0
- package/{.history/src/gesturehandler/gestures_override_20220328170818.ts → gestures_override.js} +63 -171
- package/gestures_override.js.map +1 -0
- package/package.json +51 -60
- package/{packages/gesturehandler/platforms → platforms}/android/AndroidManifest.xml +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/include.gradle +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/nativescript/gesturehandler/GestureHandlerInteractionController.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/nativescript/gesturehandler/PageLayout.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/nativescript/gesturehandler/RootViewGestureHandler.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/BaseGestureHandlerInteractionController.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/FlingGestureHandler.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/GestureHandler.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/GestureHandlerInteractionController.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/GestureHandlerOrchestrator.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/GestureHandlerRegistry.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/GestureHandlerRegistryImpl.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/GestureUtils.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/LongPressGestureHandler.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/NativeViewGestureHandler.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/OnTouchEventListener.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/PanGestureHandler.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/PinchGestureHandler.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/PointerEvents.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/PointerEventsConfig.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/PointerEventsSpec.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/RotationGestureDetector.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/RotationGestureHandler.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/ScaleGestureDetector.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/TapGestureHandler.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/java/com/swmansion/gesturehandler/ViewConfigurationHelper.java +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/native-api-usage.json +0 -0
- package/{packages/gesturehandler/platforms → platforms}/android/res/values/config.xml +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/FlingHandler.h +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/FlingHandler.m +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/ForceTouchHandler.h +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/ForceTouchHandler.m +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandler.h +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandler.m +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerDirection.h +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerEvents.h +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerEvents.m +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerHeader.h +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerManager.h +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerManager.m +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerRegistry.h +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerRegistry.m +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/GestureHandlerState.h +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/LongPressHandler.h +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/LongPressHandler.m +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/NativeViewHandler.h +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/NativeViewHandler.m +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/PanHandler.h +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/PanHandler.m +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/PinchHandler.h +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/PinchHandler.m +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/RootViewGestureRecognizer.h +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/RootViewGestureRecognizer.m +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/RotationHandler.h +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/RotationHandler.m +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/TapHandler.h +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/TapHandler.m +0 -0
- package/{packages/gesturehandler/platforms → platforms}/ios/src/module.modulemap +0 -0
- package/react/index.d.ts +20 -0
- package/react/index.js +9 -0
- package/react/index.js.map +1 -0
- package/references.d.ts +3 -3
- package/svelte/index.d.ts +11 -0
- package/svelte/index.js +26 -0
- package/svelte/index.js.map +1 -0
- package/tsconfig.json +8 -4
- package/{src/gesturehandler/typings → typings}/android.d.ts +0 -0
- package/{src/gesturehandler/typings → typings}/extensions.android.d.ts +0 -0
- package/{src/gesturehandler/typings → typings}/ios.d.ts +0 -0
- package/vue/index.d.ts +4 -0
- package/{.history/src/gesturehandler/vue/index_20220328163021.ts → vue/index.js} +1 -1
- package/vue/index.js.map +1 -0
- package/.classpath +0 -12
- package/.eslintrc.js +0 -3
- package/.gitattributes +0 -17
- package/.github/FUNDING.yml +0 -1
- package/.github/issue_template.md +0 -28
- package/.gitmodules +0 -6
- package/.gradle/7.3/checksums/checksums.lock +0 -0
- package/.gradle/7.3/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.3/dependencies-accessors/gc.properties +0 -0
- package/.gradle/7.3/fileChanges/last-build.bin +0 -0
- package/.gradle/7.3/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.3/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/checksums/checksums.lock +0 -0
- package/.gradle/checksums/md5-checksums.bin +0 -0
- package/.gradle/checksums/sha1-checksums.bin +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/.history/build_20201106173734.gradle +0 -22
- package/.history/build_20220218093019.gradle +0 -22
- package/.history/build_20220218093024.gradle +0 -22
- package/.history/build_20220218093151.gradle +0 -22
- package/.history/build_20220218093200.gradle +0 -22
- package/.history/build_20220218093224.gradle +0 -22
- package/.history/build_20220218093249.gradle +0 -22
- package/.history/build_20220218093334.gradle +0 -22
- package/.history/build_20220218093339.gradle +0 -22
- package/.history/build_20220218093341.gradle +0 -22
- package/.history/build_20220218093411.gradle +0 -22
- package/.history/build_20220218093413.gradle +0 -22
- package/.history/build_20220218093416.gradle +0 -22
- package/.history/build_20220218093421.gradle +0 -23
- package/.history/build_20220218093423.gradle +0 -22
- package/.history/build_20220218100008.gradle +0 -22
- package/.history/demo-snippets/package_20211119094134.json +0 -7
- package/.history/demo-snippets/package_20220328153105.json +0 -7
- package/.history/demo-snippets/package_20220328153251.json +0 -7
- package/.history/demo-snippets/package_20220328153410.json +0 -7
- package/.history/demo-snippets/vue/Basic_20210917174642.vue +0 -46
- package/.history/demo-snippets/vue/Basic_20220328154031.vue +0 -44
- package/.history/demo-snippets/vue/Basic_20220328154730.vue +0 -46
- package/.history/demo-snippets/vue/Basic_20220328154741.vue +0 -46
- package/.history/demo-snippets/vue/Basic_20220328154807.vue +0 -47
- package/.history/demo-snippets/vue/Basic_20220328154838.vue +0 -51
- package/.history/demo-snippets/vue/Basic_20220328154839.vue +0 -51
- package/.history/demo-snippets/vue/Basic_20220328154901.vue +0 -52
- package/.history/demo-snippets/vue/Basic_20220328154925.vue +0 -52
- package/.history/demo-snippets/vue/Basic_20220328162644.vue +0 -52
- package/.history/demo-snippets/vue/Basic_20220328162656.vue +0 -48
- package/.history/demo-snippets/vue/Basic_20220328162658.vue +0 -48
- package/.history/demo-snippets/vue/Basic_20220328162731.vue +0 -48
- package/.history/demo-snippets/vue/ModalView_20220328154527.vue +0 -0
- package/.history/demo-snippets/vue/ModalView_20220328154555.vue +0 -15
- package/.history/demo-snippets/vue/ModalView_20220328162755.vue +0 -15
- package/.history/demo-snippets/vue/ModalView_20220328162915.vue +0 -17
- package/.history/demo-snippets/vue/install_20211117134051.ts +0 -14
- package/.history/demo-snippets/vue/install_20220328153411.ts +0 -10
- package/.history/demo-snippets/vue/install_20220328154031.ts +0 -9
- package/.history/demo-snippets/vue/install_20220328162915.ts +0 -10
- package/.history/demo-vue/.npmrc_20220328151942 +0 -1
- package/.history/demo-vue/.npmrc_20220329084955 +0 -2
- package/.history/demo-vue/package_20220328151942.json +0 -60
- package/.history/demo-vue/package_20220328153206.json +0 -60
- package/.history/demo-vue/package_20220328153218.json +0 -59
- package/.history/demo-vue/package_20220328153326.json +0 -60
- package/.history/demo-vue/package_20220328153411.json +0 -60
- package/.history/demo_vue/app/App_20201115162303.vue +0 -118
- package/.history/demo_vue/app/App_20220328150238.vue +0 -118
- package/.history/demo_vue/app/App_20220328150240.vue +0 -116
- package/.history/demo_vue/app/App_20220328150241.vue +0 -115
- package/.history/demo_vue/package_20210511163846.json +0 -30
- package/.history/demo_vue/package_20220328145031.json +0 -30
- package/.history/demo_vue/package_20220328150155.json +0 -30
- package/.history/demo_vue/package_20220328151156.json +0 -29
- package/.history/demo_vue/tsconfig_20200909142713.json +0 -30
- package/.history/demo_vue/tsconfig_20220328151126.json +0 -28
- package/.history/demo_vue/tsconfig_20220328151129.json +0 -27
- package/.history/demo_vue/webpack.config_20200909141619.js +0 -370
- package/.history/demo_vue/webpack.config_20220328145113.js +0 -6
- package/.history/demo_vue/webpack.config_20220328145115.js +0 -5
- package/.history/lerna_20220104212014.json +0 -21
- package/.history/lerna_20220328152313.json +0 -21
- package/.history/package_20220311095923.json +0 -74
- package/.history/package_20220328152312.json +0 -74
- package/.history/packages/gesturehandler/blueprint_20220306151807.md +0 -221
- package/.history/packages/gesturehandler/blueprint_20220328164413.md +0 -74
- package/.history/packages/gesturehandler/package_20220325110528.json +0 -39
- package/.history/packages/gesturehandler/package_20220328152653.json +0 -52
- package/.history/packages/gesturehandler/package_20220328152719.json +0 -52
- package/.history/packages/gesturehandler/package_20220328153446.json +0 -52
- package/.history/packages/gesturehandler/package_20220328164418.json +0 -52
- package/.history/packages/gesturehandler/package_20220328164722.json +0 -52
- package/.history/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/GestureHandler_20210517182228.java +0 -544
- package/.history/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/GestureHandler_20220331104607.java +0 -540
- package/.history/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/LongPressGestureHandler_20210512101356.java +0 -81
- package/.history/packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/LongPressGestureHandler_20220331111050.java +0 -81
- package/.history/packages/gesturehandler/tsconfig_20220328152950.json +0 -13
- package/.history/packages/gesturehandler/tsconfig_20220328153011.json +0 -13
- package/.history/plugin/platforms/android/include_20220125161223.gradle +0 -10
- package/.history/plugin/platforms/android/include_20220217110818.gradle +0 -19
- package/.history/plugin/platforms/android/include_20220217112410.gradle +0 -18
- package/.history/plugin/platforms/android/include_20220217153211.gradle +0 -19
- package/.history/plugin/platforms/android/include_20220218092908.gradle +0 -19
- package/.history/plugin/platforms/android/java/com/nativescript/gesturehandler/GestureLayout_20220217101202.java +0 -189
- package/.history/plugin/platforms/android/java/com/nativescript/gesturehandler/GestureLayout_20220217101931.java +0 -185
- package/.history/plugin/platforms/ios/src/GestureHandler_20201106183454.h +0 -98
- package/.history/plugin/platforms/ios/src/GestureHandler_20201111112216.m +0 -365
- package/.history/plugin/platforms/ios/src/GestureHandler_20220104160100.m +0 -369
- package/.history/plugin/platforms/ios/src/GestureHandler_20220104172158.h +0 -101
- package/.history/src/gesturehandler/gesturehandler.android_20220328144612.ts +0 -610
- package/.history/src/gesturehandler/gesturehandler.android_20220328154126.ts +0 -609
- package/.history/src/gesturehandler/gesturehandler.android_20220328154143.ts +0 -609
- package/.history/src/gesturehandler/gesturehandler.android_20220328154730.ts +0 -610
- package/.history/src/gesturehandler/gesturehandler.android_20220328160735.ts +0 -610
- package/.history/src/gesturehandler/gesturehandler.android_20220328161307.ts +0 -612
- package/.history/src/gesturehandler/gesturehandler.android_20220328161410.ts +0 -613
- package/.history/src/gesturehandler/gesturehandler.android_20220328161742.ts +0 -612
- package/.history/src/gesturehandler/gesturehandler.android_20220328162317.ts +0 -613
- package/.history/src/gesturehandler/gesturehandler.android_20220328162541.ts +0 -613
- package/.history/src/gesturehandler/gesturehandler.android_20220328162915.ts +0 -611
- package/.history/src/gesturehandler/gesturehandler.android_20220328163707.ts +0 -610
- package/.history/src/gesturehandler/gesturehandler.common_20220328144620.ts +0 -325
- package/.history/src/gesturehandler/gesturehandler.common_20220328153656.ts +0 -325
- package/.history/src/gesturehandler/gestures_override_20210512114352.ts +0 -523
- package/.history/src/gesturehandler/gestures_override_20220328155041.ts +0 -523
- package/.history/src/gesturehandler/gestures_override_20220328155424.ts +0 -525
- package/.history/src/gesturehandler/gestures_override_20220328160121.ts +0 -527
- package/.history/src/gesturehandler/gestures_override_20220328160132.ts +0 -527
- package/.history/src/gesturehandler/gestures_override_20220328160220.ts +0 -528
- package/.history/src/gesturehandler/gestures_override_20220328160416.ts +0 -529
- package/.history/src/gesturehandler/gestures_override_20220328160731.ts +0 -535
- package/.history/src/gesturehandler/gestures_override_20220328160808.ts +0 -536
- package/.history/src/gesturehandler/gestures_override_20220328160834.ts +0 -536
- package/.history/src/gesturehandler/gestures_override_20220328160909.ts +0 -536
- package/.history/src/gesturehandler/gestures_override_20220328160931.ts +0 -536
- package/.history/src/gesturehandler/gestures_override_20220328161052.ts +0 -536
- package/.history/src/gesturehandler/gestures_override_20220328161319.ts +0 -536
- package/.history/src/gesturehandler/gestures_override_20220328161759.ts +0 -534
- package/.history/src/gesturehandler/gestures_override_20220328162317.ts +0 -535
- package/.history/src/gesturehandler/gestures_override_20220328162503.ts +0 -535
- package/.history/src/gesturehandler/gestures_override_20220328170816.ts +0 -533
- package/.history/src/gesturehandler/vue/index_20201021164506.ts +0 -12
- package/.history/src/gesturehandler.android_20220325103749.ts +0 -574
- package/.history/src/gesturehandler.android_20220325110406.ts +0 -574
- package/.history/src/gesturehandler.android_20220328144613.ts +0 -610
- package/.history/src/gesturehandler.common_20220328144621.ts +0 -325
- package/.history/src/gesturehandler.d_20210422150412.ts +0 -154
- package/.history/src/gesturehandler.d_20220328144718.ts +0 -156
- package/.history/src/gesturehandler.ios_20220328144653.ts +0 -296
- package/.history/src/references.d_20200412093513.ts +0 -3
- package/.history/src/references.d_20220328144701.ts +0 -3
- package/.history/tsconfig_20220306153539.json +0 -9
- package/.history/tsconfig_20220328152313.json +0 -9
- package/.prettierignore +0 -4
- package/.prettierrc +0 -6
- package/.prettierrc.js +0 -7
- package/.settings/org.eclipse.buildship.core.prefs +0 -13
- package/.vscode/settings.json +0 -19
- package/CONTRIBUTING.md +0 -19
- package/build.gradle +0 -22
- package/config.json +0 -7
- package/demo-snippets/node_modules/.package-lock.json +0 -20
- package/demo-snippets/package.json +0 -7
- package/demo-snippets/vue/Basic.vue +0 -48
- package/demo-snippets/vue/ModalView.vue +0 -17
- package/demo-snippets/vue/install.ts +0 -10
- package/demo-vue/App_Resources/Android/app.gradle +0 -20
- package/demo-vue/App_Resources/Android/src/main/AndroidManifest.xml +0 -42
- package/demo-vue/App_Resources/Android/src/main/res/drawable/ic_launcher_foreground.xml +0 -15
- package/demo-vue/App_Resources/Android/src/main/res/drawable-hdpi/background.png +0 -0
- package/demo-vue/App_Resources/Android/src/main/res/drawable-hdpi/logo.png +0 -0
- package/demo-vue/App_Resources/Android/src/main/res/drawable-ldpi/background.png +0 -0
- package/demo-vue/App_Resources/Android/src/main/res/drawable-ldpi/logo.png +0 -0
- package/demo-vue/App_Resources/Android/src/main/res/drawable-mdpi/background.png +0 -0
- package/demo-vue/App_Resources/Android/src/main/res/drawable-mdpi/logo.png +0 -0
- package/demo-vue/App_Resources/Android/src/main/res/drawable-nodpi/splash_screen.xml +0 -8
- package/demo-vue/App_Resources/Android/src/main/res/drawable-xhdpi/background.png +0 -0
- package/demo-vue/App_Resources/Android/src/main/res/drawable-xhdpi/logo.png +0 -0
- package/demo-vue/App_Resources/Android/src/main/res/drawable-xxhdpi/background.png +0 -0
- package/demo-vue/App_Resources/Android/src/main/res/drawable-xxhdpi/logo.png +0 -0
- package/demo-vue/App_Resources/Android/src/main/res/drawable-xxxhdpi/background.png +0 -0
- package/demo-vue/App_Resources/Android/src/main/res/drawable-xxxhdpi/logo.png +0 -0
- package/demo-vue/App_Resources/Android/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -5
- package/demo-vue/App_Resources/Android/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/demo-vue/App_Resources/Android/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/demo-vue/App_Resources/Android/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/demo-vue/App_Resources/Android/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/demo-vue/App_Resources/Android/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/demo-vue/App_Resources/Android/src/main/res/values/colors.xml +0 -7
- package/demo-vue/App_Resources/Android/src/main/res/values/ic_launcher_background.xml +0 -4
- package/demo-vue/App_Resources/Android/src/main/res/values/styles.xml +0 -42
- package/demo-vue/App_Resources/Android/src/main/res/values-v21/colors.xml +0 -4
- package/demo-vue/App_Resources/Android/src/main/res/values-v21/styles.xml +0 -28
- package/demo-vue/App_Resources/Android/src/main/res/values-v29/styles.xml +0 -12
- package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -122
- package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-1024.png +0 -0
- package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-20.png +0 -0
- package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-20@2x.png +0 -0
- package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-20@3x.png +0 -0
- package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29.png +0 -0
- package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@2x.png +0 -0
- package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-29@3x.png +0 -0
- package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40.png +0 -0
- package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@2x.png +0 -0
- package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-40@3x.png +0 -0
- package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@2x.png +0 -0
- package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-60@3x.png +0 -0
- package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76.png +0 -0
- package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-76@2x.png +0 -0
- package/demo-vue/App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/icon-83.5@2x.png +0 -0
- package/demo-vue/App_Resources/iOS/Assets.xcassets/Contents.json +0 -6
- package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/Contents.json +0 -23
- package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/LaunchScreen-AspectFill.png +0 -0
- package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/LaunchScreen-AspectFill@2x.png +0 -0
- package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.AspectFill.imageset/LaunchScreen-AspectFill@3x.png +0 -0
- package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/Contents.json +0 -23
- package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/LaunchScreen-Center.png +0 -0
- package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/LaunchScreen-Center@2x.png +0 -0
- package/demo-vue/App_Resources/iOS/Assets.xcassets/LaunchScreen.Center.imageset/LaunchScreen-Center@3x.png +0 -0
- package/demo-vue/App_Resources/iOS/Info.plist +0 -47
- package/demo-vue/App_Resources/iOS/LaunchScreen.storyboard +0 -53
- package/demo-vue/App_Resources/iOS/build.xcconfig +0 -6
- package/demo-vue/app/app.scss +0 -11
- package/demo-vue/app/app.ts +0 -9
- package/demo-vue/app/components/Menu.vue +0 -54
- package/demo-vue/nativescript.config.ts +0 -11
- package/demo-vue/package.json +0 -60
- package/demo-vue/tsconfig.json +0 -25
- package/demo-vue/types/references.d.ts +0 -1
- package/demo-vue/types/shims.vue.d.ts +0 -4
- package/demo-vue/webpack.config.js +0 -42
- package/images/demo.gif +0 -0
- package/lerna.json +0 -21
- package/packages/gesturehandler/CHANGELOG.md +0 -609
- package/packages/gesturehandler/README.md +0 -176
- package/packages/gesturehandler/package.json +0 -52
- package/packages/gesturehandler/tsconfig.json +0 -13
- package/src/gesturehandler/gesturehandler.android.ts +0 -610
- package/src/gesturehandler/gesturehandler.common.ts +0 -325
- package/src/gesturehandler/gesturehandler.ios.ts +0 -296
- package/src/gesturehandler/gestures_override.ts +0 -532
- package/src/gesturehandler/references.d.ts +0 -3
- package/src/gesturehandler/vue/index.ts +0 -7
- package/src-native/.vscode/settings.json +0 -3
- package/src-native/android/.settings/org.eclipse.buildship.core.prefs +0 -13
- package/src-native/android/.vscode/settings.json +0 -3
- package/src-native/android/README.md +0 -14
- package/src-native/android/build.gradle +0 -25
- package/src-native/android/build.sh +0 -36
- package/src-native/android/gesturehandler/.classpath +0 -6
- package/src-native/android/gesturehandler/.settings/org.eclipse.buildship.core.prefs +0 -2
- package/src-native/android/gesturehandler/build.gradle +0 -84
- package/src-native/android/gesturehandler/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/src-native/android/gesturehandler/gradle/wrapper/gradle-wrapper.properties +0 -6
- package/src-native/android/gesturehandler/gradlew +0 -160
- package/src-native/android/gesturehandler/gradlew.bat +0 -90
- package/src-native/android/gesturehandler/local.properties +0 -9
- package/src-native/android/gesturehandler/proguard-rules.pro +0 -17
- package/src-native/android/gesturehandler/src/main/AndroidManifest.xml +0 -9
- package/src-native/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/src-native/android/gradle/wrapper/gradle-wrapper.properties +0 -6
- package/src-native/android/gradle.properties +0 -23
- package/src-native/android/gradlew +0 -160
- package/src-native/android/gradlew.bat +0 -90
- package/src-native/android/settings.gradle +0 -1
- package/src-native/ios/GestureHandler.xcodeproj/project.pbxproj +0 -662
- package/src-native/ios/GestureHandler.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- package/src-native/ios/GestureHandler.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/GestureHandler.xcscheme +0 -76
- package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/GestureHandlerApp.xcscheme +0 -87
- package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/GestureHandlerLib.xcscheme +0 -76
- package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/test.xcscheme +0 -76
- package/src-native/ios/GestureHandler.xcodeproj/xcshareddata/xcschemes/universal.xcscheme +0 -76
- package/src-native/ios/build.sh +0 -10
- package/tools/.eslintrc.js +0 -252
- package/tools/builddoc.mjs +0 -54
- package/tools/common/.eslintrc.js +0 -3
- package/tools/common/.prettierignore +0 -4
- package/tools/common/.prettierrc.js +0 -7
- package/tools/common/references.d.ts +0 -3
- package/tools/package.json +0 -116
- package/tools/readme/blueprint.json +0 -10
- package/tools/readme/demos-and-development.md +0 -35
- package/tools/readme/edit-warning.md +0 -20
- package/tools/readme/questions.md +0 -3
- package/tools/readme.js +0 -54
- package/tools/sync.js +0 -102
- package/tools/tsconfig.doc.json +0 -10
- package/tools/tsconfig.eslint.json +0 -4
- package/tools/tsconfig.json +0 -38
- package/tools/typedoc.js +0 -17
- package/tools/update.js +0 -32
@@ -1 +0,0 @@
|
|
1
|
-
/// <reference path="../node_modules/@nativescript/types/index.d.ts" />
|
@@ -1,42 +0,0 @@
|
|
1
|
-
const webpack = require('@nativescript/webpack');
|
2
|
-
const fs = require('fs');
|
3
|
-
const { resolve } = require('path');
|
4
|
-
|
5
|
-
let snippetConfig;
|
6
|
-
if (fs.existsSync('../demo-snippets/webpack.config.vue.js')) {
|
7
|
-
snippetConfig = require('../demo-snippets/webpack.config.vue.js');
|
8
|
-
}
|
9
|
-
|
10
|
-
module.exports = (env) => {
|
11
|
-
if (fs.existsSync('../demo-snippets/assets')) {
|
12
|
-
webpack.Utils.addCopyRule({
|
13
|
-
from: '../demo-snippets/assets',
|
14
|
-
to: '.'
|
15
|
-
});
|
16
|
-
}
|
17
|
-
webpack.init(env);
|
18
|
-
|
19
|
-
const { redirect } = env;
|
20
|
-
|
21
|
-
if (snippetConfig) {
|
22
|
-
snippetConfig(env, webpack);
|
23
|
-
}
|
24
|
-
|
25
|
-
webpack.chainWebpack((config) => {
|
26
|
-
config.resolve.modules.add(resolve(__dirname, '../demo-snippets/node_modules'));
|
27
|
-
config.plugin('DefinePlugin').tap((args) => {
|
28
|
-
if (redirect) {
|
29
|
-
Object.assign(args[0], {
|
30
|
-
demoRedirect: JSON.stringify(redirect)
|
31
|
-
});
|
32
|
-
} else {
|
33
|
-
Object.assign(args[0], {
|
34
|
-
demoRedirect: JSON.stringify('')
|
35
|
-
});
|
36
|
-
}
|
37
|
-
return args;
|
38
|
-
});
|
39
|
-
});
|
40
|
-
|
41
|
-
return webpack.resolveConfig();
|
42
|
-
};
|
package/images/demo.gif
DELETED
Binary file
|
package/lerna.json
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"packages": [
|
3
|
-
"packages/*"
|
4
|
-
],
|
5
|
-
"version": "0.2.1",
|
6
|
-
"npmClient": "npm",
|
7
|
-
"command": {
|
8
|
-
"publish": {
|
9
|
-
"conventionalCommits": true,
|
10
|
-
"ignoreChanges": [
|
11
|
-
"ignored-file",
|
12
|
-
"*.md"
|
13
|
-
]
|
14
|
-
},
|
15
|
-
"bootstrap": {
|
16
|
-
"npmClientArgs": [
|
17
|
-
"--no-package-lock"
|
18
|
-
]
|
19
|
-
}
|
20
|
-
}
|
21
|
-
}
|
@@ -1,609 +0,0 @@
|
|
1
|
-
# Change Log
|
2
|
-
|
3
|
-
All notable changes to this project will be documented in this file.
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
|
-
|
6
|
-
## [0.2.1](https://github.com/nativescript-community/gesturehandler/compare/v0.2.0...v0.2.1) (2022-03-28)
|
7
|
-
|
8
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
# [0.2.0](https://github.com/nativescript-community/gesturehandler/compare/v0.1.53...v0.2.0) (2022-03-28)
|
15
|
-
|
16
|
-
|
17
|
-
### Features
|
18
|
-
|
19
|
-
* added `GestureRootView` to allow the plugin to work ([4167112](https://github.com/nativescript-community/gesturehandler/commit/4167112b698cf67bda568bce55cf647600ed5b78))
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
## [0.1.53](https://github.com/nativescript-community/gesturehandler/compare/v0.1.52...v0.1.53) (2022-03-25)
|
26
|
-
|
27
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
## [0.1.52](https://github.com/nativescript-community/gesturehandler/compare/v0.1.51...v0.1.52) (2022-02-17)
|
34
|
-
|
35
|
-
|
36
|
-
### Bug Fixes
|
37
|
-
|
38
|
-
* **android:** buid fix in some cases ([a1b75ca](https://github.com/nativescript-community/gesturehandler/commit/a1b75ca008ef13d8a33009c3f8b271bb7f5f70e4))
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
## [0.1.51](https://github.com/nativescript-community/gesturehandler/compare/v0.1.50...v0.1.51) (2022-02-17)
|
45
|
-
|
46
|
-
|
47
|
-
### Bug Fixes
|
48
|
-
|
49
|
-
* allow plugin to work with @akylas/nativescript fork ([aad3276](https://github.com/nativescript-community/gesturehandler/commit/aad3276d5abe54e79f9b955672007e2c67cb43fb))
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
## [0.1.50](https://github.com/nativescript-community/gesturehandler/compare/v0.1.49...v0.1.50) (2022-01-04)
|
56
|
-
|
57
|
-
|
58
|
-
### Bug Fixes
|
59
|
-
|
60
|
-
* **ios:** build fix ([ce1a71e](https://github.com/nativescript-community/gesturehandler/commit/ce1a71e8b323e97394a468b2d7d6194495757169))
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
## [0.1.49](https://github.com/nativescript-community/gesturehandler/compare/v0.1.48...v0.1.49) (2022-01-04)
|
67
|
-
|
68
|
-
|
69
|
-
### Bug Fixes
|
70
|
-
|
71
|
-
* **ios:** ensure `setEnabled` is available through JS for GestureHandler ([56ec946](https://github.com/nativescript-community/gesturehandler/commit/56ec94674699383160ff86ddf43a1edbe43bd506))
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
## [0.1.48](https://github.com/nativescript-community/gesturehandler/compare/v0.1.47...v0.1.48) (2021-10-11)
|
78
|
-
|
79
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
## [0.1.47](https://github.com/nativescript-community/gesturehandler/compare/v0.1.46...v0.1.47) (2021-09-22)
|
86
|
-
|
87
|
-
|
88
|
-
### Bug Fixes
|
89
|
-
|
90
|
-
* **android:** fix after break in last version ([5d5ceb9](https://github.com/nativescript-community/gesturehandler/commit/5d5ceb9112a0b731e9779cd9b892da13ec4099a6))
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
## [0.1.46](https://github.com/nativescript-community/gesturehandler/compare/v0.1.45...v0.1.46) (2021-09-22)
|
97
|
-
|
98
|
-
|
99
|
-
### Bug Fixes
|
100
|
-
|
101
|
-
* **android:** gradle 7.0 fix ([9b7de7f](https://github.com/nativescript-community/gesturehandler/commit/9b7de7ff377566a62efb3b5b0604c4669c66223e))
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
## [0.1.45](https://github.com/nativescript-community/gesturehandler/compare/v0.1.44...v0.1.45) (2021-06-04)
|
108
|
-
|
109
|
-
|
110
|
-
### Bug Fixes
|
111
|
-
|
112
|
-
* **android:** NPE fix ([4c57840](https://github.com/nativescript-community/gesturehandler/commit/4c5784055974284849eb12749d59830ee22e1ee0))
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
## [0.1.44](https://github.com/nativescript-community/gesturehandler/compare/v0.1.43...v0.1.44) (2021-05-17)
|
119
|
-
|
120
|
-
|
121
|
-
### Bug Fixes
|
122
|
-
|
123
|
-
* **android:** prevent crash ([65ce28a](https://github.com/nativescript-community/gesturehandler/commit/65ce28adbac2657dbd204e932757cc78db103874))
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
## [0.1.43](https://github.com/nativescript-community/gesturehandler/compare/v0.1.42...v0.1.43) (2021-05-12)
|
130
|
-
|
131
|
-
|
132
|
-
### Bug Fixes
|
133
|
-
|
134
|
-
* **android:** allow touch through on non clickable view ([ee0bd9e](https://github.com/nativescript-community/gesturehandler/commit/ee0bd9e444ec1840e77d615111261ad174359de9))
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
## [0.1.42](https://github.com/nativescript-community/gesturehandler/compare/v0.1.41...v0.1.42) (2021-04-22)
|
141
|
-
|
142
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
## [0.1.41](https://github.com/nativescript-community/gesturehandler/compare/v0.1.40...v0.1.41) (2021-03-26)
|
149
|
-
|
150
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
## [0.1.40](https://github.com/nativescript-community/gesturehandler/compare/v0.1.39...v0.1.40) (2021-03-26)
|
157
|
-
|
158
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
## [0.1.39](https://github.com/nativescript-community/gesturehandler/compare/v0.1.38...v0.1.39) (2021-03-17)
|
165
|
-
|
166
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
## [0.1.38](https://github.com/nativescript-community/gesturehandler/compare/v0.1.37...v0.1.38) (2021-03-16)
|
173
|
-
|
174
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
## [0.1.37](https://github.com/nativescript-community/gesturehandler/compare/v0.1.36...v0.1.37) (2021-03-14)
|
181
|
-
|
182
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
## [0.1.36](https://github.com/nativescript-community/gesturehandler/compare/v0.1.35...v0.1.36) (2020-12-20)
|
189
|
-
|
190
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
## [0.1.35](https://github.com/nativescript-community/gesturehandler/compare/v0.1.34...v0.1.35) (2020-11-29)
|
197
|
-
|
198
|
-
|
199
|
-
### Bug Fixes
|
200
|
-
|
201
|
-
* android ensure we cancel events correctly ([30ffce3](https://github.com/nativescript-community/gesturehandler/commit/30ffce318b0c4221501b1d6e23c219fc4a8ab356))
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
## [0.1.34](https://github.com/nativescript-community/gesturehandler/compare/v0.1.33...v0.1.34) (2020-11-23)
|
208
|
-
|
209
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
## [0.1.33](https://github.com/nativescript-community/gesturehandler/compare/v0.1.32...v0.1.33) (2020-11-22)
|
216
|
-
|
217
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
## [0.1.32](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.31...v0.1.32) (2020-11-20)
|
224
|
-
|
225
|
-
|
226
|
-
### Bug Fixes
|
227
|
-
|
228
|
-
* android bug fix when touch event could be dispatched after view destroyed ([36161cc](https://github.com/Akylas/nativescript-gesturehandler/commit/36161cc83762cec679fcaecb5dc8f147064abcd6))
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
## [0.1.31](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.30...v0.1.31) (2020-11-19)
|
235
|
-
|
236
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
## [0.1.30](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.29...v0.1.30) (2020-11-17)
|
243
|
-
|
244
|
-
|
245
|
-
### Bug Fixes
|
246
|
-
|
247
|
-
* cleanup logs ([dbeca1d](https://github.com/Akylas/nativescript-gesturehandler/commit/dbeca1d5b7f663969469cd842aaaafd77d9773ef))
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
## [0.1.29](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.28...v0.1.29) (2020-11-15)
|
254
|
-
|
255
|
-
|
256
|
-
### Bug Fixes
|
257
|
-
|
258
|
-
* android fixes for native gestures ([c6321bb](https://github.com/Akylas/nativescript-gesturehandler/commit/c6321bb9ac0af4fe68636118cb334d548d4eafc6))
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
## [0.1.28](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.27...v0.1.28) (2020-11-11)
|
265
|
-
|
266
|
-
|
267
|
-
### Bug Fixes
|
268
|
-
|
269
|
-
* prevent unwanted and impossible touches on simulator ([8982fd1](https://github.com/Akylas/nativescript-gesturehandler/commit/8982fd1fecd62cecefe2e9adb0fb26ddcf655b0d))
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
## [0.1.27](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.26...v0.1.27) (2020-11-06)
|
276
|
-
|
277
|
-
|
278
|
-
### Bug Fixes
|
279
|
-
|
280
|
-
* new option shouldStartGesture ([f895fbb](https://github.com/Akylas/nativescript-gesturehandler/commit/f895fbb3049979de681dbeeb32a863d1482e5ecc))
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
## [0.1.26](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.25...v0.1.26) (2020-10-21)
|
287
|
-
|
288
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
## [0.1.25](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.24...v0.1.25) (2020-10-20)
|
295
|
-
|
296
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
## [0.1.24](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.23...v0.1.24) (2020-10-20)
|
303
|
-
|
304
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
## [0.1.23](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.22...v0.1.23) (2020-10-16)
|
311
|
-
|
312
|
-
|
313
|
-
### Bug Fixes
|
314
|
-
|
315
|
-
* android fix taken from rn ([e8145e6](https://github.com/Akylas/nativescript-gesturehandler/commit/e8145e6339765679135ac22b6068977058a34fa8))
|
316
|
-
* android nativeviewgesture dispatch cancel ([d5bb774](https://github.com/Akylas/nativescript-gesturehandler/commit/d5bb774f22beec6460e02cc1e87ff7e128080828))
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
## [0.1.22](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.21...v0.1.22) (2020-09-09)
|
323
|
-
|
324
|
-
|
325
|
-
### Bug Fixes
|
326
|
-
|
327
|
-
* dont bundle aar ([08e0b22](https://github.com/Akylas/nativescript-gesturehandler/commit/08e0b2207d95128326bc36cc7b7ed523dd811dd3))
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
## [0.1.21](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.20...v0.1.21) (2020-09-09)
|
334
|
-
|
335
|
-
|
336
|
-
### Bug Fixes
|
337
|
-
|
338
|
-
* **ios:** plugin not building ([153403f](https://github.com/Akylas/nativescript-gesturehandler/commit/153403f77c1f23b5105c3e17f9d9bcbffb32b005))
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
## [0.1.20](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.19...v0.1.20) (2020-09-08)
|
345
|
-
|
346
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
## [0.1.19](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.18...v0.1.19) (2020-09-06)
|
353
|
-
|
354
|
-
|
355
|
-
### Bug Fixes
|
356
|
-
|
357
|
-
* **android:** plugin not compiling ([d84b471](https://github.com/Akylas/nativescript-gesturehandler/commit/d84b471fdfd9901864242bda4c8f08147188b76b))
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
## [0.1.18](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.17...v0.1.18) (2020-09-06)
|
364
|
-
|
365
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
## [0.1.17](https://github.com/Akylas/nativescript-gesturehandler/compare/v0.1.16...v0.1.17) (2020-09-05)
|
372
|
-
|
373
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
## [0.1.16](https://github.com/nativescript-community/gesturehandler/compare/v0.1.15...v0.1.16) (2020-05-28)
|
380
|
-
|
381
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
## [0.1.15](https://github.com/nativescript-community/gesturehandler/compare/v0.1.14...v0.1.15) (2020-05-21)
|
388
|
-
|
389
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
## [0.1.14](https://github.com/nativescript-community/gesturehandler/compare/v0.1.13...v0.1.14) (2020-05-21)
|
396
|
-
|
397
|
-
|
398
|
-
### Bug Fixes
|
399
|
-
|
400
|
-
* sideEffects for tree shacking ([6c69498](https://github.com/nativescript-community/gesturehandler/commit/6c6949809142f75429ff1745b1a2298b21d85ad6))
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
## [0.1.13](https://github.com/nativescript-community/gesturehandler/compare/v0.1.12...v0.1.13) (2020-05-21)
|
407
|
-
|
408
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
## [0.1.12](https://github.com/nativescript-community/gesturehandler/compare/v0.1.11...v0.1.12) (2020-05-21)
|
415
|
-
|
416
|
-
|
417
|
-
### Bug Fixes
|
418
|
-
|
419
|
-
* full esm support ([ee732cf](https://github.com/nativescript-community/gesturehandler/commit/ee732cf3c568045059fe10e5593c0f732a2a40b1))
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
## [0.1.11](https://github.com/nativescript-community/gesturehandler/compare/v0.1.10...v0.1.11) (2020-05-12)
|
426
|
-
|
427
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
## [0.1.10](https://github.com/nativescript-community/gesturehandler/compare/v0.1.9...v0.1.10) (2020-05-12)
|
434
|
-
|
435
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
## [0.1.9](https://github.com/nativescript-community/gesturehandler/compare/v0.1.8...v0.1.9) (2020-05-12)
|
442
|
-
|
443
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
## [0.1.8](https://github.com/nativescript-community/gesturehandler/compare/v0.1.7...v0.1.8) (2020-04-28)
|
450
|
-
|
451
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
## [0.1.7](https://github.com/nativescript-community/gesturehandler/compare/v0.1.6...v0.1.7) (2020-03-20)
|
458
|
-
|
459
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
## [0.1.6](https://github.com/nativescript-community/gesturehandler/compare/v0.1.5...v0.1.6) (2020-01-17)
|
466
|
-
|
467
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
## [0.1.5](https://github.com/nativescript-community/gesturehandler/compare/v0.1.4...v0.1.5) (2020-01-17)
|
474
|
-
|
475
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
## [0.1.4](https://github.com/nativescript-community/gesturehandler/compare/v0.1.3...v0.1.4) (2020-01-13)
|
482
|
-
|
483
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
## [0.1.3](https://github.com/nativescript-community/gesturehandler/compare/v0.1.2...v0.1.3) (2020-01-13)
|
490
|
-
|
491
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
## [0.1.2](https://github.com/nativescript-community/gesturehandler/compare/v0.1.1...v0.1.2) (2020-01-11)
|
498
|
-
|
499
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
## [0.1.1](https://github.com/nativescript-community/gesturehandler/compare/v0.1.0...v0.1.1) (2020-01-07)
|
506
|
-
|
507
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
# [0.1.0](https://github.com/nativescript-community/gesturehandler/compare/v0.0.11...v0.1.0) (2020-01-01)
|
514
|
-
|
515
|
-
|
516
|
-
### Features
|
517
|
-
|
518
|
-
* use @nativescript-community/observable ([a62eb62](https://github.com/nativescript-community/gesturehandler/commit/a62eb62ef42f928cdf768e8f96a765010daf7db3))
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
## [0.0.11](https://github.com/nativescript-community/gesturehandler/compare/v0.0.10...v0.0.11) (2019-12-29)
|
525
|
-
|
526
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
## [0.0.10](https://github.com/nativescript-community/gesturehandler/compare/v0.0.9...v0.0.10) (2019-12-29)
|
533
|
-
|
534
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
## [0.0.9](https://github.com/nativescript-community/gesturehandler/compare/v0.0.8...v0.0.9) (2019-12-29)
|
541
|
-
|
542
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
## [0.0.8](https://github.com/nativescript-community/gesturehandler/compare/v0.0.7...v0.0.8) (2019-08-11)
|
549
|
-
|
550
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
## [0.0.7](https://github.com/nativescript-community/gesturehandler/compare/v0.0.6...v0.0.7) (2019-07-24)
|
557
|
-
|
558
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
## [0.0.6](https://github.com/nativescript-community/gesturehandler/compare/v0.0.5...v0.0.6) (2019-07-19)
|
565
|
-
|
566
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
## [0.0.5](https://github.com/nativescript-community/gesturehandler/compare/v0.0.4...v0.0.5) (2019-07-09)
|
573
|
-
|
574
|
-
|
575
|
-
### Bug Fixes
|
576
|
-
|
577
|
-
* remove wrong dependencies ([26946c2](https://github.com/nativescript-community/gesturehandler/commit/26946c2))
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
## [0.0.4](https://github.com/nativescript-community/gesturehandler/compare/v0.0.3...v0.0.4) (2019-06-12)
|
584
|
-
|
585
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
## [0.0.3](https://github.com/nativescript-community/gesturehandler/compare/v0.0.2...v0.0.3) (2019-06-12)
|
592
|
-
|
593
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
## [0.0.2](https://github.com/nativescript-community/gesturehandler/compare/v0.0.1...v0.0.2) (2019-06-12)
|
600
|
-
|
601
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
## 0.0.1 (2019-06-11)
|
608
|
-
|
609
|
-
**Note:** Version bump only for package @nativescript-community/gesturehandler
|