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

S

sanitize(String) - Static method in class com.todoroo.andlib.sql.UnaryCriterion
Sanitize the given input for SQL
save(Property<?>, ContentValues, Object) - Method in class com.todoroo.andlib.data.AbstractModel.ContentValuesSavingVisitor
 
save(TYPE) - Method in class com.todoroo.andlib.data.ContentResolverDao
Create new or save existing model
save(Task) - Method in class com.todoroo.astrid.data.TaskApiDao
 
saveExisting(TYPE) - Method in class com.todoroo.andlib.data.DatabaseDao
Saves the given item.
saveTaskAndMetadata(TYPE) - Method in class com.todoroo.astrid.sync.SyncMetadataService
Saves a task and its metadata
scheduleService() - Method in class com.todoroo.astrid.sync.SyncBackgroundService
Schedules repeating alarm for auto-synchronization
SearchFilter - Class in com.todoroo.astrid.core
Special filter that triggers the search functionality when accessed.
SearchFilter(String) - Constructor for class com.todoroo.astrid.core.SearchFilter
Constructor for creating a new SearchFilter
select(Field...) - Static method in class com.todoroo.andlib.sql.Query
 
selectDistinct(Field...) - Static method in class com.todoroo.andlib.sql.Query
 
SEPARATOR_ESCAPE - Static variable in class com.todoroo.andlib.utility.AndroidUtilities
 
SERIALIZATION_SEPARATOR - Static variable in class com.todoroo.andlib.utility.AndroidUtilities
 
setBoolean(int, boolean) - Static method in class com.todoroo.andlib.utility.Preferences
Sets boolean preference
setBoolean(String, boolean) - Static method in class com.todoroo.andlib.utility.Preferences
Sets boolean preference
setContext(Context) - Static method in class com.todoroo.andlib.service.ContextManager
Sets the global context
setDatabase(AbstractDatabase) - Method in class com.todoroo.andlib.data.DatabaseDao
Sets database accessed by this DAO.
setFlag(Property.IntegerProperty, int, boolean) - Method in class com.todoroo.andlib.data.AbstractModel
Sets the state of the given flag on the given property
setId(long) - Method in class com.todoroo.andlib.data.AbstractModel
 
setIfUnset(SharedPreferences, SharedPreferences.Editor, Resources, int, int) - Static method in class com.todoroo.andlib.utility.Preferences
Helper to write to editor if key specified is null.
setIfUnset(SharedPreferences, SharedPreferences.Editor, Resources, int, boolean) - Static method in class com.todoroo.andlib.utility.Preferences
Helper to write to editor if key specified is null
setInt(String, int) - Static method in class com.todoroo.andlib.utility.Preferences
Sets int preference
setLastError(String) - Method in class com.todoroo.astrid.sync.SyncProviderUtilities
Set Last Successful Sync Date
setLong(String, long) - Static method in class com.todoroo.andlib.utility.Preferences
Sets long preference
setString(int, String) - Static method in class com.todoroo.andlib.utility.Preferences
Sets string preference
setString(String, String) - Static method in class com.todoroo.andlib.utility.Preferences
Sets string preference
setStringFromInteger(int, int) - Static method in class com.todoroo.andlib.utility.Preferences
Sets string preference from integer value
setToken(String) - Method in class com.todoroo.astrid.sync.SyncProviderUtilities
Sets the authentication token.
setValue(Property<TYPE>, TYPE) - Method in class com.todoroo.andlib.data.AbstractModel
Sets the given property.
SHARED_WITH - Static variable in class com.todoroo.astrid.data.Task
 
shouldShowToast() - Method in class com.todoroo.astrid.sync.SyncProviderUtilities
 
sleepDeep(long) - Static method in class com.todoroo.andlib.utility.AndroidUtilities
Sleep, ignoring interruption.
SORT_ALPHA - Static variable in class com.todoroo.astrid.core.SortHelper
 
SORT_AUTO - Static variable in class com.todoroo.astrid.core.SortHelper
 
SORT_DUE - Static variable in class com.todoroo.astrid.core.SortHelper
 
SORT_IMPORTANCE - Static variable in class com.todoroo.astrid.core.SortHelper
 
SORT_MODIFIED - Static variable in class com.todoroo.astrid.core.SortHelper
 
sortFilesByDateDesc(File[]) - Static method in class com.todoroo.andlib.utility.AndroidUtilities
Sort files by date so the newest file is on top
SortHelper - Class in com.todoroo.astrid.core
Helpers for sorting a list of tasks
SortHelper() - Constructor for class com.todoroo.astrid.core.SortHelper
 
