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

A

AbstractCache<KeyT,ValT> - Class in oak.external.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 oak.external.com.github.droidfu.cachefu.AbstractCache
Creates a new cache instance.
add(CO) - Method in class oak.external.com.github.droidfu.cachefu.CachedList
Synchronized method used to append an object to the list.
ANDROID_API_LEVEL - Static variable in class oak.external.com.github.droidfu.support.DiagnosticSupport
 
animateClose() - Method in class oak.MultiDirectionSlidingDrawer
Closes the drawer with an animation.
animateOpen() - Method in class oak.MultiDirectionSlidingDrawer
Opens the drawer with an animation.
animateToggle() - Method in class oak.MultiDirectionSlidingDrawer
Toggles the drawer open and close with an animation.
apply() - Method in class oak.ObscuredSharedPreferences.Editor
 
ArraySupport - Class in oak.external.com.github.droidfu.support
 
ArraySupport() - Constructor for class oak.external.com.github.droidfu.support.ArraySupport
 
AsyncTool - Class in oak
User: mlake Date: 3/23/12 Time: 10:32 AM
AsyncTool() - Constructor for class oak.AsyncTool
 
AsyncTool(Activity) - Constructor for class oak.AsyncTool
 
AsyncTool.SimpleTask - Class in oak
 
AsyncTool.SimpleTask(AsyncTool) - Constructor for class oak.AsyncTool.SimpleTask
 
AuthenticationException - Exception in oak.http.exception
User: mlake Date: 8/9/12 Time: 1:38 PM
AuthenticationException() - Constructor for exception oak.http.exception.AuthenticationException
 

B

Base64 - Class in oak
Utilities for encoding and decoding the Base64 representation of binary data.
BaseSectionAdapter - Class in oak
 
BaseSectionAdapter() - Constructor for class oak.BaseSectionAdapter
 
BeastViewPager - Class in oak.widget
User: derek Date: 7/12/12 Time: 2:57 PM
BeastViewPager(Context) - Constructor for class oak.widget.BeastViewPager
 
BeastViewPager(Context, AttributeSet) - Constructor for class oak.widget.BeastViewPager
 
BeastWebView - Class in oak.widget
 
BeastWebView(Context) - Constructor for class oak.widget.BeastWebView
 
BeastWebView(Context, AttributeSet) - Constructor for class oak.widget.BeastWebView
 
BetterHttp - Class in oak.external.com.github.droidfu.http
 
BetterHttp() - Constructor for class oak.external.com.github.droidfu.http.BetterHttp
 
BetterHttpRequest - Interface in oak.external.com.github.droidfu.http
 
BetterHttpRequestBase - Class in oak.external.com.github.droidfu.http
 
BetterHttpRequestRetryHandler - Class in oak.external.com.github.droidfu.http
 
BetterHttpRequestRetryHandler(int) - Constructor for class oak.external.com.github.droidfu.http.BetterHttpRequestRetryHandler
 
BetterHttpResponse - Interface in oak.external.com.github.droidfu.http
 
BetterHttpResponseImpl - Class in oak.external.com.github.droidfu.http
 
BetterHttpResponseImpl(HttpResponse) - Constructor for class oak.external.com.github.droidfu.http.BetterHttpResponseImpl
 
