- parseText(String, String) - Static method in class org.codethechange.culturemesh.FormatManager
-
This function converts the CultureMesh tags into a spannable string for textview.
- PASS_ON_FINISH_EXTRA - Static variable in class org.codethechange.culturemesh.Redirection
-
Key in Intent
's extras whose argument specifies a
Bundle
whose contents will be passed as extras via the Intent called on
finishing
- passwordText - Variable in class org.codethechange.culturemesh.LoginActivity
-
Reference to the text field for the user's password
- payload - Variable in class org.codethechange.culturemesh.NetworkResponse
-
Object returned by the network task.
- payloadName(E) - Method in class org.codethechange.culturemesh.NetworkResponse
-
Get a String
describing the provided payload
- payloadType(E) - Method in class org.codethechange.culturemesh.NetworkResponse
-
Get a String
describing the type of the provided payload
- peopleIcon - Variable in class org.codethechange.culturemesh.SearchAdapter.HolderItem
-
- personName - Variable in class org.codethechange.culturemesh.RVAdapter.PostViewHolder
-
Text fields for both Post
and Event
information
- personName - Variable in class org.codethechange.culturemesh.RVCommentAdapter.PostReplyViewHolder
-
Textual components of the display for a single list item
- personName - Variable in class org.codethechange.culturemesh.SpecificPostActivity
-
Name of the creator of the Post
- personPhoto - Variable in class org.codethechange.culturemesh.RVAdapter.PostViewHolder
-
Display images with the displayed list item
- personPhoto - Variable in class org.codethechange.culturemesh.RVCommentAdapter.PostReplyViewHolder
-
Image components of the display for a single list item
- personPhoto - Variable in class org.codethechange.culturemesh.SpecificPostActivity
-
Profile photo of the author of the Post
- PICK_IMAGE - Static variable in class org.codethechange.culturemesh.SettingsActivity
-
The requestCode
used if the user was asked to pick an image from their gallery.
- picker - Variable in class org.codethechange.culturemesh.ExploreBubblesOpenGLActivity
-
The custom view that displays locations/languages as bubbles.
- population - Variable in class org.codethechange.culturemesh.TimelineActivity
-
Text fields to display information about the displayed Network
- post(RequestQueue, long, <any>) - Static method in class org.codethechange.culturemesh.API.Get
-
Get a Post
from it's ID
- Post() - Constructor for class org.codethechange.culturemesh.API.Post
-
- post(RequestQueue, Post, SharedPreferences, <any>) - Static method in class org.codethechange.culturemesh.API.Post
-
POST to the server a request, via /post/new
, to create a new
Post
.
- post(RequestQueue, Post, SharedPreferences, <any>) - Static method in class org.codethechange.culturemesh.API.Put
-
PUT to the server, via /user/users
, a request to make changes a
Post
.
- post - Variable in class org.codethechange.culturemesh.RVAdapter.PostViewHolder
-
Whether this instance is configured to display the information for a Post
or for
a Event
.
- postButton - Variable in class org.codethechange.culturemesh.SpecificPostActivity
-
Button to submit a comment on the Post
- postCount - Variable in class org.codethechange.culturemesh.NetworkSummaryAdapter.PostViewHolder
-
- postCounts - Variable in class org.codethechange.culturemesh.NetworkSummaryAdapter
-
Mappings from Network.id
(as a String
) to its counts of
Post
s and
User
s
- postReplies(RequestQueue, long, <any>) - Static method in class org.codethechange.culturemesh.API.Get
-
Fetch the comments of a post.
- PostReplyViewHolder(View) - Constructor for class org.codethechange.culturemesh.RVCommentAdapter.PostReplyViewHolder
-
Instantiate instance fields with View
s using View.findViewById(int)
- PostsFrag - Class in org.codethechange.culturemesh
-
Created by Dylan Grosz (dgrosz@stanford.edu) on 11/10/17.
- PostsFrag() - Constructor for class org.codethechange.culturemesh.PostsFrag
-
- postsRV - Variable in class org.codethechange.culturemesh.TimelineActivity
-
Scrollable list of Post
s and
Event
s in the feed
- postTypePhoto - Variable in class org.codethechange.culturemesh.RVAdapter.PostViewHolder
-
Display images with the displayed list item
- postTypePhoto - Variable in class org.codethechange.culturemesh.RVCommentAdapter.PostReplyViewHolder
-
Image components of the display for a single list item
- postTypePhoto - Variable in class org.codethechange.culturemesh.SpecificPostActivity
-
Other photo associated with the Post
- PostViewHolder(View) - Constructor for class org.codethechange.culturemesh.NetworkSummaryAdapter.PostViewHolder
-
- PostViewHolder(View) - Constructor for class org.codethechange.culturemesh.RVAdapter.PostViewHolder
-
Initialize instance fields by retrieving UI elements by their IDs in the provided
View
- processNetworkError(String, String, VolleyError) - Static method in class org.codethechange.culturemesh.API
-
Process errors that could be returned in the form of a VolleyError
the Response.Listener
- profilePic - Variable in class org.codethechange.culturemesh.ViewProfileActivity
-
Field for the displayed profile's photo
- profilePicture - Variable in class org.codethechange.culturemesh.SettingsActivity
-
The field for the User
's profile picture
- profilePicture - Variable in class org.codethechange.culturemesh.UsersListAdapter.ViewHolder
-
User
's profile picture
- progressBar - Variable in class org.codethechange.culturemesh.CreatePostActivity
-
Displays progress as the post is being sent over the network
- progressBar - Variable in class org.codethechange.culturemesh.SpecificPostActivity
-
Progress bar for displaying the progress of network operations
- Put() - Constructor for class org.codethechange.culturemesh.API.Put
-