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

A

AbstractCache<KeyT,ValT> - Class in com.github.droidfu.cachefu
A simple 2-level cache consisting of a small and fast in-memory cache (1st level cache) and an (optional) slower but bigger disk cache (2nd level cache).
AbstractCache(String, int, long, int) - Constructor for class com.github.droidfu.cachefu.AbstractCache
Creates a new cache instance.
add(CO) - Method in class com.github.droidfu.cachefu.CachedList
Synchronized method used to append an object to the list.
addAll(List<T>) - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
 
addAll(List<T>, boolean) - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
 
after(Context, ReturnT) - Method in class com.github.droidfu.concurrent.BetterAsyncTask
A replacement for onPostExecute.
ANDROID_API_LEVEL - Static variable in class com.github.droidfu.support.DiagnosticSupport
 
apply(F) - Method in interface com.google.common.base.Function
Applies the function to an object of type F, resulting in an object of type T.
areAllItemsEnabled() - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
 
ArraySupport - Class in com.github.droidfu.support
 
ArraySupport() - Constructor for class com.github.droidfu.support.ArraySupport
 
assertDateEquals(Date, Date) - Static method in class com.github.droidfu.testsupport.DroidFuAssertions
Asserts that two dates are equal down to the granularity of a day.
assertEqualElements(Collection<E>, Collection<E>) - Static method in class com.github.droidfu.testsupport.DroidFuAssertions
 
assertTimeEquals(Date, Date) - Static method in class com.github.droidfu.testsupport.DroidFuAssertions
Asserts that two dates are equal down to the granularity of a second.
AsynchronousComputationException - Exception in com.google.common.collect
Wraps an exception that occured during a computation in a different thread.
AsynchronousComputationException(Throwable) - Constructor for exception com.google.common.collect.AsynchronousComputationException
Creates a new instance with the given cause.

B

before(Context) - Method in class com.github.droidfu.concurrent.BetterAsyncTask
Override to run code in the UI thread before this Task is run.
BetterActivity - Interface in com.github.droidfu.activities
 
BetterActivityHelper - Class in com.github.droidfu.activities
 
BetterActivityHelper() - Constructor for class com.github.droidfu.activities.BetterActivityHelper
 
BetterAsyncTask<ParameterT,ProgressT,ReturnT> - Class in com.github.droidfu.concurrent
Works in a similar way to AsyncTask but provides extra functionality.
BetterAsyncTask(Context) - Constructor for class com.github.droidfu.concurrent.BetterAsyncTask
Creates a new BetterAsyncTask who displays a progress dialog on the specified Context.
BetterAsyncTaskCallable<ParameterT,ProgressT,ReturnT> - Interface in com.github.droidfu.concurrent
 
BetterDefaultActivity - Class in com.github.droidfu.activities
 
BetterDefaultActivity() - Constructor for class com.github.droidfu.activities.BetterDefaultActivity
 
BetterExpandableListActivity - Class in com.github.droidfu.activities
 
BetterExpandableListActivity() - Constructor for class com.github.droidfu.activities.BetterExpandableListActivity
 
BetterHttp - Class in com.github.droidfu.http
 
BetterHttp() - Constructor for class com.github.droidfu.http.BetterHttp
 
BetterHttpRequest - Interface in com.github.droidfu.http
 
BetterHttpRequestBase - Class in com.github.droidfu.http
 
BetterHttpRequestRetryHandler - Class in com.github.droidfu.http
 
BetterHttpRequestRetryHandler(int) - Constructor for class com.github.droidfu.http.BetterHttpRequestRetryHandler
 
BetterHttpResponse - Interface in com.github.droidfu.http
 
BetterHttpResponseImpl - Class in com.github.droidfu.http
 
BetterHttpResponseImpl(HttpResponse) - Constructor for class com.github.droidfu.http.BetterHttpResponseImpl
 
BetterListActivity - Class in com.github.droidfu.activities
 
BetterListActivity() - Constructor for class com.github.droidfu.activities.BetterListActivity
 
BetterMapActivity - Class in com.github.droidfu.activities
 
BetterMapActivity() - Constructor for class com.github.droidfu.activities.BetterMapActivity
 
BetterPreferenceActivity - Class in com.github.droidfu.activities
 
BetterPreferenceActivity() - Constructor for class com.github.droidfu.activities.BetterPreferenceActivity
 
BetterService - Class in com.github.droidfu.services
 
BetterService() - Constructor for class com.github.droidfu.services.BetterService
 
BITMAP_EXTRA - Static variable in class com.github.droidfu.imageloader.ImageLoader
 

C

CachedHttpRequest - Class in com.github.droidfu.http
 
CachedHttpRequest(String) - Constructor for class com.github.droidfu.http.CachedHttpRequest
 
CachedHttpResponse - Class in com.github.droidfu.http
A response proxy returning data from a HttpResponseCache
CachedHttpResponse(String) - Constructor for class com.github.droidfu.http.CachedHttpResponse
 
CachedHttpResponse.ResponseData - Class in com.github.droidfu.http
 
CachedHttpResponse.ResponseData(int, byte[]) - Constructor for class com.github.droidfu.http.CachedHttpResponse.ResponseData
 
CachedList<CO extends CachedModel> - Class in com.github.droidfu.cachefu
Superclass of all list objects to be stored in ModelCache.
CachedList() - Constructor for class com.github.droidfu.cachefu.CachedList
Simple parameter-less constructor.
CachedList(Parcel) - Constructor for class com.github.droidfu.cachefu.CachedList
Constructor setting variables from parcel.
CachedList(Class<? extends CachedModel>) - Constructor for class com.github.droidfu.cachefu.CachedList
Constructor initializing class of objects stored.
CachedList(Class<? extends CachedModel>, int) - Constructor for class com.github.droidfu.cachefu.CachedList
Constructor initializing class of objects stored as well as initial length of list.
CachedList(Class<? extends CachedModel>, String) - Constructor for class com.github.droidfu.cachefu.CachedList
Constructor initializing class of objects stored as well as id used in key generation.
CachedModel - Class in com.github.droidfu.cachefu
Superclass of all objects to be stored in ModelCache.
CachedModel() - Constructor for class com.github.droidfu.cachefu.CachedModel
Simple parameter-less constructor.
CachedModel(Parcel) - Constructor for class com.github.droidfu.cachefu.CachedModel
Constructor setting variables from parcel.
CachedModel(String) - Constructor for class com.github.droidfu.cachefu.CachedModel
Constructor setting ID given.
CacheHelper - Class in com.github.droidfu.cachefu
 
CacheHelper() - Constructor for class com.github.droidfu.cachefu.CacheHelper
 
call(BetterAsyncTask<ParameterT, ProgressT, ReturnT>) - Method in interface com.github.droidfu.concurrent.BetterAsyncTaskCallable
 