sql - Variable in class com.todoroo.astrid.api.CustomFilterCriterion
Criterion SQL.
SqlConstants - Class in com.todoroo.andlib.sql
 
SqlConstants() - Constructor for class com.todoroo.andlib.sql.SqlConstants
 
sqlQuery - Variable in class com.todoroo.astrid.api.Filter
PermaSql query for this filter.
SqlTable - Class in com.todoroo.andlib.sql
 
start(Activity, int) - Method in class com.todoroo.astrid.api.FilterWithCustomIntent
 
startExternalIntent(Context, Intent, int) - Static method in class com.todoroo.andlib.utility.AndroidUtilities
Start the given intent, handling security exceptions if they arise
startExternalIntentForResult(Activity, Intent, int) - Static method in class com.todoroo.andlib.utility.AndroidUtilities
Start the given intent, handling security exceptions if they arise
startSync() - Method in class com.todoroo.astrid.sync.SyncProviderPreferences
kick off synchronization
stop() - Method in class com.todoroo.astrid.sync.SyncBackgroundService
 
stopOngoing() - Method in class com.todoroo.astrid.sync.SyncProviderUtilities
Set Ongoing
stopThread() - Method in class com.todoroo.andlib.utility.ImageLoader
 
StoreObject - Class in com.todoroo.astrid.data
Data Model which represents a piece of data unrelated to a task
StoreObject() - Constructor for class com.todoroo.astrid.data.StoreObject
 
StoreObject(TodorooCursor<StoreObject>) - Constructor for class com.todoroo.astrid.data.StoreObject
 
StoreObjectApiDao - Class in com.todoroo.astrid.data
Data access object for accessing Astrid's StoreObject table.
StoreObjectApiDao(Context) - Constructor for class com.todoroo.astrid.data.StoreObjectApiDao
 
StoreObjectApiDao.StoreObjectCriteria - Class in com.todoroo.astrid.data
Generates SQL clauses
StoreObjectApiDao.StoreObjectCriteria() - Constructor for class com.todoroo.astrid.data.StoreObjectApiDao.StoreObjectCriteria
 
suppressVirtualKeyboard(TextView) - Static method in class com.todoroo.andlib.utility.AndroidUtilities
Suppress virtual keyboard until user's first tap
SyncAction - Class in com.todoroo.astrid.api
Represents an intent that can be called to perform synchronization
SyncAction(String, PendingIntent) - Constructor for class com.todoroo.astrid.api.SyncAction
Create an EditOperation object
SyncBackgroundService - Class in com.todoroo.astrid.sync
Performs synchronization service logic in background service to avoid ANR (application not responding) messages.
SyncBackgroundService() - Constructor for class com.todoroo.astrid.sync.SyncBackgroundService
 
SyncContainer - Class in com.todoroo.astrid.sync
Container class for transmitting tasks and including local and remote metadata.
SyncContainer() - Constructor for class com.todoroo.astrid.sync.SyncContainer
 
synchronize(Context) - Method in class com.todoroo.astrid.sync.SyncProvider
Synchronize this providerwith sync toast
synchronize(Context, boolean) - Method in class com.todoroo.astrid.sync.SyncProvider
Synchronize this provider
synchronizeMetadata(long, ArrayList<Metadata>, Criterion) - Method in class com.todoroo.astrid.data.MetadataApiDao
Synchronize metadata for given task id.
SyncMetadataService<TYPE extends SyncContainer> - Class in com.todoroo.astrid.sync
 
SyncMetadataService(Context) - Constructor for class com.todoroo.astrid.sync.SyncMetadataService
 
SyncProvider<TYPE extends SyncContainer> - Class in com.todoroo.astrid.sync
A helper class for writing synchronization services for Astrid.
SyncProvider() - Constructor for class com.todoroo.astrid.sync.SyncProvider
 
SyncProviderPreferences - Class in com.todoroo.astrid.sync
Utility class for common synchronization action: displaying synchronization preferences and an action panel so users can initiate actions from the menu.
SyncProviderPreferences() - Constructor for class com.todoroo.astrid.sync.SyncProviderPreferences
 
SyncProviderUtilities - Class in com.todoroo.astrid.sync
Sync Provider Utility class for accessing preferences
SyncProviderUtilities() - Constructor for class com.todoroo.astrid.sync.SyncProviderUtilities
 

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