A B C D E F G H I K L M N O P R S T U V 

A

abort() - Method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache.Editor
Aborts this edit.
addBitmapToDiskCache(String, Bitmap) - Method in class net.donky.core.messaging.ui.cache.CursorAdapterWithImageCache
Save bitmap to disk cache.
addBitmapToMemoryCache(String, Bitmap) - Method in class net.donky.core.messaging.ui.cache.CursorAdapterWithImageCache
Save bitmap to memory cache.
AndroidDiskLruCache - Class in net.donky.core.messaging.ui.cache
***************************************************************************** Taken from the JB source code, can be found in: libcore/luni/src/main/java/libcore/io/DiskLruCache.java or direct link: https://android.googlesource.com/platform/libcore/+/android-4.1.1_r1/luni/src/main/java/libcore/io/DiskLruCache.java *****************************************************************************

A cache that uses a bounded amount of space on a filesystem.

AndroidDiskLruCache.Editor - Class in net.donky.core.messaging.ui.cache
Edits the values for an entry.
AndroidDiskLruCache.Snapshot - Class in net.donky.core.messaging.ui.cache
A snapshot of the values for an entry.
appContext - Variable in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
 

B

build() - Method in interface net.donky.core.messaging.ui.components.generic.GenericBuilder
Gets the instance.
build() - Method in class net.donky.core.messaging.ui.notifications.ChatMessageNotificationBuilder
Creates Interactive Push system notification.
build() - Method in class net.donky.core.messaging.ui.notifications.RichMessageNotificationBuilder
Creates Interactive Push system notification.

C

CacheHelper - Class in net.donky.core.messaging.ui.cache
Created by Marcin Swierczek 17/06/2015.
CacheHelper() - Constructor for class net.donky.core.messaging.ui.cache.CacheHelper
 
calculateInSampleSize(BitmapFactory.Options, int, int) - Static method in class net.donky.core.messaging.ui.helpers.ImageUtils
Calculate the largest inSampleSize value that is a power of 2 and keeps both height and width larger than the requested height and width.
ChatIntentsProvider - Interface in net.donky.core.messaging.ui.intents
Created by Marcin Swierczek 22/10/15.
ChatMessageNotificationBuilder - Class in net.donky.core.messaging.ui.notifications
Chat message notification builder.
ChatMessageNotificationBuilder(Context, CommonMessage, PendingIntent, ChatMessagePushUIConfiguration, Bitmap) - Constructor for class net.donky.core.messaging.ui.notifications.ChatMessageNotificationBuilder
chat message notification builder.
ChatMessagePushUIConfiguration - Class in net.donky.core.messaging.ui.notifications
UI configuration for rich message remote notification.
ChatMessagePushUIConfiguration(Context) - Constructor for class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
 
checkListItem(String) - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
 
clearAndCloseCache(String) - Method in class net.donky.core.messaging.ui.cache.DonkyDiskCacheManager
cleare and close cache with given name.
clearCache() - Method in class net.donky.core.messaging.ui.cache.DiskBitmapCache
Clear disk cache.
clearListViewMultipleSelectionState(int) - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Clear the state of list view when exiting Action Mode.
clearListViewSingleSelection() - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Clears dual pane list row selection.
close() - Method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache
Closes this cache.
close() - Method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache.Snapshot
 
close() - Method in class net.donky.core.messaging.ui.cache.DiskBitmapCache
Close disk cache.
closeDiskCache() - Method in class net.donky.core.messaging.ui.cache.CursorAdapterWithImageCache
Close disk cache.
closeDiskCache(String) - Method in class net.donky.core.messaging.ui.cache.DonkyDiskCacheManager
Close cache with given name.
closeQuietly(Closeable) - Static method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache
Closes 'closeable', ignoring any checked exceptions.
commit() - Method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache.Editor
Commits this edit so it is visible to readers.
CursorAdapterWithImageCache - Class in net.donky.core.messaging.ui.cache
Cursor Adapter that loads images and stores them in disk and memory cache.
CursorAdapterWithImageCache(Context, Cursor, int, String, int) - Constructor for class net.donky.core.messaging.ui.cache.CursorAdapterWithImageCache
 

D

