Spots progress dialog – is an Android AlertDialog with moving spots progress indicator packed as Android library.
ProGuard rules for Spots progress dialog
ProGuard recursively determines which classes and methods are used. All other classes and methods are discarded. Obfuscating code that performs reflection may cause of error. You have to specify the next rules in your ProGuard configuration file.
# Spots progress dialog -keep class dmax.dialog.** { *; }
For more information about Spots progress dialog please see the website.