bindSectionHeader(View, int, boolean) - Method in class oak.BaseSectionAdapter
Configure the view (a listview item) to display headers or not based on displaySectionHeader (e.g.
BITMAP_EXTRA - Static variable in class oak.external.com.github.droidfu.imageloader.ImageLoader
 
ButtonWithFont - Class in oak.widget
User: Michael Lake Date: 11/21/11 Time: 5:36 PM
ButtonWithFont(Context) - Constructor for class oak.widget.ButtonWithFont
 
ButtonWithFont(Context, AttributeSet) - Constructor for class oak.widget.ButtonWithFont
 
ButtonWithFont(Context, AttributeSet, int) - Constructor for class oak.widget.ButtonWithFont
 

C

CachedHttpRequest - Class in oak.external.com.github.droidfu.http
 
CachedHttpRequest(String) - Constructor for class oak.external.com.github.droidfu.http.CachedHttpRequest
 
CachedHttpResponse - Class in oak.external.com.github.droidfu.http
A response proxy returning data from a HttpResponseCache
CachedHttpResponse(String) - Constructor for class oak.external.com.github.droidfu.http.CachedHttpResponse
 
CachedHttpResponse.ResponseData - Class in oak.external.com.github.droidfu.http
 
CachedHttpResponse.ResponseData(int, byte[]) - Constructor for class oak.external.com.github.droidfu.http.CachedHttpResponse.ResponseData
 
CachedList<CO extends CachedModel> - Class in oak.external.com.github.droidfu.cachefu
Superclass of all list objects to be stored in ModelCache.
CachedList() - Constructor for class oak.external.com.github.droidfu.cachefu.CachedList
Simple parameter-less constructor.
CachedList(Parcel) - Constructor for class oak.external.com.github.droidfu.cachefu.CachedList
Constructor setting variables from parcel.
CachedList(Class<? extends CachedModel>) - Constructor for class oak.external.com.github.droidfu.cachefu.CachedList
Constructor initializing class of objects stored.
CachedList(Class<? extends CachedModel>, int) - Constructor for class oak.external.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 oak.external.com.github.droidfu.cachefu.CachedList
Constructor initializing class of objects stored as well as id used in key generation.
CachedModel - Class in oak.external.com.github.droidfu.cachefu
Superclass of all objects to be stored in ModelCache.
CachedModel() - Constructor for class oak.external.com.github.droidfu.cachefu.CachedModel
Simple parameter-less constructor.
CachedModel(Parcel) - Constructor for class oak.external.com.github.droidfu.cachefu.CachedModel
Constructor setting variables from parcel.
CachedModel(String) - Constructor for class oak.external.com.github.droidfu.cachefu.CachedModel
Constructor setting ID given.
CacheHelper - Class in oak.external.com.github.droidfu.cachefu
 
CacheHelper() - Constructor for class oak.external.com.github.droidfu.cachefu.CacheHelper
 
cacheToDisk(KeyT, ValT) - Method in class oak.external.com.github.droidfu.cachefu.AbstractCache
 
cacheToDisk(String, byte[]) - Method in class oak.OAKImageCache
 
CancelEditText - Class in oak.widget
User: mlake Date: 12/8/11 Time: 11:01 AM
CancelEditText(Context) - Constructor for class oak.widget.CancelEditText
 
CancelEditText(Context, AttributeSet) - Constructor for class oak.widget.CancelEditText
 
CancelEditText(Context, AttributeSet, int) - Constructor for class oak.widget.CancelEditText
 
canScrollLeft() - Method in class oak.widget.SwankyImageView
 
canScrollRight() - Method in class oak.widget.SwankyImageView
 
changeFonts(View, Context, String) - Static method in class oak.util.OakUtils
 
checkClientTrusted(X509Certificate[], String) - Method in class oak.external.com.github.droidfu.http.ssl.TrivialTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class oak.external.com.github.droidfu.http.ssl.TrivialTrustManager
 
clazz - Variable in class oak.external.com.github.droidfu.cachefu.CachedList
Class type of object list
clear() - Method in class oak.external.com.github.droidfu.cachefu.AbstractCache
 
clear() - Method in class oak.ObscuredSharedPreferences.Editor
 
clear() - Method in class oak.SectionAdapter
 
clearCache() - Static method in class oak.external.com.github.droidfu.imageloader.ImageLoader
Clears the 1st-level cache (in-memory cache).
clearCache() - Static method in class oak.OAKImageLoader
 
clearPushMessage() - Method in class oak.nfc.TagWriter
A method to turn clear out the previous message to be pushed.
close() - Method in class oak.MultiDirectionSlidingDrawer
Closes the drawer immediately.
commit() - Method in class oak.ObscuredSharedPreferences.Editor
 
configureHeaderView(int) - Method in class oak.widget.SectionListView
 
configurePinnedHeader(View, int, int) - Method in class oak.BaseSectionAdapter
Configures the pinned header view to match the first visible list item.
ConnectionChangedBroadcastReceiver - Class in oak.external.com.github.droidfu.http
 
ConnectionChangedBroadcastReceiver() - Constructor for class oak.external.com.github.droidfu.http.ConnectionChangedBroadcastReceiver
 
connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in class oak.external.com.github.droidfu.http.ssl.EasySSLSocketFactory
 
contains(String) - Method in class oak.ObscuredSharedPreferences
 
containsKey(Object) - Method in class oak.external.com.github.droidfu.cachefu.AbstractCache
Checks if a value is present in the cache.
containsKeyInMemory(Object) - Method in class oak.external.com.github.droidfu.cachefu.AbstractCache
Checks if a value is present in the in-memory cache.
containsValue(Object) - Method in class oak.external.com.github.droidfu.cachefu.AbstractCache
Checks if the given value is currently hold in memory.
context - Variable in class oak.ObscuredSharedPreferences
 
createDiagnosis(Activity, Exception) - Static method in class oak.external.com.github.droidfu.support.DiagnosticSupport
 
createKey(String) - Method in class oak.external.com.github.droidfu.cachefu.CachedList
 
createKey(String) - Method in class oak.external.com.github.droidfu.cachefu.CachedModel
Method called to determine a key in the cache using the object's id e.g.:
createMimeType(String) - Method in class oak.nfc.TagWriter
a method to create a MimeType that the application will use when writing to a tag so that it knows which application / activity to bring up when the tag is touched.
createSocket() - Method in class oak.external.com.github.droidfu.http.ssl.EasySSLSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class oak.external.com.github.droidfu.http.ssl.EasySSLSocketFactory
 
CREATOR - Static variable in class oak.external.com.github.droidfu.cachefu.CachedList
Creator object used for parcelling
CRLF - Static variable in class oak.Base64
Encoder flag bit to indicate lines should be terminated with a CRLF pair instead of just an LF.
CurlRequestInterceptor - Class in oak.util
User: mlake Date: 1/27/12 Time: 11:18 AM
CurlRequestInterceptor() - Constructor for class oak.util.CurlRequestInterceptor
 
CustomCircularProgressBar - Class in oak.widget
User: derek Date: 5/25/12 Time: 1:06 PM
CustomCircularProgressBar(Context) - Constructor for class oak.widget.CustomCircularProgressBar
 
CustomCircularProgressBar(Context, AttributeSet) - Constructor for class oak.widget.CustomCircularProgressBar
 
CustomProgressDialog - Class in oak.widget
 
CustomProgressDialog(Context, int[]) - Constructor for class oak.widget.CustomProgressDialog
 

D

decode(String, int) - Static method in class oak.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(byte[], int) - Static method in class oak.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(byte[], int, int, int) - Static method in class oak.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decrypt(String) - Method in class oak.ObscuredSharedPreferences
 
DEFAULT - Static variable in class oak.Base64
Default values for encoder/decoder flags.
DEFAULT_BUFFER_SIZE - Static variable in class oak.external.com.github.droidfu.cachefu.AbstractCache
 
DEFAULT_HTTP_USER_AGENT - Static variable in class oak.external.com.github.droidfu.http.BetterHttp
 
DEFAULT_MAX_CONNECTIONS - Static variable in class oak.external.com.github.droidfu.http.BetterHttp
 
DEFAULT_POOL_SIZE - Static variable in class oak.external.com.github.droidfu.imageloader.ImageLoader
 
DEFAULT_RETRY_HANDLER_SLEEP_TIME - Static variable in class oak.external.com.github.droidfu.imageloader.ImageLoader
 
DEFAULT_SOCKET_TIMEOUT - Static variable in class oak.external.com.github.droidfu.http.BetterHttp
 
delegate - Variable in class oak.ObscuredSharedPreferences
 
delegate - Variable in class oak.ObscuredSharedPreferences.Editor
 
delete(String) - Static method in class oak.external.com.github.droidfu.http.BetterHttp
 
delete(T[], int) - Static method in class oak.external.com.github.droidfu.support.ArraySupport
 
describeContents() - Method in class oak.external.com.github.droidfu.cachefu.CachedModel
 
destroyItem(ViewGroup, int, Object) - Method in class oak.widget.SwankyGallery.SwankyAdapter
 
DiagnosticSupport - Class in oak.external.com.github.droidfu.support
 
DiagnosticSupport() - Constructor for class oak.external.com.github.droidfu.support.DiagnosticSupport
 
dipToPx(Context, int) - Static method in class oak.external.com.github.droidfu.support.DisplaySupport
 
disableNdefExchangeMode() - Method in class oak.nfc.TagWriter
Call to disable any sort of exchange between NDEF devices.
disableTagWriteMode() - Method in class oak.nfc.TagWriter
Disables the tag writing mode so that there is no confusion for the application as to whether it's about to write to a tag or not.
disconnect() - Method in class oak.http.OakConnection
 
DISK_CACHE_INTERNAL - Static variable in class oak.external.com.github.droidfu.cachefu.AbstractCache
 
DISK_CACHE_SDCARD - Static variable in class oak.external.com.github.droidfu.cachefu.AbstractCache
 
diskCacheDirectory - Variable in class oak.external.com.github.droidfu.cachefu.AbstractCache
 
dispatchDraw(Canvas) - Method in class oak.MultiDirectionSlidingDrawer
 
dispatchDraw(Canvas) - Method in class oak.widget.SectionListView
 
DisplaySupport - Class in oak.external.com.github.droidfu.support
 
DisplaySupport() - Constructor for class oak.external.com.github.droidfu.support.DisplaySupport
 
doInBackground(Void...) - Method in class oak.AsyncTool.SimpleTask
 
downloadImage() - Method in class oak.external.com.github.droidfu.imageloader.ImageLoader
 
downloadImage(boolean) - Method in class oak.OAKImageLoader
 

E

EasySSLSocketFactory - Class in oak.external.com.github.droidfu.http.ssl
This socket factory will create ssl socket that accepts self signed certificate
EasySSLSocketFactory() - Constructor for class oak.external.com.github.droidfu.http.ssl.EasySSLSocketFactory
 
edit() - Method in class oak.ObscuredSharedPreferences
 
enableDiskCache(Context, int) - Method in class oak.external.com.github.droidfu.cachefu.AbstractCache
Enable caching to the phone's internal storage or SD card.
enableGZIPEncoding() - Static method in class oak.external.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.
enableNdefExchangeMode() - Method in class oak.nfc.TagWriter
Call to enable an exchange between NDEF devices during the activity with the message to be written.
enableResponseCache(int, long, int) - Static method in class oak.external.com.github.droidfu.http.BetterHttp
Enables caching of HTTP responses.
enableResponseCache(Context, int, long, int, int) - Static method in class oak.external.com.github.droidfu.http.BetterHttp
Enables caching of HTTP responses.
enableTagWriteMode() - Method in class oak.nfc.TagWriter
Enables the tag writing mode so that the application knows that it is ready to write something to a tag.
encode(byte[], int) - Static method in class oak.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encode(byte[], int, int, int) - Static method in class oak.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encodeToString(byte[], int) - Static method in class oak.Base64
Base64-encode the given data and return a newly allocated String with the result.
encodeToString(byte[], int, int, int) - Static method in class oak.Base64
Base64-encode the given data and return a newly allocated String with the result.
encrypt(String) - Method in class oak.ObscuredSharedPreferences
 
entrySet() - Method in class oak.external.com.github.droidfu.cachefu.AbstractCache
 
equals(Object) - Method in class oak.external.com.github.droidfu.cachefu.CachedList
 
equals(Object) - Method in class oak.external.com.github.droidfu.http.ssl.EasySSLSocketFactory
 
exceptionalLabor() - Method in class oak.AsyncTool.SimpleTask
 
executor - Static variable in class oak.external.com.github.droidfu.imageloader.ImageLoader
 
expectedStatusCodes - Variable in class oak.external.com.github.droidfu.http.BetterHttpRequestBase
 
expecting(Integer...) - Method in interface oak.external.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 oak.external.com.github.droidfu.http.BetterHttpRequestBase
 
expecting(Integer...) - Method in class oak.external.com.github.droidfu.http.CachedHttpRequest
 
expirationInMinutes - Static variable in class oak.external.com.github.droidfu.imageloader.ImageLoader
 
extendSelection(int) - Method in class oak.widget.CancelEditText
Convenience for Selection.extendSelection(android.text.Spannable, int).

F

find(ModelCache, String, Class<? extends CachedModel>) - Static method in class oak.external.com.github.droidfu.cachefu.CachedModel
Method for looking up object in cache.
find(T[], T) - Static method in class oak.external.com.github.droidfu.support.ArraySupport
Attempts to find an object in a potentially unsorted array.
fingerprint() - Method in interface oak.ImageTransformation
 
fingerprint() - Method in class oak.transformation.ImageBorder
 
fingerprint() - Method in class oak.transformation.ImageScale
 
FlushedInputStream - Class in oak
Bug fix for Android bug #6066: http://code.google.com/p/android/issues/detail?id=6066
FlushedInputStream(InputStream) - Constructor for class oak.FlushedInputStream
 

G

get(Object) - Method in class oak.external.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 oak.external.com.github.droidfu.cachefu.CachedList
Synchronized method used to get an object from the live list.
get(String) - Static method in class oak.external.com.github.droidfu.http.BetterHttp
 
get(String, boolean) - Static method in class oak.external.com.github.droidfu.http.BetterHttp
 
get(String) - Method in class oak.http.OakHttpTool
 
getAcceptedIssuers() - Method in class oak.external.com.github.droidfu.http.ssl.TrivialTrustManager
 
getAdapter() - Method in class oak.widget.SectionListView
 
getAll() - Method in class oak.ObscuredSharedPreferences
 
getAmazingView(int, View, ViewGroup) - Method in class oak.BaseSectionAdapter
read: get view too
getAndroidId(Context) - Static method in class oak.external.com.github.droidfu.support.DiagnosticSupport
Returns the ANDROID_ID unique device ID for the current device.
getAndroidId(Context, String) - Static method in class oak.external.com.github.droidfu.support.DiagnosticSupport
Same as DiagnosticSupport.getAndroidId(Context), but never returns null.
getApplicationVersionString(Context) - Static method in class oak.external.com.github.droidfu.support.DiagnosticSupport
 
getAppVersionCode() - Method in class oak.http.OakHttpTool
 
getAppVersionName() - Method in class oak.http.OakHttpTool
 
getBitmap(Object) - Method in class oak.external.com.github.droidfu.cachefu.ImageCache
 
getBitmap(Object) - Method in class oak.OAKImageCache
 
getBoolean(String, boolean) - Method in class oak.ObscuredSharedPreferences
 
getBufferedResponseReader() - Method in class oak.http.OakConnection
 
getBytePayload() - Method in class oak.nfc.TagWriter
Gets the payload for a message from the array of NDEFmessages and then sets mPayload to that value and returns it.
getCacheAllocated() - Method in class oak.OAKImageCache
 
getCacheLimit() - Method in class oak.OAKImageCache
 
getContent() - Method in class oak.MultiDirectionSlidingDrawer
Returns the content of the drawer.
getContext() - Method in class oak.OAKImageCache
 
getCount() - Method in class oak.SectionAdapter
 
getCount() - Method in class oak.widget.SwankyGallery.SwankyAdapter
 
getCurrentScale() - Method in class oak.widget.SwankyImageView
Fetches the image's current zoom scale, between 1 and max.
getCurrentSpan() - Method in class oak.util.ScaleGestureDetector
Return the current distance between the two pointers forming the gesture in progress.
getDefaultEditable() - Method in class oak.widget.CancelEditText
 
getDefaultError() - Static method in class oak.OAKImageLoader
 
getDefaultHeaders() - Static method in class oak.external.com.github.droidfu.http.BetterHttp
 
getDefaultHeaders() - Method in class oak.http.OakHttpTool
 
getDefaultLoading() - Static method in class oak.OAKImageLoader
 
getDefaultMovementMethod() - Method in class oak.widget.CancelEditText
 
getDetectedTag(Intent) - Method in class oak.nfc.TagWriter
a getter for a detected tag from an intent.
getDiskCacheDirectory() - Method in class oak.external.com.github.droidfu.cachefu.AbstractCache
Only meaningful if disk caching is enabled.
getErrorDrawable() - Method in class oak.external.com.github.droidfu.imageloader.ImageLoaderHandler
 
getEventTime() - Method in class oak.util.ScaleGestureDetector
Return the event time of the current event being processed.
getFileForKey(KeyT) - Method in class oak.external.com.github.droidfu.cachefu.AbstractCache
 
getFileNameForKey(KeyT) - Method in class oak.external.com.github.droidfu.cachefu.AbstractCache
Only meaningful if disk caching is enabled.
getFileNameForKey(String) - Method in class oak.external.com.github.droidfu.cachefu.HttpResponseCache
 
getFileNameForKey(String) - Method in class oak.external.com.github.droidfu.cachefu.ImageCache
 
getFileNameForKey(String) - Method in class oak.external.com.github.droidfu.cachefu.ModelCache
 
getFileNameFromUrl(String) - Static method in class oak.external.com.github.droidfu.cachefu.CacheHelper
 
getFilter() - Method in class oak.SectionAdapter
 
getFloat(String, float) - Method in class oak.ObscuredSharedPreferences
 
getFocusX() - Method in class oak.util.ScaleGestureDetector
Get the X coordinate of the current gesture's focal point.
getFocusY() - Method in class oak.util.ScaleGestureDetector
Get the Y coordinate of the current gesture's focal point.
getHandle() - Method in class oak.MultiDirectionSlidingDrawer
Returns the handle of the drawer.
getHeader(String) - Method in interface oak.external.com.github.droidfu.http.BetterHttpResponse
 
getHeader(String) - Method in class oak.external.com.github.droidfu.http.BetterHttpResponseImpl
 
getHeader(String) - Method in class oak.external.com.github.droidfu.http.CachedHttpResponse
 
getHttpClient() - Static method in class oak.external.com.github.droidfu.http.BetterHttp
 
getHttpURLConnection() - Method in class oak.http.OakConnection
 
getId() - Method in class oak.external.com.github.droidfu.cachefu.CachedModel
Returns ID of object used in key generation.
getImageArea(byte[]) - Method in class oak.OAKImageCache
 
getImageCache() - Static method in class oak.external.com.github.droidfu.imageloader.ImageLoader
Returns the image cache backing this image loader.
getImageCache() - Static method in class oak.OAKImageLoader
 
getImageUrl() - Method in class oak.external.com.github.droidfu.imageloader.ImageLoaderHandler
 
getImageView() - Method in class oak.external.com.github.droidfu.imageloader.ImageLoaderHandler
 
getInputStream() - Method in class oak.http.OakConnection
 
getInt(String, int) - Method in class oak.ObscuredSharedPreferences
 
getItem(int) - Method in class oak.SectionAdapter
 
getItemId(int) - Method in class oak.SectionAdapter
 
getKey() - Method in class oak.external.com.github.droidfu.cachefu.CachedModel
 
getList() - Method in class oak.external.com.github.droidfu.cachefu.CachedList
Synchronized method to get a copy of the list in its current state.
getLong(String, long) - Method in class oak.ObscuredSharedPreferences
 
getMessage() - Method in exception oak.http.exception.OakHttpException
 
getMessageFromArray() - Method in class oak.nfc.TagWriter
Gets the first message in the array of messages and sets the current message field to that value.
getNdefMessage() - Method in class oak.nfc.TagWriter
A getter for the current NdefMessage.
getNdefMessages() - Method in class oak.nfc.TagWriter
A getter for the NdefMessages array.
getNdefMessages(Intent) - Method in class oak.nfc.TagWriter
Gets the NdefMessage array from a tag when it's discovered or from an NDEF device.
getPayloadString() - Method in class oak.nfc.TagWriter
A helper method to get the string version of whatever the current ndef message is.
getPinnedHeaderState(int) - Method in class oak.BaseSectionAdapter
Computes the desired state of the pinned header for the given position of the first visible list item.
getPositionForSection(int) - Method in class oak.BaseSectionAdapter
 
getPositionForSection(int) - Method in class oak.SectionAdapter
 
getPreviousSpan() - Method in class oak.util.ScaleGestureDetector
Return the previous distance between the two pointers forming the gesture in progress.
getPrintedUrl(String, ImageTransformation...) - Static method in class oak.OAKImageLoader
 
getPrintedUrl() - Method in class oak.OAKImageLoaderHandler
 
getProgressDialog() - Method in class oak.AsyncTool
 
getRequestUrl() - Method in interface oak.external.com.github.droidfu.http.BetterHttpRequest
 
getRequestUrl() - Method in class oak.external.com.github.droidfu.http.BetterHttpRequestBase
 
getRequestUrl() - Method in class oak.external.com.github.droidfu.http.CachedHttpRequest
 
getResponseBody() - Method in interface oak.external.com.github.droidfu.http.BetterHttpResponse
 
getResponseBody() - Method in class oak.external.com.github.droidfu.http.BetterHttpResponseImpl
 
getResponseBody() - Method in class oak.external.com.github.droidfu.http.CachedHttpResponse
 
getResponseBody() - Method in class oak.external.com.github.droidfu.http.CachedHttpResponse.ResponseData
 
getResponseBodyAsBytes() - Method in interface oak.external.com.github.droidfu.http.BetterHttpResponse
 
getResponseBodyAsBytes() - Method in class oak.external.com.github.droidfu.http.BetterHttpResponseImpl
 
getResponseBodyAsBytes() - Method in class oak.external.com.github.droidfu.http.CachedHttpResponse
 
getResponseBodyAsString() - Method in interface oak.external.com.github.droidfu.http.BetterHttpResponse
 
getResponseBodyAsString() - Method in class oak.external.com.github.droidfu.http.BetterHttpResponseImpl
 
getResponseBodyAsString() - Method in class oak.external.com.github.droidfu.http.CachedHttpResponse
 
getResponseCache() - Static method in class oak.external.com.github.droidfu.http.BetterHttp
 
getScaleFactor() - Method in class oak.util.ScaleGestureDetector
Return the scaling factor from the previous scale event to the current event.
getScreenDensity(Context) - Static method in class oak.external.com.github.droidfu.support.DisplaySupport
 
getSection() - Method in interface oak.Sectionable
 
getSectionForPosition(int) - Method in class oak.BaseSectionAdapter
 
getSectionForPosition(int) - Method in class oak.SectionAdapter
 
getSections() - Method in class oak.BaseSectionAdapter
 
getSections() - Method in class oak.SectionAdapter
 
getSectionsWithFullName() - Method in class oak.SectionAdapter
 
getSocketTimeout() - Static method in class oak.external.com.github.droidfu.http.BetterHttp
 
getSpecialCode() - Method in class oak.ObscuredSharedPreferences
Implement this method to supply your char array with your password
getStaticTypeFace(Context, String) - Static method in class oak.widget.TextViewWithFont
 
getStatusCode() - Method in interface oak.external.com.github.droidfu.http.BetterHttpResponse
 
getStatusCode() - Method in class oak.external.com.github.droidfu.http.BetterHttpResponseImpl
 
getStatusCode() - Method in class oak.external.com.github.droidfu.http.CachedHttpResponse
 
getStatusCode() - Method in class oak.external.com.github.droidfu.http.CachedHttpResponse.ResponseData
 
getString(String, String) - Method in class oak.ObscuredSharedPreferences
 
getText() - Method in class oak.widget.CancelEditText
 
getTextViewAsNdef(TextView) - Method in class oak.nfc.TagWriter
Gets the message from a text view and turns it into an NDEF Message and returns it as well as setting the message field.
getTimeDelta() - Method in class oak.util.ScaleGestureDetector
Return the time difference in milliseconds between the previous accepted scaling event and the current scaling event.
getTimesRetried() - Method in class oak.external.com.github.droidfu.http.BetterHttpRequestRetryHandler
 
getView(int, View, ViewGroup) - Method in class oak.BaseSectionAdapter
 

H

handleImageLoaded(Bitmap, Message) - Method in class oak.external.com.github.droidfu.imageloader.ImageLoaderHandler
Override this method if you need custom handler logic.
handleImageLoaded(Bitmap, Message) - Method in class oak.OAKImageLoaderHandler
Override this method if you need custom handler logic.
handleImageLoadedMessage(Message) - Method in class oak.external.com.github.droidfu.imageloader.ImageLoaderHandler
 
handleMessage(Message) - Method in class oak.external.com.github.droidfu.imageloader.ImageLoaderHandler
 
HANDLER_MESSAGE_ID - Static variable in class oak.external.com.github.droidfu.imageloader.ImageLoader
 
handleResponse(HttpResponse) - Method in class oak.external.com.github.droidfu.http.BetterHttpRequestBase
 
hashCode() - Method in class oak.external.com.github.droidfu.http.ssl.EasySSLSocketFactory
 
HTTP_CONTENT_TYPE_HEADER - Static variable in class oak.external.com.github.droidfu.http.BetterHttpRequestBase
 
httpClient - Variable in class oak.external.com.github.droidfu.http.BetterHttpRequestBase
 
HttpResponseCache - Class in oak.external.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 oak.external.com.github.droidfu.cachefu.HttpResponseCache
 

I

IMAGE_URL_EXTRA - Static variable in class oak.external.com.github.droidfu.imageloader.ImageLoader
 
ImageBorder - Class in oak.transformation
User: mlake Date: 12/9/11 Time: 5:09 PM
ImageBorder(int, int) - Constructor for class oak.transformation.ImageBorder
Add a border to an image with the width and color specified.
ImageCache - Class in oak.external.com.github.droidfu.cachefu
Implements a cache capable of caching image files.
ImageCache(int, long, int) - Constructor for class oak.external.com.github.droidfu.cachefu.ImageCache
 
imageCache - Static variable in class oak.external.com.github.droidfu.imageloader.ImageLoader
 
ImageLoader - Class in oak.external.com.github.droidfu.imageloader
Realizes an background image loader backed by a two-level FIFO cache.
ImageLoader(String, ImageLoaderHandler) - Constructor for class oak.external.com.github.droidfu.imageloader.ImageLoader
 
ImageLoaderHandler - Class in oak.external.com.github.droidfu.imageloader
 
ImageLoaderHandler(ImageView, String) - Constructor for class oak.external.com.github.droidfu.imageloader.ImageLoaderHandler
 
ImageLoaderHandler(ImageView, String, Drawable) - Constructor for class oak.external.com.github.droidfu.imageloader.ImageLoaderHandler
 
ImageScale - Class in oak.transformation
User: mlake Date: 12/9/11 Time: 5:54 PM
ImageScale(int, int) - Constructor for class oak.transformation.ImageScale
Scale the image proportionally to the bounds of the given max width and height.
ImageTransformation - Interface in oak
 
initialize(Context) - Static method in class oak.external.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 oak.external.com.github.droidfu.imageloader.ImageLoader
 
initialize(Context, int) - Static method in class oak.OAKImageLoader
This method must be called before any other method is invoked on this class.
installCache() - Method in class oak.http.OakHttpTool
 
instantiateItem(ViewGroup, int) - Method in class oak.widget.SwankyGallery.SwankyAdapter
 
IntentSupport - Class in oak.external.com.github.droidfu.support
 
IntentSupport() - Constructor for class oak.external.com.github.droidfu.support.IntentSupport
 
INTERNAL_CACHING - Static variable in class oak.OAKImageLoader
 
isDiskCacheEnabled() - Method in class oak.external.com.github.droidfu.cachefu.AbstractCache
 
isEmpty() - Method in class oak.external.com.github.droidfu.cachefu.AbstractCache
 
isInError() - Method in class oak.AsyncTool.SimpleTask
 
isInProgress() - Method in class oak.util.ScaleGestureDetector
Returns true if a two-finger scale gesture is in progress.
isIntentAvailable(Context, String, Uri, String) - Static method in class oak.external.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 oak.external.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 oak.external.com.github.droidfu.support.IntentSupport
Checks whether there are applications installed which are able to handle the given intent.
isMoving() - Method in class oak.MultiDirectionSlidingDrawer
Indicates whether the drawer is scrolling or flinging.
isNdefDiscovered(Intent) - Method in class oak.nfc.TagWriter
A method that determines if there's an NDEF action discovered from an intent.
isOpened() - Method in class oak.MultiDirectionSlidingDrawer
Indicates whether the drawer is currently fully opened.
isPackageInstalled(Context, String) - Static method in class oak.util.OakUtils
 
isPositionBottomOfSection(int) - Method in class oak.SectionAdapter
 
isPositionTopOfSection(int) - Method in class oak.SectionAdapter
 
isQueryMatch(CharSequence) - Method in interface oak.Queryable
 
isSafeMode() - Method in class oak.OAKImageCache
 
isSafeMode() - Static method in class oak.OAKImageLoader
 
isSecure(Socket) - Method in class oak.external.com.github.droidfu.http.ssl.EasySSLSocketFactory
 
isTagDiscovered(Intent) - Method in class oak.nfc.TagWriter
A method that determines if there's an NFC tag discovered from an intent.
isViewFromObject(View, Object) - Method in class oak.widget.SwankyGallery.SwankyAdapter
 
isWriteMode() - Method in class oak.nfc.TagWriter
A getter for the boolean writeMode.

J

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

K

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

L

list - Variable in class oak.external.com.github.droidfu.cachefu.CachedList
List of objects.
lock() - Method in class oak.MultiDirectionSlidingDrawer
Locks the SlidingDrawer so that touch events are ignores.
LOG_TAG - Static variable in class oak.MultiDirectionSlidingDrawer
 
LOG_TAG - Static variable in class oak.OAKImageCache
 
LOGTAG - Static variable in interface oak.OAK
 

M

MaskedImageView - Class in oak.widget
 
MaskedImageView(Context) - Constructor for class oak.widget.MaskedImageView
 
MaskedImageView(Context, AttributeSet) - Constructor for class oak.widget.MaskedImageView
 
MaskedImageView(Context, AttributeSet, int) - Constructor for class oak.widget.MaskedImageView
 
maxRetries - Variable in class oak.external.com.github.droidfu.http.BetterHttpRequestBase
 
MIME_TYPE_EMAIL - Static variable in class oak.external.com.github.droidfu.support.IntentSupport
 
MIME_TYPE_TEXT - Static variable in class oak.external.com.github.droidfu.support.IntentSupport
 
ModelCache - Class in oak.external.com.github.droidfu.cachefu
Allows caching Model objects using the features provided by AbstractCache.
ModelCache(int, long, int) - Constructor for class oak.external.com.github.droidfu.cachefu.ModelCache
Creates an AbstractCache with params provided and name 'ModelCache'.
MultiDirectionSlidingDrawer - Class in oak
 
MultiDirectionSlidingDrawer(Context, AttributeSet) - Constructor for class oak.MultiDirectionSlidingDrawer
Creates a new SlidingDrawer from a specified set of attributes defined in XML.
MultiDirectionSlidingDrawer(Context, AttributeSet, int) - Constructor for class oak.MultiDirectionSlidingDrawer
Creates a new SlidingDrawer from a specified set of attributes defined in XML.
MultiDirectionSlidingDrawer.OnDrawerCloseListener - Interface in oak
Callback invoked when the drawer is closed.
MultiDirectionSlidingDrawer.OnDrawerOpenListener - Interface in oak
Callback invoked when the drawer is opened.
MultiDirectionSlidingDrawer.OnDrawerScrollListener - Interface in oak
Callback invoked when the drawer is scrolled.
MultiDirectionSlidingDrawer.OnThresholdHitListener - Interface in oak
Callback invoked when the drawer hits a certain "open/closed" threshold.

N

newCallNumberIntent(String) - Static method in class oak.external.com.github.droidfu.support.IntentSupport
Creates an intent that will immediately dispatch a call to the given number.
newDialNumberIntent(String) - Static method in class oak.external.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 oak.external.com.github.droidfu.support.IntentSupport
 
newMapsIntent(String, String) - Static method in class oak.external.com.github.droidfu.support.IntentSupport
 
newSelectPictureIntent() - Static method in class oak.external.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 oak.external.com.github.droidfu.support.IntentSupport
 
newTakePictureIntent(File) - Static method in class oak.external.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.
NO_CLOSE - Static variable in class oak.Base64
Flag to pass to Base64OutputStream to indicate that it should not close the output stream it is wrapping when it itself is closed.
NO_DISK_CACHING - Static variable in class oak.OAKImageLoader
 
NO_PADDING - Static variable in class oak.Base64
Encoder flag bit to omit the padding '=' characters at the end of the output (if any).
NO_WRAP - Static variable in class oak.Base64
Encoder flag bit to omit all line terminators (i.e., the output will be on one long line).
notifyImageLoaded(String, Bitmap) - Method in class oak.external.com.github.droidfu.imageloader.ImageLoader
 
notifyImageLoaded(String, Bitmap) - Method in class oak.OAKImageLoader
 
numRetries - Static variable in class oak.external.com.github.droidfu.imageloader.ImageLoader
 

O

oak - package oak
 
OAK - Interface in oak
User: Michael Lake Date: 10/17/11 Time: 12:19 PM
oak.external.com.github.droidfu.cachefu - package oak.external.com.github.droidfu.cachefu
 
oak.external.com.github.droidfu.http - package oak.external.com.github.droidfu.http
 
oak.external.com.github.droidfu.http.ssl - package oak.external.com.github.droidfu.http.ssl
 
oak.external.com.github.droidfu.imageloader - package oak.external.com.github.droidfu.imageloader
 
oak.external.com.github.droidfu.support - package oak.external.com.github.droidfu.support
 
oak.http - package oak.http
 
oak.http.exception - package oak.http.exception
 
oak.nfc - package oak.nfc
 
oak.transformation - package oak.transformation
 
oak.util - package oak.util
 
oak.widget - package oak.widget
 
OakConnection - Class in oak.http
User: mlake Date: 8/9/12 Time: 9:28 AM
OakConnection(HttpURLConnection) - Constructor for class oak.http.OakConnection
 
OakHttpException - Exception in oak.http.exception
User: mlake Date: 8/9/12 Time: 1:37 PM
OakHttpException(int) - Constructor for exception oak.http.exception.OakHttpException
 
OakHttpException(int, String) - Constructor for exception oak.http.exception.OakHttpException
 
OakHttpTool - Class in oak.http
User: mlake Date: 8/9/12 Time: 9:17 AM
OakHttpTool(Application) - Constructor for class oak.http.OakHttpTool
 
OAKImageCache - Class in oak
 
OAKImageCache(int, long, int) - Constructor for class oak.OAKImageCache
 
OAKImageLoader - Class in oak
 
OAKImageLoaderHandler - Class in oak
 
OAKImageLoaderHandler(ImageView, String) - Constructor for class oak.OAKImageLoaderHandler
 
OAKImageLoaderHandler(ImageView, String, Drawable) - Constructor for class oak.OAKImageLoaderHandler
 
OakUtils - Class in oak.util
User: derek Date: 8/7/12 Time: 10:06 AM
OakUtils() - Constructor for class oak.util.OakUtils
 
ObscuredSharedPreferences - Class in oak
This code originally posted by Michael Burton on StackOverflow http://stackoverflow.com/questions/785973/what-is-the-most-appropriate-way-to-store-user-settings-in-android-application/6393502#6393502
ObscuredSharedPreferences(Context, SharedPreferences) - Constructor for class oak.ObscuredSharedPreferences
 
ObscuredSharedPreferences.Editor - Class in oak
 
ObscuredSharedPreferences.Editor() - Constructor for class oak.ObscuredSharedPreferences.Editor
 
onDetachedFromWindow() - Method in class oak.widget.SwankyImageView
 
onDraw(Canvas) - Method in class oak.widget.MaskedImageView
 
onDrawerClosed() - Method in interface oak.MultiDirectionSlidingDrawer.OnDrawerCloseListener
Invoked when the drawer becomes fully closed.
onDrawerOpened() - Method in interface oak.MultiDirectionSlidingDrawer.OnDrawerOpenListener
Invoked when the drawer becomes fully open.
onError(Exception) - Method in class oak.AsyncTool.SimpleTask
 
onFinishInflate() - Method in class oak.MultiDirectionSlidingDrawer
 
onInterceptTouchEvent(MotionEvent) - Method in class oak.MultiDirectionSlidingDrawer
 
onInterceptTouchEvent(MotionEvent) - Method in class oak.widget.BeastViewPager
 
onInterceptTouchEvent(MotionEvent) - Method in class oak.widget.BeastWebView
 
onInterceptTouchEvent(MotionEvent) - Method in class oak.widget.SwankyGallery
 
onLayout(boolean, int, int, int, int) - Method in class oak.MultiDirectionSlidingDrawer
 
onLayout(boolean, int, int, int, int) - Method in class oak.widget.ResizedTextView
 
onLayout(boolean, int, int, int, int) - Method in class oak.widget.SectionListView
 
onMeasure(int, int) - Method in class oak.MultiDirectionSlidingDrawer
 
onMeasure(int, int) - Method in class oak.widget.SectionListView
 
onMeasure(int, int) - Method in class oak.widget.SwankyImageView
 
onPageSelected(int) - Method in interface oak.widget.SwankyGallery.OnGalleryPageSelectedListener
 
onPostExecute(Void) - Method in class oak.AsyncTool.SimpleTask
 
onPreExecute() - Method in class oak.AsyncTool.SimpleTask
 
onProgressUpdate(String...) - Method in class oak.AsyncTool.SimpleTask
 
onReceive(Context, Intent) - Method in class oak.external.com.github.droidfu.http.ConnectionChangedBroadcastReceiver
 
onScale(ScaleGestureDetector) - Method in interface oak.util.ScaleGestureDetector.OnScaleGestureListener
Responds to scaling events for a gesture in progress.
onScale(ScaleGestureDetector) - Method in class oak.util.ScaleGestureDetector.SimpleOnScaleGestureListener
 
onScaleBegin(ScaleGestureDetector) - Method in interface oak.util.ScaleGestureDetector.OnScaleGestureListener
Responds to the beginning of a scaling gesture.
onScaleBegin(ScaleGestureDetector) - Method in class oak.util.ScaleGestureDetector.SimpleOnScaleGestureListener
 
onScaleEnd(ScaleGestureDetector) - Method in interface oak.util.ScaleGestureDetector.OnScaleGestureListener
Responds to the end of a scale gesture.
onScaleEnd(ScaleGestureDetector) - Method in class oak.util.ScaleGestureDetector.SimpleOnScaleGestureListener
 
onScroll(AbsListView, int, int, int) - Method in class oak.BaseSectionAdapter
 
onScrollEnded() - Method in interface oak.MultiDirectionSlidingDrawer.OnDrawerScrollListener
Invoked when the user stops dragging/flinging the drawer's handle.
onScrollStarted() - Method in interface oak.MultiDirectionSlidingDrawer.OnDrawerScrollListener
Invoked when the user starts dragging/flinging the drawer's handle.
onScrollStateChanged(AbsListView, int) - Method in class oak.BaseSectionAdapter
 
onThresholdHit(boolean) - Method in interface oak.MultiDirectionSlidingDrawer.OnThresholdHitListener
Invoked when the drawer opens at a percentage
onTouchEvent(MotionEvent) - Method in class oak.MultiDirectionSlidingDrawer
 
onTouchEvent(MotionEvent) - Method in class oak.util.ScaleGestureDetector
 
onTouchEvent(MotionEvent) - Method in class oak.widget.BeastViewPager
 
onTouchEvent(MotionEvent) - Method in class oak.widget.BeastWebView
 
onTouchEvent(MotionEvent) - Method in class oak.widget.CancelEditText
 
onTouchEvent(MotionEvent) - Method in class oak.widget.SwankyGallery
 
onTouchEvent(MotionEvent) - Method in class oak.widget.SwankyImageView
 
onWindowVisibilityChanged(int) - Method in class oak.widget.SwankyImageView
 
open() - Method in class oak.MultiDirectionSlidingDrawer
Opens the drawer immediately.
ORIENTATION_BTT - Static variable in class oak.MultiDirectionSlidingDrawer
 
ORIENTATION_LTR - Static variable in class oak.MultiDirectionSlidingDrawer
 
ORIENTATION_RTL - Static variable in class oak.MultiDirectionSlidingDrawer
 
ORIENTATION_TTB - Static variable in class oak.MultiDirectionSlidingDrawer
 

P

PINNED_HEADER_GONE - Static variable in class oak.BaseSectionAdapter
Pinned header state: don't show the header.
PINNED_HEADER_PUSHED_UP - Static variable in class oak.BaseSectionAdapter
Pinned header state: show the header.
PINNED_HEADER_VISIBLE - Static variable in class oak.BaseSectionAdapter
Pinned header state: show the header at the top of the list.
post(String) - Static method in class oak.external.com.github.droidfu.http.BetterHttp
 
post(String, HttpEntity) - Static method in class oak.external.com.github.droidfu.http.BetterHttp
 
post(String, List<BasicNameValuePair>) - Method in class oak.http.OakHttpTool
 
preCache(String[], ImageTransformation...) - Static method in class oak.OAKImageLoader
Downloads images in urls array and applies transformations to each.
PREFER_INTERNAL - Static variable in class oak.OAKImageLoader
 
PREFER_SD - Static variable in class oak.OAKImageLoader
 
printedUrl - Variable in class oak.OAKImageLoaderHandler
 
printResponseToLog(boolean) - Method in class oak.http.OakConnection
 
process(HttpRequest, HttpContext) - Method in class oak.util.CurlRequestInterceptor
 
put(KeyT, ValT) - Method in class oak.external.com.github.droidfu.cachefu.AbstractCache
Writes an element to the cache.
put(String, CachedModel) - Method in class oak.external.com.github.droidfu.cachefu.ModelCache
 
put(String) - Static method in class oak.external.com.github.droidfu.http.BetterHttp
 
put(String, HttpEntity) - Static method in class oak.external.com.github.droidfu.http.BetterHttp
 
put(String, byte[]) - Method in class oak.OAKImageCache
 
putAll(Map<? extends KeyT, ? extends ValT>) - Method in class oak.external.com.github.droidfu.cachefu.AbstractCache
 
putBoolean(String, boolean) - Method in class oak.ObscuredSharedPreferences.Editor
 
putFloat(String, float) - Method in class oak.ObscuredSharedPreferences.Editor
 
putInt(String, int) - Method in class oak.ObscuredSharedPreferences.Editor
 
putLong(String, long) - Method in class oak.ObscuredSharedPreferences.Editor
 
putString(String, String) - Method in class oak.ObscuredSharedPreferences.Editor
 
putStringSet(String, Set<String>) - Method in class oak.ObscuredSharedPreferences.Editor
 
putToDisk(String, byte[]) - Method in class oak.OAKImageCache
 

Q

Queryable - Interface in oak
User: Michael Lake Date: 10/18/11 Time: 4:53 PM

R

readFromParcel(Parcel) - Method in class oak.external.com.github.droidfu.cachefu.CachedList
 
readFromParcel(Parcel) - Method in class oak.external.com.github.droidfu.cachefu.CachedModel
Saves data to parcel.
readValueFromDisk(File) - Method in class oak.external.com.github.droidfu.cachefu.AbstractCache
Only meaningful if disk caching is enabled.
readValueFromDisk(File) - Method in class oak.external.com.github.droidfu.cachefu.HttpResponseCache
 
readValueFromDisk(File) - Method in class oak.external.com.github.droidfu.cachefu.ImageCache
 
readValueFromDisk(File) - Method in class oak.external.com.github.droidfu.cachefu.ModelCache
 
registerOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener) - Method in class oak.ObscuredSharedPreferences
 
