- CalculatorsFragment - Class in com.lubenard.oring_reminder.ui
-
- CalculatorsFragment() - Constructor for class com.lubenard.oring_reminder.ui.CalculatorsFragment
-
- cancelAlarm(Context, long) - Static method in class com.lubenard.oring_reminder.ui.EditEntryFragment
-
Only cancel alarm for given entryId
- isDateSane(String) - Static method in class com.lubenard.oring_reminder.ui.SpermogramsDetailsFragment
-
Check if the input string is valid
- isDateSane(String) - Static method in class com.lubenard.oring_reminder.utils.Utils
-
Check if the input string is valid
- checkOrRequestPerm(Activity, Context, String, Callable, Callable) - Static method in class com.lubenard.oring_reminder.MainActivity
-
Check the requested permission, and if not already gave, ask for it
- close() - Method in class com.lubenard.oring_reminder.utils.CsvWriter
-
- close() - Method in class com.lubenard.oring_reminder.utils.XmlWriter
-
Close this writer.
- closeDb() - Method in class com.lubenard.oring_reminder.DbManager
-
Close the db when finished using it.
- com.lubenard.oring_reminder - package com.lubenard.oring_reminder
-
- com.lubenard.oring_reminder.broadcast_receivers - package com.lubenard.oring_reminder.broadcast_receivers
-
- com.lubenard.oring_reminder.custom_components - package com.lubenard.oring_reminder.custom_components
-
- com.lubenard.oring_reminder.ui - package com.lubenard.oring_reminder.ui
-
- com.lubenard.oring_reminder.utils - package com.lubenard.oring_reminder.utils
-
- computeTotalTimePause(DbManager, long) - Static method in class com.lubenard.oring_reminder.broadcast_receivers.AfterBootBroadcastReceiver
-
Compute the total pause time by adding each one
- computeTotalTimePauseForId(DbManager, long, String, String) - Static method in class com.lubenard.oring_reminder.ui.DatasFragment
-
Compute all pause time into interval
- computeTotalTimePauseForId(DbManager, long, String, String) - Static method in class com.lubenard.oring_reminder.ui.HistoryFragment
-
Compute all pause time into interval
- convertDateIntoReadable(String) - Static method in class com.lubenard.oring_reminder.utils.Utils
-
Convert date into readable one:
Example : 2021-10-12 -> 12 October 2021
- createNewEntry(String, String, int) - Method in class com.lubenard.oring_reminder.DbManager
-
Create a new contact only if non existent:
Example: The contact named Toto does not exist, so let's create it
- createNewPause(long, String, String, int) - Method in class com.lubenard.oring_reminder.DbManager
-
Create a new Pause
- CsvWriter - Class in com.lubenard.oring_reminder.utils
-
- CsvWriter(OutputStream) - Constructor for class com.lubenard.oring_reminder.utils.CsvWriter
-
Constructor
- CurrentSessionWidgetProvider - Class in com.lubenard.oring_reminder
-
- CurrentSessionWidgetProvider() - Constructor for class com.lubenard.oring_reminder.CurrentSessionWidgetProvider
-
- ListSearchAdapter - Class in com.lubenard.oring_reminder.custom_components
-
- ListSearchAdapter(ArrayList<RingSession>, Context) - Constructor for class com.lubenard.oring_reminder.custom_components.ListSearchAdapter
-
- CustomSpermoListAdapter - Class in com.lubenard.oring_reminder.custom_components
-
- CustomSpermoListAdapter(ArrayList<Spermograms>, CustomSpermoListAdapter.onListItemClickListener) - Constructor for class com.lubenard.oring_reminder.custom_components.CustomSpermoListAdapter
-
- CustomSpermoListAdapter.onListItemClickListener - Interface in com.lubenard.oring_reminder.custom_components
-