-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Feature Autocapture #209
Commits on Jul 12, 2024
-
feat: add user interactions capture (#190)
* Fix indentation issue * feat: add user interactions capture * fix: fix typo * fix: remove support for UITextField action message capture * refactor: add dispatch once for method swizzling * fix: remove support for UISlider to reduce noise * feat: add support for UITextField and UISlider event capture * style: remove return keyword for one line functions * fix: fix typo * feat: add support for text field gained/lost focus * fix: fix lint * fix: remove tag as textfield title * refactor: refactor title and shouldTrack * refactor: add a protocol to track control elements
Configuration menu - View commit details
-
Copy full SHA for 83f1c92 - Browse repository at this point
Copy the full SHA 83f1c92View commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0522a7 - Browse repository at this point
Copy the full SHA c0522a7View commit details
Commits on Jul 16, 2024
-
feat: add support for uitextview autocapture (#195)
* Fix indentation issue * feat: add user interactions capture * fix: fix typo * fix: remove support for UITextField action message capture * refactor: add dispatch once for method swizzling * fix: remove support for UISlider to reduce noise * feat: add support for UITextField and UISlider event capture * style: remove return keyword for one line functions * fix: fix typo * feat: add support for text field gained/lost focus * fix: fix lint * fix: remove tag as textfield title * refactor: refactor title and shouldTrack * refactor: add a protocol to track control elements * refactor: guard on action name * feat: add support for uitextview capture * fix: disable action method tracking support for UITextView * fix: fix lint issue * style: remove amp_ prefix from objc methods
Configuration menu - View commit details
-
Copy full SHA for 3810e2c - Browse repository at this point
Copy the full SHA 3810e2cView commit details -
feat: add support for gesture recognizer autocapture (#196)
* Fix indentation issue * feat: add user interactions capture * fix: fix typo * fix: remove support for UITextField action message capture * refactor: add dispatch once for method swizzling * fix: remove support for UISlider to reduce noise * feat: add support for UITextField and UISlider event capture * style: remove return keyword for one line functions * fix: fix typo * feat: add support for text field gained/lost focus * fix: fix lint * fix: remove tag as textfield title * refactor: refactor title and shouldTrack * refactor: add a protocol to track control elements * refactor: guard on action name * feat: add support for uitextview capture * fix: disable action method tracking support for UITextView * fix: fix lint issue * style: remove amp_ prefix from objc methods * feat: add support for gesture recognizers autocapture * fix: fix lint issue * fix: exclude unsupported gestures in tvos
Configuration menu - View commit details
-
Copy full SHA for 956b313 - Browse repository at this point
Copy the full SHA 956b313View commit details
Commits on Jul 24, 2024
-
fix: track touchupinside and valuechanged only (#199)
* fix: just track touchupinside and valuechanged for some elements * fix: fix tvos issue
Configuration menu - View commit details
-
Copy full SHA for 8305d48 - Browse repository at this point
Copy the full SHA 8305d48View commit details
Commits on Jul 26, 2024
-
feat: capture control events for autocapture (#202)
* fix: just track touchupinside and valuechanged for some elements * fix: fix tvos issue * feat: capture control events * fix: remove row selected event
Configuration menu - View commit details
-
Copy full SHA for 6564e33 - Browse repository at this point
Copy the full SHA 6564e33View commit details -
fix: track touchUpInside for any element (#203)
* fix: just track touchupinside and valuechanged for some elements * fix: fix tvos issue * feat: capture control events * fix: remove row selected event * fix: track any touchUpInside * fix: capture image name as a fallback for buttons title
Configuration menu - View commit details
-
Copy full SHA for 7e6f42a - Browse repository at this point
Copy the full SHA 7e6f42aView commit details
Commits on Aug 2, 2024
-
fix: deprecate defaultTracking and add autocapture (#204)
* fix: deprecate defaultTracking and add autocapture * fix: fix schema for the new test * fix: fix typo * fix: fix typo * fix: support optionset for autocapture options * fix: fix autocaptureoptions test * fix: fix failing test * fix: simplified the logic to deprecate defaultTracking * style: make autocapture options for objc as properties
Configuration menu - View commit details
-
Copy full SHA for 8f6703e - Browse repository at this point
Copy the full SHA 8f6703eView commit details
Commits on Aug 3, 2024
-
fix: disable swiftui support for autocapture (#206)
* fix: disable swiftui support for autocapture * fix: disable support for swiftui gesture recognizers autocapture * fix: fix typo * fix: filter scrolls for scrollable views * fix: imporve support for swiftui
Configuration menu - View commit details
-
Copy full SHA for 093eace - Browse repository at this point
Copy the full SHA 093eaceView commit details
Commits on Aug 5, 2024
-
fix: track screen name autocapture (#207)
* fix: change element viewController to screenName * fix: remove title since it's already captured by screenName
Configuration menu - View commit details
-
Copy full SHA for f0f7c40 - Browse repository at this point
Copy the full SHA f0f7c40View commit details
Commits on Aug 7, 2024
-
fix: track changes to defaultTracking after initialization (#208)
* fix: track changes to defaultTracking after initialization * fix: replace defaultTracking with autocapture if changed * fix: fix typo * fix: fix nit * style: rename parameter name
Configuration menu - View commit details
-
Copy full SHA for 5c72cc0 - Browse repository at this point
Copy the full SHA 5c72cc0View commit details