Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Commit

Permalink
fix(mangle-excludes): add Compat Query and Close listener classes (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
sis0k0 authored Jun 14, 2017
1 parent 1b5dcdc commit 5791cfc
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions mangle-excludes.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,65 +44,42 @@ module.exports = [
"PinchGestureListener",
"SegmentedBarColorDrawable",
"SwipeGestureListener",
"SwipeGestureListener",
"TapAndDoubleTapGestureListener",
"WebViewClientClassInner",

// tns 3.0
"CheckedChangeListenerImpl",
"ClickListenerImpl",
"CloseListenerImpl",
"DateChangedListenerImpl",
"DisableUserInteractionListener",
"EditorActionListener",
"FocusChangeListener",
"FormatterImpl",
"ImageLoadedListenerImpl",
"ItemClickListenerImpl",
"MenuItemClickListenerImpl",
"QueryTextListenerImpl",
"SeekBarChangeListenerImpl",
"TabChangeListenerImpl",
"TabContentFactoryImpl",
"TextWatcher",
"TimeChangedListenerImpl",
"TouchListenerImpl",
"ValueChangeListenerImpl",

"AnimationDelegateImpl",
"CheckedChangeListenerImpl",
"ClickListenerImpl",
"CompatCloseListenerImpl",
"CloseListenerImpl",
"DateChangedListenerImpl",
"DialogFragmentImpl",
"EditTextListenersImpl",
"FormatterImpl",
"FrameHandlerImpl",
"ImageLoadedListenerImpl",
"ItemClickListenerImpl",
"ListPickerDelegateImpl",
"MenuItemClickListenerImpl",
"NSCacheDelegateImpl",
"NSURLSessionTaskDelegateImpl",
"NativeViewGroupImpl",
"PageChangedListenerImpl",
"PagerAdapterImpl",
"PinchGestureListenerImpl",
"CompatQueryTextListenerImpl",
"QueryTextListenerImpl",
"SeekBarChangeListenerImpl",
"SelectionHandlerImpl",
"SliderChangeHandlerImpl",
"SwipeGestureListenerImpl",
"SwitchChangeHandlerImpl",
"TabChangeListenerImpl",
"TabContentFactoryImpl",
"TabHostImpl",
"TapAndDoubleTapGestureListenerImpl",
"TapBarItemHandlerImpl",
"TapHandlerImpl",
"TextTransformationImpl",
"TimeChangedListenerImpl",
"TimerTargetImpl",
"TouchListenerImpl",
"WebViewClientImpl",

Expand Down

0 comments on commit 5791cfc

Please sign in to comment.