- genBasicAuth(String, String) - Static method in class org.codethechange.culturemesh.API
-
Generate from a username/email and password the string to put in the header of a request
as the value of the Authorization
token in order to perform Basic Authentication.
- genBasicAuth(String) - Static method in class org.codethechange.culturemesh.API
-
Generate from a login token the string to put in the header of a request
as the value of the Authorization
token in order to perform Basic Authentication.
- genErrorDialog(Context, int) - Static method in class org.codethechange.culturemesh.NetworkResponse
-
Get an error dialog that can be displayed to the user
- genErrorDialog(Context, int, NetworkResponse.DialogTapListener) - Static method in class org.codethechange.culturemesh.NetworkResponse
-
Get an error dialog that can be displayed to the user
- genErrorDialog(Context, int, boolean, NetworkResponse.DialogTapListener) - Static method in class org.codethechange.culturemesh.NetworkResponse
-
Get an error dialog that can be displayed to the user
- genResizeAnimation(int, int, ConstraintLayout) - Method in class org.codethechange.culturemesh.SpecificPostActivity
-
This little helper handles the animation involved in changing the size of the write reply view.
- genSuccessDialog(Context, int) - Static method in class org.codethechange.culturemesh.NetworkResponse
-
Get a confirmation dialog that can be displayed to the user to reflect a successful operation
- Get() - Constructor for class org.codethechange.culturemesh.API.Get
-
- getAuthFailed(int) - Static method in class org.codethechange.culturemesh.NetworkResponse
-
- getCount() - Method in class org.codethechange.culturemesh.FindNetworkActivity.SectionsPagerAdapter
-
Always returns 2
because there are 2 tabs
- getCount() - Method in class org.codethechange.culturemesh.ViewProfileActivity.ContributionsPager
-
- getCredentials() - Static method in class org.codethechange.culturemesh.API
-
Use this method to append our credentials to our server requests.
- getCursors() - Method in class org.codethechange.culturemesh.FormatManager
-
- getDatePicker() - Method in class org.codethechange.culturemesh.CreateEventActivity.DatePickerFragment
-
Get the DatePicker
- getDay() - Method in class org.codethechange.culturemesh.CreateEventActivity.DatePickerFragment
-
Get the selected day
- getErrorDialog(Context, NetworkResponse.DialogTapListener) - Method in class org.codethechange.culturemesh.NetworkResponse
-
Get an error dialog that can be displayed to show message from messageID to user
- getFinishButtonTitle() - Method in class org.codethechange.culturemesh.HelpActivity
-
- getFinishButtonTitle() - Method in class org.codethechange.culturemesh.OnboardActivity
-
- getHour() - Method in class org.codethechange.culturemesh.CreateEventActivity.TimePickerFragment
-
Return the selected hour
- getItem(int) - Method in class org.codethechange.culturemesh.FindNetworkActivity.SectionsPagerAdapter
-
Get the appropriate fragment depending on which tab is selected
- getItem(int) - Method in class org.codethechange.culturemesh.SearchAdapter
-
Get the item associated with the list entry at a certain position
- getItem(int) - Method in class org.codethechange.culturemesh.ViewProfileActivity.ContributionsPager
-
- getItemCount() - Method in class org.codethechange.culturemesh.NetworkSummaryAdapter
-
Get the number of Network
s that are stored in the list
- getItemCount() - Method in class org.codethechange.culturemesh.RVAdapter
-
Get the number of items to display
- getItemCount() - Method in class org.codethechange.culturemesh.RVCommentAdapter
-
Get the number of comments in the list
- getItemCount() - Method in class org.codethechange.culturemesh.UsersListAdapter
-
Get the number of items in the list of objects to display
- getListableName() - Method in interface org.codethechange.culturemesh.Listable
-
Get a label (maximum of
Listable.MAX_CHARS
characters long) to display as an
identifier for the object.
- getMessageID() - Method in class org.codethechange.culturemesh.NetworkResponse
-
Get the resource ID of the message to display to the user
- getMinute() - Method in class org.codethechange.culturemesh.CreateEventActivity.TimePickerFragment
-
Return the selected minute
- getMonth() - Method in class org.codethechange.culturemesh.CreateEventActivity.DatePickerFragment
-
Get the selected month
- getNetPosts() - Method in class org.codethechange.culturemesh.RVAdapter
-
Get the items being represented as elements of the displayed list (not just the ones
currently visible).
- getNetworks() - Method in class org.codethechange.culturemesh.NetworkSummaryAdapter
-
Get the list of Network
s
- getPageTitle(int) - Method in class org.codethechange.culturemesh.FindNetworkActivity.SectionsPagerAdapter
-
Get the titles for each tab
- getPageTitle(int) - Method in class org.codethechange.culturemesh.ViewProfileActivity.ContributionsPager
-
- getPagination(String) - Static method in class org.codethechange.culturemesh.API
-
Fetches query parameter string you need to add in to the request url.
- getPayload() - Method in class org.codethechange.culturemesh.NetworkResponse
-
Get the payload returned by the network operation
- getPostCounts() - Method in class org.codethechange.culturemesh.NetworkSummaryAdapter
-
Get the mappings between Network.id
(as a String
) and the number of
Post
s in that network.
- getTimePicker() - Method in class org.codethechange.culturemesh.CreateEventActivity.TimePickerFragment
-
Return the TimePicker
- getUserAttendingEvents() - Method in class org.codethechange.culturemesh.RVAdapter
-
Get the events in this network that the user is attending, which affects
some aspects of the event UI.
- getUserCounts() - Method in class org.codethechange.culturemesh.NetworkSummaryAdapter
-
Get the mappings between Network.id
(as a String
) and the number of
User
s in that network.
- getUsers() - Method in class org.codethechange.culturemesh.UsersListAdapter
-
Get the list of objects to display
- getView(int, View, ViewGroup) - Method in class org.codethechange.culturemesh.SearchAdapter
-
Get a View
for the list
- getYear() - Method in class org.codethechange.culturemesh.CreateEventActivity.DatePickerFragment
-
Get the selected year