checkClientTrusted(X509Certificate[], String) - Method in class com.github.droidfu.http.ssl.TrivialTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class com.github.droidfu.http.ssl.TrivialTrustManager
 
clazz - Variable in class com.github.droidfu.cachefu.CachedList
Class type of object list
clear() - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
 
clear() - Method in class com.github.droidfu.cachefu.AbstractCache
 
clearCache() - Static method in class com.github.droidfu.imageloader.ImageLoader
Clears the 1st-level cache (in-memory cache).
com.github.droidfu - package com.github.droidfu
 
com.github.droidfu.activities - package com.github.droidfu.activities
 
com.github.droidfu.adapters - package com.github.droidfu.adapters
 
com.github.droidfu.cachefu - package com.github.droidfu.cachefu
 
com.github.droidfu.concurrent - package com.github.droidfu.concurrent
 
com.github.droidfu.dialogs - package com.github.droidfu.dialogs
 
com.github.droidfu.exception - package com.github.droidfu.exception
 
com.github.droidfu.http - package com.github.droidfu.http
 
com.github.droidfu.http.ssl - package com.github.droidfu.http.ssl
 
com.github.droidfu.imageloader - package com.github.droidfu.imageloader
 
com.github.droidfu.listeners - package com.github.droidfu.listeners
 
com.github.droidfu.services - package com.github.droidfu.services
 
com.github.droidfu.support - package com.github.droidfu.support
 
com.github.droidfu.testsupport - package com.github.droidfu.testsupport
 
com.github.droidfu.widgets - package com.github.droidfu.widgets
 
com.google.common.base - package com.google.common.base
 
com.google.common.base.internal - package com.google.common.base.internal
 
com.google.common.collect - package com.google.common.collect
 
ComputationException - Exception in com.google.common.collect
Wraps an exception that occured during a computation.
ComputationException(Throwable) - Constructor for exception com.google.common.collect.ComputationException
Creates a new instance with the given cause.
concurrencyLevel(int) - Method in class com.google.common.collect.MapMaker
Guides the allowed concurrency among update operations.
ConnectionChangedBroadcastReceiver - Class in com.github.droidfu.http
 
ConnectionChangedBroadcastReceiver() - Constructor for class com.github.droidfu.http.ConnectionChangedBroadcastReceiver
 
connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in class com.github.droidfu.http.ssl.EasySSLSocketFactory
 
containsKey(Object) - Method in class com.github.droidfu.cachefu.AbstractCache
Checks if a value is present in the cache.
containsKeyInMemory(Object) - Method in class com.github.droidfu.cachefu.AbstractCache
Checks if a value is present in the in-memory cache.
containsValue(Object) - Method in class com.github.droidfu.cachefu.AbstractCache
Checks if the given value is currently hold in memory.
createDiagnosis(Activity, Exception) - Static method in class com.github.droidfu.support.DiagnosticSupport
 
createKey(String) - Method in class com.github.droidfu.cachefu.CachedList
 
createKey(String) - Method in class com.github.droidfu.cachefu.CachedModel
Method called to determine a key in the cache using the object's id e.g.:
createProgressDialog(Activity, int, int) - Static method in class com.github.droidfu.activities.BetterActivityHelper
Creates a new ProgressDialog
createSocket() - Method in class com.github.droidfu.http.ssl.EasySSLSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class com.github.droidfu.http.ssl.EasySSLSocketFactory
 
CREATOR - Static variable in class com.github.droidfu.cachefu.CachedList
Creator object used for parcelling

D

DEFAULT_HTTP_USER_AGENT - Static variable in class com.github.droidfu.http.BetterHttp
 
DEFAULT_MAX_CONNECTIONS - Static variable in class com.github.droidfu.http.BetterHttp
 
DEFAULT_SOCKET_TIMEOUT - Static variable in class com.github.droidfu.http.BetterHttp
 
delete(String) - Static method in class com.github.droidfu.http.BetterHttp
 
delete(T[], int) - Static method in class com.github.droidfu.support.ArraySupport
 
describeContents() - Method in class com.github.droidfu.cachefu.CachedModel
 
DiagnosticSupport - Class in com.github.droidfu.support
 
DiagnosticSupport() - Constructor for class com.github.droidfu.support.DiagnosticSupport
 
DialogClickListener<T> - Interface in com.github.droidfu.dialogs
 
dipToPx(Context, int) - Static method in class com.github.droidfu.support.DisplaySupport
 
disableDialog() - Method in class com.github.droidfu.concurrent.BetterAsyncTask
Disable the display of a dialog during the execution of this task.
DISK_CACHE_INTERNAL - Static variable in class com.github.droidfu.cachefu.AbstractCache
 
DISK_CACHE_SDCARD - Static variable in class com.github.droidfu.cachefu.AbstractCache
 
diskCacheDirectory - Variable in class com.github.droidfu.cachefu.AbstractCache
 
DisplaySupport - Class in com.github.droidfu.support
 
DisplaySupport() - Constructor for class com.github.droidfu.support.DisplaySupport
 
doCheckedInBackground(Context, ParameterT...) - Method in class com.github.droidfu.concurrent.BetterAsyncTask
Override to perform computation in a background thread
doGetView(int, View, ViewGroup) - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
 
doInBackground(ParameterT...) - Method in class com.github.droidfu.concurrent.BetterAsyncTask
 
downloadImage() - Method in class com.github.droidfu.imageloader.ImageLoader
 
DroidFu - Interface in com.github.droidfu
 
DroidFuApplication - Class in com.github.droidfu
 
DroidFuApplication() - Constructor for class com.github.droidfu.DroidFuApplication
 
DroidFuAssertions - Class in com.github.droidfu.testsupport
 
DroidFuAssertions() - Constructor for class com.github.droidfu.testsupport.DroidFuAssertions
 

E

EasySSLSocketFactory - Class in com.github.droidfu.http.ssl
This socket factory will create ssl socket that accepts self signed certificate
EasySSLSocketFactory() - Constructor for class com.github.droidfu.http.ssl.EasySSLSocketFactory
 
enableDiskCache(Context, int) - Method in class com.github.droidfu.cachefu.AbstractCache
Enable caching to the phone's internal storage or SD card.
enableGZIPEncoding() - Static method in class com.github.droidfu.http.BetterHttp
Intercept requests to have them ask for GZip encoding and intercept responses to automatically wrap the response entity for reinflation.
enableResponseCache(int, long, int) - Static method in class com.github.droidfu.http.BetterHttp
Enables caching of HTTP responses.
enableResponseCache(Context, int, long, int, int) - Static method in class com.github.droidfu.http.BetterHttp
Enables caching of HTTP responses.
entrySet() - Method in class com.github.droidfu.cachefu.AbstractCache
 
equal(Object, Object) - Static method in class com.google.common.base.Objects
Determines whether two possibly-null objects are equal.
equals(Object) - Method in class com.github.droidfu.cachefu.CachedList
 
