Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
Centralized gestures and button management for iOS
Objective-C
Pull request Compare This branch is 968 commits ahead, 2 commits behind headers.
Fetching latest commit...
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
Localization @ bc0bea0 Update localization
SpringBoard Support camera on lock screen action on iOS5.1
example Make example link properly with updated theos
framework @ d87c54d Update theos to fix SINGLE=1 builds
layout Public Release 1.6.2-1
.gitignore Update theos
.gitmodules Switch to use external localization project; update theos
Activator.m Add Activator.app
ActivatorEventViewHeader.h Update header view in settings to display multiple listeners correctly
ActivatorEventViewHeader.m Update header view in settings to display multiple listeners correctly
Constants.h Require 50% more time to activate a hold gesture
Events.x Add long hold menu button
EverywhereHooks.x Split statusbar into left, middle and right sets of gestures
Icon-small.psd Brightened Icon
Icon-small@2x.psd Add 2x icon size for iPhone 4
Icon.psd Update icons
Icon@2x.psd Update 2x icon; Rearrange file layout so that 29x29 icon is read prop…
IconGiant.psd Updated larger icons
LAApplicationListener.h Improve app launch performance by moving SpringBoard-only code into i…
LAApplicationListener.x Support camera on lock screen action on iOS5.1
LABlacklistSettingsController.h Add blacklist feature
LABlacklistSettingsController.m Add blacklist feature
LADefaultEventDataSource.h Migrate LADefaultEventDataSource to its own header
LADefaultEventDataSource.m Add SINGLE=1 compilation flag that compiles binaries via a single .x …
LAEvent.m Removed executable bit from files that shouldn't have it
LAEventDataSource.m Add additional files for Dynamic Events
LAEventGroupSettingsController.m Make events that have nothing assigned have slightly less opaque subt…
LAEventSettingsController.m Migrate settings APIs to their own dylib so that the size of the main…
LAListener.m Optimize listener dictionaries into their own loader function
LAListenerSettingsViewController.m Fix dual-construction of LAListenerSettingsViewController
LAListenerTableViewDataSource.h Precache listener metadata and migrate icon loading to a background t…
LAListenerTableViewDataSource.m Show blank icon in settings while real icon is loading
LAMenuItemsController.h Allow menus that link to menus
LAMenuItemsController.m Allow menus that link to menus
LAMenuListener.h Allow menus that link to menus
LAMenuListener.m Fix crash when assigned menu item is uninstalled
LAMenuListenerSelectionController.h Allow menus that link to menus
LAMenuListenerSelectionController.m Allow menus that link to menus
LAMenuSettingsController.h Migrate settings APIs to their own dylib so that the size of the main…
LAMenuSettingsController.m Fix crash when assigned menu item is uninstalled
LAMessaging.h Don't crash if serverPort is dead
LAModeSettingsController.m Allow up to 11 gestures in a section before pushing out to a separate…
LARemoteListener.h Remove LARemoteListener into its own header; Optimize creation of the…
LARemoteListener.m Fix bug that caused events from outside SpringBoard not to be dispatched
LARootSettingsController.m Update copyright year
LASettingsViewController.m Properly hide ads so that they don't show up on the iCloud backup pane
LASettingsViewControllers.m Migrate settings APIs to their own dylib so that the size of the main…
LASimpleListener.h Improve app launch performance by moving SpringBoard-only code into i…
LASimpleListener.x Refactor requires-no-touch-events to apply to all listeners
LASpringBoardActivator.h Use CFMessagePort instead of CPDistributedMessagingCenter to implemen…
LASpringBoardActivator.x Fix potential crashbug
LAToggleListener.h Added SBSettings integration
LAToggleListener.m Show toggle changes as a banner on iOS5.0+
LAWebSettingsController.m Refactor LAActivatorSettingsController into separate files; fix web view
LICENSE Switch to LGPL
Makefile Coalesce bundled listener plists into a single file to improve disk l…
Preferences.m Migrate settings APIs to their own dylib so that the size of the main…
README Massive update, should be almost ready for launch
Settings.h Make events that have nothing assigned have slightly less opaque subt…
SimulatorCompat.h Add simulator compat; improve app load times
SlideEvents.h Refactor requires-no-touch-events to apply to all listeners
SlideEvents.x Ignore SBHandMotionExtractor on lock screen
coalesce_info_plists.sh Coalesce bundled listener plists into a single file to improve disk l…
iPadAppIcon.psd Update icons
libactivator-private.h Refactor requires-no-touch-events to apply to all listeners
libactivator.h Add long hold menu button
libactivator.x Add long hold menu button
single_Settings.m Add SINGLE=1 compilation flag that compiles binaries via a single .x …
single_SpringBoard.xi Add SINGLE=1 compilation flag that compiles binaries via a single .x …
single_libactivator.xi Fix SINGLE=1 compilation on libactivator.dylib
symlink_localizations.sh Support localizations in Activator app

README

libactivator
Centralized gestures and button management for iPhone OS

Uses the on-device toolchain + SpringBoard headers + CaptainHook
Something went wrong with that request. Please try again.