- language(RequestQueue, long, <any>) - Static method in class com.culturemesh.android.API.Get
-
Get the Language
that has the provided ID
- languages - Variable in class com.culturemesh.android.ExploreBubblesOpenGLActivity
-
A mapping from the title of the bubble (Location#getShortName()) to the language object.
- lastName - Variable in class com.culturemesh.android.SettingsActivity
-
Editable text fields that make up parts of the User
's profile
- lastNameText - Variable in class com.culturemesh.android.LoginActivity
-
Reference to the text field for the user's last name
- LAUNCH_ON_FINISH_EXTRA - Static variable in class com.culturemesh.android.Redirection
-
Key in Intent
's extras whose argument specifies the Class of the
Activity to launch when finishing
- layout - Variable in class com.culturemesh.android.RVAdapter.PostViewHolder
-
Layout within which the displayed list item is defined
- layout - Variable in class com.culturemesh.android.RVCommentAdapter.PostReplyViewHolder
-
Layout within which the list item components are arranged
- leaveEvent(RequestQueue, long, SharedPreferences, <any>) - Static method in class com.culturemesh.android.API.Post
-
Removes user from event subscription listing.
- leaveNetwork(RequestQueue, long, SharedPreferences, <any>) - Static method in class com.culturemesh.android.API.Post
-
Remove the current user from a network.
- linkButton - Variable in class com.culturemesh.android.SpecificPostActivity
-
Buttons for inline markup of the text of the reply
- linkIcon - Variable in class com.culturemesh.android.FormatManager
-
- Listable - Interface in com.culturemesh.android
-
Interface for objects that need to be listed in the user interface.
- ListenableEditText - Class in com.culturemesh.android
-
This is a custom EditText that allows us to listen for changes in cursor position.
- ListenableEditText(Context) - Constructor for class com.culturemesh.android.ListenableEditText
- ListenableEditText(Context, AttributeSet) - Constructor for class com.culturemesh.android.ListenableEditText
- ListenableEditText(Context, AttributeSet, int) - Constructor for class com.culturemesh.android.ListenableEditText
- ListenableEditText.onSelectionChangedListener - Interface in com.culturemesh.android
-
- listener - Variable in class com.culturemesh.android.NetworkSummaryAdapter
-
Listener for clicks on items
- listener - Variable in class com.culturemesh.android.RVAdapter
-
The listener that will handle all clicks on items in the list
- listener - Variable in class com.culturemesh.android.RVCommentAdapter
-
Listener to handle clicks on list items
- ListNetworksFragment - Class in com.culturemesh.android
-
Fragment for displaying lists of clickable networks
- ListNetworksFragment() - Constructor for class com.culturemesh.android.ListNetworksFragment
-
- ListUserEventsFragment - Class in com.culturemesh.android
-
This fragment lists the the events a user is subscribed to.
- ListUserEventsFragment() - Constructor for class com.culturemesh.android.ListUserEventsFragment
-
- ListUserPostsFragment - Class in com.culturemesh.android
-
Creates screen that displays the Post
s a User
has made.
- ListUserPostsFragment() - Constructor for class com.culturemesh.android.ListUserPostsFragment
-
- listViewID - Variable in class com.culturemesh.android.SearchAdapter
-
ID of the UI element that is the list
- loadingOverlay - Variable in class com.culturemesh.android.SettingsActivity
-
- loadingOverlay - Variable in class com.culturemesh.android.SpecificPostActivity
-
- loadingOverlay - Variable in class com.culturemesh.android.TimelineActivity
-
- loadingOverlay - Variable in class com.culturemesh.android.ViewProfileActivity
-
- loadingPanel - Variable in class com.culturemesh.android.TimelineActivity
-
- locations - Variable in class com.culturemesh.android.ExploreBubblesOpenGLActivity
-
A mapping from the title of the bubble (Location#getShortName()) to the location object.
- locationToPlace(RequestQueue, Location, <any>) - Static method in class com.culturemesh.android.API
-
Location
s do not store all the information associated with a Place
.
- login(RequestQueue, String, String) - Method in class com.culturemesh.android.LoginActivity
-
Helper method that logs the user in using the provided credentials
- LOGIN_TOKEN - Static variable in class com.culturemesh.android.API
-
Settings identifier for the currently cached login token for the user.
- LoginActivity - Class in com.culturemesh.android
-
Login screen that lets a user either sign in with email and password or create a new account
- LoginActivity() - Constructor for class com.culturemesh.android.LoginActivity
-
- LoginResponse(User, String, String) - Constructor for class com.culturemesh.android.API.Get.LoginResponse
-
Store the provided parameters in the bundle object
- loginToken(RequestQueue, SharedPreferences, <any>) - Static method in class com.culturemesh.android.API.Get
-
Generically get a login token.
- loginWithCred(RequestQueue, String, String, SharedPreferences, <any>) - Static method in class com.culturemesh.android.API.Get
-
Use a user's login credentials to login to the server.
- loginWithToken(RequestQueue, String, SharedPreferences, <any>) - Static method in class com.culturemesh.android.API.Get
-
Same as API.Get#loginWithCred(RequestQueue, String, String, SharedPreferences,
Response.Listener)
,
but a login token is used in place of the user's credentials.