delete() - Method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache
Closes the cache and deletes all of its stored values.
deleteContents(File) - Static method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache
Recursively delete everything in dir.
DeletionListener - Interface in net.donky.core.messaging.ui.components.generic
Created by Marcin Swierczek 02/07/2015.
DetailView - Interface in net.donky.core.messaging.ui.components.generic
Created by Marcin Swierczek 02/07/2015.
DetailViewDisplayedListener - Interface in net.donky.core.messaging.ui.components.generic
Created by Marcin Swierczek 11/07/15.
DetailViewPresentedListener - Interface in net.donky.core.messaging.ui.components.generic
Created by Marcin Swierczek 11/07/15.
DialogDismissListener - Interface in net.donky.core.messaging.ui.components.generic
Created by Marcin Swierczek 29/06/15.
DISK_CACHE_UNIQUE_NAME_USER_AVATARS - Static variable in class net.donky.core.messaging.ui.cache.CursorAdapterWithImageCache
 
DiskBitmapCache - Class in net.donky.core.messaging.ui.cache
Wrapper around AndroidDiskLruCache class with bitmap loading/saving methods.
DiskBitmapCache(Context, String, int, Bitmap.CompressFormat, int) - Constructor for class net.donky.core.messaging.ui.cache.DiskBitmapCache
Recommended constructor.
doInBackground(String...) - Method in class net.donky.core.messaging.ui.cache.LoadAvatarOperation
 
doInBackground(String...) - Method in class net.donky.core.messaging.ui.LoadAvatarOperation
 
DonkyActivity - Class in net.donky.core.messaging.ui.components
Base Activity for Donky Messaging Module.
DonkyActivity() - Constructor for class net.donky.core.messaging.ui.components.DonkyActivity
 
DonkyDiskCacheManager - Class in net.donky.core.messaging.ui.cache
Main access point for different cache folders.
DonkyFragment - Class in net.donky.core.messaging.ui.components
http://stackoverflow.com/a/18875394 fix for nested fragments back stack Created by Marcin Swierczek 19/06/2015.
DonkyFragment() - Constructor for class net.donky.core.messaging.ui.components.DonkyFragment
 
DonkyFragmentDialog - Class in net.donky.core.messaging.ui.components
Base Dialog Fragment for Donky Messaging.
DonkyFragmentDialog() - Constructor for class net.donky.core.messaging.ui.components.DonkyFragmentDialog
 
DonkyMessagingBaseListFragment<T,GFT,CAT extends CursorAdapterWithImageCache> - Class in net.donky.core.messaging.ui.components.generic
Fragment providing setup for list fragments in Donky Messaging.
DonkyMessagingBaseListFragment() - Constructor for class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
 
DonkyMessagingUI - Class in net.donky.core.messaging.ui
Main class of Common Messaging UI Module.
dpToPx(Context, int) - Static method in class net.donky.core.messaging.ui.helpers.MetricsHelper
Converts density pixels to pixsels.
DualPaneLeftFragment - Interface in net.donky.core.messaging.ui.components.generic
Interface to be implemented by left fragment in dual pane fragment.
DualPaneModeListener - Interface in net.donky.core.messaging.ui.components.generic
Created by Marcin Swierczek 25/09/2015.

E

edit(String) - Method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache
Returns an editor for the entry named key, or null if another edit is in progress.
edit() - Method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache.Snapshot
Returns an editor for this snapshot's entry, or null if either the entry has changed since this snapshot was created or if another edit is in progress.

F

flush() - Method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache
Force buffered operations to the filesystem.

G

GenericBuilder<T> - Interface in net.donky.core.messaging.ui.components.generic
Builder interface for generic templated classes that need to create generic class instance.
GenericSplitFragment<FRAGMENT_LEFT extends Fragment,FRAGMENT_RIGHT extends Fragment,T> - Class in net.donky.core.messaging.ui.components.generic
Fragment that containing two fragments (list and detail) and display one or two depending on display size and orientation.
GenericSplitFragment() - Constructor for class net.donky.core.messaging.ui.components.generic.GenericSplitFragment
 
GenericSplitFragment.DISPLAY_MODE - Enum in net.donky.core.messaging.ui.components.generic
 