reload(ModelCache) - Method in class oak.external.com.github.droidfu.cachefu.CachedList
 
reload(ModelCache) - Method in class oak.external.com.github.droidfu.cachefu.CachedModel
Attempts to reload any new data from cache.
reloadFromCachedModel(ModelCache, CachedModel) - Method in class oak.external.com.github.droidfu.cachefu.CachedList
 
reloadFromCachedModel(ModelCache, CachedModel) - Method in class oak.external.com.github.droidfu.cachefu.CachedModel
Method called to reload any data from a more recently stored object e.g.:
remove(Object) - Method in class oak.external.com.github.droidfu.cachefu.AbstractCache
 
remove(String) - Method in class oak.ObscuredSharedPreferences.Editor
 
removeAllWithPrefix(String) - Method in class oak.external.com.github.droidfu.cachefu.HttpResponseCache
 
removeAllWithPrefix(String) - Method in class oak.external.com.github.droidfu.cachefu.ImageCache
 
removeAllWithPrefix(String) - Method in class oak.external.com.github.droidfu.cachefu.ModelCache
Removes all cached objects with key prefix.
removeAllWithStringPrefix(AbstractCache<String, ?>, String) - Static method in class oak.external.com.github.droidfu.cachefu.CacheHelper
 
removeKey(Object) - Method in class oak.external.com.github.droidfu.cachefu.AbstractCache
 
