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

U

updateIconToggles(SparseBooleanArray, SparseArray<int[]>) - Method in class org.codethechange.culturemesh.CreatePostActivity
This fancy function uses our SparseArray's to concisely iterate over our toggle icons and update their colors - white if untoggled, black if toggled.
updateIconToggles(SparseBooleanArray, SparseArray<int[]>) - Method in interface org.codethechange.culturemesh.FormatManager.IconUpdateListener
This method will require the parent activity to update the toggle button icons.
updateIconToggles(SparseBooleanArray, SparseArray<int[]>) - Method in class org.codethechange.culturemesh.SpecificPostActivity
Update whether an icon has been "toggled", or selected
updateProfile - Variable in class org.codethechange.culturemesh.SettingsActivity
Button for updating the User's profile on the server with the one currently displayed
updateUser(SharedPreferences) - Method in class org.codethechange.culturemesh.SettingsActivity
Updates user info via PUT request to server.
user - Variable in class org.codethechange.culturemesh.API.Get.LoginResponse
 
user(RequestQueue, long, <any>) - Static method in class org.codethechange.culturemesh.API.Get
Get a User object from it's ID
user(RequestQueue, User, String, String, <any>) - Static method in class org.codethechange.culturemesh.API.Post
POST to the server a request, via /user/users, to create a new user.
user(RequestQueue, User, String, SharedPreferences, <any>) - Static method in class org.codethechange.culturemesh.API.Put
PUT to the server, via /user/users, a request to make changes a User.
user - Variable in class org.codethechange.culturemesh.SettingsActivity
 
USER_EMAIL - Static variable in class org.codethechange.culturemesh.API
Identifier for the currently-signed-in user's email.
USER_IDS - Static variable in class org.codethechange.culturemesh.ViewUsersModalSheetFragment
Keys for values passed as arguments to the fragment
USER_NAMES - Static variable in class org.codethechange.culturemesh.ViewUsersModalSheetFragment
Keys for values passed as arguments to the fragment
userAttendingEvents - Variable in class org.codethechange.culturemesh.RVAdapter
This contains the events in this network that the user is attending, which affects some aspects of the event UI.
userCounts - Variable in class org.codethechange.culturemesh.NetworkSummaryAdapter
Mappings from Network.id (as a String) to its counts of Posts and Users
userEvents(RequestQueue, long, String, <any>) - Static method in class org.codethechange.culturemesh.API.Get
Get the Events a User is subscribed to.
userEventsForNetwork(RequestQueue, SharedPreferences, long, <any>) - Static method in class org.codethechange.culturemesh.API.Get
Get the Events a User is subscribed to for a given Network.
userID(RequestQueue, String, <any>) - Static method in class org.codethechange.culturemesh.API.Get
Get the ID of a User from an email address.
username - Variable in class org.codethechange.culturemesh.RVAdapter.PostViewHolder
Text fields for both Post and Event information
username - Variable in class org.codethechange.culturemesh.RVCommentAdapter.PostReplyViewHolder
Textual components of the display for a single list item
userName - Variable in class org.codethechange.culturemesh.SettingsActivity
Editable text fields that make up parts of the User's profile
username - Variable in class org.codethechange.culturemesh.SpecificPostActivity
Unique display name of the creator of the Post
userName - Variable in class org.codethechange.culturemesh.ViewProfileActivity
Text fields for the displayed profile's display name, bio, and name
usernameText - Variable in class org.codethechange.culturemesh.LoginActivity
Reference to the text field for the user's username
userNetworks(RequestQueue, long, <any>) - Static method in class org.codethechange.culturemesh.API.Get
Get the networks a user belongs to
userPosts(RequestQueue, long, <any>) - Static method in class org.codethechange.culturemesh.API.Get
Get the Posts a User has made.
users - Variable in class org.codethechange.culturemesh.UsersListAdapter
List of Users to display in the list
UsersListAdapter - Class in org.codethechange.culturemesh
This Adapter is used for viewing the subscribed users of a network.
UsersListAdapter(Context, ArrayList<User>) - Constructor for class org.codethechange.culturemesh.UsersListAdapter
Create a new object by instantiating instance fields with parameters
UsersListAdapter.ViewHolder - Class in org.codethechange.culturemesh
Holder of UI elements that compose each element of the displayed list
A B C D E F G H I J L M N O P Q R S T U V W Y 
Skip navigation links