get(String) - Method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache
Returns a snapshot of the entry named key, or null if it doesn't exist is not currently readable.
getActionMode() - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Get the ActionMode object.
getAdapter() - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Get CursorAdapterWithImageCache set for parent class.
getBitmap(String) - Method in class net.donky.core.messaging.ui.cache.DiskBitmapCache
Load bitmap from disk cache.
getBitmapFromDiskCache(String) - Method in class net.donky.core.messaging.ui.cache.CursorAdapterWithImageCache
Retrieve the bitmap from disk cache.
getBitmapFromMemCache(String) - Method in class net.donky.core.messaging.ui.cache.CursorAdapterWithImageCache
Retrieve the bitmap from memory cache.
getCategory() - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Get notification category.
getCategory() - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Get notification category.
getChatHeaderDate(Context, long, long) - Static method in class net.donky.core.messaging.ui.helpers.TimestampsHelper
Create chat header timestamp
getChatIntentsProvider() - Method in class net.donky.core.messaging.ui.intents.IntentsManager
 
getContentIntent() - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Get PendingIntent for notification click.
getContentIntent() - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Get PendingIntent for notification click.
getDetailActivityIntent(T) - Method in class net.donky.core.messaging.ui.components.generic.GenericSplitFragment
Gets the intent used when left(list) list view row is clicked.
getDirectory() - Method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache
Returns the directory where this cache stores its data.
getDiskCache(String) - Method in class net.donky.core.messaging.ui.cache.DonkyDiskCacheManager
Get disk cashe object for given name.
getDiskCacheKey(String) - Static method in class net.donky.core.messaging.ui.cache.CacheHelper
Translates avatar id to string that can be used by disc cache as file name.
getIconBackgroundColor() - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Get background color for small icon if large icon is not available.
getIconBackgroundColor() - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Get background color for small icon if large icon is not available.
getImageCaptureIntent(Context, File) - Static method in class net.donky.core.messaging.ui.helpers.ImageUtils
Create a new Intent for capturing an image.
getImageCropIntent(File, File) - Static method in class net.donky.core.messaging.ui.helpers.ImageUtils
Create a new Intent for cropping an image.
getImagePickerIntent() - Static method in class net.donky.core.messaging.ui.helpers.ImageUtils
Create a new Intent for picking an image.
getInputStream(int) - Method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache.Snapshot
Returns the unbuffered stream with the value for index.
getInstance() - Static method in class net.donky.core.messaging.ui.cache.DonkyDiskCacheManager
Get instance of Donky Analytics singleton.
getInstance() - Static method in class net.donky.core.messaging.ui.DonkyMessagingUI
Get instance of Donky Messaging UI singleton.
getInstance() - Static method in class net.donky.core.messaging.ui.intents.IntentsManager
Get instance of Donky Messaging UI singleton.
getLedColour() - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Get led color.
getLedColour() - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Get led color.
getLedOffMilliseconds() - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Get time period when led light will be switched off after notification was received.
getLedOffMilliseconds() - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Get time period when led light will be switched off after notification was received.
getLedOnMilliseconds() - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Get time period when led light will be switched on after notification was received.
getLedOnMilliseconds() - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Get time period when led light will be switched on after notification was received.
getListView() - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Gets the list view.
getOpenGroupConversationIntent(List<Contact>) - Method in interface net.donky.core.messaging.ui.intents.ChatIntentsProvider
 
getOpenSingleConversationIntent(Contact) - Method in interface net.donky.core.messaging.ui.intents.ChatIntentsProvider
 
getOrientation(ContentResolver, Uri) - Static method in class net.donky.core.messaging.ui.helpers.ImageUtils
 