equals(Object) - Method in class com.github.droidfu.http.ssl.EasySSLSocketFactory
 
equals(Object) - Method in interface com.google.common.base.Function
Indicates whether some other object is equal to this Function.
ERROR_DIALOG_TITLE_RESOURCE - Static variable in class com.github.droidfu.activities.BetterActivityHelper
 
expectedStatusCodes - Variable in class com.github.droidfu.http.BetterHttpRequestBase
 
expecting(Integer...) - Method in interface com.github.droidfu.http.BetterHttpRequest
Define the set of HTTP status codes which you anticipate to be returned by the server, including error codes you'd like to explicitly handle.
expecting(Integer...) - Method in class com.github.droidfu.http.BetterHttpRequestBase
 
expecting(Integer...) - Method in class com.github.droidfu.http.CachedHttpRequest
 
expiration(long, TimeUnit) - Method in class com.google.common.collect.MapMaker
Specifies that each entry should be automatically removed from the map once a fixed duration has passed since the entry's creation.

F

failed() - Method in class com.github.droidfu.concurrent.BetterAsyncTask
Has an exception been thrown inside doCheckedInBackground()
FinalizableReference - Interface in com.google.common.base
Implemented by references that have code to run after garbage collection of their referents.
FinalizableReferenceQueue - Class in com.google.common.base
A reference queue with an associated background thread that dequeues references and invokes FinalizableReference.finalizeReferent() on them.
FinalizableReferenceQueue() - Constructor for class com.google.common.base.FinalizableReferenceQueue
Constructs a new queue.
FinalizableSoftReference<T> - Class in com.google.common.base
Soft reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.
FinalizableSoftReference(T, FinalizableReferenceQueue) - Constructor for class com.google.common.base.FinalizableSoftReference
Constructs a new finalizable soft reference.
FinalizableWeakReference<T> - Class in com.google.common.base
Weak reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.
FinalizableWeakReference(T, FinalizableReferenceQueue) - Constructor for class com.google.common.base.FinalizableWeakReference
Constructs a new finalizable weak reference.
Finalizer - Class in com.google.common.base.internal
Thread that finalizes referents.
finalizeReferent() - Method in interface com.google.common.base.FinalizableReference
Invoked on a background thread after the referent has been garbage collected unless security restrictions prevented starting a background thread, in which case this method is invoked when new references are created.
find(ModelCache, String, Class<? extends CachedModel>) - Static method in class com.github.droidfu.cachefu.CachedModel
Method for looking up object in cache.
find(T[], T) - Static method in class com.github.droidfu.support.ArraySupport
Attempts to find an object in a potentially unsorted array.
Function<F,T> - Interface in com.google.common.base
A transformation from one object to another.

G

get(Object) - Method in class com.github.droidfu.cachefu.AbstractCache
Reads a value from the cache by probing the in-memory cache, and if enabled and the in-memory probe was a miss, the disk cache.
get(int) - Method in class com.github.droidfu.cachefu.CachedList
Synchronized method used to get an object from the live list.
get(String) - Static method in class com.github.droidfu.http.BetterHttp
 
get(String, boolean) - Static method in class com.github.droidfu.http.BetterHttp
 
getAcceptedIssuers() - Method in class com.github.droidfu.http.ssl.TrivialTrustManager
 
getActiveContext(String) - Method in class com.github.droidfu.DroidFuApplication
 
getAndroidId(Context) - Static method in class com.github.droidfu.support.DiagnosticSupport
Returns the ANDROID_ID unique device ID for the current device.
getAndroidId(Context, String) - Static method in class com.github.droidfu.support.DiagnosticSupport
Same as DiagnosticSupport.getAndroidId(Context), but never returns null.
getApplicationVersionString(Context) - Static method in class com.github.droidfu.support.DiagnosticSupport
 
getBitmap(Object) - Method in class com.github.droidfu.cachefu.ImageCache
 
getCallingContext() - Method in class com.github.droidfu.concurrent.BetterAsyncTask
Gets the most recent instance of this Context.
getClientMessageResourceId() - Method in interface com.github.droidfu.exception.ResourceMessageException
 
getCount() - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
getCount() - Method in class com.github.droidfu.adapters.WebGalleryAdapter
 
getCurrentIntent() - Method in interface com.github.droidfu.activities.BetterActivity
Retrieves the current intent that was used to create or resume this activity.
getCurrentIntent() - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
getCurrentIntent() - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
getCurrentIntent() - Method in class com.github.droidfu.activities.BetterListActivity
 
getCurrentIntent() - Method in class com.github.droidfu.activities.BetterMapActivity
 
getCurrentIntent() - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
getData() - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
 
getDefaultHeaders() - Static method in class com.github.droidfu.http.BetterHttp
 
getDiskCacheDirectory() - Method in class com.github.droidfu.cachefu.AbstractCache
Only meaningful if disk caching is enabled.
getFileNameForKey(KeyT) - Method in class com.github.droidfu.cachefu.AbstractCache
Only meaningful if disk caching is enabled.
getFileNameForKey(String) - Method in class com.github.droidfu.cachefu.HttpResponseCache
 
getFileNameForKey(String) - Method in class com.github.droidfu.cachefu.ImageCache
 
getFileNameForKey(String) - Method in class com.github.droidfu.cachefu.ModelCache
 
getFileNameFromUrl(String) - Static method in class com.github.droidfu.cachefu.CacheHelper
 
getHeader(String) - Method in interface com.github.droidfu.http.BetterHttpResponse
 
getHeader(String) - Method in class com.github.droidfu.http.BetterHttpResponseImpl
 
getHeader(String) - Method in class com.github.droidfu.http.CachedHttpResponse
 
getHttpClient() - Static method in class com.github.droidfu.http.BetterHttp
 
getId() - Method in class com.github.droidfu.cachefu.CachedModel
Returns ID of object used in key generation.
getImageCache() - Static method in class com.github.droidfu.imageloader.ImageLoader
Returns the image cache backing this image loader.
getImageUrl() - Method in class com.github.droidfu.imageloader.ImageLoaderHandler
 
getImageUrl() - Method in class com.github.droidfu.widgets.WebImageView
Returns the URL of the image to show
getImageUrls() - Method in class com.github.droidfu.adapters.WebGalleryAdapter
 
getImageView() - Method in class com.github.droidfu.imageloader.ImageLoaderHandler
 
getInheritableThreadLocalsField() - Static method in class com.google.common.base.internal.Finalizer
 
getItem(int) - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
 
getItem(int) - Method in class com.github.droidfu.adapters.WebGalleryAdapter
 
getItemCount() - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
 
getItemId(int) - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
 
getItemId(int) - Method in class com.github.droidfu.adapters.WebGalleryAdapter
 
getItemViewType(int) - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
 