replaceDataInSection(String, List<T>) - Method in class oak.SectionAdapter
 
request - Variable in class oak.external.com.github.droidfu.http.BetterHttpRequestBase
 
requestLayout() - Method in class oak.widget.MaskedImageView
 
resetCache() - Method in class oak.http.OakHttpTool
 
resetScale() - Method in class oak.widget.SwankyImageView
 
ResizedTextView - Class in oak.widget
Created by IntelliJ IDEA.
ResizedTextView(Context) - Constructor for class oak.widget.ResizedTextView
 
ResizedTextView(Context, AttributeSet) - Constructor for class oak.widget.ResizedTextView
 
ResizedTextView(Context, AttributeSet, int) - Constructor for class oak.widget.ResizedTextView
 
retries(int) - Method in interface oak.external.com.github.droidfu.http.BetterHttpRequest
Set maximum number of retries for this particular request.
retries(int) - Method in class oak.external.com.github.droidfu.http.BetterHttpRequestBase
 
retries(int) - Method in class oak.external.com.github.droidfu.http.CachedHttpRequest
 
retrieveImageData() - Method in class oak.external.com.github.droidfu.imageloader.ImageLoader
 
retrieveImageData() - Method in class oak.OAKImageLoader
Uses a BufferedHttpEntity to write to a byte array, to ensure that the complete data is loaded.
retryRequest(IOException, int, HttpContext) - Method in class oak.external.com.github.droidfu.http.BetterHttpRequestRetryHandler
 
