Dal Rupnik
Dal Rupnik
Instead of using the global settings, set network connection profile in Alpha.
If network requests mocking is enabled, requests are not performed, but returned immediately back from mock base. Base gets filled in a dynamic cache that learns request responses and caches...
Some plugins use a lot of memory and CPU. Add interface to allow users to turn them off in real time, as well as programmers.
When Alpha is running on iPad, it's modally presented view controllers should be in UISplitViewController or a pop over
Using special Alpha macros, certain variables can be exposed to special modification UI that can be done at runtime.
Support CALayer debugging in addition to UIView, since certain apps render only CALayers instead of UIViews.
When using Airplay screen we can display debug information.
Added NSError convenience category, to pull information from NSError instances sent by ReactiveCocoa when requests fail. This is to remove boilerplate code you get when trying to handle specific NSError...