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 _ 

D

DailyAlarmReceiver - Class in com.weebly.opus1269.clipman.services
BroadcastReceiver that runs once a day
DailyAlarmReceiver() - Constructor for class com.weebly.opus1269.clipman.services.DailyAlarmReceiver
 
DATABASE_NAME - Static variable in class com.weebly.opus1269.clipman.db.BackupDB
 
DATABASE_NAME - Static variable in class com.weebly.opus1269.clipman.db.DeviceDB
 
DATABASE_NAME - Static variable in class com.weebly.opus1269.clipman.db.MainDB
 
date - Variable in class com.weebly.opus1269.clipman.db.entity.Backup
 
date - Variable in class com.weebly.opus1269.clipman.db.entity.Clip
 
db - Variable in class com.weebly.opus1269.clipman.db.OldClipsDB
 
DB_CLIP_ITEM - Variable in class com.weebly.opus1269.clipman.model.Analytics
 
DB_CREATE - Variable in class com.weebly.opus1269.clipman.model.Analytics
 
DB_CREATE_OR_UPDATE - Variable in class com.weebly.opus1269.clipman.model.Analytics
 
DB_DELETE - Variable in class com.weebly.opus1269.clipman.model.Analytics
 
DB_LABEL - Variable in class com.weebly.opus1269.clipman.model.Analytics
 
DB_NAME - Static variable in class com.weebly.opus1269.clipman.db.OldClipsDB
 
DB_UPDATE - Variable in class com.weebly.opus1269.clipman.model.Analytics
 
decodeBitmap(String) - Static method in class com.weebly.opus1269.clipman.ui.helpers.BitmapHelper
Decode a Base64 encoding of a Bitmap
DEF_DURATION - Variable in class com.weebly.opus1269.clipman.model.Prefs
 
DEF_NOTIFICATIONS - Variable in class com.weebly.opus1269.clipman.model.Prefs
 
DEF_RINGTONE - Variable in class com.weebly.opus1269.clipman.model.Prefs
 
DEF_THEME - Variable in class com.weebly.opus1269.clipman.model.Prefs
 
delete(String) - Method in interface com.weebly.opus1269.clipman.db.dao.BackupDao
 
delete(T) - Method in interface com.weebly.opus1269.clipman.db.dao.BaseDao
 
delete() - Method in class com.weebly.opus1269.clipman.db.OldClipsDB
Delete the old database
deleteAll() - Method in interface com.weebly.opus1269.clipman.db.dao.BackupDao
 
deleteAll(List<T>) - Method in interface com.weebly.opus1269.clipman.db.dao.BaseDao
 
deleteAll() - Method in class com.weebly.opus1269.clipman.db.dao.ClipDao
 
deleteAll() - Method in interface com.weebly.opus1269.clipman.db.dao.DeviceDao
 
deleteAll() - Method in interface com.weebly.opus1269.clipman.db.dao.LabelDao
 
deleteAllNonFavs() - Method in class com.weebly.opus1269.clipman.db.dao.ClipDao
 
deleteBackup(String) - Method in class com.weebly.opus1269.clipman.backup.DriveServiceHelper
Delete a backup
deleteBackupAsync(Backup) - Method in class com.weebly.opus1269.clipman.backup.BackupHelper
Delete a backup
deleteByClipId(long) - Method in interface com.weebly.opus1269.clipman.db.dao.ClipLabelJoinDao
 
DeleteDialogFragment - Class in com.weebly.opus1269.clipman.ui.main
Modal dialog to delete all items in the main clip list
DeleteDialogFragment() - Constructor for class com.weebly.opus1269.clipman.ui.main.DeleteDialogFragment
 
DeleteDialogFragment.DeleteDialogListener - Interface in com.weebly.opus1269.clipman.ui.main
The activity that creates an instance of this dialog fragment must implement this interface in order to receive event callbacks.
deleteFile(Drive, String) - Method in class com.weebly.opus1269.clipman.backup.DriveServiceHelper
Delete a file on Drive
deleteLastBackup() - Method in class com.weebly.opus1269.clipman.backup.BackupHelper
Try to delete the last backup
deleteNonFavsOlderThan(long) - Method in class com.weebly.opus1269.clipman.db.dao.ClipDao
 
deleteOldClips() - Method in class com.weebly.opus1269.clipman.repos.MainRepo
Delete rows older than the storage duration
deletePNG(Context, String) - Static method in class com.weebly.opus1269.clipman.ui.helpers.BitmapHelper
Delete file from internal storage
DESC_LABEL - Static variable in class com.weebly.opus1269.clipman.app.ClipboardHelper
 
DESC_LABEL - Static variable in class com.weebly.opus1269.clipman.db.entity.Clip
 
detach(Activity) - Method in class com.weebly.opus1269.clipman.app.App
 
device - Variable in class com.weebly.opus1269.clipman.db.entity.Clip
 
Device - Class in com.weebly.opus1269.clipman.db.entity
A (hopefully) unique hardware device
Device() - Constructor for class com.weebly.opus1269.clipman.db.entity.Device
 
Device(String, String, String, String) - Constructor for class com.weebly.opus1269.clipman.db.entity.Device
 
device - Variable in class com.weebly.opus1269.clipman.viewmodel.DeviceViewModel
Our Device
DEVICE_ADDED - Variable in class com.weebly.opus1269.clipman.msg.MessagingClient
 
DEVICE_MODEL - Static variable in class com.weebly.opus1269.clipman.msg.Msg
 
DEVICE_NICKNAME - Static variable in class com.weebly.opus1269.clipman.msg.Msg
 