rotate - Variable in class oak.widget.CustomCircularProgressBar
 
run() - Method in class oak.external.com.github.droidfu.imageloader.ImageLoader
The job method run on a worker thread.
run() - Method in class oak.OAKImageLoader
 

S

save(ModelCache) - Method in class oak.external.com.github.droidfu.cachefu.CachedModel
Attempts to store the object in the cache using this object's key.
save(ModelCache, String) - Method in class oak.external.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 oak.external.com.github.droidfu.support.DisplaySupport
 
ScaleGestureDetector - Class in oak.util
 
ScaleGestureDetector(Context, ScaleGestureDetector.OnScaleGestureListener) - Constructor for class oak.util.ScaleGestureDetector
 
ScaleGestureDetector.OnScaleGestureListener - Interface in oak.util
 
ScaleGestureDetector.SimpleOnScaleGestureListener - Class in oak.util
A convenience class to extend when you only want to listen for a subset of scaling-related events.
ScaleGestureDetector.SimpleOnScaleGestureListener() - Constructor for class oak.util.ScaleGestureDetector.SimpleOnScaleGestureListener
 
SceneAnimation - Class in oak.widget
 
SceneAnimation(ImageView, int[], int[]) - Constructor for class oak.widget.SceneAnimation
 
SceneAnimation(ImageView, int[], int) - Constructor for class oak.widget.SceneAnimation
 
