- saveSettings(String, String, String, String) - Method in class com.example.paybyworkout.server.Server
-
Change user settings on server
- SecurePreferences - Class in com.example.paybyworkout.security
-
Responsible for saving credentials in a secure way by using shared preferences and SHA-256 encryption
- SecurePreferences(Context, String, String, boolean) - Constructor for class com.example.paybyworkout.security.SecurePreferences
-
This will initialize an instance of the SecurePreferences class
- SecurePreferences.SecurePreferencesException - Exception in com.example.paybyworkout.security
-
- SecurePreferences.SecurePreferencesException(Throwable) - Constructor for exception com.example.paybyworkout.security.SecurePreferences.SecurePreferencesException
-
- Server - Class in com.example.paybyworkout.server
-
Communicates with the specified server
- Server(Activity) - Constructor for class com.example.paybyworkout.server.Server
-
- setAccelerationAverageX(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setAccelerationAverageXFFT(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setAccelerationAverageY(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setAccelerationAverageYFFT(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setAccelerationAverageZ(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setAccelerationAverageZFFT(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setAccelerationXYcorrelation(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setAccelerationXYcorrelationFFT(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setAccelerationXZcorrelation(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setAccelerationXZcorrelationFFT(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setAccelerationYZcorrelation(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setAccelerationYZcorrelationFFT(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setAverageSpeed(float) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setAverageSpeed(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setBodyWeight(int) - Method in class com.example.paybyworkout.classes.UserProfile
-
- setCaloriesBurned(int) - Method in class com.example.paybyworkout.classes.Statistic
-
- setClassification(WorkoutMode) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setCredits(int) - Method in class com.example.paybyworkout.classes.Statistic
-
- setDistance(int) - Method in class com.example.paybyworkout.classes.Statistic
-
- setPassword(String) - Method in class com.example.paybyworkout.classes.UserProfile
-
- setSpeed(double) - Method in class com.example.paybyworkout.classes.Statistic
-
- setStartTime(long) - Method in class com.example.paybyworkout.classes.Statistic
-
- SettingsFragment - Class in com.example.paybyworkout.UI.fragments
-
Responsible for the settings view.
- SettingsFragment(UserProfile) - Constructor for class com.example.paybyworkout.UI.fragments.SettingsFragment
-
- settingsSaveDo(View) - Method in class com.example.paybyworkout.WorkoutActivity
-
Reads out changed settings and sends them to server
- setTotalCredits(int) - Method in class com.example.paybyworkout.classes.UserProfile
-
- setTotalSeconds(int) - Method in class com.example.paybyworkout.classes.Statistic
-
- setUser(UserProfile) - Method in class com.example.paybyworkout.classes.Statistic
-
- setUser(UserProfile) - Method in class com.example.paybyworkout.WorkoutActivity
-
- setUserId(int) - Method in class com.example.paybyworkout.classes.UserProfile
-
- setUsername(String) - Method in class com.example.paybyworkout.classes.UserProfile
-
- setWorkoutMode(WorkoutMode) - Method in class com.example.paybyworkout.classes.Statistic
-
- setxMax(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setxMaxFFT(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setxMin(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setxMinFFT(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setxVariance(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setxVarianceFFT(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setyMax(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setyMaxFFT(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setyMin(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setyMinFFT(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setyVariance(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setyVarianceFFT(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setzMax(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setzMaxFFT(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setzMin(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setzMinFFT(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setzVariance(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- setzVarianceFFT(double) - Method in class com.example.paybyworkout.classes.ClassificationFeatures
-
- showProgress() - Method in class com.example.paybyworkout.LoginActivity
-
Shows the "in progress" icon.
- showProgress() - Method in class com.example.paybyworkout.WorkoutActivity
-
- startRecording(View) - Method in class com.example.paybyworkout.WorkoutActivity
-
Starts recording sensors after clicking on the recording button in the workout fragment and extracts features out of this stream, which get classified within a specified interval.
- Statistic - Class in com.example.paybyworkout.classes
-
Contains aggregated data used for statistics.
- Statistic() - Constructor for class com.example.paybyworkout.classes.Statistic
-
- StatisticAdapter - Class in com.example.paybyworkout.UI.adapters
-
Adapter, responsible for the UI of the statistic fragment.
- StatisticAdapter(Context, int, Statistic[]) - Constructor for class com.example.paybyworkout.UI.adapters.StatisticAdapter
-
- StatisticsDetailFragment - Class in com.example.paybyworkout.UI.fragments
-
Responsible for displaying one single statistic element, where the UI gets updated with the values of the statistic element.
- StatisticsDetailFragment(Statistic) - Constructor for class com.example.paybyworkout.UI.fragments.StatisticsDetailFragment
-
- StatisticsFragment - Class in com.example.paybyworkout.UI.fragments
-
Responsible for the statistic view, which shows all recorded workouts.
- StatisticsFragment(WorkoutActivity, ArrayList<Statistic>) - Constructor for class com.example.paybyworkout.UI.fragments.StatisticsFragment
-
- stopRecording(View) - Method in class com.example.paybyworkout.WorkoutActivity
-
Executed after pressing the stop recording button.
- submitStatistics(Statistic) - Method in class com.example.paybyworkout.server.Server
-
Submit statistic data to server