Skip navigation links
A B C D E F G H I K L M N O P R S T U V W Z _ 

A

ACTION - Static variable in class com.weebly.opus1269.clipman.msg.Msg
 
ACTION_CLICK - Static variable in class com.weebly.opus1269.clipman.services.MyWidgetProvider
 
ACTION_DELETE_NOTIFICATION - Static variable in class com.weebly.opus1269.clipman.model.Intents
 
ACTION_DEVICE_ADDED - Static variable in class com.weebly.opus1269.clipman.msg.Msg
 
ACTION_DEVICE_REMOVED - Static variable in class com.weebly.opus1269.clipman.msg.Msg
 
ACTION_EDIT - Static variable in class com.weebly.opus1269.clipman.model.Intents
 
ACTION_EMAIL - Static variable in class com.weebly.opus1269.clipman.model.Intents
 
ACTION_MESSAGE - Static variable in class com.weebly.opus1269.clipman.msg.Msg
 
ACTION_PING - Static variable in class com.weebly.opus1269.clipman.msg.Msg
 
ACTION_PING_RESPONSE - Static variable in class com.weebly.opus1269.clipman.msg.Msg
 
ACTION_SEARCH - Static variable in class com.weebly.opus1269.clipman.model.Intents
 
ACTION_SHARE - Static variable in class com.weebly.opus1269.clipman.model.Intents
 
ACTION_TYPE_MY_DEVICE - Static variable in class com.weebly.opus1269.clipman.model.Intents
 
actionBarView - Variable in class com.weebly.opus1269.clipman.ui.helpers.MenuTintHelper
 
AdapterItem - Interface in com.weebly.opus1269.clipman.model
A List item for a RecyclerView adapter
add(Device) - Method in class com.weebly.opus1269.clipman.repos.DeviceRepo
 
addBackup(Backup) - Method in class com.weebly.opus1269.clipman.repos.BackupRepo
Add a backup to the list
addBackups(List<Backup>) - Method in class com.weebly.opus1269.clipman.repos.BackupRepo
Set the list of backups from Drive
addClip(Clip) - Method in class com.weebly.opus1269.clipman.repos.MainRepo
Insert or replace clip but preserve fav state if it is true
addClip(Clip) - Method in class com.weebly.opus1269.clipman.viewmodel.MainViewModel
Add a clip
addClipAndSend(Clip, boolean) - Method in class com.weebly.opus1269.clipman.repos.MainRepo
Insert or update clip and optionally send to remote devices
addClipIfNew(Clip, boolean) - Method in class com.weebly.opus1269.clipman.repos.MainRepo
Insert a clip only if the text does not exist
addClipIfNewSync(Clip, boolean) - Method in class com.weebly.opus1269.clipman.repos.MainRepo
Insert a clip only if the text does not exist
addClipsAndLabels(List<Clip>) - Method in class com.weebly.opus1269.clipman.repos.MainRepo
 
addClipSync(Clip) - Method in class com.weebly.opus1269.clipman.repos.MainRepo
Insert or replace clip but preserve fav state if it is true
addLabel(Label) - Method in class com.weebly.opus1269.clipman.db.entity.Clip
Add a Label if it doesn't exist
addLabelIfNew(Label) - Method in class com.weebly.opus1269.clipman.repos.MainRepo
 
addLabels(List<Label>) - Method in class com.weebly.opus1269.clipman.db.entity.Clip
Add labels if they don't exist
addLabelsForClipSync(Clip) - Method in class com.weebly.opus1269.clipman.repos.MainRepo
 
addMode - Variable in class com.weebly.opus1269.clipman.viewmodel.ClipEditorViewModel
True if creating new Clip
addOrRemoveLabel(Label, boolean) - Method in class com.weebly.opus1269.clipman.viewmodel.LabelsSelectViewModel
Add or remove a Label from our Clip
addTask(Activity, CustomAsyncTask<?, ?, ?>) - Method in class com.weebly.opus1269.clipman.app.App
 
Analytics - Class in com.weebly.opus1269.clipman.model
Singleton for Google Analytics tracking.
Analytics(Context) - Constructor for class com.weebly.opus1269.clipman.model.Analytics
 
App - Class in com.weebly.opus1269.clipman.app
Singleton - Extend the App for global stuff
App() - Constructor for class com.weebly.opus1269.clipman.app.App
 
APP_FOLDER - Variable in class com.weebly.opus1269.clipman.backup.DriveServiceHelper
App folder on Drive
AppExecutors - Class in com.weebly.opus1269.clipman.app
Global executor pools for the whole application.
AppExecutors(Executor, Executor, Executor) - Constructor for class com.weebly.opus1269.clipman.app.AppExecutors
 
AppExecutors() - Constructor for class com.weebly.opus1269.clipman.app.AppExecutors
 
AppExecutors.MainThreadExecutor - Class in com.weebly.opus1269.clipman.app
 
apply(Activity) - Method in class com.weebly.opus1269.clipman.ui.helpers.MenuTintHelper
Sets a ColorFilter and/or alpha on all the MenuItems in the menu, including the OverflowMenuButton.
apply(Activity) - Method in class com.weebly.opus1269.clipman.ui.helpers.MenuTintHelper.Builder
Sets a ColorFilter and/or alpha on all the MenuItems in the menu, including the OverflowMenuButton.
applyTo(ImageView) - Method in class com.weebly.opus1269.clipman.ui.helpers.DrawableHelper
 
applyTo(MenuItem) - Method in class com.weebly.opus1269.clipman.ui.helpers.DrawableHelper
 
applyTo(CheckBox) - Method in class com.weebly.opus1269.clipman.ui.helpers.DrawableHelper
 
applyToBackground(View) - Method in class com.weebly.opus1269.clipman.ui.helpers.DrawableHelper
 
applyToDrawableLeft(CheckBox) - Method in class com.weebly.opus1269.clipman.ui.helpers.DrawableHelper
 
AppUtils - Class in com.weebly.opus1269.clipman.app
General static constants and utility methods
AppUtils() - Constructor for class com.weebly.opus1269.clipman.app.AppUtils
 
areContentsTheSame(T, T) - Method in class com.weebly.opus1269.clipman.ui.base.BaseBindingAdapter.BaseDiffCallback
 
areItemsTheSame(T, T) - Method in class com.weebly.opus1269.clipman.ui.base.BaseBindingAdapter.BaseDiffCallback
 
attach(Activity) - Method in class com.weebly.opus1269.clipman.app.App
 
attachBaseContext(Context) - Method in class com.weebly.opus1269.clipman.app.App
 
attemptSilentSignIn() - Method in class com.weebly.opus1269.clipman.ui.signin.SignInActivity
Try to signin with cached credentials or cross-device single signin
AutoStartReceiver - Class in com.weebly.opus1269.clipman.services
This BroadcastReceiver starts the ClipboardWatcherService at boot time if requested and adds a daily alarm
AutoStartReceiver() - Constructor for class com.weebly.opus1269.clipman.services.AutoStartReceiver
 
A B C D E F G H I K L M N O P R S T U V W Z _ 
Skip navigation links