- CALLBACK_SCHEME - Static variable in class com.evernote.client.android.EvernoteOAuthHelper
-
- CAT - Static variable in class com.evernote.client.android.EvernoteOAuthHelper
-
- Cat - Class in com.evernote.client.android.helper
-
A logging utility, which helps printing formatted Strings.
- Cat(String) - Constructor for class com.evernote.client.android.helper.Cat
-
- checkArgumentFinite(float, String) - Static method in class com.evernote.client.android.helper.EvernotePreconditions
-
Ensures that the argument floating point value is a finite number.
- checkArgumentInRange(float, float, float, String) - Static method in class com.evernote.client.android.helper.EvernotePreconditions
-
Ensures that the argument floating point value is within the inclusive range.
- checkArgumentInRange(int, int, int, String) - Static method in class com.evernote.client.android.helper.EvernotePreconditions
-
Ensures that the argument int value is within the inclusive range.
- checkArgumentNonnegative(int, String) - Static method in class com.evernote.client.android.helper.EvernotePreconditions
-
Ensures that that the argument numeric value is non-negative.
- checkArgumentNonnegative(long, String) - Static method in class com.evernote.client.android.helper.EvernotePreconditions
-
Ensures that that the argument numeric value is non-negative.
- checkArgumentPositive(int, String) - Static method in class com.evernote.client.android.helper.EvernotePreconditions
-
Ensures that that the argument numeric value is positive.
- checkArrayElementsInRange(float[], float, float, String) - Static method in class com.evernote.client.android.helper.EvernotePreconditions
-
Ensures that all elements in the argument floating point array are within the inclusive range
- checkArrayElementsNotNull(T[], String) - Static method in class com.evernote.client.android.helper.EvernotePreconditions
-
Ensures that the array is not null, and none of its elements are null.
- checkCollectionElementsNotNull(Collection<T>, String) - Static method in class com.evernote.client.android.helper.EvernotePreconditions
-
Ensures that the Collection is not null, and none of its elements are
null.
- checkCollectionNotEmpty(Collection<T>, String) - Static method in class com.evernote.client.android.helper.EvernotePreconditions
-
Ensures that the Collection is not null, and contains at least one element.
- checkFlagsArgument(int, int) - Static method in class com.evernote.client.android.helper.EvernotePreconditions
-
Check the requested flags, throwing if any requested flags are outside
the allowed set.
- checkLoggedIn() - Method in class com.evernote.client.android.asyncclient.EvernoteClientFactory
-
- checkNotEmpty(T) - Static method in class com.evernote.client.android.helper.EvernotePreconditions
-
- checkNotNull(T) - Static method in class com.evernote.client.android.helper.EvernotePreconditions
-
Ensures that an object reference passed as a parameter to the calling
method is not null.
- checkNotNull(T, Object) - Static method in class com.evernote.client.android.helper.EvernotePreconditions
-
Ensures that an object reference passed as a parameter to the calling
method is not null.
- checkState(boolean) - Static method in class com.evernote.client.android.helper.EvernotePreconditions
-
Ensures the truth of an expression involving the state of the calling
instance, but not involving any parameters to the calling method.
- checkVersion(String, short, short) - Method in class com.evernote.client.android.asyncclient.EvernoteUserStoreClient
-
- checkVersionAsync(String, short, short, EvernoteCallback<Boolean>) - Method in class com.evernote.client.android.asyncclient.EvernoteUserStoreClient
-
- CHINA_PROFILE_NAME - Static variable in class com.evernote.client.android.EvernoteOAuthHelper
-
Server matched name for BootstrapProfile that matches china.
- close() - Method in class com.evernote.client.conn.mobile.DiskBackedByteStore
-
- close() - Method in class com.evernote.client.conn.mobile.MemoryByteStore
-
- close() - Method in class com.evernote.client.conn.mobile.TAndroidTransport
-
- com.evernote.client.android - package com.evernote.client.android
-
- com.evernote.client.android.asyncclient - package com.evernote.client.android.asyncclient
-
- com.evernote.client.android.helper - package com.evernote.client.android.helper
-
- com.evernote.client.android.login - package com.evernote.client.android.login
-
- com.evernote.client.android.type - package com.evernote.client.android.type
-
- com.evernote.client.conn.mobile - package com.evernote.client.conn.mobile
-
- completeTwoFactorAuthentication(String, String, String, String) - Method in class com.evernote.client.android.asyncclient.EvernoteUserStoreClient
-
- completeTwoFactorAuthenticationAsync(String, String, String, String, EvernoteCallback<AuthenticationResult>) - Method in class com.evernote.client.android.asyncclient.EvernoteUserStoreClient
-
- copyNote(String, String) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- copyNoteAsync(String, String, EvernoteCallback<Note>) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- create(String, String, boolean, Locale) - Static method in class com.evernote.client.android.login.EvernoteLoginFragment
-
- create(Class<T>, String, String, boolean, Locale) - Static method in class com.evernote.client.android.login.EvernoteLoginFragment
-
- create() - Method in interface com.evernote.client.conn.mobile.ByteStore.Factory
-
- create() - Method in class com.evernote.client.conn.mobile.DiskBackedByteStore.Factory
-
- create() - Method in class com.evernote.client.conn.mobile.MemoryByteStore.Factory
-
- createAuthorizationIntent(Context, String, boolean) - Static method in class com.evernote.client.android.EvernoteUtil
-
Creates an Intent to authorize this app by the main Evernote app.
- createAuthorizationUrl(Token) - Method in class com.evernote.client.android.EvernoteOAuthHelper
-
- createBaseUrl() - Method in class com.evernote.client.android.asyncclient.EvernoteHtmlHelper
-
- createBinaryProtocol(String) - Method in class com.evernote.client.android.asyncclient.EvernoteClientFactory
-
- createBusinessNotebook(Notebook, EvernoteSession) - Method in class com.evernote.client.android.asyncclient.EvernoteBusinessNotebookHelper
-
- createBusinessNotebook(Notebook, EvernoteNoteStoreClient) - Method in class com.evernote.client.android.asyncclient.EvernoteBusinessNotebookHelper
-
- createBusinessNotebookAsync(Notebook, EvernoteSession, EvernoteCallback<LinkedNotebook>) - Method in class com.evernote.client.android.asyncclient.EvernoteBusinessNotebookHelper
-
- createBusinessNotebookAsync(Notebook, EvernoteNoteStoreClient, EvernoteCallback<LinkedNotebook>) - Method in class com.evernote.client.android.asyncclient.EvernoteBusinessNotebookHelper
-
- createBusinessNotebookHelper() - Method in class com.evernote.client.android.asyncclient.EvernoteClientFactory
-
- createEnMediaTag(Resource) - Static method in class com.evernote.client.android.EvernoteUtil
-
Create an ENML <en-media> tag for the specified Resource object.
- createEvernoteNoteStoreClient(String, String) - Method in class com.evernote.client.android.asyncclient.EvernoteClientFactory
-
- createEvernoteSearchHelper() - Method in class com.evernote.client.android.asyncclient.EvernoteClientFactory
-
- createGetBootstrapProfileNameIntent(Context, EvernoteSession) - Static method in class com.evernote.client.android.EvernoteUtil
-
Returns an Intent to query the bootstrap profile name from the main Evernote app.
- createHtmlHelper(String) - Method in class com.evernote.client.android.asyncclient.EvernoteClientFactory
-
- createInstance() - Static method in class com.evernote.client.android.EvernoteOAuthActivity.WebViewFragment
-
- createIntent(Context, String) - Static method in class com.evernote.client.android.EvernoteOAuthActivity
-
- createIntent(Context, String, String, boolean, Locale) - Static method in class com.evernote.client.android.login.EvernoteLoginActivity
-
- createKey(String, String) - Method in class com.evernote.client.android.asyncclient.EvernoteClientFactory
-
- createLinkedNotebook(LinkedNotebook) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- createLinkedNotebookAsync(LinkedNotebook, EvernoteCallback<LinkedNotebook>) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- createLinkedNotebookHelper(LinkedNotebook) - Method in class com.evernote.client.android.asyncclient.EvernoteClientFactory
-
- createNote(Note) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- createNoteAsync(Note, EvernoteCallback<Note>) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- createNotebook(Notebook) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- createNotebookAsync(Notebook, EvernoteCallback<Notebook>) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- createNoteInLinkedNotebook(Note) - Method in class com.evernote.client.android.asyncclient.EvernoteLinkedNotebookHelper
-
- createNoteInLinkedNotebookAsync(Note, EvernoteCallback<Note>) - Method in class com.evernote.client.android.asyncclient.EvernoteLinkedNotebookHelper
-
- createNoteStoreClient(String) - Method in class com.evernote.client.android.asyncclient.EvernoteClientFactory
-
- createOAuthService(BootstrapProfile, String, String) - Static method in class com.evernote.client.android.EvernoteOAuthHelper
-
- createRequestToken() - Method in class com.evernote.client.android.EvernoteOAuthHelper
-
- createSearch(SavedSearch) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- createSearchAsync(SavedSearch, EvernoteCallback<SavedSearch>) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- createSharedNotebook(SharedNotebook) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- createSharedNotebookAsync(SharedNotebook, EvernoteCallback<SharedNotebook>) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- createTag(Tag) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- createTagAsync(Tag, EvernoteCallback<Tag>) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- createUserStoreClient(String, String) - Method in class com.evernote.client.android.asyncclient.EvernoteClientFactory
-
- CREATOR - Static variable in enum com.evernote.client.android.EvernoteSession.EvernoteService
-
- CREATOR - Static variable in class com.evernote.client.android.type.NoteRef
-
- e(Throwable) - Method in class com.evernote.client.android.helper.Cat
-
- e(String) - Method in class com.evernote.client.android.helper.Cat
-
- e(String, Object...) - Method in class com.evernote.client.android.helper.Cat
-
- e(Throwable, String, Object...) - Method in class com.evernote.client.android.helper.Cat
-
- emailNote(NoteEmailParameters) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- emailNoteAsync(NoteEmailParameters, EvernoteCallback<Void>) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- EvernoteAsyncClient - Class in com.evernote.client.android.asyncclient
-
An async client executes actions in the background and returns the result on the UI thread.
- EvernoteAsyncClient(ExecutorService) - Constructor for class com.evernote.client.android.asyncclient.EvernoteAsyncClient
-
- EvernoteBusinessNotebookHelper - Class in com.evernote.client.android.asyncclient
-
Provides several helper methods for business notebooks.
- EvernoteBusinessNotebookHelper(EvernoteNoteStoreClient, ExecutorService, String, String) - Constructor for class com.evernote.client.android.asyncclient.EvernoteBusinessNotebookHelper
-
- EvernoteCallback<T> - Interface in com.evernote.client.android.asyncclient
-
A callback which methods are always invoked on the UI thread.
- EvernoteClientFactory - Class in com.evernote.client.android.asyncclient
-
A factory to create async wrappers around a NoteStore.Client.
- EvernoteClientFactory(EvernoteSession, OkHttpClient, ByteStore, Map<String, String>, ExecutorService) - Constructor for class com.evernote.client.android.asyncclient.EvernoteClientFactory
-
- EvernoteClientFactory.Builder - Class in com.evernote.client.android.asyncclient
-
- EvernoteHtmlHelper - Class in com.evernote.client.android.asyncclient
-
Provides helper methods to receive a Note as HTML instead of ENML.
- EvernoteHtmlHelper(OkHttpClient, String, String, ExecutorService) - Constructor for class com.evernote.client.android.asyncclient.EvernoteHtmlHelper
-
- EvernoteLinkedNotebookHelper - Class in com.evernote.client.android.asyncclient
-
Provides several helper methods for LinkedNotebooks.
- EvernoteLinkedNotebookHelper(EvernoteNoteStoreClient, LinkedNotebook, ExecutorService) - Constructor for class com.evernote.client.android.asyncclient.EvernoteLinkedNotebookHelper
-
- EvernoteLoginActivity - Class in com.evernote.client.android.login
-
Used if you call EvernoteSession#authenticate(Activity).
- EvernoteLoginActivity() - Constructor for class com.evernote.client.android.login.EvernoteLoginActivity
-
- EvernoteLoginFragment - Class in com.evernote.client.android.login
-
- EvernoteLoginFragment() - Constructor for class com.evernote.client.android.login.EvernoteLoginFragment
-
- EvernoteLoginFragment.ResultCallback - Interface in com.evernote.client.android.login
-
- EvernoteNoteStoreClient - Class in com.evernote.client.android.asyncclient
-
An async wrapper for NoteStore.Client.
- EvernoteOAuthActivity - Class in com.evernote.client.android
-
Alternative if Evernote is not installed.
- EvernoteOAuthActivity() - Constructor for class com.evernote.client.android.EvernoteOAuthActivity
-
- EvernoteOAuthActivity.WebViewFragment - Class in com.evernote.client.android
-
- EvernoteOAuthHelper - Class in com.evernote.client.android
-
A helper class to handle OAuth requests.
- EvernoteOAuthHelper(EvernoteSession, String, String, boolean) - Constructor for class com.evernote.client.android.EvernoteOAuthHelper
-
- EvernoteOAuthHelper(EvernoteSession, String, String, boolean, Locale) - Constructor for class com.evernote.client.android.EvernoteOAuthHelper
-
- EvernotePreconditions - Class in com.evernote.client.android.helper
-
Simple static methods to be called at the start of your own methods to verify
correct arguments and state.
- EvernoteSearchHelper - Class in com.evernote.client.android.asyncclient
-
Provides an unified search method to look for notes in multiple note stores.
- EvernoteSearchHelper(EvernoteSession, ExecutorService) - Constructor for class com.evernote.client.android.asyncclient.EvernoteSearchHelper
-
- EvernoteSearchHelper.Result - Class in com.evernote.client.android.asyncclient
-
A search result.
- EvernoteSearchHelper.Scope - Enum in com.evernote.client.android.asyncclient
-
Defines from where the notes are queried.
- EvernoteSearchHelper.Search - Class in com.evernote.client.android.asyncclient
-
- EvernoteSession - Class in com.evernote.client.android
-
Represents a session with the Evernote web service API.
- EvernoteSession.Builder - Class in com.evernote.client.android
-
- EvernoteSession.EvernoteService - Enum in com.evernote.client.android
-
Evernote Service to use with the bootstrap profile detection.
- EvernoteUserStoreClient - Class in com.evernote.client.android.asyncclient
-
An async wrapper for UserStore.Client.
- EvernoteUtil - Class in com.evernote.client.android
-
- EvernoteUtil.EvernoteInstallStatus - Enum in com.evernote.client.android
-
- execute(EvernoteSearchHelper.Search) - Method in class com.evernote.client.android.asyncclient.EvernoteSearchHelper
-
Submits a search.
- executeAsync(EvernoteSearchHelper.Search, EvernoteCallback<EvernoteSearchHelper.Result>) - Method in class com.evernote.client.android.asyncclient.EvernoteSearchHelper
-
- expungeInactiveNotes() - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- expungeInactiveNotesAsync(EvernoteCallback<Integer>) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- expungeLinkedNotebook(String) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- expungeLinkedNotebookAsync(String, EvernoteCallback<Integer>) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- expungeNote(String) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- expungeNoteAsync(String, EvernoteCallback<Integer>) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- expungeNotebook(String) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- expungeNotebookAsync(String, EvernoteCallback<Integer>) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- expungeNotes(List<String>) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- expungeNotesAsync(List<String>, EvernoteCallback<Integer>) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- expungeSearch(String) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- expungeSearchAsync(String, EvernoteCallback<Integer>) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- expungeSharedNotebooks(List<Long>) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- expungeSharedNotebooksAsync(List<Long>, EvernoteCallback<Integer>) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- expungeTag(String) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- expungeTagAsync(String, EvernoteCallback<Integer>) - Method in class com.evernote.client.android.asyncclient.EvernoteNoteStoreClient
-
- EXTRA_AUTHORIZATION_URL - Static variable in class com.evernote.client.android.EvernoteUtil
-
Extra URL to authorize this app.
- EXTRA_BOOTSTRAP_PROFILE_NAME - Static variable in class com.evernote.client.android.EvernoteUtil
-
Returned bootstrap profile name from the main Evernote app.
- EXTRA_OAUTH_CALLBACK_URL - Static variable in class com.evernote.client.android.EvernoteUtil
-
Returned OAuth callback from the main Evernote app.