SceneAnimation(ImageView, int[], int, long) - Constructor for class oak.widget.SceneAnimation
 
SCREEN_DENSITY_HIGH - Static variable in class oak.external.com.github.droidfu.support.DisplaySupport
 
SCREEN_DENSITY_LOW - Static variable in class oak.external.com.github.droidfu.support.DisplaySupport
 
SCREEN_DENSITY_MEDIUM - Static variable in class oak.external.com.github.droidfu.support.DisplaySupport
 
SD_CACHING - Static variable in class oak.OAKImageLoader
 
Sectionable - Interface in oak
User: Michael Lake Date: 5/18/11 Time: 10:14 AM
SectionAdapter<T extends Sectionable> - Class in oak
User: Michael Lake Date: 5/17/11 Time: 11:13 AM
SectionAdapter() - Constructor for class oak.SectionAdapter
 
SectionListView - Class in oak.widget
A ListView that maintains a header pinned at the top of the list.
SectionListView(Context) - Constructor for class oak.widget.SectionListView
 
SectionListView(Context, AttributeSet) - Constructor for class oak.widget.SectionListView
 
SectionListView(Context, AttributeSet, int) - Constructor for class oak.widget.SectionListView
 
selectAll() - Method in class oak.widget.CancelEditText
Convenience for Selection.selectAll(android.text.Spannable).
send() - Method in interface oak.external.com.github.droidfu.http.BetterHttpRequest
Sends the current request.
send() - Method in class oak.external.com.github.droidfu.http.BetterHttpRequestBase
 
