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

A

AbstractCache<KeyT,ValT> - Class in com.github.ignition.support.cache
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.ignition.support.cache.AbstractCache
Creates a new cache instance.
add(CO) - Method in class com.github.ignition.support.cache.CachedList
Synchronized method used to append an object to the list.
ANDROID_API_LEVEL - Static variable in class com.github.ignition.support.IgnitedDiagnostics
 

B

BITMAP_EXTRA - Static variable in class com.github.ignition.support.images.remote.RemoteImageLoaderHandler
 

C

CachedHttpRequest - Class in com.github.ignition.support.http.cache
 
CachedHttpRequest(HttpResponseCache, String) - Constructor for class com.github.ignition.support.http.cache.CachedHttpRequest
 
CachedHttpResponse - Class in com.github.ignition.support.http.cache
A response proxy returning data from a HttpResponseCache
CachedHttpResponse(CachedHttpResponse.ResponseData) - Constructor for class com.github.ignition.support.http.cache.CachedHttpResponse
 
CachedHttpResponse.ResponseData - Class in com.github.ignition.support.http.cache
 
CachedHttpResponse.ResponseData(int, byte[]) - Constructor for class com.github.ignition.support.http.cache.CachedHttpResponse.ResponseData
 
CachedList<CO extends CachedModel> - Class in com.github.ignition.support.cache
Superclass of all list objects to be stored in ModelCache.
CachedList() - Constructor for class com.github.ignition.support.cache.CachedList
Simple parameter-less constructor.
CachedList(Parcel) - Constructor for class com.github.ignition.support.cache.CachedList
Constructor setting variables from parcel.
CachedList(Class<? extends CachedModel>) - Constructor for class com.github.ignition.support.cache.CachedList
Constructor initializing class of objects stored.
CachedList(Class<? extends CachedModel>, int) - Constructor for class com.github.ignition.support.cache.CachedList
Constructor initializing class of objects stored as well as initial length of list.
CachedList(Class<? extends CachedModel>, String) - Constructor for class com.github.ignition.support.cache.CachedList
Constructor initializing class of objects stored as well as id used in key generation.
CachedModel - Class in com.github.ignition.support.cache
Superclass of all objects to be stored in ModelCache.
CachedModel() - Constructor for class com.github.ignition.support.cache.CachedModel
Simple parameter-less constructor.
CachedModel(Parcel) - Constructor for class com.github.ignition.support.cache.CachedModel
Constructor setting variables from parcel.
CachedModel(String) - Constructor for class com.github.ignition.support.cache.CachedModel
Constructor setting ID given.
CacheHelper - Class in com.github.ignition.support.cache
 
CacheHelper() - Constructor for class com.github.ignition.support.cache.CacheHelper
 
checkClientTrusted(X509Certificate[], String) - Method in class com.github.ignition.support.http.ssl.TrivialTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class com.github.ignition.support.http.ssl.TrivialTrustManager
 
clazz - Variable in class com.github.ignition.support.cache.CachedList
Class type of object list
clear() - Method in class com.github.ignition.support.cache.AbstractCache
Clears the entire cache (memory and disk).
clear(boolean) - Method in class com.github.ignition.support.cache.AbstractCache
Clears the memory cache, as well as the disk cache if it's enabled and removeFromDisk is true.
clearImageCache() - Method in class com.github.ignition.support.images.remote.RemoteImageLoader
Clears the image cache, if it's used.
com.github.ignition.support - package com.github.ignition.support
 
com.github.ignition.support.cache - package com.github.ignition.support.cache
 
com.github.ignition.support.http - package com.github.ignition.support.http
 
com.github.ignition.support.http.cache - package com.github.ignition.support.http.cache
 
com.github.ignition.support.http.gzip - package com.github.ignition.support.http.gzip
 
com.github.ignition.support.http.ssl - package com.github.ignition.support.http.ssl
 
com.github.ignition.support.images.remote - package com.github.ignition.support.images.remote
 
ConnectionChangedBroadcastReceiver - Class in com.github.ignition.support.http
 
ConnectionChangedBroadcastReceiver(IgnitedHttp) - Constructor for class com.github.ignition.support.http.ConnectionChangedBroadcastReceiver
 
connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in class com.github.ignition.support.http.ssl.EasySSLSocketFactory
 
containsKey(Object) - Method in class com.github.ignition.support.cache.AbstractCache
Checks if a value is present in the cache.
containsKeyInMemory(Object) - Method in class com.github.ignition.support.cache.AbstractCache
Checks if a value is present in the in-memory cache.
containsKeyOnDisk(Object) - Method in class com.github.ignition.support.cache.AbstractCache
Checks if a value is present in the disk cache.
containsValue(Object) - Method in class com.github.ignition.support.cache.AbstractCache
Checks if the given value is currently held in memory.
createDiagnosis(Activity, Exception) - Static method in class com.github.ignition.support.IgnitedDiagnostics
 
createKey(String) - Method in class com.github.ignition.support.cache.CachedList
 
createKey(String) - Method in class com.github.ignition.support.cache.CachedModel
Method called to determine a key in the cache using the object's id e.g.:
createSocket() - Method in class com.github.ignition.support.http.ssl.EasySSLSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class com.github.ignition.support.http.ssl.EasySSLSocketFactory
 
CREATOR - Static variable in class com.github.ignition.support.cache.CachedList
Creator object used for parcelling
CUPCAKE - Static variable in class com.github.ignition.support.IgnitedDiagnostics
 

D

DEFAULT_HTTP_USER_AGENT - Static variable in class com.github.ignition.support.http.IgnitedHttp
 
DEFAULT_MAX_CONNECTIONS - Static variable in class com.github.ignition.support.http.IgnitedHttp
 
DEFAULT_SOCKET_TIMEOUT - Static variable in class com.github.ignition.support.http.IgnitedHttp
 
DEFAULT_WAIT_FOR_CONNECTION_TIMEOUT - Static variable in class com.github.ignition.support.http.IgnitedHttp
 
delete(String) - Method in class com.github.ignition.support.http.IgnitedHttp
 
delete(T[], int) - Static method in class com.github.ignition.support.IgnitedArrays
 
describeContents() - Method in class com.github.ignition.support.cache.CachedModel
 
dipToPx(Context, int) - Static method in class com.github.ignition.support.IgnitedScreens
 
disableResponseCache(boolean) - Method in class com.github.ignition.support.http.IgnitedHttp
Disables caching of HTTP responses.
DISK_CACHE_INTERNAL - Static variable in class com.github.ignition.support.cache.AbstractCache
 
DISK_CACHE_SDCARD - Static variable in class com.github.ignition.support.cache.AbstractCache
 
diskCacheDirectory - Variable in class com.github.ignition.support.cache.AbstractCache
 
DONUT - Static variable in class com.github.ignition.support.IgnitedDiagnostics
 
downloadImage() - Method in class com.github.ignition.support.images.remote.RemoteImageLoaderJob
 

E

EasySSLSocketFactory - Class in com.github.ignition.support.http.ssl
This socket factory will create ssl socket that accepts self signed certificate
EasySSLSocketFactory() - Constructor for class com.github.ignition.support.http.ssl.EasySSLSocketFactory
 
ECLAIR - Static variable in class com.github.ignition.support.IgnitedDiagnostics
 
enableDiskCache(Context, int) - Method in class com.github.ignition.support.cache.AbstractCache
Enable caching to the phone's internal storage or SD card.
enableResponseCache(int, long, int) - Method in class com.github.ignition.support.http.IgnitedHttp
Enables caching of HTTP responses.
enableResponseCache(Context, int, long, int, int) - Method in class com.github.ignition.support.http.IgnitedHttp
Enables caching of HTTP responses.
ENCODING_GZIP - Static variable in class com.github.ignition.support.http.IgnitedHttp
 
entrySet() - Method in class com.github.ignition.support.cache.AbstractCache
 
equals(Object) - Method in class com.github.ignition.support.cache.CachedList
 
equals(Object) - Method in class com.github.ignition.support.http.ssl.EasySSLSocketFactory
 
expectedStatusCodes - Variable in class com.github.ignition.support.http.IgnitedHttpRequestBase
 
expecting(Integer...) - Method in class com.github.ignition.support.http.cache.CachedHttpRequest
 