getKey() - Method in class com.github.droidfu.cachefu.CachedModel
 
getList() - Method in class com.github.droidfu.cachefu.CachedList
Synchronized method to get a copy of the list in its current state.
getListView() - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
 
getMapView() - Method in class com.github.droidfu.activities.BetterMapActivity
 
getMyLocationOverlay() - Method in class com.github.droidfu.activities.BetterMapActivity
 
getProgressDrawable() - Method in class com.github.droidfu.adapters.WebGalleryAdapter
 
getProgressView() - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
 
getRequestUrl() - Method in interface com.github.droidfu.http.BetterHttpRequest
 
getRequestUrl() - Method in class com.github.droidfu.http.BetterHttpRequestBase
 
getRequestUrl() - Method in class com.github.droidfu.http.CachedHttpRequest
 
getResponseBody() - Method in interface com.github.droidfu.http.BetterHttpResponse
 
getResponseBody() - Method in class com.github.droidfu.http.BetterHttpResponseImpl
 
getResponseBody() - Method in class com.github.droidfu.http.CachedHttpResponse
 
getResponseBody() - Method in class com.github.droidfu.http.CachedHttpResponse.ResponseData
 
getResponseBodyAsBytes() - Method in interface com.github.droidfu.http.BetterHttpResponse
 
getResponseBodyAsBytes() - Method in class com.github.droidfu.http.BetterHttpResponseImpl
 
getResponseBodyAsBytes() - Method in class com.github.droidfu.http.CachedHttpResponse
 
getResponseBodyAsString() - Method in interface com.github.droidfu.http.BetterHttpResponse
 
getResponseBodyAsString() - Method in class com.github.droidfu.http.BetterHttpResponseImpl
 
getResponseBodyAsString() - Method in class com.github.droidfu.http.CachedHttpResponse
 
getResponseCache() - Static method in class com.github.droidfu.http.BetterHttp
 
getScreenDensity(Context) - Static method in class com.github.droidfu.support.DisplaySupport
 
getSocketTimeout() - Static method in class com.github.droidfu.http.BetterHttp
 
getStatusCode() - Method in interface com.github.droidfu.http.BetterHttpResponse
 
getStatusCode() - Method in class com.github.droidfu.http.BetterHttpResponseImpl
 
getStatusCode() - Method in class com.github.droidfu.http.CachedHttpResponse
 
getStatusCode() - Method in class com.github.droidfu.http.CachedHttpResponse.ResponseData
 
getTimesRetried() - Method in class com.github.droidfu.http.BetterHttpRequestRetryHandler
 
getView(int, View, ViewGroup) - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
 
getView(int, View, ViewGroup) - Method in class com.github.droidfu.adapters.WebGalleryAdapter
 
getViewTypeCount() - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
 
getWindowFeatures() - Method in interface com.github.droidfu.activities.BetterActivity
 
getWindowFeatures(Activity) - Static method in class com.github.droidfu.activities.BetterActivityHelper
 
getWindowFeatures() - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
getWindowFeatures() - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
getWindowFeatures() - Method in class com.github.droidfu.activities.BetterListActivity
 
getWindowFeatures() - Method in class com.github.droidfu.activities.BetterMapActivity
 
getWindowFeatures() - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 

H

handleError(Context, Exception) - Method in class com.github.droidfu.concurrent.BetterAsyncTask
Runs in the UI thread if there was an exception throw from doCheckedInBackground
handleImageLoaded(Bitmap, Message) - Method in class com.github.droidfu.imageloader.ImageLoaderHandler
Override this method if you need custom handler logic.
handleImageLoadedMessage(Message) - Method in class com.github.droidfu.imageloader.ImageLoaderHandler
 
handleMessage(Message) - Method in class com.github.droidfu.imageloader.ImageLoaderHandler
 
HANDLER_MESSAGE_ID - Static variable in class com.github.droidfu.imageloader.ImageLoader
 
handleResponse(HttpResponse) - Method in class com.github.droidfu.http.BetterHttpRequestBase
 
hashCode() - Method in class com.github.droidfu.http.ssl.EasySSLSocketFactory
 
hashCode(Object...) - Static method in class com.google.common.base.Objects
Generates a hash code for multiple values.
hasItems() - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
 
HTTP_CONTENT_TYPE_HEADER - Static variable in class com.github.droidfu.http.BetterHttpRequestBase
 
httpClient - Variable in class com.github.droidfu.http.BetterHttpRequestBase
 
HttpResponseCache - Class in com.github.droidfu.cachefu
Allows caching HTTP responses (only status code and payload at the moment) using the features provided by AbstractCache.
HttpResponseCache(int, long, int) - Constructor for class com.github.droidfu.cachefu.HttpResponseCache
 

I

IMAGE_URL_EXTRA - Static variable in class com.github.droidfu.imageloader.ImageLoader
 
ImageCache - Class in com.github.droidfu.cachefu
Implements a cache capable of caching image files.
ImageCache(int, long, int) - Constructor for class com.github.droidfu.cachefu.ImageCache
 
ImageLoader - Class in com.github.droidfu.imageloader
Realizes an background image loader backed by a two-level FIFO cache.
ImageLoaderHandler - Class in com.github.droidfu.imageloader
 
ImageLoaderHandler(ImageView, String) - Constructor for class com.github.droidfu.imageloader.ImageLoaderHandler
 
ImageLoaderHandler(ImageView, String, Drawable) - Constructor for class com.github.droidfu.imageloader.ImageLoaderHandler
 
initialCapacity(int) - Method in class com.google.common.collect.MapMaker
Sets a custom initial capacity (defaults to 16).
initialize(Context) - Static method in class com.github.droidfu.imageloader.ImageLoader
This method must be called before any other method is invoked on this class.
initialize(Context, long) - Static method in class com.github.droidfu.imageloader.ImageLoader
 
IntentSupport - Class in com.github.droidfu.support
 
IntentSupport() - Constructor for class com.github.droidfu.support.IntentSupport
 