send() - Method in class oak.external.com.github.droidfu.http.CachedHttpRequest
 
set(int, CO) - Method in class oak.external.com.github.droidfu.cachefu.CachedList
Synchronized method used to set an object at a location in the list.
setAdapter(ListAdapter) - Method in class oak.widget.SectionListView
 
setAdapter(SwankyGallery.SwankyAdapter) - Method in class oak.widget.SwankyGallery
 
setAdditionalCommands(String) - Method in class oak.util.CurlRequestInterceptor
 
setAuthUserName(String) - Method in class oak.util.CurlRequestInterceptor
 
setCacheLimit(int) - Method in class oak.OAKImageCache
Set how large the cache may grow before old images are discarded.
setCertValidationDisabled(boolean) - Method in class oak.http.OakHttpTool
 
setContext(Context) - Static method in class oak.external.com.github.droidfu.http.BetterHttp
 
setContext(Context) - Method in class oak.OAKImageCache
 
setCurrentItem(int, boolean) - Method in class oak.widget.SwankyGallery
 
setData(List<T>) - Method in class oak.SectionAdapter
 
setDataManually(List<Pair<String, List<T>>>) - Method in class oak.SectionAdapter
 
setDefaultError(Drawable) - Static method in class oak.OAKImageLoader
Sets the default error drawable- to use when there was an error in loading the image.
setDefaultHeader(String, String) - Static method in class oak.external.com.github.droidfu.http.BetterHttp
 
setDefaultHeaders(Map<String, String>) - Method in class oak.http.OakHttpTool
 
setDefaultLoading(Drawable) - Static method in class oak.OAKImageLoader
Sets the default "dummy" drawable- to use while loading.
setDiskCacheEnabled(String) - Method in class oak.external.com.github.droidfu.cachefu.AbstractCache
 
setEllipsize(TextUtils.TruncateAt) - Method in class oak.widget.CancelEditText
 
setErrorDrawable(Drawable) - Method in class oak.external.com.github.droidfu.imageloader.ImageLoaderHandler
 
setFillColor(int) - Method in class oak.widget.MaskedImageView
 
setHighSampleSize(int) - Method in class oak.widget.SwankyGallery
Unused
setHttpClient(AbstractHttpClient) - Static method in class oak.external.com.github.droidfu.http.BetterHttp
 
setId(String) - Method in class oak.external.com.github.droidfu.cachefu.CachedModel
Set ID of object used in key generation.
setImageBitmap(Bitmap) - Method in class oak.widget.SwankyImageView
 
setImageDrawable(Drawable) - Method in class oak.widget.MaskedImageView
 
setImageResource(int) - Method in class oak.widget.SwankyImageView
 
setImageUrl(String) - Method in class oak.external.com.github.droidfu.imageloader.ImageLoaderHandler
 
setImageView(ImageView) - Method in class oak.external.com.github.droidfu.imageloader.ImageLoaderHandler
 
setLoading(ImageView, Drawable) - Static method in class oak.OAKImageLoader
Sets an image in the loading state.
setLowSampleSize(int) - Method in class oak.widget.SwankyGallery
Unused
setMaskDrawable(BitmapDrawable) - Method in class oak.widget.MaskedImageView
 
setMaskDrawable(NinePatchDrawable) - Method in class oak.widget.MaskedImageView
 
setMaxDownloadAttempts(int) - Static method in class oak.external.com.github.droidfu.imageloader.ImageLoader
 
setMaximumConnections(int) - Static method in class oak.external.com.github.droidfu.http.BetterHttp
 
setMaxScale(float) - Method in class oak.widget.SwankyImageView
 
setMaxZoom(float) - Method in class oak.widget.SwankyGallery
 
setMessage(String) - Method in class oak.nfc.TagWriter
A method that will create an NDEF message from a string and set the current message to that value.
setMessage(byte[]) - Method in class oak.nfc.TagWriter
A method to create an NDEF message from a byte array and sets the current message field to that value.
setOffscreenPageLimit(int) - Method in class oak.widget.SwankyGallery
 
setOnClickListener(View.OnClickListener) - Method in class oak.widget.SwankyImageView
 
setOnDrawerCloseListener(MultiDirectionSlidingDrawer.OnDrawerCloseListener) - Method in class oak.MultiDirectionSlidingDrawer
Sets the listener that receives a notification when the drawer becomes close.
setOnDrawerOpenListener(MultiDirectionSlidingDrawer.OnDrawerOpenListener) - Method in class oak.MultiDirectionSlidingDrawer
Sets the listener that receives a notification when the drawer becomes open.
setOnDrawerScrollListener(MultiDirectionSlidingDrawer.OnDrawerScrollListener) - Method in class oak.MultiDirectionSlidingDrawer
Sets the listener that receives a notification when the drawer starts or ends a scroll.
setOnGalleryPageSelectedListener(SwankyGallery.OnGalleryPageSelectedListener) - Method in class oak.widget.SwankyGallery
 
setOnThresholdHitListener(MultiDirectionSlidingDrawer.OnThresholdHitListener) - Method in class oak.MultiDirectionSlidingDrawer
Sets the listener that receives a notification when the drawer becomes open.
setOverlayDrawable(BitmapDrawable) - Method in class oak.widget.MaskedImageView
 
setOverlayDrawable(NinePatchDrawable) - Method in class oak.widget.MaskedImageView
 
setPayloadString() - Method in class oak.nfc.TagWriter
a helper method to set a string from the payload of a single message.
setPinnedHeaderView(View) - Method in class oak.widget.SectionListView
 
setPortForScheme(String, int) - Static method in class oak.external.com.github.droidfu.http.BetterHttp
 
setPreEmptiveBasicAuth(String, String, String) - Method in class oak.http.OakHttpTool
 
setPrintedUrl(String) - Method in class oak.OAKImageLoaderHandler
 
setReportAppVersion(boolean) - Method in class oak.http.OakHttpTool
 
setSafeMode(boolean) - Method in class oak.OAKImageCache
 
