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

C

CALENDAR_URI - Static variable in class com.todoroo.astrid.data.Task
 
callApiMethod(int, Object, String, Class<?>[], Object...) - Static method in class com.todoroo.andlib.utility.AndroidUtilities
Call a method via reflection if API level is at least minSdk
cancel(int) - Method in class com.todoroo.andlib.service.NotificationManager.AndroidNotificationManager
 
cancel(int) - Method in interface com.todoroo.andlib.service.NotificationManager
 
cancelAll() - Method in class com.todoroo.andlib.service.NotificationManager.AndroidNotificationManager
 
cancelAll() - Method in interface com.todoroo.andlib.service.NotificationManager
 
capitalize(String) - Static method in class com.todoroo.andlib.utility.AndroidUtilities
Capitalize the first character
caseStatement(Criterion, Object, Object) - Static method in class com.todoroo.andlib.sql.Functions
 
cast(Field, String) - Static method in class com.todoroo.andlib.sql.Functions
 
children - Variable in class com.todoroo.astrid.api.FilterCategory
Filters contained by this category
clear() - Method in class com.todoroo.andlib.data.AbstractDatabase
Clear all data in database.
clear() - Method in class com.todoroo.andlib.data.AbstractModel
Clear all data on this model
clear(String) - Static method in class com.todoroo.andlib.utility.Preferences
Clears a preference
clearCache() - Method in class com.todoroo.andlib.utility.ImageLoader
 
clearLastSyncDate() - Method in class com.todoroo.astrid.sync.SyncProviderUtilities
Deletes Last Successful Sync Date
clearMetadata() - Method in class com.todoroo.astrid.sync.SyncMetadataService
Clears metadata information.
clearValue(Property<?>) - Method in class com.todoroo.andlib.data.AbstractModel
Clear the key for the given property
clone() - Method in class com.todoroo.andlib.data.AbstractModel
 
clone() - Method in class com.todoroo.andlib.data.Property
Return a clone of this property
close() - Method in class com.todoroo.andlib.data.AbstractDatabase
Close the database if it has been opened previously
color - Variable in class com.todoroo.astrid.api.FilterListItem
Text Color.
color - Variable in class com.todoroo.astrid.api.TaskDecoration
Decorated task background color.
com.todoroo.andlib.data - package com.todoroo.andlib.data
Todoroo Library classes for the data layer: accessing data from a database or ContentResolver
com.todoroo.andlib.service - package com.todoroo.andlib.service
Todoroo Library classes for the service layer: dependency injection, exceptions, HTTP requests, etc.
com.todoroo.andlib.sql - package com.todoroo.andlib.sql
Fork of sql-dsl
com.todoroo.andlib.utility - package com.todoroo.andlib.utility
Todoroo Library utility classes
com.todoroo.astrid.api - package com.todoroo.astrid.api
Astrid API constants and container packages
com.todoroo.astrid.core - package com.todoroo.astrid.core
 
com.todoroo.astrid.data - package com.todoroo.astrid.data
Astrid data model classes and ContentResolver data access objects
com.todoroo.astrid.sync - package com.todoroo.astrid.sync
Astrid synchronization helpers
COMMENT_COUNT - Static variable in class com.todoroo.astrid.data.Task
Comment Count
completed() - Static method in class com.todoroo.astrid.data.TaskApiDao.TaskCriteria
 
COMPLETION_DATE - Static variable in class com.todoroo.astrid.data.TagData
Unixtime Project was completed.
COMPLETION_DATE - Static variable in class com.todoroo.astrid.data.Task
Unixtime Task was completed.
concat(TYPE[], TYPE[], TYPE...) - Static method in class com.todoroo.andlib.utility.AndroidUtilities
Concatenate additional stuff to the end of the array
containsNonNullValue(Property<?>) - Method in class com.todoroo.andlib.data.AbstractModel
 
containsValue(Property<?>) - Method in class com.todoroo.andlib.data.AbstractModel
 
CONTENT_URI - Static variable in class com.todoroo.astrid.data.Metadata
content uri for this model
CONTENT_URI - Static variable in class com.todoroo.astrid.data.StoreObject
content uri for this model
CONTENT_URI - Static variable in class com.todoroo.astrid.data.TagData
content uri for this model
CONTENT_URI - Static variable in class com.todoroo.astrid.data.Task
content uri for this model
CONTENT_URI - Static variable in class com.todoroo.astrid.data.Update
content uri for this model
CONTENT_URI - Static variable in class com.todoroo.astrid.data.User
content uri for this model
ContentResolverDao<TYPE extends AbstractModel> - Class in com.todoroo.andlib.data
DAO for reading and writing values from an Android ContentResolver
ContentResolverDao(Class<TYPE>, Context, Uri) - Constructor for class com.todoroo.andlib.data.ContentResolverDao
 
