Dal Rupnik

Results 56 issues of Dal Rupnik

Instead of using the global settings, set network connection profile in Alpha.

feature

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...

feature

Alpha should work in Swift-only apps as well

enhancement

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.

enhancement

Add Core Data / Realm Browser to Alpha.

feature

When Alpha is running on iPad, it's modally presented view controllers should be in UISplitViewController or a pop over

feature

Using special Alpha macros, certain variables can be exposed to special modification UI that can be done at runtime.

feature

Support CALayer debugging in addition to UIView, since certain apps render only CALayers instead of UIViews.

feature

When using Airplay screen we can display debug information.

feature

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...