All Projects → efrederickson → Multiplexer

efrederickson / Multiplexer

Multitasking Suite for iOS

Labels

Projects that are alternatives of or similar to Multiplexer

Respringprogress
Adds a progress bar under the Apple logo during resprings that tracks SpringBoards launch progress
Stars: ✭ 25 (-59.02%)
Mutual labels:  logos
Spectral
Make the iOS lockscreen proper with blurred album artwork!
Stars: ✭ 32 (-47.54%)
Mutual labels:  logos
Batchomatic
Batch install your tweaks, repos, saved .debs, tweak preferences, and hosts file!
Stars: ✭ 44 (-27.87%)
Mutual labels:  logos
Volumebar9
A jailbreak tweak to change the stock volume HUD
Stars: ✭ 10 (-83.61%)
Mutual labels:  logos
Personal Tweaks
Tweaks that are extremely small, or are not really mine, but aren't forks either
Stars: ✭ 13 (-78.69%)
Mutual labels:  logos
Ccrevealloader
A theos tweak to load RevealServer.framework(support Reveal.app version 7) into iOS apps on jailbroken devices.
Stars: ✭ 35 (-42.62%)
Mutual labels:  logos
Cydelete
CyDelete
Stars: ✭ 22 (-63.93%)
Mutual labels:  logos
Ioswechatfakelocation
A tweak that can fake location info in WeChat
Stars: ✭ 56 (-8.2%)
Mutual labels:  logos
Fmfchinalocationpatch
Fix Find My Friends location shift in China
Stars: ✭ 14 (-77.05%)
Mutual labels:  logos
Tweak Series
Repo for YouTube series
Stars: ✭ 44 (-27.87%)
Mutual labels:  logos
Exkeyboard
3rd-party keyboard anywhere.
Stars: ✭ 10 (-83.61%)
Mutual labels:  logos
Swipeformore
Manage Cydia packages via swipe.
Stars: ✭ 11 (-81.97%)
Mutual labels:  logos
Snaphide
An iOS tweak to hide jailbreak and hooks from Snapchat.
Stars: ✭ 43 (-29.51%)
Mutual labels:  logos
Lastgoogle
Mobile Substrate tweak to log songs played using the Google Play Music iOS app.
Stars: ✭ 8 (-86.89%)
Mutual labels:  logos
Ecg Enabler
Enable ECG function anywhere with Apple Watch S4+ which is bought from ECG-enabled region
Stars: ✭ 48 (-21.31%)
Mutual labels:  logos
Melody
Restore the iOS 9 Music app on iOS 10.
Stars: ✭ 25 (-59.02%)
Mutual labels:  logos
Noannoyance
A CydiaSubstrate tweak to disable annoying iOS7 messages
Stars: ✭ 33 (-45.9%)
Mutual labels:  logos
Brand
Official brand assets for elementary, Inc.
Stars: ✭ 57 (-6.56%)
Mutual labels:  logos
Python Scientific Computation
《Python科学计算》第二版张若愚老师的演示代码
Stars: ✭ 48 (-21.31%)
Mutual labels:  logos
Mitsuhaxi
Universal iOS 11 audio visualizer
Stars: ✭ 44 (-27.87%)
Mutual labels:  logos

Multiplexer

Six multitasking additions to iOS

http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=multiplexerDp

Features

  • Secondary app in Reachability (Reach App)
  • iOS 9-like "slide over" (Swipe Over)
  • Mission Control with multiple desktops (Mission Control)
  • Windowed multitasking (Empoleon)
  • An app in a Notication Center tab (Quick Access)
  • Backgrounding features (Aura)

Wiki

See /wiki for some code tutorials.

iOS 9 Update Status

  • Empoleon: working
  • fs daemon: working
  • SwipeOver: fixed
  • Reachability: fixed
  • GestureSupport: fixed
  • Backgrounding: fixed
  • KeyboardSupport: hackily fixed but it works now
  • MissionControl: initialization broken, otherwise fixed
  • NCApp: fixed
  • assertiond hooks: unknown
  • backboardd hooks: unknown
  • fake phone mode: unknown

see the update_status file for more info on the iOS 9 changes.

API

There is a full public API (as opposed to the private/interval api and headers) that allows anyone to create addons, widgets, and tweaks (Tweakception!) for Multiplexer. The public api can be found in public_api. This api is less likely to change or be removed as opposed to the other headers and stuff. For the end user's ease of use, please register your extensions with -[Multiplexer registerExtension:forMultiplexerVersion:]. I hope to also move the core functions into extensions, provide api requirements, etc at some point.

Currently it is only compatible with iOS 8, however some measures have been taken to ease the process of making it compatible with other iOS editions (whether future or past). There are some "options" or features that are in here but are disabled or otherwise removed because either they don't work or there's no point having them.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].