Package com.github.shadowsocks.plugin

Types

AlertDialogFragment
Link copied to clipboard
Based on: https://android.googlesource.com/platform/packages/apps/ExactCalculator/+/8c43f06/src/com/android/calculator2/AlertDialogFragment.
ConfigurationActivity
Link copied to clipboard
abstract class ConfigurationActivity : OptionsCapableActivity
Base class for configuration activity.
Empty
Link copied to clipboard
class Empty : Parcelable
HelpActivity
Link copied to clipboard
abstract class HelpActivity : OptionsCapableActivity
Base class for a help activity.
HelpCallback
Link copied to clipboard
abstract class HelpCallback : HelpActivity
HelpCallback is an HelpActivity but you just need to produce a CharSequence help message instead of having to provide UI.
NativePluginProvider
Link copied to clipboard
abstract class NativePluginProvider : ContentProvider
Base class for a native plugin provider.
OptionsCapableActivity
Link copied to clipboard
abstract class OptionsCapableActivity : AppCompatActivity
Activity that's capable of getting EXTRA_OPTIONS input.
PathProvider
Link copied to clipboard
class PathProvider
Helper class to provide relative paths of files to copy.
PluginContract
Link copied to clipboard
object PluginContract
The contract between the plugin provider and host.
PluginOptions
Link copied to clipboard
class PluginOptions : HashMap<String, String?>
Helper class for processing plugin options.

Functions

showAllowingStateLoss
Link copied to clipboard
fun DialogFragment.showAllowingStateLoss(fragmentManager: FragmentManager, tag: String? = null)