MCPcopy Index your code

hub / github.com/chaosbastler/opentraining / functions

Functions765 in github.com/chaosbastler/opentraining

↓ 1 callersMethodaddNames
Adds the names to the list of alternative names. First name will be the primary name for this locale. @param locale The Locale of the name
app/src/de/skubware/opentraining/basic/Translatable.java:83
↓ 1 callersMethodasFitnessExercise
Generates a FitnessExercise. @return A new {@link FitnessExercise} with this ExerciseType.
app/src/de/skubware/opentraining/basic/ExerciseType.java:457
↓ 1 callersMethodbuildObject
Creates the object that should be added to the listview @param position The position of the selected item @return The created Item
app/src/de/skubware/opentraining/activity/create_exercise/SimpleDataFragment.java:145
↓ 1 callersMethodcalculateUnfinishedTrainingEntries
(FitnessExercise fEx)
app/src/de/skubware/opentraining/activity/start_training/FExListAdapter.java:125
↓ 1 callersMethodcheckObjectConstraints
Checks the object that should be added to the listview @param position The position of the selected item @return null if no error occurred, translate
app/src/de/skubware/opentraining/activity/create_exercise/SimpleDataFragment.java:137
↓ 1 callersMethodcolorMatch
Checks if to colors match close enough. @param color1 The first color to compare @param color2 The second color to compare @r
app/src/de/skubware/opentraining/activity/create_workout/SelectMuscleDialog.java:229
↓ 1 callersMethodcontinueAddingExercises
On small screens(only details are shown) the detail activity will be closed.
app/src/de/skubware/opentraining/activity/create_workout/DialogWorkoutOverviewFragment.java:197
↓ 1 callersMethodcopyExampleWorkouts
Copies the example Workouts to the file system.
app/src/de/skubware/opentraining/db/DataProvider.java:524
↓ 1 callersMethodcreateExercise
(@Body ExerciseType exercise)
app/src/de/skubware/opentraining/activity/create_workout/upload_exercise/WgerRestService.java:31
↓ 1 callersMethodcreateExerciseImage
(@Body ExerciseType exercise)
app/src/de/skubware/opentraining/activity/create_workout/upload_exercise/WgerRestService.java:34
↓ 1 callersMethodcreateReflectedImages
Creates the reflected images. @return true, if successful
app/src/at/technikum/mti/fancycoverflow/FancyCoverFlowItemWrapper.java:233
↓ 1 callersMethoddeleteCustomExercise
(ExerciseType ex)
app/src/de/skubware/opentraining/db/DataProvider.java:255
↓ 1 callersMethoddispatchTakePictureIntent
()
app/src/de/skubware/opentraining/activity/create_exercise/ImageFragment.java:178
↓ 1 callersMethoddownloadAndParseExercises
Downloads the JSON-files from wger and parses them. @return the {@link WgerJSONParser} @throws IOException @throws JSONException
app/src/de/skubware/opentraining/activity/settings/sync/OpenTrainingSyncService.java:140
↓ 1 callersMethoddownloadImageToSyncedImagesFolder
@param urlToDownload the url @return the name of the downloaded image. This name can be different from the original name if there's
app/src/de/skubware/opentraining/activity/settings/sync/WgerImageDownloader.java:134
↓ 1 callersMethoddownloadImages
Download the missing images from wger. If an image already exists Open Training assumes that the exercise is duplicate and will remove it from the dow
app/src/de/skubware/opentraining/activity/settings/sync/WgerImageDownloader.java:71
↓ 1 callersMethodenableButton
()
app/src/de/skubware/opentraining/activity/SelectWorkoutDialogFragment.java:182
↓ 1 callersMethodequals
(Object obj)
app/src/de/skubware/opentraining/basic/FSet.java:243
↓ 1 callersMethodequals
Two {@link Translatable}s are considered equal, if their toString() returns the same String. @param t The object that should be compared
app/src/de/skubware/opentraining/basic/Translatable.java:177
↓ 1 callersMethodexerciseExists
Checks if the exercise does exist. @param name The name of the exercise to look for @return true if the exercise exists, false otherwise
app/src/de/skubware/opentraining/db/IDataProvider.java:141
↓ 1 callersMethodexportWorkoutToString
Exports a {@link Workout} and returns the generated String. @param w The {@link Workout} to export @return The string with the exported {
app/src/de/skubware/opentraining/exporter/WorkoutExporter.java:99
↓ 1 callersMethodfileAlreadyExists
Checks if a Workout file with the same name already exists. @param name The name to check @return true if there is already such a file
app/src/de/skubware/opentraining/activity/manage_workouts/RenameWorkoutDialogFragment.java:159
↓ 1 callersMethodfileAlreadyExists
Checks if a {@link Workout} file with the same name already exists. @param name The name to check @return true if there is already such a
app/src/de/skubware/opentraining/activity/create_workout/DialogWorkoutOverviewFragment.java:256
↓ 1 callersMethodfillSpinners
Fills the spinners with entries, e.g. with "1 kg"(weight_spinner) or just numbers.
app/src/de/skubware/opentraining/activity/start_training/DialogFragmentAddEntry.java:330
↓ 1 callersMethodfilterExercisesForExerciseSource
Filters the list of exercises for their {@link ExerciseSource}}
app/src/de/skubware/opentraining/activity/create_workout/ExerciseTypeListFragment.java:280
↓ 1 callersMethodfilterExercisesForMusclesAndEquipment
Filters the list of exercises for muscles and equipment.
app/src/de/skubware/opentraining/activity/create_workout/ExerciseTypeListFragment.java:193
↓ 1 callersMethodfilterExercisesForSearchQuery
Filters the list of exercises for the search query. Do not forget to call {@link #filterExercisesForMusclesAndEquipment()} before.
app/src/de/skubware/opentraining/activity/create_workout/ExerciseTypeListFragment.java:246
↓ 1 callersMethodgetAppVersion
()
app/src/de/skubware/opentraining/activity/ChangeLogDialog.java:67
↓ 1 callersMethodgetByLevel
Gets an ActivationLevel by the int value of it's level. @param level The level of the ActivationLevel @return The corresponding Activatio
app/src/de/skubware/opentraining/basic/ActivationLevel.java:62
↓ 1 callersMethodgetColumnWidth
Getter for columnWidth @return The columnWidth
app/src/de/skubware/opentraining/exporter/LaTeXExporter.java:258
↓ 1 callersMethodgetCount
()
app/src/de/skubware/opentraining/activity/start_training/TrainingEntryListAdapter.java:70
↓ 1 callersMethodgetCount
()
app/src/de/skubware/opentraining/activity/start_training/FExListAdapter.java:73
↓ 1 callersMethodgetCoverFlowItem
(int position, View reusableView, ViewGroup parent)
app/src/at/technikum/mti/fancycoverflow/FancyCoverFlowAdapter.java:71
↓ 1 callersMethodgetDownFactor
Getter for downFactor @return The downFactor
app/src/de/skubware/opentraining/exporter/LaTeXExporter.java:301
↓ 1 callersMethodgetDurationValue
()
app/src/de/skubware/opentraining/activity/start_training/DialogFragmentAddEntry.java:254
↓ 1 callersMethodgetEquipmentMap
@see MuscleCategory#getMuscleMap(MuscleCategory[], Context)
app/src/de/skubware/opentraining/db/rest/ServerModel.java:59
↓ 1 callersMethodgetExerciseByName
Tries to find and return the exercise with the name. @param name The name of the exercise to look for @return An exercise with the name o
app/src/de/skubware/opentraining/db/IDataProvider.java:131
↓ 1 callersMethodgetExerciseDescription
()
app/src/de/skubware/opentraining/activity/create_exercise/DescriptionFragment.java:70
↓ 1 callersMethodgetExerciseTagByName
Tries to find and return the {@link ExerciseTag} with the name. @param name The name of the {@link ExerciseTag} to look for @return An {@
app/src/de/skubware/opentraining/db/IDataProvider.java:185
↓ 1 callersMethodgetHints
()
app/src/de/skubware/opentraining/basic/IExercise.java:81
↓ 1 callersMethodgetHotspotColor
Gets the color from the hotspot image at point x-y.
app/src/de/skubware/opentraining/activity/create_workout/SelectMuscleDialog.java:198
↓ 1 callersMethodgetIconPath
Getter for the icon path. The icon should be small (like a symbol) and the user should be able to recognize the exercise when he sees the icon. @retu
app/src/de/skubware/opentraining/basic/IExercise.java:47
↓ 1 callersMethodgetImageHeight
Getter for the height of the image @return the image height
app/src/de/skubware/opentraining/basic/IExercise.java:69
↓ 1 callersMethodgetImageName
(int position)
app/src/de/skubware/opentraining/activity/create_exercise/ExerciseImageListAdapter.java:127
↓ 1 callersMethodgetImageWidth
Getter for the width of the image @return the image width
app/src/de/skubware/opentraining/basic/IExercise.java:62
↓ 1 callersMethodgetItem
(int position)
app/src/de/skubware/opentraining/activity/create_exercise/CreateExerciseActivity.java:301
↓ 1 callersMethodgetItem
(int position)
app/src/de/skubware/opentraining/activity/start_training/TrainingEntryListAdapter.java:74
↓ 1 callersMethodgetItemId
(int position)
app/src/de/skubware/opentraining/activity/create_exercise/ExerciseImageListAdapter.java:123
↓ 1 callersMethodgetLanguageMap
Maps the server model of models with the app model of muscles. @param categoryArr All muscles on server @param context Current app context @return A
app/src/de/skubware/opentraining/db/rest/ServerModel.java:147
↓ 1 callersMethodgetLanguages
()
app/src/de/skubware/opentraining/activity/create_workout/upload_exercise/WgerRestService.java:43
↓ 1 callersMethodgetLicenseTypes
()
app/src/de/skubware/opentraining/db/DataProvider.java:460
↓ 1 callersMethodgetMuscleMap
Maps the server model of models with the app model of muscles. @param categoryArr All muscles on server @param context Current app context @return A
app/src/de/skubware/opentraining/db/rest/ServerModel.java:98
↓ 1 callersMethodgetName
()
app/src/de/skubware/opentraining/basic/FSet.java:100
↓ 1 callersMethodgetNewExercises
Returns the list with the new exercises. @return A list containing all new exercises.
app/src/de/skubware/opentraining/activity/settings/sync/WgerJSONParser.java:302
↓ 1 callersMethodgetNewExercisesBuilder
Returns the list with the builder objects for the new exercises @return A list containing all builder objects for the new exercises
app/src/de/skubware/opentraining/activity/settings/sync/WgerJSONParser.java:312
↓ 1 callersMethodgetPageTitle
(int position)
app/src/de/skubware/opentraining/activity/create_exercise/CreateExerciseActivity.java:325
↓ 1 callersMethodgetReflectionGap
()
app/src/at/technikum/mti/fancycoverflow/FancyCoverFlow.java:147
↓ 1 callersMethodgetReflectionRatio
()
app/src/at/technikum/mti/fancycoverflow/FancyCoverFlow.java:131
↓ 1 callersMethodgetRepetitionValue
()
app/src/de/skubware/opentraining/activity/start_training/DialogFragmentAddEntry.java:318
↓ 1 callersMethodgetRowCount
Getter for rowCount @return The rowCount
app/src/de/skubware/opentraining/exporter/LaTeXExporter.java:282
↓ 1 callersMethodgetStyle
()
app/src/de/skubware/opentraining/activity/ChangeLogDialog.java:120
↓ 1 callersMethodgetToken
()
app/src/de/skubware/opentraining/activity/acra/ACRAFeedbackMailer.java:90
↓ 1 callersMethodgetToken
()
app/src/de/skubware/opentraining/activity/acra/ACRACrashReportMailer.java:114
↓ 1 callersMethodgetUnlocalizedName
()
app/src/de/skubware/opentraining/basic/ExerciseType.java:272
↓ 1 callersMethodgetUrl
()
app/src/de/skubware/opentraining/activity/acra/ACRAFeedbackMailer.java:80
↓ 1 callersMethodgetUrl
()
app/src/de/skubware/opentraining/activity/acra/ACRACrashReportMailer.java:104
↓ 1 callersMethodgetWeightValue
()
app/src/de/skubware/opentraining/activity/start_training/DialogFragmentAddEntry.java:286
↓ 1 callersMethodgetWorkout
Getter for {@link #mWorkout}. Used by {@code ExerciseTypeListAdapter} to disable already selected exercises.
app/src/de/skubware/opentraining/activity/create_workout/ExerciseTypeListActivity.java:315
↓ 1 callersMethodgetWorkoutWithoutHistory
Returns a new Workout only containing the Exercises, but no history(FSets). The crated Workout will have the same name.
app/src/de/skubware/opentraining/basic/Workout.java:327
↓ 1 callersMethodhashCode
()
app/src/de/skubware/opentraining/basic/FSet.java:338
↓ 1 callersMethodhints
(List<String> hints)
app/src/de/skubware/opentraining/basic/ExerciseType.java:179
↓ 1 callersMethodiconPath
(File iconPath)
app/src/de/skubware/opentraining/basic/ExerciseType.java:185
↓ 1 callersMethodisEnabled
(int position)
app/src/de/skubware/opentraining/activity/create_workout/ExerciseTypeListAdapter.java:69
↓ 1 callersMethodisOnline
Checks if phone is connected to a WIFI network (or 3G, ...). Does not check if there's a working Internet connection! @return true if phone is online
app/src/de/skubware/opentraining/activity/settings/SettingsActivity.java:619
↓ 1 callersMethodisReflectionEnabled
()
app/src/at/technikum/mti/fancycoverflow/FancyCoverFlow.java:159
↓ 1 callersMethodjsonArrayToStringArray
(JSONArray jsonArray)
app/src/de/skubware/opentraining/db/parser/MuscleJSONParser.java:122
↓ 1 callersMethodjsonArrayToStringArray
(JSONArray jsonArray)
app/src/de/skubware/opentraining/db/parser/SportsEquipmentJSONParser.java:122
↓ 1 callersMethodloadCustomExercises
Loads the custom exercises.
app/src/de/skubware/opentraining/db/DataProvider.java:124
↓ 1 callersMethodloadEquipment
Loads the {@link SportsEquipment}s from the filesytem. @return The loaded {@link SportsEquipment}s
app/src/de/skubware/opentraining/db/DataProvider.java:396
↓ 1 callersMethodloadExerciseTags
Loads the {@link ExerciseTag}s from the filesytem. @return The loaded {@link ExerciseTag}s
app/src/de/skubware/opentraining/db/DataProvider.java:433
↓ 1 callersMethodloadMuscles
Loads the {@link Muscle}s from the filesytem. @return The loaded {@link Muscle}s
app/src/de/skubware/opentraining/db/DataProvider.java:359
↓ 1 callersMethodloadSyncedExercises
Loads the synced exercises.
app/src/de/skubware/opentraining/db/DataProvider.java:155
↓ 1 callersMethodloadWorkout
Tries to load and parse a {@link Workout} .xml file. @param path The path of the .xml file @return The {@link Workout} or null if the fil
app/src/de/skubware/opentraining/db/DataProvider.java:566
↓ 1 callersMethodmakeScrollListener
Returns an {@link android.widget.AbsListView.OnScrollListener} to be added to the {@link ListView} using {@link ListView#setOnScrollListener(android.w
app/src/de/skubware/opentraining/activity/start_training/SwipeDismissListViewTouchListener.java:153
↓ 1 callersMethodmoveItem
(int oldPosition, int newPosition)
app/src/de/skubware/opentraining/activity/create_exercise/ExerciseImageListAdapter.java:186
↓ 1 callersMethodnewInstance
Create a new instance of SelectWorkoutFragment.
app/src/de/skubware/opentraining/activity/SelectWorkoutDialogFragment.java:60
↓ 1 callersMethodnewInstance
Create a new instance of RenameWorkoutDialogFragment.
app/src/de/skubware/opentraining/activity/manage_workouts/RenameWorkoutDialogFragment.java:69
↓ 1 callersMethodnewInstance
Create a new instance of DialogWorkoutOverviewFragment.
app/src/de/skubware/opentraining/activity/create_workout/DialogWorkoutOverviewFragment.java:76
↓ 1 callersMethodnewInstance
Create a new instance of SelectWorkoutFragment.
app/src/de/skubware/opentraining/activity/create_workout/SendExerciseFeedbackDialogFragment.java:63
↓ 1 callersMethodonExerciseDeleted
(ExerciseType deletedExercise)
app/src/de/skubware/opentraining/activity/create_workout/ExerciseTypeListActivity.java:305
↓ 1 callersMethodonPreferenceChange
(Preference preference, Object value)
app/src/de/skubware/opentraining/activity/settings/SettingsActivity.java:274
↓ 1 callersMethodonQueryTextSubmit
(String query)
app/src/de/skubware/opentraining/activity/create_workout/ExerciseTypeListFragment.java:449
↓ 1 callersMethodonReceiveResult
(int resultCode, Bundle resultData)
app/src/de/skubware/opentraining/activity/settings/sync/OpenTrainingSyncResultReceiver.java:40
↓ 1 callersMethodparse
Parses the JSON-String to a list of {@link Muscle}s. Example for such a .json File: [{ "de": { "name" : "Bizeps" }, "en": { "name" : "Bicep
app/src/de/skubware/opentraining/db/parser/MuscleJSONParser.java:60
↓ 1 callersMethodparse
Parses the JSON-String to a list of {@link SportsEquipment}s. Example for such a .json File: [{ "de": { "name" : "Übungsmatte", "alternative_names"
app/src/de/skubware/opentraining/db/parser/SportsEquipmentJSONParser.java:60
↓ 1 callersMethodparse
Parses the JSON-String to a list of {@link ExerciseTag}s. @param jsonString The String to parse. @return A list of {@link ExerciseTag}s, null if an
app/src/de/skubware/opentraining/db/parser/ExerciseTagJSONParser.java:54
↓ 1 callersMethodparseDate
(final String dateString)
app/src/de/skubware/opentraining/activity/ChangeLogDialog.java:79
↓ 1 callersMethodparseJsonError
(String json)
app/src/de/skubware/opentraining/activity/settings/sync/RestClient.java:343
↓ 1 callersMethodparseLanguages
Parses the JSON-language(locale)-String and returns an SparseArray that maps the language numbers to {@link Locale} objects
app/src/de/skubware/opentraining/activity/settings/sync/WgerJSONParser.java:204
↓ 1 callersMethodparseMuscles
Parses the JSON-muscle-String and returns an SparseArray that maps the muscle numbers to {@link Muscle} objects Example for muscle JSON: {"meta": {"
app/src/de/skubware/opentraining/activity/settings/sync/WgerJSONParser.java:219
← previousnext →201–300 of 765, ranked by callers