expecting(Integer...) - Method in interface com.github.ignition.support.http.IgnitedHttpRequest
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.ignition.support.http.IgnitedHttpRequestBase
 

F

find(ModelCache, String, Class<? extends CachedModel>) - Static method in class com.github.ignition.support.cache.CachedModel
Method for looking up object in cache.
find(T[], T) - Static method in class com.github.ignition.support.IgnitedArrays
Attempts to find an object in a potentially unsorted array.
FROYO - Static variable in class com.github.ignition.support.IgnitedDiagnostics
 

G

get(Object) - Method in class com.github.ignition.support.cache.AbstractCache
Reads a value from the cache by first probing the in-memory cache.
get(int) - Method in class com.github.ignition.support.cache.CachedList
Synchronized method used to get an object from the live list.
get(String) - Method in class com.github.ignition.support.http.IgnitedHttp
 
get(String, boolean) - Method in class com.github.ignition.support.http.IgnitedHttp
 
getAcceptedIssuers() - Method in class com.github.ignition.support.http.ssl.TrivialTrustManager
 
getAndroidId(Context) - Static method in class com.github.ignition.support.IgnitedDiagnostics
Returns the ANDROID_ID unique device ID for the current device.
getAndroidId(Context, String) - Static method in class com.github.ignition.support.IgnitedDiagnostics
Same as IgnitedDiagnostics.getAndroidId(Context), but never returns null.
getApplicationVersionString(Context) - Static method in class com.github.ignition.support.IgnitedDiagnostics
 
getBitmap(Object) - Method in class com.github.ignition.support.cache.ImageCache
 
getCachedFiles() - Method in class com.github.ignition.support.cache.AbstractCache
Retrieves the list of files that are currently cached to disk.
getContent() - Method in class com.github.ignition.support.http.gzip.GzipInflatingEntity
 
getContentLength() - Method in class com.github.ignition.support.http.gzip.GzipInflatingEntity
 
getDefaultHeaders() - Method in class com.github.ignition.support.http.IgnitedHttp
 
getDiskCacheDirectory() - Method in class com.github.ignition.support.cache.AbstractCache
Only meaningful if disk caching is enabled.
getFileNameForKey(KeyT) - Method in class com.github.ignition.support.cache.AbstractCache
Only meaningful if disk caching is enabled.
getFileNameForKey(String) - Method in class com.github.ignition.support.cache.ImageCache
 
getFileNameForKey(String) - Method in class com.github.ignition.support.cache.ModelCache
 
getFileNameForKey(String) - Method in class com.github.ignition.support.http.cache.HttpResponseCache
 
getFileNameFromUrl(String) - Static method in class com.github.ignition.support.cache.CacheHelper
 
getHeader(String) - Method in class com.github.ignition.support.http.cache.CachedHttpResponse
 
getHeader(String) - Method in interface com.github.ignition.support.http.IgnitedHttpResponse
 
getHeader(String) - Method in class com.github.ignition.support.http.IgnitedHttpResponseImpl
 
getHttpClient() - Method in class com.github.ignition.support.http.IgnitedHttp
 
getId() - Method in class com.github.ignition.support.cache.CachedModel
Returns ID of object used in key generation.
getImageCache() - Method in class com.github.ignition.support.images.remote.RemoteImageLoader
Returns the image cache backing this image loader.
getImageUrl() - Method in class com.github.ignition.support.images.remote.RemoteImageLoaderHandler
 
getImageView() - Method in class com.github.ignition.support.images.remote.RemoteImageLoaderHandler
 
getKey() - Method in class com.github.ignition.support.cache.CachedModel
 
getList() - Method in class com.github.ignition.support.cache.CachedList
Synchronized method to get a copy of the list in its current state.
getRequestUrl() - Method in class com.github.ignition.support.http.cache.CachedHttpRequest
 
getRequestUrl() - Method in interface com.github.ignition.support.http.IgnitedHttpRequest
 
getRequestUrl() - Method in class com.github.ignition.support.http.IgnitedHttpRequestBase
 
getResponseBody() - Method in class com.github.ignition.support.http.cache.CachedHttpResponse
 
getResponseBody() - Method in class com.github.ignition.support.http.cache.CachedHttpResponse.ResponseData
 