isApplicationBroughtToBackground() - Method in interface com.github.droidfu.activities.BetterActivity
Android doesn't distinguish between your Activity being paused by another Activity of your own application, or by an Activity of an entirely different application.
isApplicationBroughtToBackground(Context) - Static method in class com.github.droidfu.activities.BetterActivityHelper
Checks if the application is in the background (i.e behind another application's Activity).
isApplicationBroughtToBackground() - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
isApplicationBroughtToBackground() - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
isApplicationBroughtToBackground() - Method in class com.github.droidfu.activities.BetterListActivity
 
isApplicationBroughtToBackground() - Method in class com.github.droidfu.activities.BetterMapActivity
 
isApplicationBroughtToBackground() - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
isDiskCacheEnabled() - Method in class com.github.droidfu.cachefu.AbstractCache
 
isEmpty() - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
isEmpty() - Method in class com.github.droidfu.cachefu.AbstractCache
 
isEnabled(int) - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
 
isIntentAvailable(Context, String, Uri, String) - Static method in class com.github.droidfu.support.IntentSupport
Checks whether there are applications installed which are able to handle the given action/data.
isIntentAvailable(Context, String, String) - Static method in class com.github.droidfu.support.IntentSupport
Checks whether there are applications installed which are able to handle the given action/type.
isIntentAvailable(Context, Intent) - Static method in class com.github.droidfu.support.IntentSupport
Checks whether there are applications installed which are able to handle the given intent.
isLandscapeMode() - Method in interface com.github.droidfu.activities.BetterActivity
 
isLandscapeMode() - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
isLandscapeMode() - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
isLandscapeMode() - Method in class com.github.droidfu.activities.BetterListActivity
 
isLandscapeMode() - Method in class com.github.droidfu.activities.BetterMapActivity
 
isLandscapeMode() - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
isLaunching() - Method in interface com.github.droidfu.activities.BetterActivity
 
isLaunching() - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
isLaunching() - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
isLaunching() - Method in class com.github.droidfu.activities.BetterListActivity
 
isLaunching() - Method in class com.github.droidfu.activities.BetterMapActivity
 
isLaunching() - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
isLoaded() - Method in class com.github.droidfu.widgets.WebImageView
 
isLoadingData() - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
 
isPortraitMode() - Method in interface com.github.droidfu.activities.BetterActivity
 
isPortraitMode() - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
isPortraitMode() - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
isPortraitMode() - Method in class com.github.droidfu.activities.BetterListActivity
 
isPortraitMode() - Method in class com.github.droidfu.activities.BetterMapActivity
 
isPortraitMode() - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
isRestoring() - Method in interface com.github.droidfu.activities.BetterActivity
 
isRestoring() - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
isRestoring() - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
isRestoring() - Method in class com.github.droidfu.activities.BetterListActivity
 
isRestoring() - Method in class com.github.droidfu.activities.BetterMapActivity
 
isRestoring() - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
isResuming() - Method in interface com.github.droidfu.activities.BetterActivity
 
isResuming() - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
isResuming() - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
isResuming() - Method in class com.github.droidfu.activities.BetterListActivity
 
isResuming() - Method in class com.github.droidfu.activities.BetterMapActivity
 
isResuming() - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
isRouteDisplayed() - Method in class com.github.droidfu.activities.BetterMapActivity
 
isSecure(Socket) - Method in class com.github.droidfu.http.ssl.EasySSLSocketFactory
 

J

join(T[], T[]) - Static method in class com.github.droidfu.support.ArraySupport
 

K

keySet() - Method in class com.github.droidfu.cachefu.AbstractCache
 

L

list - Variable in class com.github.droidfu.cachefu.CachedList
List of objects.
ListAdapterWithProgress<T> - Class in com.github.droidfu.adapters
 
ListAdapterWithProgress(ListActivity, int) - Constructor for class com.github.droidfu.adapters.ListAdapterWithProgress
 
ListAdapterWithProgress(ExpandableListActivity, int) - Constructor for class com.github.droidfu.adapters.ListAdapterWithProgress
 
ListAdapterWithProgress(Activity, AbsListView, int) - Constructor for class com.github.droidfu.adapters.ListAdapterWithProgress
 
loadImage() - Method in class com.github.droidfu.widgets.WebImageView
Use this method to trigger the image download if you had previously set autoLoad to false.

M

makeComputingMap(Function<? super K, ? extends V>) - Method in class com.google.common.collect.MapMaker
Builds a map that supports atomic, on-demand computation of values.
makeMap() - Method in class com.google.common.collect.MapMaker
Builds the final map, without on-demand computation of values.
mapActivity - Variable in class com.github.droidfu.listeners.MapGestureListener
 
MapGestureListener - Class in com.github.droidfu.listeners
 
MapGestureListener(BetterMapActivity) - Constructor for class com.github.droidfu.listeners.MapGestureListener
 
MapMaker - Class in com.google.common.collect
A ConcurrentMap builder, providing any combination of these features: soft or weak keys, soft or weak values, timed expiration, and on-demand computation of values.
MapMaker() - Constructor for class com.google.common.collect.MapMaker
Constructs a new MapMaker instance with default settings, including strong keys, strong values, and no automatic expiration.
maxRetries - Variable in class com.github.droidfu.http.BetterHttpRequestBase
 
MIME_TYPE_EMAIL - Static variable in class com.github.droidfu.support.IntentSupport
 
MIME_TYPE_TEXT - Static variable in class com.github.droidfu.support.IntentSupport
 
ModelCache - Class in com.github.droidfu.cachefu
Allows caching Model objects using the features provided by AbstractCache.
ModelCache(int, long, int) - Constructor for class com.github.droidfu.cachefu.ModelCache
Creates an AbstractCache with params provided and name 'ModelCache'.

N

newAlertDialog(int, int) - Method in interface com.github.droidfu.activities.BetterActivity
 
newAlertDialog(int, int) - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
newAlertDialog(int, int) - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
newAlertDialog(int, int) - Method in class com.github.droidfu.activities.BetterListActivity
 
newAlertDialog(int, int) - Method in class com.github.droidfu.activities.BetterMapActivity
 
newAlertDialog(int, int) - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
newCallNumberIntent(String) - Static method in class com.github.droidfu.support.IntentSupport
Creates an intent that will immediately dispatch a call to the given number.
newDialNumberIntent(String) - Static method in class com.github.droidfu.support.IntentSupport
Creates an intent that will open the phone app and enter the given number.
newEmailIntent(Context, String, String, String) - Static method in class com.github.droidfu.support.IntentSupport
 
newErrorHandlerDialog(int, Exception) - Method in interface com.github.droidfu.activities.BetterActivity
Creates a new error dialog, with the option to either dismiss or -- if an email application is installed -- report the given error.
newErrorHandlerDialog(Exception) - Method in interface com.github.droidfu.activities.BetterActivity
Creates a new error dialog, with the option to either dismiss or -- if an email application is installed -- report the given error.
newErrorHandlerDialog(Activity, String, Exception) - Static method in class com.github.droidfu.activities.BetterActivityHelper
Displays a error dialog with an exception as its body.
newErrorHandlerDialog(int, Exception) - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
newErrorHandlerDialog(Exception) - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
newErrorHandlerDialog(int, Exception) - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
newErrorHandlerDialog(Exception) - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
newErrorHandlerDialog(int, Exception) - Method in class com.github.droidfu.activities.BetterListActivity
 
newErrorHandlerDialog(Exception) - Method in class com.github.droidfu.activities.BetterListActivity
 
newErrorHandlerDialog(int, Exception) - Method in class com.github.droidfu.activities.BetterMapActivity
 
newErrorHandlerDialog(Exception) - Method in class com.github.droidfu.activities.BetterMapActivity
 
newErrorHandlerDialog(int, Exception) - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
newErrorHandlerDialog(Exception) - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
newInfoDialog(int, int) - Method in interface com.github.droidfu.activities.BetterActivity
 
newInfoDialog(int, int) - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
newInfoDialog(int, int) - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
newInfoDialog(int, int) - Method in class com.github.droidfu.activities.BetterListActivity
 
newInfoDialog(int, int) - Method in class com.github.droidfu.activities.BetterMapActivity
 
newInfoDialog(int, int) - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
newListDialog(String, List<T>, DialogClickListener<T>, boolean) - Method in interface com.github.droidfu.activities.BetterActivity
Creates a new list style dialog from a list of objects.
newListDialog(Activity, String, List<T>, DialogClickListener<T>, boolean) - Static method in class com.github.droidfu.activities.BetterActivityHelper
Creates a AlertDialog that shows a list of elements.
newListDialog(Activity, String, List<T>, DialogClickListener<T>, boolean, int) - Static method in class com.github.droidfu.activities.BetterActivityHelper
 
newListDialog(String, List<T>, DialogClickListener<T>, boolean) - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
newListDialog(String, List<T>, DialogClickListener<T>, boolean) - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
newListDialog(String, List<T>, DialogClickListener<T>, boolean) - Method in class com.github.droidfu.activities.BetterListActivity
 
newListDialog(String, List<T>, DialogClickListener<T>, boolean) - Method in class com.github.droidfu.activities.BetterMapActivity
 
newListDialog(String, List<T>, DialogClickListener<T>, boolean) - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
newMapsIntent(String, String) - Static method in class com.github.droidfu.support.IntentSupport
 
newMessageDialog(Context, String, String, int) - Static method in class com.github.droidfu.activities.BetterActivityHelper
Creates a new AlertDialog to display a simple message
newSelectPictureIntent() - Static method in class com.github.droidfu.support.IntentSupport
Creates an intent which when fired, will launch the phone's picture gallery to select a picture from it.
newShareIntent(Context, String, String, String) - Static method in class com.github.droidfu.support.IntentSupport
 
newTakePictureIntent(File) - Static method in class com.github.droidfu.support.IntentSupport
Creates an intent which when fired, will launch the camera to take a picture that's saved to a temporary file so you can use it directly without going through the gallery.
newYesNoDialog(int, int, DialogInterface.OnClickListener) - Method in interface com.github.droidfu.activities.BetterActivity
 
newYesNoDialog(Context, String, String, int, DialogInterface.OnClickListener) - Static method in class com.github.droidfu.activities.BetterActivityHelper
Creates a new Yes/No AlertDialog
newYesNoDialog(int, int, DialogInterface.OnClickListener) - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
newYesNoDialog(int, int, DialogInterface.OnClickListener) - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
newYesNoDialog(int, int, DialogInterface.OnClickListener) - Method in class com.github.droidfu.activities.BetterListActivity
 
newYesNoDialog(int, int, DialogInterface.OnClickListener) - Method in class com.github.droidfu.activities.BetterMapActivity
 
newYesNoDialog(int, int, DialogInterface.OnClickListener) - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
NO_DRAWABLE - Static variable in class com.github.droidfu.adapters.WebGalleryAdapter
 
notifyImageLoaded(String, Bitmap) - Method in class com.github.droidfu.imageloader.ImageLoader
 

O

Objects - Class in com.google.common.base
Helper functions that can operate on any Object.
onBind(Intent) - Method in class com.github.droidfu.services.BetterService
 
onClick(int, T) - Method in interface com.github.droidfu.dialogs.DialogClickListener
 
onClose() - Method in class com.github.droidfu.DroidFuApplication
Invoked if the application is about to close.
onCreate(Bundle) - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
onCreate(Bundle) - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
onCreate(Bundle) - Method in class com.github.droidfu.activities.BetterListActivity
 
onCreate(Bundle) - Method in class com.github.droidfu.activities.BetterMapActivity
 
onCreate(Bundle) - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
onCreate() - Method in class com.github.droidfu.services.BetterService
 
onCreateDialog(int) - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
onCreateDialog(int) - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
onCreateDialog(int) - Method in class com.github.droidfu.activities.BetterListActivity
 
onCreateDialog(int) - Method in class com.github.droidfu.activities.BetterMapActivity
 
onCreateDialog(int) - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
onDestroy() - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
onDestroy() - Method in class com.github.droidfu.activities.BetterListActivity
 
onDestroy() - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
onDoubleTap(MotionEvent) - Method in class com.github.droidfu.listeners.MapGestureListener
 
onGetView(int, View, ViewGroup) - Method in class com.github.droidfu.adapters.WebGalleryAdapter
 
onKeyDown(int, KeyEvent) - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
onKeyDown(int, KeyEvent) - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
onKeyDown(int, KeyEvent) - Method in class com.github.droidfu.activities.BetterListActivity
 
onKeyDown(int, KeyEvent) - Method in class com.github.droidfu.activities.BetterMapActivity
 
onKeyDown(int, KeyEvent) - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
onNewIntent(Intent) - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
onNewIntent(Intent) - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
onNewIntent(Intent) - Method in class com.github.droidfu.activities.BetterListActivity
 
onNewIntent(Intent) - Method in class com.github.droidfu.activities.BetterMapActivity
 
onNewIntent(Intent) - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
onPause() - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
onPause() - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
onPause() - Method in class com.github.droidfu.activities.BetterListActivity
 
onPause() - Method in class com.github.droidfu.activities.BetterMapActivity
 
onPause() - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
onPostExecute(ReturnT) - Method in class com.github.droidfu.concurrent.BetterAsyncTask
 
onPreExecute() - Method in class com.github.droidfu.concurrent.BetterAsyncTask
 
onReceive(Context, Intent) - Method in class com.github.droidfu.http.ConnectionChangedBroadcastReceiver
 
onRestoreInstanceState(Bundle) - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
onRestoreInstanceState(Bundle) - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
onRestoreInstanceState(Bundle) - Method in class com.github.droidfu.activities.BetterListActivity
 
onRestoreInstanceState(Bundle) - Method in class com.github.droidfu.activities.BetterMapActivity
 
onRestoreInstanceState(Bundle) - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
onResume() - Method in class com.github.droidfu.activities.BetterMapActivity
 
onSaveInstanceState(Bundle) - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
onSaveInstanceState(Bundle) - Method in class com.github.droidfu.activities.BetterListActivity
 

P

post(String) - Static method in class com.github.droidfu.http.BetterHttp
 
post(String, HttpEntity) - Static method in class com.github.droidfu.http.BetterHttp
 
put(KeyT, ValT) - Method in class com.github.droidfu.cachefu.AbstractCache
Writes an element to the cache.
put(String, CachedModel) - Method in class com.github.droidfu.cachefu.ModelCache
 
put(String) - Static method in class com.github.droidfu.http.BetterHttp
 
put(String, HttpEntity) - Static method in class com.github.droidfu.http.BetterHttp
 
putAll(Map<? extends KeyT, ? extends ValT>) - Method in class com.github.droidfu.cachefu.AbstractCache
 

R

readFromParcel(Parcel) - Method in class com.github.droidfu.cachefu.CachedList
 
readFromParcel(Parcel) - Method in class com.github.droidfu.cachefu.CachedModel
Saves data to parcel.
readValueFromDisk(File) - Method in class com.github.droidfu.cachefu.AbstractCache
Only meaningful if disk caching is enabled.
readValueFromDisk(File) - Method in class com.github.droidfu.cachefu.HttpResponseCache
 
readValueFromDisk(File) - Method in class com.github.droidfu.cachefu.ImageCache
 
readValueFromDisk(File) - Method in class com.github.droidfu.cachefu.ModelCache
 
reload(ModelCache) - Method in class com.github.droidfu.cachefu.CachedList
 
reload(ModelCache) - Method in class com.github.droidfu.cachefu.CachedModel
Attempts to reload any new data from cache.
reloadFromCachedModel(ModelCache, CachedModel) - Method in class com.github.droidfu.cachefu.CachedList
 
reloadFromCachedModel(ModelCache, CachedModel) - Method in class com.github.droidfu.cachefu.CachedModel
Method called to reload any data from a more recently stored object e.g.:
remove(int) - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
 
remove(Object) - Method in class com.github.droidfu.cachefu.AbstractCache
 
removeAllWithPrefix(String) - Method in class com.github.droidfu.cachefu.HttpResponseCache
 
removeAllWithPrefix(String) - Method in class com.github.droidfu.cachefu.ImageCache
 
removeAllWithPrefix(String) - Method in class com.github.droidfu.cachefu.ModelCache
Removes all cached objects with key prefix.
removeAllWithStringPrefix(AbstractCache<String, ?>, String) - Static method in class com.github.droidfu.cachefu.CacheHelper
 
removeKey(Object) - Method in class com.github.droidfu.cachefu.AbstractCache
 
request - Variable in class com.github.droidfu.http.BetterHttpRequestBase
 
reset() - Method in class com.github.droidfu.widgets.WebImageView
 
resetActiveContext(String) - Method in class com.github.droidfu.DroidFuApplication
 
ResourceMessageException - Interface in com.github.droidfu.exception
 
retries(int) - Method in interface com.github.droidfu.http.BetterHttpRequest
Set maximum number of retries for this particular request.
retries(int) - Method in class com.github.droidfu.http.BetterHttpRequestBase
 
retries(int) - Method in class com.github.droidfu.http.CachedHttpRequest
 
retrieveImageData() - Method in class com.github.droidfu.imageloader.ImageLoader
 
retryRequest(IOException, int, HttpContext) - Method in class com.github.droidfu.http.BetterHttpRequestRetryHandler
 
run() - Method in class com.github.droidfu.imageloader.ImageLoader
The job method run on a worker thread.
run() - Method in class com.google.common.base.internal.Finalizer
Loops continuously, pulling references off the queue and cleaning them up.

S

save(ModelCache) - Method in class com.github.droidfu.cachefu.CachedModel
Attempts to store the object in the cache using this object's key.
save(ModelCache, String) - Method in class com.github.droidfu.cachefu.CachedModel
Attempts to save the object in the cache using a given key.
scaleDrawable(Context, int, int, int) - Static method in class com.github.droidfu.support.DisplaySupport
 
SCREEN_DENSITY_HIGH - Static variable in class com.github.droidfu.support.DisplaySupport
 
SCREEN_DENSITY_LOW - Static variable in class com.github.droidfu.support.DisplaySupport
 
SCREEN_DENSITY_MEDIUM - Static variable in class com.github.droidfu.support.DisplaySupport
 
send() - Method in interface com.github.droidfu.http.BetterHttpRequest
Sends the current request.
send() - Method in class com.github.droidfu.http.BetterHttpRequestBase
 
send() - Method in class com.github.droidfu.http.CachedHttpRequest
 
set(int, CO) - Method in class com.github.droidfu.cachefu.CachedList
Synchronized method used to set an object at a location in the list.
setActiveContext(String, Context) - Method in class com.github.droidfu.DroidFuApplication
 
setCallable(BetterAsyncTaskCallable<ParameterT, ProgressT, ReturnT>) - Method in class com.github.droidfu.concurrent.BetterAsyncTask
Use a BetterAsyncTaskCallable instead of overriding doCheckedInBackground()
setContext(Context) - Static method in class com.github.droidfu.http.BetterHttp
 
setDefaultHeader(String, String) - Static method in class com.github.droidfu.http.BetterHttp
 
setDiskCacheEnabled(String) - Method in class com.github.droidfu.cachefu.AbstractCache
 
setHttpClient(AbstractHttpClient) - Static method in class com.github.droidfu.http.BetterHttp
 
setId(String) - Method in class com.github.droidfu.cachefu.CachedModel
Set ID of object used in key generation.
setImageUrl(String) - Method in class com.github.droidfu.imageloader.ImageLoaderHandler
 
setImageUrl(String) - Method in class com.github.droidfu.widgets.WebImageView
 
setImageUrls(List<String>) - Method in class com.github.droidfu.adapters.WebGalleryAdapter
 
setImageView(ImageView) - Method in class com.github.droidfu.imageloader.ImageLoaderHandler
 
setIsLoadingData(boolean) - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
 
setIsLoadingData(boolean, boolean) - Method in class com.github.droidfu.adapters.ListAdapterWithProgress
 
setMapGestureListener(MapGestureListener) - Method in class com.github.droidfu.activities.BetterMapActivity
 
setMapView(int) - Method in class com.github.droidfu.activities.BetterMapActivity
 
setMapViewWithZoom(int, int) - Method in class com.github.droidfu.activities.BetterMapActivity
 
setMaxDownloadAttempts(int) - Static method in class com.github.droidfu.imageloader.ImageLoader
 
setMaximumConnections(int) - Static method in class com.github.droidfu.http.BetterHttp
 
setMyLocationOverlay(MyLocationOverlay) - Method in class com.github.droidfu.activities.BetterMapActivity
 
setNoImageDrawable(int) - Method in class com.github.droidfu.widgets.WebImageView
Often you have resources which usually have an image, but some don't.
setPortForScheme(String, int) - Static method in class com.github.droidfu.http.BetterHttp
 
setProgressDialogMsgId(int) - Method in interface com.github.droidfu.activities.BetterActivity
 
setProgressDialogMsgId(int) - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
setProgressDialogMsgId(int) - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
setProgressDialogMsgId(int) - Method in class com.github.droidfu.activities.BetterListActivity
 
setProgressDialogMsgId(int) - Method in class com.github.droidfu.activities.BetterMapActivity
 
setProgressDialogMsgId(int) - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
setProgressDialogTitleId(int) - Method in interface com.github.droidfu.activities.BetterActivity
 
setProgressDialogTitleId(int) - Method in class com.github.droidfu.activities.BetterDefaultActivity
 
setProgressDialogTitleId(int) - Method in class com.github.droidfu.activities.BetterExpandableListActivity
 
setProgressDialogTitleId(int) - Method in class com.github.droidfu.activities.BetterListActivity
 
setProgressDialogTitleId(int) - Method in class com.github.droidfu.activities.BetterMapActivity
 
setProgressDialogTitleId(int) - Method in class com.github.droidfu.activities.BetterPreferenceActivity
 
setProgressDrawable(Drawable) - Method in class com.github.droidfu.adapters.WebGalleryAdapter
 
setSocketTimeout(int) - Static method in class com.github.droidfu.http.BetterHttp
Adjust the socket timeout, i.e.
setThreadPoolSize(int) - Static method in class com.github.droidfu.imageloader.ImageLoader
 
setupHttpClient() - Static method in class com.github.droidfu.http.BetterHttp
 
setUserAgent(String) - Static method in class com.github.droidfu.http.BetterHttp
 
size() - Method in class com.github.droidfu.cachefu.AbstractCache
 
size() - Method in class com.github.droidfu.cachefu.CachedList
Synchronized method used to return size of list.
softKeys() - Method in class com.google.common.collect.MapMaker
Specifies that each key (not value) stored in the map should be wrapped in a SoftReference (by default, strong references are used).
softValues() - Method in class com.google.common.collect.MapMaker
Specifies that each value (not key) stored in the map should be wrapped in a SoftReference (by default, strong references are used).
splitByCharacterTypeCamelCase(String) - Static method in class com.github.droidfu.support.StringSupport
Splits a String by Character type as returned by java.lang.Character.getType(char).
start(String, ImageView) - Static method in class com.github.droidfu.imageloader.ImageLoader
Triggers the image loader for the given image and view.
start(String, ImageView, Drawable, Drawable) - Static method in class com.github.droidfu.imageloader.ImageLoader
Triggers the image loader for the given image and view and sets a dummy image while waiting for the download to finish.
start(String, ImageLoaderHandler) - Static method in class com.github.droidfu.imageloader.ImageLoader
Triggers the image loader for the given image and handler.
start(String, ImageLoaderHandler, Drawable, Drawable) - Static method in class com.github.droidfu.imageloader.ImageLoader
Triggers the image loader for the given image and handler.
startFinalizer(Class<?>, Object) - Static method in class com.google.common.base.internal.Finalizer
Starts the Finalizer thread.
StringSupport - Class in com.github.droidfu.support
 
StringSupport() - Constructor for class com.github.droidfu.support.StringSupport
 

T

TrivialTrustManager - Class in com.github.droidfu.http.ssl
 
TrivialTrustManager() - Constructor for class com.github.droidfu.http.ssl.TrivialTrustManager
 

U

underscore(String) - Static method in class com.github.droidfu.support.StringSupport
Turns a camel case string into an underscored one, e.g.
unwrap() - Method in interface com.github.droidfu.http.BetterHttpRequest
 
unwrap() - Method in class com.github.droidfu.http.BetterHttpRequestBase
 
unwrap() - Method in interface com.github.droidfu.http.BetterHttpResponse
 
unwrap() - Method in class com.github.droidfu.http.BetterHttpResponseImpl
 
unwrap() - Method in class com.github.droidfu.http.CachedHttpRequest
 
unwrap() - Method in class com.github.droidfu.http.CachedHttpResponse
 
updateProxySettings() - Static method in class com.github.droidfu.http.BetterHttp
 
useCustomDialog(int) - Method in class com.github.droidfu.concurrent.BetterAsyncTask
Use a custom resource ID for the progress dialog
useJUnit3() - Static method in class com.github.droidfu.testsupport.DroidFuAssertions
 

V

values() - Method in class com.github.droidfu.cachefu.AbstractCache
 

W

weakKeys() - Method in class com.google.common.collect.MapMaker
Specifies that each key (not value) stored in the map should be wrapped in a WeakReference (by default, strong references are used).
weakValues() - Method in class com.google.common.collect.MapMaker
Specifies that each value (not key) stored in the map should be wrapped in a WeakReference (by default, strong references are used).
WebGalleryAdapter - Class in com.github.droidfu.adapters
Can be used as an adapter for an Android Gallery view.
WebGalleryAdapter(Context) - Constructor for class com.github.droidfu.adapters.WebGalleryAdapter
 
WebGalleryAdapter(Context, List<String>) - Constructor for class com.github.droidfu.adapters.WebGalleryAdapter
 
WebGalleryAdapter(Context, List<String>, int) - Constructor for class com.github.droidfu.adapters.WebGalleryAdapter
 
WebGalleryAdapter(Context, List<String>, int, int) - Constructor for class com.github.droidfu.adapters.WebGalleryAdapter
 
WebImageView - Class in com.github.droidfu.widgets
An image view that fetches its image off the web using the supplied URL.
WebImageView(Context, String, boolean) - Constructor for class com.github.droidfu.widgets.WebImageView
 
WebImageView(Context, String, Drawable, boolean) - Constructor for class com.github.droidfu.widgets.WebImageView
 
WebImageView(Context, String, Drawable, Drawable, boolean) - Constructor for class com.github.droidfu.widgets.WebImageView
 
WebImageView(Context, AttributeSet) - Constructor for class com.github.droidfu.widgets.WebImageView
 
withTimeout(int) - Method in interface com.github.droidfu.http.BetterHttpRequest
Set the socket timeout for this specific request.
withTimeout(int) - Method in class com.github.droidfu.http.BetterHttpRequestBase
 
withTimeout(int) - Method in class com.github.droidfu.http.CachedHttpRequest
 
writeToParcel(Parcel, int) - Method in class com.github.droidfu.cachefu.CachedList
 
writeToParcel(Parcel, int) - Method in class com.github.droidfu.cachefu.CachedModel
 
writeValueToDisk(File, ValT) - Method in class com.github.droidfu.cachefu.AbstractCache
Only meaningful if disk caching is enabled.
writeValueToDisk(File, CachedHttpResponse.ResponseData) - Method in class com.github.droidfu.cachefu.HttpResponseCache
 
writeValueToDisk(File, byte[]) - Method in class com.github.droidfu.cachefu.ImageCache
 
writeValueToDisk(File, CachedModel) - Method in class com.github.droidfu.cachefu.ModelCache
 

X

XMLNS - Static variable in interface com.github.droidfu.DroidFu
 

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

Copyright © 2011. All Rights Reserved.