getPixelsFromDP(Resources, float) - Static method in class net.donky.core.messaging.ui.helpers.ImageUtils
Get the number of pixels scaled for the current density.
getPriority() - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Get notification priority.
getPriority() - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Get notification priority.
getSelection() - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Gets the dual pane selection.
getSelectionListener() - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Gets the listener for list row selections.
getShortTimestampForChatMessage(long) - Static method in class net.donky.core.messaging.ui.helpers.TimestampsHelper
Get formatted timestamp date for Chat UI
getShortTimestampForListView(Context, long, long) - Static method in class net.donky.core.messaging.ui.helpers.TimestampsHelper
Get formatted timestamp date for list views
getShortTimestampForRichMessage(Context, long, long) - Static method in class net.donky.core.messaging.ui.helpers.TimestampsHelper
Get formatted timestamp date for Rich Inbox UI
getSingleSelectedIdToDelete() - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Gets the id of item marked as to be deleted.
getSmallIconId() - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Get small icon for system notification.
getSmallIconId() - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Get small icon for system notification.
getSoundUri() - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Get sound for notification.
getSoundUri() - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Get sound for notification.
getString(int) - Method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache.Editor
Returns the last committed value as a string, or null if no value has been committed.
getString(int) - Method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache.Snapshot
Returns the string value for index.
getVibratePattern() - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Get vibration pattern for notification.
getVibratePattern() - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Get vibration pattern for notification.
getVisibility() - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Get notification visibility.
getVisibility() - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Get notification visibility.

H

hideMultiChoiceModeAnimation(int) - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Animate transition to list view standard mode.
hideSoftKeyboard(Context) - Method in class net.donky.core.messaging.ui.components.DonkyFragment
 

I

ImageUtils - Class in net.donky.core.messaging.ui.helpers
Created by Marcin Swierczek 18/10/15.
ImageUtils() - Constructor for class net.donky.core.messaging.ui.helpers.ImageUtils
 
init(Context) - Method in class net.donky.core.messaging.ui.cache.DonkyDiskCacheManager
Should be initialised when application is being created.
initialiseDonkyMessaging(Application, DonkyListener) - Static method in class net.donky.core.messaging.ui.DonkyMessagingUI
Initialise Donky Messaging UI Module.
IntentsManager - Class in net.donky.core.messaging.ui.intents
Created by Marcin Swierczek 23/10/15.
IO_BUFFER_SIZE - Static variable in class net.donky.core.messaging.ui.cache.DiskBitmapCache
bitmaps shouldn't exceed this size in bites.
isCacheClosed() - Method in class net.donky.core.messaging.ui.cache.DiskBitmapCache
Check if cache has been closed.
isChatAvailable() - Method in class net.donky.core.messaging.ui.intents.IntentsManager
 
isClosed() - Method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache
Returns true if this cache has been closed.
isDualPane() - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Mode split view fragment.

K

KEY_DISPLAY_MODE_MIXED - Static variable in class net.donky.core.messaging.ui.components.generic.GenericSplitFragment
 
KEY_MULTIPLE_IDS_SELECTED_TO_DELETE - Static variable in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
 
KEY_SINGLE_ID_SELECTED - Static variable in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
 
KEY_SINGLE_ID_SELECTED_TO_DELETE - Static variable in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
 
KEY_SINGLE_POSITION_SELECTED - Static variable in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
 

L

loadAvatar(String, WeakReference<ImageView>) - Method in class net.donky.core.messaging.ui.cache.CursorAdapterWithImageCache
Load avatar image from the network.
LoadAvatarOperation - Class in net.donky.core.messaging.ui.cache
Async Task for downloading and storing image view resources from the network.
LoadAvatarOperation(Context, CursorAdapterWithImageCache, String, WeakReference<ImageView>, int) - Constructor for class net.donky.core.messaging.ui.cache.LoadAvatarOperation
Recommended constructor.
LoadAvatarOperation - Class in net.donky.core.messaging.ui
Async Task for downloading and storing image view resources from the network.
LoadAvatarOperation(Context, String, WeakReference<ImageView>, int) - Constructor for class net.donky.core.messaging.ui.LoadAvatarOperation
Recommended constructor.
loadImageAtRequiredSize(File, int, int) - Static method in class net.donky.core.messaging.ui.helpers.ImageUtils
Load an image from the given file at a size that will equal or exceed the given bounds.
loadImageAtRequiredSize(File, int, int, DonkyListener) - Static method in class net.donky.core.messaging.ui.helpers.ImageUtils
Load an image from the given file at a size that will equal or exceed the given bounds.
loadImageAtRequiredSize(ContentResolver, Uri, int, int) - Static method in class net.donky.core.messaging.ui.helpers.ImageUtils
Load an image from the given file at a size that will equal or exceed the given bounds.

M

maxSize() - Method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache
Returns the maximum number of bytes that this cache should use to store its data.
MESSAGE_ERROR - Static variable in class net.donky.core.messaging.ui.helpers.ImageUtils
 