getResponseBody() - Method in interface com.github.ignition.support.http.IgnitedHttpResponse
 
getResponseBody() - Method in class com.github.ignition.support.http.IgnitedHttpResponseImpl
 
getResponseBodyAsBytes() - Method in class com.github.ignition.support.http.cache.CachedHttpResponse
 
getResponseBodyAsBytes() - Method in interface com.github.ignition.support.http.IgnitedHttpResponse
 
getResponseBodyAsBytes() - Method in class com.github.ignition.support.http.IgnitedHttpResponseImpl
 
getResponseBodyAsString() - Method in class com.github.ignition.support.http.cache.CachedHttpResponse
 
getResponseBodyAsString() - Method in interface com.github.ignition.support.http.IgnitedHttpResponse
 
getResponseBodyAsString() - Method in class com.github.ignition.support.http.IgnitedHttpResponseImpl
 
getResponseCache() - Method in class com.github.ignition.support.http.IgnitedHttp
 
getScreenDensity(Context) - Static method in class com.github.ignition.support.IgnitedScreens
Provides a save (i.e.
getStatusCode() - Method in class com.github.ignition.support.http.cache.CachedHttpResponse
 
getStatusCode() - Method in class com.github.ignition.support.http.cache.CachedHttpResponse.ResponseData
 
getStatusCode() - Method in interface com.github.ignition.support.http.IgnitedHttpResponse
 
getStatusCode() - Method in class com.github.ignition.support.http.IgnitedHttpResponseImpl
 
getTimesRetried() - Method in class com.github.ignition.support.http.IgnitedHttpRequestRetryHandler
 
GINGERBREAD - Static variable in class com.github.ignition.support.IgnitedDiagnostics
 
GzipHttpRequestInterceptor - Class in com.github.ignition.support.http.gzip
Simple HttpRequestInterceptor that adds GZIP accept encoding header.
GzipHttpRequestInterceptor() - Constructor for class com.github.ignition.support.http.gzip.GzipHttpRequestInterceptor
 
GzipHttpResponseInterceptor - Class in com.github.ignition.support.http.gzip
Simple HttpResponseInterceptor that inflates response if GZIP encoding header.
GzipHttpResponseInterceptor() - Constructor for class com.github.ignition.support.http.gzip.GzipHttpResponseInterceptor
 
GzipInflatingEntity - Class in com.github.ignition.support.http.gzip
Simple HttpEntityWrapper that inflates the wrapped HttpEntity by passing it through GZIPInputStream.
GzipInflatingEntity(HttpEntity) - Constructor for class com.github.ignition.support.http.gzip.GzipInflatingEntity
 

H

handleImageLoaded(Bitmap, Message) - Method in class com.github.ignition.support.images.remote.RemoteImageLoaderHandler
Override this method if you need custom handler logic.
handleImageLoadedMessage(Message) - Method in class com.github.ignition.support.images.remote.RemoteImageLoaderHandler
 
handleMessage(Message) - Method in class com.github.ignition.support.images.remote.RemoteImageLoaderHandler
 
HANDLER_MESSAGE_ID - Static variable in class com.github.ignition.support.images.remote.RemoteImageLoaderHandler
 
handleResponse(HttpResponse) - Method in class com.github.ignition.support.http.IgnitedHttpRequestBase
 
hashCode() - Method in class com.github.ignition.support.http.ssl.EasySSLSocketFactory
 
HEADER_ACCEPT_ENCODING - Static variable in class com.github.ignition.support.http.IgnitedHttp
 
HONEYCOMB - Static variable in class com.github.ignition.support.IgnitedDiagnostics
 
HTTP_CONTENT_TYPE_HEADER - Static variable in class com.github.ignition.support.http.IgnitedHttpRequestBase
 
httpClient - Variable in class com.github.ignition.support.http.IgnitedHttpRequestBase
 
HttpResponseCache - Class in com.github.ignition.support.http.cache
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.ignition.support.http.cache.HttpResponseCache
 

I

ICS - Static variable in class com.github.ignition.support.IgnitedDiagnostics
 
IgnitedArrays - Class in com.github.ignition.support
 
IgnitedArrays() - Constructor for class com.github.ignition.support.IgnitedArrays
 
IgnitedDiagnostics - Class in com.github.ignition.support
 
IgnitedDiagnostics() - Constructor for class com.github.ignition.support.IgnitedDiagnostics
 
IgnitedHttp - Class in com.github.ignition.support.http
 
IgnitedHttp() - Constructor for class com.github.ignition.support.http.IgnitedHttp
 
IgnitedHttp(Context) - Constructor for class com.github.ignition.support.http.IgnitedHttp
 
ignitedHttp - Variable in class com.github.ignition.support.http.IgnitedHttpRequestBase
 
IgnitedHttpRequest - Interface in com.github.ignition.support.http
 
IgnitedHttpRequestBase - Class in com.github.ignition.support.http
 
IgnitedHttpRequestRetryHandler - Class in com.github.ignition.support.http
 
IgnitedHttpRequestRetryHandler(int) - Constructor for class com.github.ignition.support.http.IgnitedHttpRequestRetryHandler
 
IgnitedHttpResponse - Interface in com.github.ignition.support.http
 
IgnitedHttpResponseImpl - Class in com.github.ignition.support.http
 
IgnitedHttpResponseImpl(HttpResponse) - Constructor for class com.github.ignition.support.http.IgnitedHttpResponseImpl
 
IgnitedIntents - Class in com.github.ignition.support
 
IgnitedIntents() - Constructor for class com.github.ignition.support.IgnitedIntents
 
IgnitedScreens - Class in com.github.ignition.support
 
IgnitedScreens() - Constructor for class com.github.ignition.support.IgnitedScreens
 
IgnitedStrings - Class in com.github.ignition.support
 
IgnitedStrings() - Constructor for class com.github.ignition.support.IgnitedStrings
 
IMAGE_URL_EXTRA - Static variable in class com.github.ignition.support.images.remote.RemoteImageLoaderHandler
 
ImageCache - Class in com.github.ignition.support.cache
Implements a cache capable of caching image files.
ImageCache(int, long, int) - Constructor for class com.github.ignition.support.cache.ImageCache
 
isDiskCacheEnabled() - Method in class com.github.ignition.support.cache.AbstractCache
 
isEmpty() - Method in class com.github.ignition.support.cache.AbstractCache
 
isIntentAvailable(Context, String, Uri, String) - Static method in class com.github.ignition.support.IgnitedIntents
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.ignition.support.IgnitedIntents
Checks whether there are applications installed which are able to handle the given action/type.
isIntentAvailable(Context, Intent) - Static method in class com.github.ignition.support.IgnitedIntents
Checks whether there are applications installed which are able to handle the given intent.
isSecure(Socket) - Method in class com.github.ignition.support.http.ssl.EasySSLSocketFactory
 
isTest() - Static method in class com.github.ignition.support.IgnitedDiagnostics
 

J

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

K

keySet() - Method in class com.github.ignition.support.cache.AbstractCache
 

L

list - Variable in class com.github.ignition.support.cache.CachedList
List of objects.
listenForConnectivityChanges(Context) - Method in class com.github.ignition.support.http.IgnitedHttp
Registers a broadcast receiver with the application context that will take care of updating proxy settings when failing over between 3G and Wi-Fi.
loadImage(String, ImageView) - Method in class com.github.ignition.support.images.remote.RemoteImageLoader
Triggers the image loader for the given image and view.
loadImage(String, ImageView, Drawable) - Method in class com.github.ignition.support.images.remote.RemoteImageLoader
Triggers the image loader for the given image and view.
loadImage(String, ImageView, RemoteImageLoaderHandler) - Method in class com.github.ignition.support.images.remote.RemoteImageLoader
Triggers the image loader for the given image and view.
loadImage(String, ImageView, Drawable, RemoteImageLoaderHandler) - Method in class com.github.ignition.support.images.remote.RemoteImageLoader
Triggers the image loader for the given image and view.

M

maxRetries - Variable in class com.github.ignition.support.http.IgnitedHttpRequestBase
 
MIME_TYPE_EMAIL - Static variable in class com.github.ignition.support.IgnitedIntents
 
MIME_TYPE_TEXT - Static variable in class com.github.ignition.support.IgnitedIntents
 
ModelCache - Class in com.github.ignition.support.cache
Allows caching Model objects using the features provided by AbstractCache.
ModelCache(int, long, int) - Constructor for class com.github.ignition.support.cache.ModelCache
Creates an AbstractCache with params provided and name 'ModelCache'.

N

newCallNumberIntent(String) - Static method in class com.github.ignition.support.IgnitedIntents
Creates an intent that will immediately dispatch a call to the given number.
newDialNumberIntent(String) - Static method in class com.github.ignition.support.IgnitedIntents
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.ignition.support.IgnitedIntents
 
newMapsIntent(String, String) - Static method in class com.github.ignition.support.IgnitedIntents
 
newSelectPictureIntent() - Static method in class com.github.ignition.support.IgnitedIntents
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.ignition.support.IgnitedIntents
 
newTakePictureIntent(File) - Static method in class com.github.ignition.support.IgnitedIntents
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.
notifyImageLoaded(String, Bitmap) - Method in class com.github.ignition.support.images.remote.RemoteImageLoaderJob
 

O

onReceive(Context, Intent) - Method in class com.github.ignition.support.http.ConnectionChangedBroadcastReceiver
 

P

post(String) - Method in class com.github.ignition.support.http.IgnitedHttp
 
post(String, HttpEntity) - Method in class com.github.ignition.support.http.IgnitedHttp
 
process(HttpRequest, HttpContext) - Method in class com.github.ignition.support.http.gzip.GzipHttpRequestInterceptor
 
process(HttpResponse, HttpContext) - Method in class com.github.ignition.support.http.gzip.GzipHttpResponseInterceptor
 
put(KeyT, ValT) - Method in class com.github.ignition.support.cache.AbstractCache
Writes an element to the cache.
put(String, CachedModel) - Method in class com.github.ignition.support.cache.ModelCache
 
put(String) - Method in class com.github.ignition.support.http.IgnitedHttp
 
put(String, HttpEntity) - Method in class com.github.ignition.support.http.IgnitedHttp
 
putAll(Map<? extends KeyT, ? extends ValT>) - Method in class com.github.ignition.support.cache.AbstractCache
 

R

readFromParcel(Parcel) - Method in class com.github.ignition.support.cache.CachedList
 
readFromParcel(Parcel) - Method in class com.github.ignition.support.cache.CachedModel
Saves data to parcel.
readValueFromDisk(File) - Method in class com.github.ignition.support.cache.AbstractCache
Only meaningful if disk caching is enabled.
readValueFromDisk(File) - Method in class com.github.ignition.support.cache.ImageCache
 
readValueFromDisk(File) - Method in class com.github.ignition.support.cache.ModelCache
 
readValueFromDisk(File) - Method in class com.github.ignition.support.http.cache.HttpResponseCache
 
reload(ModelCache) - Method in class com.github.ignition.support.cache.CachedList
 
reload(ModelCache) - Method in class com.github.ignition.support.cache.CachedModel
Attempts to reload any new data from cache.
reloadFromCachedModel(ModelCache, CachedModel) - Method in class com.github.ignition.support.cache.CachedList
 
reloadFromCachedModel(ModelCache, CachedModel) - Method in class com.github.ignition.support.cache.CachedModel
Method called to reload any data from a more recently stored object e.g.:
RemoteImageLoader - Class in com.github.ignition.support.images.remote
Realizes a background image loader that downloads an image from a URL, optionally backed by a two-level FIFO cache.
RemoteImageLoader(Context) - Constructor for class com.github.ignition.support.images.remote.RemoteImageLoader
 
RemoteImageLoader(Context, boolean) - Constructor for class com.github.ignition.support.images.remote.RemoteImageLoader
Creates a new ImageLoader that is backed by an ImageCache.
RemoteImageLoaderHandler - Class in com.github.ignition.support.images.remote
 
RemoteImageLoaderHandler(ImageView, String, Drawable) - Constructor for class com.github.ignition.support.images.remote.RemoteImageLoaderHandler
 
RemoteImageLoaderHandler(Looper, ImageView, String, Drawable) - Constructor for class com.github.ignition.support.images.remote.RemoteImageLoaderHandler
 
RemoteImageLoaderJob - Class in com.github.ignition.support.images.remote
 
RemoteImageLoaderJob(String, RemoteImageLoaderHandler, ImageCache, int, int) - Constructor for class com.github.ignition.support.images.remote.RemoteImageLoaderJob
 
remove(Object) - Method in class com.github.ignition.support.cache.AbstractCache
Removes an entry from both memory and disk.
removeAllWithPrefix(String) - Method in class com.github.ignition.support.cache.ImageCache
 
removeAllWithPrefix(String) - Method in class com.github.ignition.support.cache.ModelCache
Removes all cached objects with key prefix.
removeAllWithPrefix(String) - Method in class com.github.ignition.support.http.cache.HttpResponseCache
 
removeAllWithStringPrefix(AbstractCache<String, ?>, String) - Static method in class com.github.ignition.support.cache.CacheHelper
 
removeKey(Object) - Method in class com.github.ignition.support.cache.AbstractCache
Removes an entry from memory.
request - Variable in class com.github.ignition.support.http.IgnitedHttpRequestBase
 
retries(int) - Method in class com.github.ignition.support.http.cache.CachedHttpRequest
 
retries(int) - Method in interface com.github.ignition.support.http.IgnitedHttpRequest
Set maximum number of retries for this particular request.
retries(int) - Method in class com.github.ignition.support.http.IgnitedHttpRequestBase
 
retrieveImageData() - Method in class com.github.ignition.support.images.remote.RemoteImageLoaderJob
 
retryRequest(IOException, int, HttpContext) - Method in class com.github.ignition.support.http.IgnitedHttpRequestRetryHandler
 
run() - Method in class com.github.ignition.support.images.remote.RemoteImageLoaderJob
The job method run on a worker thread.

S

save(ModelCache) - Method in class com.github.ignition.support.cache.CachedModel
Attempts to store the object in the cache using this object's key.
save(ModelCache, String) - Method in class com.github.ignition.support.cache.CachedModel
Attempts to save the object in the cache using a given key.
scaleDrawable(Context, int, int, int) - Static method in class com.github.ignition.support.IgnitedScreens
 
SCREEN_DENSITY_HIGH - Static variable in class com.github.ignition.support.IgnitedScreens
 
SCREEN_DENSITY_LOW - Static variable in class com.github.ignition.support.IgnitedScreens
 
SCREEN_DENSITY_MEDIUM - Static variable in class com.github.ignition.support.IgnitedScreens
 
SCREEN_DENSITY_XHIGH - Static variable in class com.github.ignition.support.IgnitedScreens
 
send() - Method in class com.github.ignition.support.http.cache.CachedHttpRequest
 
send() - Method in interface com.github.ignition.support.http.IgnitedHttpRequest
Sends the current request.
send() - Method in class com.github.ignition.support.http.IgnitedHttpRequestBase
 
set(int, CO) - Method in class com.github.ignition.support.cache.CachedList
Synchronized method used to set an object at a location in the list.
setConnectionTimeout(int) - Method in class com.github.ignition.support.http.IgnitedHttp
Adjust the connection timeout, i.e.
setDefaultBufferSize(int) - Method in class com.github.ignition.support.images.remote.RemoteImageLoader
If the server you're loading images from does not report file sizes via the Content-Length header, then you can use this method to tell the downloader how much space it should allocate by default when downloading an image into memory.
setDefaultHeader(String, String) - Method in class com.github.ignition.support.http.IgnitedHttp
 
setDiskCacheEnabled(String) - Method in class com.github.ignition.support.cache.AbstractCache
 
setDownloadFailedDrawable(Drawable) - Method in class com.github.ignition.support.images.remote.RemoteImageLoader
 
setDownloadInProgressDrawable(Drawable) - Method in class com.github.ignition.support.images.remote.RemoteImageLoader
 
setGzipEncodingEnabled(boolean) - Method in class com.github.ignition.support.http.IgnitedHttp
 
setHttpClient(AbstractHttpClient) - Method in class com.github.ignition.support.http.IgnitedHttp
 
setId(String) - Method in class com.github.ignition.support.cache.CachedModel
Set ID of object used in key generation.
setImageCache(ImageCache) - Method in class com.github.ignition.support.images.remote.RemoteImageLoader
 
setImageUrl(String) - Method in class com.github.ignition.support.images.remote.RemoteImageLoaderHandler
 
setImageView(ImageView) - Method in class com.github.ignition.support.images.remote.RemoteImageLoaderHandler
 
setMaxDownloadAttempts(int) - Method in class com.github.ignition.support.images.remote.RemoteImageLoader
 
setMaximumConnections(int) - Method in class com.github.ignition.support.http.IgnitedHttp
 
setPortForScheme(String, int) - Method in class com.github.ignition.support.http.IgnitedHttp
 
setSocketTimeout(int) - Method in class com.github.ignition.support.http.IgnitedHttp
Adjust the socket timeout, i.e.
setTestApiLevel(int) - Static method in class com.github.ignition.support.IgnitedDiagnostics
 
setThreadPoolSize(int) - Method in class com.github.ignition.support.images.remote.RemoteImageLoader
 
setupHttpClient() - Method in class com.github.ignition.support.http.IgnitedHttp
 
size() - Method in class com.github.ignition.support.cache.AbstractCache
 
size() - Method in class com.github.ignition.support.cache.CachedList
Synchronized method used to return size of list.
splitByCharacterTypeCamelCase(String) - Static method in class com.github.ignition.support.IgnitedStrings
Splits a String by Character type as returned by java.lang.Character.getType(char).
SUPPORTS_CUPCAKE - Static variable in class com.github.ignition.support.IgnitedDiagnostics
 
SUPPORTS_DONUT - Static variable in class com.github.ignition.support.IgnitedDiagnostics
 
SUPPORTS_ECLAIR - Static variable in class com.github.ignition.support.IgnitedDiagnostics
 
SUPPORTS_FROYO - Static variable in class com.github.ignition.support.IgnitedDiagnostics
 
SUPPORTS_GINGERBREAD - Static variable in class com.github.ignition.support.IgnitedDiagnostics
 
SUPPORTS_HONEYCOMB - Static variable in class com.github.ignition.support.IgnitedDiagnostics
 
SUPPORTS_ICS - Static variable in class com.github.ignition.support.IgnitedDiagnostics
 
supportsApiLevel(int) - Static method in class com.github.ignition.support.IgnitedDiagnostics
 

T

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

U

underscore(String) - Static method in class com.github.ignition.support.IgnitedStrings
Turns a camel case string into an underscored one, e.g.
unwrap() - Method in class com.github.ignition.support.http.cache.CachedHttpRequest
 
unwrap() - Method in class com.github.ignition.support.http.cache.CachedHttpResponse
 
unwrap() - Method in interface com.github.ignition.support.http.IgnitedHttpRequest
 
unwrap() - Method in class com.github.ignition.support.http.IgnitedHttpRequestBase
 
unwrap() - Method in interface com.github.ignition.support.http.IgnitedHttpResponse
 
unwrap() - Method in class com.github.ignition.support.http.IgnitedHttpResponseImpl
 
updateProxySettings(Context) - Method in class com.github.ignition.support.http.IgnitedHttp
Updates the underlying HTTP client's proxy settings with what the user has entered in the APN settings.

V

values() - Method in class com.github.ignition.support.cache.AbstractCache
 

W

withTimeout(int) - Method in class com.github.ignition.support.http.cache.CachedHttpRequest
 
withTimeout(int) - Method in interface com.github.ignition.support.http.IgnitedHttpRequest
Set the global timeout for this specific request (connection and socket timeout).
withTimeout(int) - Method in class com.github.ignition.support.http.IgnitedHttpRequestBase
 
writeToParcel(Parcel, int) - Method in class com.github.ignition.support.cache.CachedList
 
writeToParcel(Parcel, int) - Method in class com.github.ignition.support.cache.CachedModel
 
writeValueToDisk(File, ValT) - Method in class com.github.ignition.support.cache.AbstractCache
Only meaningful if disk caching is enabled.
writeValueToDisk(File, byte[]) - Method in class com.github.ignition.support.cache.ImageCache
 
writeValueToDisk(File, CachedModel) - Method in class com.github.ignition.support.cache.ModelCache
 
writeValueToDisk(File, CachedHttpResponse.ResponseData) - Method in class com.github.ignition.support.http.cache.HttpResponseCache
 

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

Copyright © 2012. All Rights Reserved.