setSafeMode(boolean, int) - Static method in class oak.OAKImageLoader
If Safe Mode is enabled, checks are performed to ensure that a bitmap will fit in available memory before it is inflated.
setSelection(int, int) - Method in class oak.widget.CancelEditText
Convenience for Selection.setSelection(android.text.Spannable, int, int).
setSelection(int) - Method in class oak.widget.CancelEditText
Convenience for Selection.setSelection(android.text.Spannable, int).
setSocketTimeout(int) - Static method in class oak.external.com.github.droidfu.http.BetterHttp
Adjust the socket timeout, i.e.
setSpinning(View) - Static method in class oak.OAKImageLoader
Gets a "spinning" animation to use with a loading dialog.
setText(CharSequence, TextView.BufferType) - Method in class oak.widget.CancelEditText
 
setTextSize(float) - Method in class oak.widget.ResizedTextView
 
setThreadPoolSize(int) - Static method in class oak.external.com.github.droidfu.imageloader.ImageLoader
 
setupHttpClient() - Static method in class oak.external.com.github.droidfu.http.BetterHttp
 
setUserAgent(String) - Static method in class oak.external.com.github.droidfu.http.BetterHttp
 
setVisibility(int) - Method in class oak.widget.CustomCircularProgressBar
 
size() - Method in class oak.external.com.github.droidfu.cachefu.AbstractCache
 
size() - Method in class oak.external.com.github.droidfu.cachefu.CachedList
Synchronized method used to return size of list.
skip(long) - Method in class oak.FlushedInputStream
 
spinLoading - Static variable in class oak.OAKImageLoader
 
splitByCharacterTypeCamelCase(String) - Static method in class oak.external.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 oak.external.com.github.droidfu.imageloader.ImageLoader
Triggers the image loader for the given image and view.
start(String, ImageView, Drawable, Drawable) - Static method in class oak.external.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 oak.external.com.github.droidfu.imageloader.ImageLoader
Triggers the image loader for the given image and handler.
start(String, ImageLoaderHandler, Drawable, Drawable) - Static method in class oak.external.com.github.droidfu.imageloader.ImageLoader
Triggers the image loader for the given image and handler.
start(String, OAKImageLoaderHandler) - Static method in class oak.OAKImageLoader
 
start(String, OAKImageLoaderHandler, ImageTransformation...) - Static method in class oak.OAKImageLoader
 
start(String, ImageView, Drawable, Drawable) - Static method in class oak.OAKImageLoader
 
start(String, ImageView, Drawable, Drawable, ImageTransformation...) - Static method in class oak.OAKImageLoader
 
start(String, ImageView) - Static method in class oak.OAKImageLoader
 
start(String, ImageView, ImageTransformation...) - Static method in class oak.OAKImageLoader
 
start(String, OAKImageLoaderHandler, Drawable, Drawable, ImageTransformation...) - Static method in class oak.OAKImageLoader
 
start(String, OAKImageLoaderHandler, Drawable, Drawable) - Static method in class oak.OAKImageLoader
 
start(String, ImageView, OAKImageLoaderHandler, Drawable, Drawable, ImageTransformation...) - Static method in class oak.OAKImageLoader
 
StringSupport - Class in oak.external.com.github.droidfu.support
 
StringSupport() - Constructor for class oak.external.com.github.droidfu.support.StringSupport
 
SwankyGallery - Class in oak.widget
Gallery-esque ViewPager that supports zoom gestures.
SwankyGallery(Context) - Constructor for class oak.widget.SwankyGallery
 
SwankyGallery(Context, AttributeSet) - Constructor for class oak.widget.SwankyGallery
 
SwankyGallery(Context, AttributeSet, int) - Constructor for class oak.widget.SwankyGallery
 
SwankyGallery.OnGalleryPageSelectedListener - Interface in oak.widget
 
SwankyGallery.SwankyAdapter - Class in oak.widget
 
SwankyGallery.SwankyAdapter(Context, int[]) - Constructor for class oak.widget.SwankyGallery.SwankyAdapter
 
SwankyImageView - Class in oak.widget
An ImageView that supports pinch-to-zoom, double-tap-to-zoom, and swipe panning.
SwankyImageView(Context) - Constructor for class oak.widget.SwankyImageView
 
SwankyImageView(Context, AttributeSet) - Constructor for class oak.widget.SwankyImageView
 
SwankyImageView(Context, AttributeSet, int) - Constructor for class oak.widget.SwankyImageView
 

T

TAG - Static variable in class oak.BaseSectionAdapter
 
TAG - Static variable in class oak.util.CurlRequestInterceptor
 
TAG - Static variable in class oak.widget.SectionListView
 
TagWriter - Class in oak.nfc
Created with IntelliJ IDEA.
TagWriter(Context, String, Activity, PendingIntent, IntentFilter[]) - Constructor for class oak.nfc.TagWriter
The constructor for a write tag object
TextViewWithFont - Class in oak.widget
User: Michael Lake Date: 11/21/11 Time: 5:36 PM
TextViewWithFont(Context) - Constructor for class oak.widget.TextViewWithFont
 
TextViewWithFont(Context, AttributeSet) - Constructor for class oak.widget.TextViewWithFont
 
TextViewWithFont(Context, AttributeSet, int) - Constructor for class oak.widget.TextViewWithFont
 
toggle() - Method in class oak.MultiDirectionSlidingDrawer
Toggles the drawer open and close.
transform(Bitmap) - Method in interface oak.ImageTransformation
 
transform(Bitmap) - Method in class oak.transformation.ImageBorder
 
transform(Bitmap) - Method in class oak.transformation.ImageScale
 
TrivialTrustManager - Class in oak.external.com.github.droidfu.http.ssl
 
TrivialTrustManager() - Constructor for class oak.external.com.github.droidfu.http.ssl.TrivialTrustManager
 

U

underscore(String) - Static method in class oak.external.com.github.droidfu.support.StringSupport
Turns a camel case string into an underscored one, e.g.
unlock() - Method in class oak.MultiDirectionSlidingDrawer
Unlocks the SlidingDrawer so that touch events are processed.
unregisterOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener) - Method in class oak.ObscuredSharedPreferences
 
unwrap() - Method in interface oak.external.com.github.droidfu.http.BetterHttpRequest
 
unwrap() - Method in class oak.external.com.github.droidfu.http.BetterHttpRequestBase
 
unwrap() - Method in interface oak.external.com.github.droidfu.http.BetterHttpResponse
 
unwrap() - Method in class oak.external.com.github.droidfu.http.BetterHttpResponseImpl
 
unwrap() - Method in class oak.external.com.github.droidfu.http.CachedHttpRequest
 
unwrap() - Method in class oak.external.com.github.droidfu.http.CachedHttpResponse
 
updateContents() - Method in class oak.OAKImageCache
Populates the cache with information about images already on disk.
updateProxySettings() - Static method in class oak.external.com.github.droidfu.http.BetterHttp
 
URL_SAFE - Static variable in class oak.Base64
Encoder/decoder flag bit to indicate using the "URL and filename safe" variant of Base64 (see RFC 3548 section 4) where - and _ are used in place of + and /.
UTF8 - Static variable in class oak.ObscuredSharedPreferences
 

V

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

W

withCache(long) - Method in class oak.http.OakConnection
 
withTimeout(int) - Method in interface oak.external.com.github.droidfu.http.BetterHttpRequest
Set the socket timeout for this specific request.
withTimeout(int) - Method in class oak.external.com.github.droidfu.http.BetterHttpRequestBase
 
withTimeout(int) - Method in class oak.external.com.github.droidfu.http.CachedHttpRequest
 
writeToParcel(Parcel, int) - Method in class oak.external.com.github.droidfu.cachefu.CachedList
 
writeToParcel(Parcel, int) - Method in class oak.external.com.github.droidfu.cachefu.CachedModel
 
writeToTag(NdefMessage, Tag) - Method in class oak.nfc.TagWriter
A big method that writes an NDEF message to a tag or displays a toast message as to why it failed.
writeValueToDisk(File, ValT) - Method in class oak.external.com.github.droidfu.cachefu.AbstractCache
Only meaningful if disk caching is enabled.
writeValueToDisk(File, CachedHttpResponse.ResponseData) - Method in class oak.external.com.github.droidfu.cachefu.HttpResponseCache
 
writeValueToDisk(File, byte[]) - Method in class oak.external.com.github.droidfu.cachefu.ImageCache
 
writeValueToDisk(File, CachedModel) - Method in class oak.external.com.github.droidfu.cachefu.ModelCache
 

X

XMLNS - Static variable in interface oak.OAK
 

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

Copyright © 2011-2012. All Rights Reserved.