contentValuesFromSerializedString(String) - Static method in class com.todoroo.andlib.utility.AndroidUtilities
Turn ContentValues into a string
contentValuesFromString(String) - Static method in class com.todoroo.andlib.utility.AndroidUtilities
Turn ContentValues into a string
contentValuesToSerializedString(ContentValues) - Static method in class com.todoroo.andlib.utility.AndroidUtilities
Serializes a content value into a string
contentValuesToStringArrays(ContentValues) - Static method in class com.todoroo.andlib.utility.AndroidUtilities
Rips apart a content value into two string arrays, keys and value
ContextManager - Class in com.todoroo.andlib.service
Singleton class to manage current application context b
ContextManager() - Constructor for class com.todoroo.andlib.service.ContextManager
 
contextMenuIntents - Variable in class com.todoroo.astrid.api.FilterListItem
Context menu intents.
contextMenuLabels - Variable in class com.todoroo.astrid.api.FilterListItem
Context Menu labels.
copyDatabases(Context, String) - Static method in class com.todoroo.andlib.utility.AndroidUtilities
Copy databases to a given folder.
copyFile(File, File) - Static method in class com.todoroo.andlib.utility.AndroidUtilities
Copy a file from one place to another
copyStream(InputStream, OutputStream) - Static method in class com.todoroo.andlib.utility.AndroidUtilities
Copy stream from source to destination
count() - Static method in class com.todoroo.andlib.sql.Functions
 
countTasks(Criterion) - Method in class com.todoroo.astrid.data.TaskApiDao
Count tasks matching criterion
countTasks(String) - Method in class com.todoroo.astrid.data.TaskApiDao
Count tasks matching query tepmlate
create(A, B) - Static method in class com.todoroo.andlib.utility.Pair
 
createContainerFromLocalTask(Task, ArrayList<Metadata>) - Method in class com.todoroo.astrid.sync.SyncMetadataService
create a task container based on the given data
createDueDate(int, long) - Static method in class com.todoroo.astrid.data.Task
Creates due date for this task.
createHideUntil(int, long) - Method in class com.todoroo.astrid.data.Task
Create hide until for this task.
createNew(TYPE) - Method in class com.todoroo.andlib.data.DatabaseDao
Creates the given item.
CREATION_DATE - Static variable in class com.todoroo.astrid.data.Metadata
Unixtime Metadata was created
CREATION_DATE - Static variable in class com.todoroo.astrid.data.TagData
Unixtime Project was created
CREATION_DATE - Static variable in class com.todoroo.astrid.data.Task
Unixtime Task was created
CREATION_DATE - Static variable in class com.todoroo.astrid.data.Update
Unixtime Metadata was created
CREATOR - Static variable in class com.todoroo.astrid.api.Addon
Parcelable creator
CREATOR - Static variable in class com.todoroo.astrid.api.Filter
Parcelable Creator Object
CREATOR - Static variable in class com.todoroo.astrid.api.FilterCategory
Parcelable creator
CREATOR - Static variable in class com.todoroo.astrid.api.FilterCategoryWithNewButton
Parcelable creator
CREATOR - Static variable in class com.todoroo.astrid.api.FilterListHeader
 
CREATOR - Static variable in class com.todoroo.astrid.api.FilterWithCustomIntent
Parcelable Creator Object
CREATOR - Static variable in class com.todoroo.astrid.api.FilterWithUpdate
Parcelable Creator Object
CREATOR - Static variable in class com.todoroo.astrid.api.IntentFilter
Parcelable creator
CREATOR - Static variable in class com.todoroo.astrid.api.MultipleSelectCriterion
Parcelable Creator Object
CREATOR - Static variable in class com.todoroo.astrid.api.SyncAction
Parcelable creator
CREATOR - Static variable in class com.todoroo.astrid.api.TaskAction
Parcelable creator
CREATOR - Static variable in class com.todoroo.astrid.api.TaskDecoration
Parcelable creator
CREATOR - Static variable in class com.todoroo.astrid.api.TextInputCriterion
Parcelable Creator Object
CREATOR - Static variable in class com.todoroo.astrid.core.SearchFilter
Parcelable creator
CREATOR - Static variable in class com.todoroo.astrid.data.TagData
 
CREATOR - Static variable in class com.todoroo.astrid.data.Task
 
CREATOR - Static variable in class com.todoroo.astrid.data.User
 
CREATOR_ID - Static variable in class com.todoroo.astrid.data.Task
Creator user id
Criterion - Class in com.todoroo.andlib.sql
 
customExtras - Variable in class com.todoroo.astrid.api.FilterWithCustomIntent
Bundle with extras set.
CustomFilterCriterion - Class in com.todoroo.astrid.api
CustomFilterCriteria allow users to build a custom filter by chaining together criteria
CustomFilterCriterion() - Constructor for class com.todoroo.astrid.api.CustomFilterCriterion
 
customTaskList - Variable in class com.todoroo.astrid.api.FilterWithCustomIntent
Custom activity name

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