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