ObservableCache – is an Android library for caching Observables during orientation change.
Library allows to cache Observable in global singleton map and retrieve same Observable after view is recreated.
ProGuard rules for ObservableCache
ProGuard obfuscates class names and may shrink classes, which are not used. ProGuard obfuscates classes, fields, and methods with short names. Use the next rules in configuration file to fix errors.
############################### ObservableCache ################################ -keep class com.github.aleksandermielczarek.observablecache2.service.ObservableCacheServiceCreatorImpl
For more information about ObservableCache please see the website.