MESSAGE_OK - Static variable in class net.donky.core.messaging.ui.helpers.ImageUtils
 
MetricsHelper - Class in net.donky.core.messaging.ui.helpers
Helper for display metrics.
MetricsHelper() - Constructor for class net.donky.core.messaging.ui.helpers.MetricsHelper
 
MultipleSelectionListener - Interface in net.donky.core.messaging.ui.components.generic
Listener for multi-selectioon changed event from list fragment..

N

net.donky.core.messaging.ui - package net.donky.core.messaging.ui
 
net.donky.core.messaging.ui.cache - package net.donky.core.messaging.ui.cache
 
net.donky.core.messaging.ui.components - package net.donky.core.messaging.ui.components
 
net.donky.core.messaging.ui.components.generic - package net.donky.core.messaging.ui.components.generic
 
net.donky.core.messaging.ui.helpers - package net.donky.core.messaging.ui.helpers
 
net.donky.core.messaging.ui.intents - package net.donky.core.messaging.ui.intents
 
net.donky.core.messaging.ui.notifications - package net.donky.core.messaging.ui.notifications
 
newInputStream(int) - Method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache.Editor
Returns an unbuffered input stream to read the last committed value, or null if no value has been committed.
newOutputStream(int) - Method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache.Editor
Returns a new unbuffered output stream to write the value at index.

O

onActivityCreated(Bundle) - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
 
onActivityCreated(Bundle) - Method in class net.donky.core.messaging.ui.components.generic.GenericSplitFragment
 
onBackPressed() - Method in class net.donky.core.messaging.ui.components.DonkyActivity
 
onContentDeleted() - Method in interface net.donky.core.messaging.ui.components.generic.DeletionListener
 
onCreate(Bundle) - Method in class net.donky.core.messaging.ui.components.DonkyActivity
 
onCreateDialog(Bundle) - Method in class net.donky.core.messaging.ui.components.DonkyFragmentDialog
 
onCreateOptionsMenu(Menu) - Method in class net.donky.core.messaging.ui.components.DonkyActivity
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class net.donky.core.messaging.ui.components.generic.GenericSplitFragment
 
onDestroy() - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
 
onDestroyView() - Method in class net.donky.core.messaging.ui.components.DonkyFragmentDialog
 
onDetach() - Method in class net.donky.core.messaging.ui.components.DonkyFragment
 
onDetailViewPresented(String) - Method in interface net.donky.core.messaging.ui.components.generic.DetailViewPresentedListener
 
onDismiss() - Method in interface net.donky.core.messaging.ui.components.generic.DialogDismissListener
 
onMessageDisplayed(String) - Method in interface net.donky.core.messaging.ui.components.generic.DetailViewDisplayedListener
 
onMessageDisplayed(String) - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
 
onMultipleSelectionChanged() - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
 
onMultipleSelectionChanged() - Method in interface net.donky.core.messaging.ui.components.generic.MultipleSelectionListener
The selected rows in multi-selection mode changed.
onOptionsItemSelected(MenuItem) - Method in class net.donky.core.messaging.ui.components.DonkyActivity
 
onPause() - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
 
onPostExecute(Bitmap) - Method in class net.donky.core.messaging.ui.cache.LoadAvatarOperation
 
onPostExecute(Bitmap) - Method in class net.donky.core.messaging.ui.LoadAvatarOperation
 
onResume() - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
 
onSaveInstanceState(Bundle) - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
 
onSelected(T, boolean) - Method in class net.donky.core.messaging.ui.components.generic.GenericSplitFragment
 
onSelected(T, boolean) - Method in interface net.donky.core.messaging.ui.components.generic.SelectionListener
List element representing given object has been selected.
onSelectedNew(T) - Method in class net.donky.core.messaging.ui.components.generic.GenericSplitFragment
 
onSelectedNew(T) - Method in interface net.donky.core.messaging.ui.components.generic.SelectionListener
 
onStart() - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
 
open(File, int, int, long) - Static method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache
Opens the cache in directory, creating a cache if none exists there.
OverlayVisibilityController - Interface in net.donky.core.messaging.ui.components.generic
Created by Marcin Swierczek 14/07/2015.

P

