- scrollView - Variable in class org.codethechange.culturemesh.SettingsActivity
-
The user whose profile is displayed and being edited
- search() - Method in class org.codethechange.culturemesh.ChooseNearLocationActivity
-
Get the query present in the
ChooseNearLocationActivity.searchView
and pass it to the
server via
API.Get#autocompletePlace(RequestQueue, String, Response.Listener)
to get
a list of matching
Location
s.
- search() - Method in class org.codethechange.culturemesh.FindNetworkActivity.FindLanguageFragment
-
Use API.Get#autocompleteLanguage(RequestQueue, String, Response.Listener)
to get
autocomplete results for the user's query.
- search() - Method in class org.codethechange.culturemesh.FindNetworkActivity.FindLocationFragment
-
Use API.Get#autocompletePlace(RequestQueue, String, Response.Listener)
to get
autocomplete results for the user's query.
- SearchAdapter<T extends Listable> - Class in org.codethechange.culturemesh
-
Populates a displayed list with items
- SearchAdapter(Context, int, int, List<T>) - Constructor for class org.codethechange.culturemesh.SearchAdapter
-
Initialize instance fields with provided parameters
- SearchAdapter(Context, int, int) - Constructor for class org.codethechange.culturemesh.SearchAdapter
-
Initialize context variables without a starting list
- SearchAdapter.HolderItem - Class in org.codethechange.culturemesh
-
Keeping views accessible saves calls to findViewById, which is a performance bottleneck.
- searchList - Variable in class org.codethechange.culturemesh.ChooseNearLocationActivity
-
List of autocomplete results
- searchList - Variable in class org.codethechange.culturemesh.FindNetworkActivity.FindLanguageFragment
-
The displayed list of search results
- searchList - Variable in class org.codethechange.culturemesh.FindNetworkActivity.FindLocationFragment
-
The displayed list of search results
- searchView - Variable in class org.codethechange.culturemesh.ChooseNearLocationActivity
-
The field into which the user enters their query
- searchView - Variable in class org.codethechange.culturemesh.FindNetworkActivity.FindLanguageFragment
-
The field into which user enters search queries
- searchView - Variable in class org.codethechange.culturemesh.FindNetworkActivity.FindLocationFragment
-
The field into which user enters search queries
- SectionsPagerAdapter(FragmentManager) - Constructor for class org.codethechange.culturemesh.FindNetworkActivity.SectionsPagerAdapter
- SELECTED_NETWORK - Static variable in class org.codethechange.culturemesh.API
-
Identifier for the user's currently selected Network
.
- SELECTED_USER - Static variable in class org.codethechange.culturemesh.API
-
The SharedPreferences key for communicating to ViewProfileActivity which user we are viewing.
- SELECTED_USER - Static variable in class org.codethechange.culturemesh.ListNetworksFragment
-
Key stored in the fragment's arguments and whose value is the ID of the user whose networks
are to be displayed.
- SELECTED_USER - Static variable in class org.codethechange.culturemesh.ViewProfileActivity
-
Key for extra in Intent
s that specifies the user whose profile is
to be displayed.
- selectedNearLocation - Variable in class org.codethechange.culturemesh.ExploreBubblesOpenGLActivity
-
- selectedNetwork - Variable in class org.codethechange.culturemesh.PostsFrag
-
- selectedNetwork - Variable in class org.codethechange.culturemesh.TimelineActivity
-
ID of the selected Network
- selUser - Variable in class org.codethechange.culturemesh.ViewProfileActivity
-
ID of the User
whose profile to display
- setAdapter() - Method in class org.codethechange.culturemesh.ExploreBubblesOpenGLActivity
-
- setAuthFailed(boolean) - Method in class org.codethechange.culturemesh.NetworkResponse
-
Set whether the current object represents a failed authentication
- setBold() - Method in class org.codethechange.culturemesh.FormatManager
-
This method will set the currently selected text to bold.
- setContentView(int) - Method in class org.codethechange.culturemesh.DrawerActivity
-
Create the drawer from R.layout#activity_drawer
, which has parent with ID
R.id#drawer_frame
.
- setItalic() - Method in class org.codethechange.culturemesh.FormatManager
-
This method will set the currently selected text to italic
- setLink() - Method in class org.codethechange.culturemesh.FormatManager
-
This method will set the currently selected text to a link.
- setLoggedIn(SharedPreferences, long, String) - Static method in class org.codethechange.culturemesh.LoginActivity
-
Largely for testing, this public method can be used to set which user is currently logged in
This is useful for PickOnboardingStatusActivity because different login states correspond
to different users.
- setLoggedOut(SharedPreferences) - Static method in class org.codethechange.culturemesh.LoginActivity
-
Logout the currently logged-out user.
- setOnSelectionChangedListener(ListenableEditText.onSelectionChangedListener) - Method in class org.codethechange.culturemesh.ListenableEditText
-
Set the listener to the provided parameter
- settings - Variable in class org.codethechange.culturemesh.CommentsFrag
-
The app's shared settings that store user info and preferences
- settings - Variable in class org.codethechange.culturemesh.PostsFrag
-
- settings - Static variable in class org.codethechange.culturemesh.TimelineActivity
-
The app's preferences
- SETTINGS_IDENTIFIER - Static variable in class org.codethechange.culturemesh.API
-
Identifier for the app's shared preferences.
- SettingsActivity - Class in org.codethechange.culturemesh
-
Screen that displays the current user's profile and let's them update it
- SettingsActivity() - Constructor for class org.codethechange.culturemesh.SettingsActivity
-
- setupDialog(Dialog, int) - Method in class org.codethechange.culturemesh.ViewUsersModalSheetFragment
-
Create and configure View
from R.layout#rv_container
.
- showBubbles(ArrayList<Network>) - Method in class org.codethechange.culturemesh.ExploreBubblesOpenGLActivity
-
- showDatePickerDialog(View) - Method in class org.codethechange.culturemesh.CreateEventActivity
-
Show the calendar dialog to let the user select the event date
Intended to be called when the user presses button to set date
- showErrorDialog(Context, NetworkResponse.DialogTapListener) - Method in class org.codethechange.culturemesh.NetworkResponse
-
Show an error dialog that can be displayed to show message from messageID to user
- showErrorDialog(Context) - Method in class org.codethechange.culturemesh.NetworkResponse
-
Show an error dialog that can be displayed to show message from messageID to user
- showTimePickerDialog(View) - Method in class org.codethechange.culturemesh.CreateEventActivity
-
Show the clock dialog to let the user select the event start time
Intended to be called when user presses button to set time
- signInToggle - Variable in class org.codethechange.culturemesh.LoginActivity
-
Whether the user is signing in or creating an account (true
if signing in)
- SpecificPostActivity - Class in org.codethechange.culturemesh
-
Displays a particular Post
along with its comments (PostReply
).
- SpecificPostActivity() - Constructor for class org.codethechange.culturemesh.SpecificPostActivity
-
- START - Variable in class org.codethechange.culturemesh.FormatManager
-
- StartActivity - Class in org.codethechange.culturemesh
-
Transparent Activity
that is the default Activity.
- StartActivity() - Constructor for class org.codethechange.culturemesh.StartActivity
-
- subscribedNetworkIds - Variable in class org.codethechange.culturemesh.DrawerActivity
-
IDs of the Network
s the current User
is subscribed to
- subscribedNetworks - Variable in class org.codethechange.culturemesh.DrawerActivity
-
The User
's current Network
s
- subscribedUserCount - Variable in class org.codethechange.culturemesh.NetworkSummaryAdapter.PostViewHolder
-
- subTitle - Variable in class org.codethechange.culturemesh.ExploreBubblesOpenGLActivity
-
The smaller text view responsible for clarifying the title text.
- swipeRefreshLayout - Variable in class org.codethechange.culturemesh.TimelineActivity
-
The small circle with the arrow in the center that rotates down from the top of the view
if the user swipes down.