DEVICE_OS - Static variable in class com.weebly.opus1269.clipman.msg.Msg
 
DEVICE_REMOVED - Variable in class com.weebly.opus1269.clipman.msg.MessagingClient
 
DEVICE_SN - Static variable in class com.weebly.opus1269.clipman.msg.Msg
 
DeviceDao - Interface in com.weebly.opus1269.clipman.db.dao
Database access for devices table
deviceDao() - Method in class com.weebly.opus1269.clipman.db.DeviceDB
 
DeviceDB - Class in com.weebly.opus1269.clipman.db
Device database
DeviceDB() - Constructor for class com.weebly.opus1269.clipman.db.DeviceDB
 
DeviceHandlers - Class in com.weebly.opus1269.clipman.ui.devices
Handlers for UI events
DeviceHandlers(String) - Constructor for class com.weebly.opus1269.clipman.ui.devices.DeviceHandlers
 
deviceList - Variable in class com.weebly.opus1269.clipman.repos.DeviceRepo
Device List
DeviceRepo - Class in com.weebly.opus1269.clipman.repos
Singleton - Repository for Device objects
DeviceRepo(Application) - Constructor for class com.weebly.opus1269.clipman.repos.DeviceRepo
 
devices - Variable in class com.weebly.opus1269.clipman.viewmodel.DevicesViewModel
Device list
DevicesActivity - Class in com.weebly.opus1269.clipman.ui.devices
Activity to manage our connected devices
DevicesActivity() - Constructor for class com.weebly.opus1269.clipman.ui.devices.DevicesActivity
 
DevicesAdapter - Class in com.weebly.opus1269.clipman.ui.devices
Bridge between the Devices RecyclerView and the Devices class
DevicesAdapter(LifecycleOwner, DeviceHandlers) - Constructor for class com.weebly.opus1269.clipman.ui.devices.DevicesAdapter
 
DevicesAdapter.DeviceViewHolder - Class in com.weebly.opus1269.clipman.ui.devices
Our ViewHolder
DevicesAdapter.DeviceViewHolderFactory - Class in com.weebly.opus1269.clipman.ui.devices
Factory to create an instance of our ViewHolder
DevicesAdapter.DeviceViewModelFactory - Class in com.weebly.opus1269.clipman.ui.devices
Factory to create an instance of our ViewModel
DevicesViewModel - Class in com.weebly.opus1269.clipman.viewmodel
ViewModel for a collection of Devices
DevicesViewModel(Application) - Constructor for class com.weebly.opus1269.clipman.viewmodel.DevicesViewModel
 
DeviceViewHolder(DeviceRowBinding) - Constructor for class com.weebly.opus1269.clipman.ui.devices.DevicesAdapter.DeviceViewHolder
 
DeviceViewHolderFactory() - Constructor for class com.weebly.opus1269.clipman.ui.devices.DevicesAdapter.DeviceViewHolderFactory
 
DeviceViewModel - Class in com.weebly.opus1269.clipman.viewmodel
ViewModel for a Device
DeviceViewModel(Application, Device) - Constructor for class com.weebly.opus1269.clipman.viewmodel.DeviceViewModel
 
DeviceViewModelFactory() - Constructor for class com.weebly.opus1269.clipman.ui.devices.DevicesAdapter.DeviceViewModelFactory
 
disableErrorLogging() - Static method in class com.weebly.opus1269.clipman.app.Log
Disable error and exception loggin
diskIO() - Method in class com.weebly.opus1269.clipman.app.AppExecutors
 
dismissProgress() - Method in class com.weebly.opus1269.clipman.ui.signin.SignInActivity
Remove progress view
doInBackground(Context...) - Method in class com.weebly.opus1269.clipman.model.User.SetPhotosAsyncTask
 
doInBackground(JSONObject...) - Method in class com.weebly.opus1269.clipman.msg.MessagingClient.MessagingAsyncTask
 
doInBackground(Void...) - Method in class com.weebly.opus1269.clipman.msg.RegistrationClient.RegisterAsyncTask
 
doInBackground(Void...) - Method in class com.weebly.opus1269.clipman.msg.RegistrationClient.UnregisterAsyncTask
 
doShare(Context, View) - Method in class com.weebly.opus1269.clipman.db.entity.Clip
Share the Clip with other apps
doSignOut() - Method in class com.weebly.opus1269.clipman.ui.signin.SignInActivity
SignOut of Google and Firebase
doUnregister() - Method in class com.weebly.opus1269.clipman.ui.signin.SignInActivity
Unregister with App Engine.
dp2px(Context, float) - Static method in class com.weebly.opus1269.clipman.app.AppUtils
Convert device density to pixels
DrawableHelper - Class in com.weebly.opus1269.clipman.ui.helpers
Drawable helper class.
DrawableHelper(Context) - Constructor for class com.weebly.opus1269.clipman.ui.helpers.DrawableHelper
 
drawBackground(RecyclerView.ViewHolder, float, int) - Static method in class com.weebly.opus1269.clipman.ui.main.ClipItemTouchHelper
 
DriveException - Exception in com.weebly.opus1269.clipman.backup
Exception for our Google Drive stuff
DriveException(String) - Constructor for exception com.weebly.opus1269.clipman.backup.DriveException
 
DriveServiceHelper - Class in com.weebly.opus1269.clipman.backup
Singleton to manage interactions with Google Drive
DriveServiceHelper(Context) - Constructor for class com.weebly.opus1269.clipman.backup.DriveServiceHelper
 
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