prepareDialog(AlertDialog) - Method in class net.donky.core.messaging.ui.components.DonkyFragmentDialog
Set dialog fields.
prepareDialogBuilder(AlertDialog.Builder) - Method in class net.donky.core.messaging.ui.components.DonkyFragmentDialog
Set dialog builder fields.
put(String, Bitmap) - Method in class net.donky.core.messaging.ui.cache.DiskBitmapCache
Save bitmap to disk cache.
pxToDp(Context, int) - Static method in class net.donky.core.messaging.ui.helpers.MetricsHelper
Converts pixels to density pixels.

R

readAsciiLine(InputStream) - Static method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache
Returns the ASCII characters up to but not including the next "\r\n", or "\n".
readFully(Reader) - Static method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache
Returns the remainder of 'reader' as a string, closing it when done.
readImageBounds(File) - Static method in class net.donky.core.messaging.ui.helpers.ImageUtils
Read the image size from the given file.
readImageBounds(ContentResolver, Uri) - Static method in class net.donky.core.messaging.ui.helpers.ImageUtils
Read the image size from the given file.
refreshListView() - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
refresh list view content.
remove(String) - Method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache
Drops the entry for key if it exists and can be removed.
resizeBitmap(File, int, int, int) - Static method in class net.donky.core.messaging.ui.helpers.ImageUtils
Resize the given bitmap, if it is larger than the given width or height.
resizeBitmap(Bitmap, int, int, boolean) - Static method in class net.donky.core.messaging.ui.helpers.ImageUtils
Try to resize the given bitmap in memory, keeping it's aspect ratio to the given max dimensions.
resizeBitmapToPNG(File, int, int) - Static method in class net.donky.core.messaging.ui.helpers.ImageUtils
Resize the given bitmap, if it is larger than the given width or height.
RichMessageNotificationBuilder - Class in net.donky.core.messaging.ui.notifications
Rich message notification builder.
RichMessageNotificationBuilder(Context, CommonMessage, PendingIntent, RichMessagePushUIConfiguration, Bitmap) - Constructor for class net.donky.core.messaging.ui.notifications.RichMessageNotificationBuilder
Rich message notification builder.
RichMessagePushUIConfiguration - Class in net.donky.core.messaging.ui.notifications
UI configuration for rich message remote notification.
RichMessagePushUIConfiguration(Context) - Constructor for class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
 

S

saveBitmapContent(ContentResolver, Intent, File, Handler) - Static method in class net.donky.core.messaging.ui.helpers.ImageUtils
Save a bitmap picked from the image picker to the given file in a background thread.
saveBitmapContent(ContentResolver, Uri, File, Handler) - Static method in class net.donky.core.messaging.ui.helpers.ImageUtils
Save a bitmap picked from the image picker to the given file in a background thread.
searchViewActionClosed() - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Search view has been closed callback.
searchViewActionOpened() - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Search view has been opened callback.
Selectable<T> - Interface in net.donky.core.messaging.ui.components.generic
Interface for fragments that want to register listeners e.g.
SelectionListener<T> - Interface in net.donky.core.messaging.ui.components.generic
List selection listener.
set(int, String) - Method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache.Editor
Sets the value at index to value.
setActionMode(ActionMode) - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Sets the Action mode.
setCategory(String) - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Set notification category.
setCategory(String) - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Set notification category.
setChatIntentsProvider(ChatIntentsProvider) - Method in class net.donky.core.messaging.ui.intents.IntentsManager
 
setContentIntent(PendingIntent) - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Set PendingIntent for notification click.
setContentIntent(PendingIntent) - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Set PendingIntent for notification click.
setDeletionListener(DeletionListener) - Method in interface net.donky.core.messaging.ui.components.generic.DetailView
 
setDetailViewPresentedListener(DetailViewPresentedListener) - Method in interface net.donky.core.messaging.ui.components.generic.DetailView
 
setFragmentBuilders(GenericBuilder<FRAGMENT_LEFT>, GenericBuilder<FRAGMENT_RIGHT>) - Method in class net.donky.core.messaging.ui.components.generic.GenericSplitFragment
Sets the fragment builders for left(list) and right(detail) fragments.
setIconBackgroundColor(int) - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Set background color for small icon if large icon is not available.
setIconBackgroundColor(int) - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Set background color for small icon if large icon is not available.
setIsInDualPaneDisplayMode(boolean) - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
 
