- onBackPressed() - Method in class com.cvlcondorcet.condor.MainActivity
-
Holds back pressed event and transmits it to needed fragment(s).
- onBindViewHolder(RecyclerView.ViewHolder, int) - Method in class com.cvlcondorcet.condor.RecyclerViewAdapterEvents
-
- onBindViewHolder(RecyclerView.ViewHolder, int) - Method in class com.cvlcondorcet.condor.RecyclerViewAdapterPosts
-
Displays the information of a post into the view.
- onBindViewHolder(RecyclerView.ViewHolder, int) - Method in class com.cvlcondorcet.condor.RecyclerViewAdapterProfs
-
Gets the Holder, displaying the absence into the view.
- onCanceled(List<Post>) - Method in class com.cvlcondorcet.condor.PostsLoader
-
- onCanceled(List<TeachersAbsence>) - Method in class com.cvlcondorcet.condor.TeachersLoader
-
- onClick(DialogInterface, int, boolean) - Method in class com.cvlcondorcet.condor.MultiSelectionSpinner
-
- onClick(View) - Method in class com.cvlcondorcet.condor.RecyclerViewAdapterEvents.ViewHolder
-
- onClick(View) - Method in class com.cvlcondorcet.condor.RecyclerViewAdapterPosts.ViewHolder
-
Gets the full article, starts an intent to display it.
- onConfigurationChanged(Configuration) - Method in class com.cvlcondorcet.condor.MainActivity
-
- onCreate(Bundle) - Method in class com.cvlcondorcet.condor.ConsentActivity
-
- onCreate(SQLiteDatabase) - Method in class com.cvlcondorcet.condor.DBOpenHelper
-
Creates the Database, by SQL instructions.
- onCreate(Bundle) - Method in class com.cvlcondorcet.condor.EventViewerActivity
-
- onCreate(Bundle) - Method in class com.cvlcondorcet.condor.LicensesActivity
-
- onCreate(Bundle) - Method in class com.cvlcondorcet.condor.MainActivity
-
Sets up activity, loading language and locale.
- onCreate(Bundle) - Method in class com.cvlcondorcet.condor.MainFragment
-
- onCreate(Bundle) - Method in class com.cvlcondorcet.condor.PostViewerActivity
-
Sets up activity, starts loading post.
- onCreate(Bundle) - Method in class com.cvlcondorcet.condor.SplashActivity
-
- onCreate() - Method in class com.cvlcondorcet.condor.Sync
-
Creating service, making it operational, affecting variables values.
- onCreateLoader(int, Bundle) - Method in class com.cvlcondorcet.condor.PostsFragment
-
Create a loader and starts it to retrieve posts.
- onCreateLoader(int, Bundle) - Method in class com.cvlcondorcet.condor.TeachersFragment
-
- onCreateOptionsMenu(Menu, MenuInflater) - Method in class com.cvlcondorcet.condor.MapsFragment
-
- onCreateOptionsMenu(Menu, MenuInflater) - Method in class com.cvlcondorcet.condor.PostsFragment
-
Sets up the menu & search field.
- onCreateOptionsMenu(Menu, MenuInflater) - Method in class com.cvlcondorcet.condor.TeachersFragment
-
- onCreatePreferences(Bundle, String) - Method in class com.cvlcondorcet.condor.PreferencesFragment
-
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.cvlcondorcet.condor.BusFragment
-
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.cvlcondorcet.condor.CanteenFragment
-
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.cvlcondorcet.condor.CVLFragment
-
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.cvlcondorcet.condor.EventsFragment
-
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.cvlcondorcet.condor.GTUFragment
-
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.cvlcondorcet.condor.HelpFragment
-
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.cvlcondorcet.condor.MainFragment
-
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.cvlcondorcet.condor.MapsFragment
-
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.cvlcondorcet.condor.PostsFragment
-
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.cvlcondorcet.condor.SyncingFragment
-
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.cvlcondorcet.condor.TeachersFragment
-
- onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.cvlcondorcet.condor.TrainFragment
-
- onCreateViewHolder(ViewGroup, int) - Method in class com.cvlcondorcet.condor.RecyclerViewAdapterEvents
-
- onCreateViewHolder(ViewGroup, int) - Method in class com.cvlcondorcet.condor.RecyclerViewAdapterPosts
-
- onCreateViewHolder(ViewGroup, int) - Method in class com.cvlcondorcet.condor.RecyclerViewAdapterProfs
-
Creates ViewHolder according to the needed type.
- onDestroy() - Method in class com.cvlcondorcet.condor.Sync
-
Destroying service, removing priorities and callbacks.
- onDetach() - Method in class com.cvlcondorcet.condor.PostsFragment
-
- onDrawOver(Canvas, RecyclerView, RecyclerView.State) - Method in class com.cvlcondorcet.condor.DividerItemDecoration
-
- onHandleIntent(Intent) - Method in class com.cvlcondorcet.condor.Sync
-
Making synchronization, building notification, checking if the server is okay, then
downloading JSON data and passing them to
Database
for handling.
- onLoaderReset(Loader<List<Post>>) - Method in class com.cvlcondorcet.condor.PostsFragment
-
- onLoaderReset(Loader<List<TeachersAbsence>>) - Method in class com.cvlcondorcet.condor.TeachersFragment
-
- onLoadFinished(Loader<List<Post>>, List<Post>) - Method in class com.cvlcondorcet.condor.PostsFragment
-
Gets the data and sets them to the RecyclerViewAdapter
- onLoadFinished(Loader<List<TeachersAbsence>>, List<TeachersAbsence>) - Method in class com.cvlcondorcet.condor.TeachersFragment
-
Transfers data to adapter after load finished
- onMessageReceived(RemoteMessage) - Method in class com.cvlcondorcet.condor.NotifListener
-
Handling message when app's in the foreground
- onNewIntent(Intent) - Method in class com.cvlcondorcet.condor.MainActivity
-
- onNewToken(String) - Method in class com.cvlcondorcet.condor.InstanceIDService
-
- onOptionsItemSelected(MenuItem) - Method in class com.cvlcondorcet.condor.EventViewerActivity
-
- onOptionsItemSelected(MenuItem) - Method in class com.cvlcondorcet.condor.MainActivity
-
Handles menu click and opening navigation drawer
- onOptionsItemSelected(MenuItem) - Method in class com.cvlcondorcet.condor.PostViewerActivity
-
Comes back to main activity (when home button pressed).
- onPause() - Method in class com.cvlcondorcet.condor.MapsFragment
-
- onPause() - Method in class com.cvlcondorcet.condor.PreferencesFragment
-
- onPause() - Method in class com.cvlcondorcet.condor.SyncingFragment
-
Unregisters receiver (memory economy)
- onPostExecute(Void) - Method in class com.cvlcondorcet.condor.BusFragment.Loading
-
- onPostExecute(Void) - Method in class com.cvlcondorcet.condor.MainFragment.LoadingWeb
-
- onPostExecute(Void) - Method in class com.cvlcondorcet.condor.PostsFragment.Task
-
On the UI Thread
- onPostExecute(Void) - Method in class com.cvlcondorcet.condor.PostViewerActivity.Loading
-
- onPostExecute(Void) - Method in class com.cvlcondorcet.condor.PostViewerActivity.LoadingWeb
-
- onPostExecute(Void) - Method in class com.cvlcondorcet.condor.TrainFragment.Loading
-
- onPreExecute() - Method in class com.cvlcondorcet.condor.BusFragment.Loading
-
- onQueryTextChange(String) - Method in class com.cvlcondorcet.condor.MapsFragment
-
Event listeners to search field text changes, gets query and filters the RecyclerView according to it
- onQueryTextChange(String) - Method in class com.cvlcondorcet.condor.PostsFragment
-
Event listeners to search field text changes, gets query and filters the RecyclerView according to it
- onQueryTextChange(String) - Method in class com.cvlcondorcet.condor.TeachersFragment
-
Filters absences by name
- onQueryTextSubmit(String) - Method in class com.cvlcondorcet.condor.MapsFragment
-
- onQueryTextSubmit(String) - Method in class com.cvlcondorcet.condor.PostsFragment
-
- onQueryTextSubmit(String) - Method in class com.cvlcondorcet.condor.TeachersFragment
-
- onReceive(Context, Intent) - Method in class com.cvlcondorcet.condor.AlarmReceiver
-
- onReceive(Context, Intent) - Method in class com.cvlcondorcet.condor.RebootReceiver
-
- onReset() - Method in class com.cvlcondorcet.condor.PostsLoader
-
- onReset() - Method in class com.cvlcondorcet.condor.TeachersLoader
-
- onRestart() - Method in class com.cvlcondorcet.condor.MainActivity
-
- onResume() - Method in class com.cvlcondorcet.condor.EventsFragment
-
- onResume() - Method in class com.cvlcondorcet.condor.MapsFragment
-
- onResume() - Method in class com.cvlcondorcet.condor.PostsFragment
-
- onResume() - Method in class com.cvlcondorcet.condor.PreferencesFragment
-
- onResume() - Method in class com.cvlcondorcet.condor.SyncingFragment
-
Registers the listener to get state.
- onSaveInstanceState(Bundle) - Method in class com.cvlcondorcet.condor.MainActivity
-
Saves activity state and actual fragment (in order to be reloaded later).
- onSharedPreferenceChanged(SharedPreferences, String) - Method in class com.cvlcondorcet.condor.PreferencesFragment
-
- onStart(Intent, int) - Method in class com.cvlcondorcet.condor.Sync
-
Starting service, setting broadcaster up.
- onStartLoading() - Method in class com.cvlcondorcet.condor.PostsLoader
-
- onStartLoading() - Method in class com.cvlcondorcet.condor.TeachersLoader
-
- onStop() - Method in class com.cvlcondorcet.condor.MapsFragment
-
- onStop() - Method in class com.cvlcondorcet.condor.PostsFragment
-
- onStopLoading() - Method in class com.cvlcondorcet.condor.PostsLoader
-
- onStopLoading() - Method in class com.cvlcondorcet.condor.TeachersLoader
-
- onUpgrade(SQLiteDatabase, int, int) - Method in class com.cvlcondorcet.condor.DBOpenHelper
-
If database is too old (when upgrading the app), destroys previous tables and recreates it.
- onViewCreated(View, Bundle) - Method in class com.cvlcondorcet.condor.BusFragment
-
- onViewCreated(View, Bundle) - Method in class com.cvlcondorcet.condor.CanteenFragment
-
Sets view up and loads PDF file from Database
- onViewCreated(View, Bundle) - Method in class com.cvlcondorcet.condor.CVLFragment
-
- onViewCreated(View, Bundle) - Method in class com.cvlcondorcet.condor.EventsFragment
-
- onViewCreated(View, Bundle) - Method in class com.cvlcondorcet.condor.GTUFragment
-
- onViewCreated(View, Bundle) - Method in class com.cvlcondorcet.condor.HelpFragment
-
- onViewCreated(View, Bundle) - Method in class com.cvlcondorcet.condor.MainFragment
-
- onViewCreated(View, Bundle) - Method in class com.cvlcondorcet.condor.MapsFragment
-
- onViewCreated(View, Bundle) - Method in class com.cvlcondorcet.condor.PostsFragment
-
Sets view up, starts loading posts.
- onViewCreated(View, Bundle) - Method in class com.cvlcondorcet.condor.SyncingFragment
-
- onViewCreated(View, Bundle) - Method in class com.cvlcondorcet.condor.TeachersFragment
-
- onViewCreated(View, Bundle) - Method in class com.cvlcondorcet.condor.TrainFragment
-
- open() - Method in class com.cvlcondorcet.condor.Database
-