setIsInDualPaneDisplayMode(boolean) - Method in interface net.donky.core.messaging.ui.components.generic.DualPaneModeListener
Sets the display mode
setLedColour(int) - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Set colour of led light.
setLedColour(int) - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Set colour of led light.
setLedOffMilliseconds(int) - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Set time period when led light will be switched off after notification was received.
setLedOffMilliseconds(int) - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Set time period when led light will be switched off after notification was received.
setLedOnMilliseconds(int) - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Set time period when led light will be switched on after notification was received.
setLedOnMilliseconds(int) - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Set time period when led light will be switched on after notification was received.
setListView(ListView) - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Stets the list view.
setOverlayVisibility(int) - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Change detail view overlay visibility.
setOverlayVisibility(int) - Method in class net.donky.core.messaging.ui.components.generic.GenericSplitFragment
 
setOverlayVisibility(int) - Method in interface net.donky.core.messaging.ui.components.generic.OverlayVisibilityController
Set the right panel overlay visibility.
setOverlayVisibilityController(OverlayVisibilityController) - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
 
setOverlayVisibilityController(OverlayVisibilityController) - Method in interface net.donky.core.messaging.ui.components.generic.DualPaneLeftFragment
Set the interface to change overlay visibility
setPriority(int) - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Set notification priority.
setPriority(int) - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Set notification priority.
setSelection(String, Integer) - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Sets selection for dual pane mode.
setSelectionListener(SelectionListener<T>) - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
 
setSelectionListener(SelectionListener<T>) - Method in interface net.donky.core.messaging.ui.components.generic.Selectable
Sets the listener for generic class object selection.
setSingleSelectedIdToDelete(String) - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Sets the id of item marked as to be deleted.
setSmallIconId(int) - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Set small icon for system notification.
setSmallIconId(int) - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Set small icon for system notification.
setSoundUri(Uri) - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Set sound for notification.
setSoundUri(Uri) - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Set sound for notification.
setSwipeToRefreshLayouts(SwipeRefreshLayout, SwipeRefreshLayout) - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Pass swipe to refresh layouts in onCreateView method.
setupOptionsPopup(ListPopupWindow, View, ArrayAdapter, AdapterView.OnItemClickListener) - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Setup the window list option menu.
setupSearchMenuItem(MenuItem, CursorAdapter) - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Setup search view.
setupSwipeToRefreshLayouts() - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Set listeners for swipe to refresh widgets.
setupUI(Toolbar) - Method in class net.donky.core.messaging.ui.components.DonkyActivity
Setup toolbar widget.
setVibratePattern(long[]) - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Set vibration pattern for notification.
setVibratePattern(long[]) - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Set vibration pattern for notification.
setVisibility(int) - Method in class net.donky.core.messaging.ui.notifications.ChatMessagePushUIConfiguration
Set notification visibility.
setVisibility(int) - Method in class net.donky.core.messaging.ui.notifications.RichMessagePushUIConfiguration
Set notification visibility.
showMultiChoiceModeAnimation(int) - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Animate transition to list view multi-choice mode.
size() - Method in class net.donky.core.messaging.ui.cache.AndroidDiskLruCache
Returns the number of bytes currently being used to store the values in this cache.
startUpdateTimestampsTimer() - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Start the timer periodically calling DonkyMessagingBaseListFragment.updateTimestamps().
stopUpdateTimestampsTimer() - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Stops the timer periodically calling DonkyMessagingBaseListFragment.updateTimestamps().

T

TimestampsHelper - Class in net.donky.core.messaging.ui.helpers
Helper class to generate timestamps for the UI

Created by Marcin Swierczek 09/06/2015.

TimestampsHelper() - Constructor for class net.donky.core.messaging.ui.helpers.TimestampsHelper
 

U

updateTimestamps() - Method in class net.donky.core.messaging.ui.components.generic.DonkyMessagingBaseListFragment
Update visible timestamps in list elements.

V

valueOf(String) - Static method in enum net.donky.core.messaging.ui.components.generic.GenericSplitFragment.DISPLAY_MODE
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.donky.core.messaging.ui.components.generic.GenericSplitFragment.DISPLAY_MODE
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I K L M N O P R S T U V