- RecordSensorsThread - Class in com.example.paybyworkout.record
-
Initializes both GPS and accelerometer recording and updates time of the UI every second.
- RecordSensorsThread(WorkoutActivity) - Constructor for class com.example.paybyworkout.record.RecordSensorsThread
-
- register(View) - Method in class com.example.paybyworkout.LoginActivity
-
Opens the register fragment for unregistered users after clicking on the registration link at the login fragment.
- registerBack(View) - Method in class com.example.paybyworkout.LoginActivity
-
Changes the main fragment from register back to login.
- registerDo(View) - Method in class com.example.paybyworkout.LoginActivity
-
Executed by clicking the register button.
- RegisterFragment - Class in com.example.paybyworkout.UI.fragments
-
Responsible for the registration view
- RegisterFragment() - Constructor for class com.example.paybyworkout.UI.fragments.RegisterFragment
-
- registerUser(String, String, String) - Method in class com.example.paybyworkout.server.Server
-
Sends data of new user to server and creates new account
- removeValue(String) - Method in class com.example.paybyworkout.security.SecurePreferences
-
- run() - Method in class com.example.paybyworkout.classifier.LibSVMClassifierThread
-
- run() - Method in class com.example.paybyworkout.classifier.NBClassifierThread
-
- run() - Method in class com.example.paybyworkout.featureextraction.FeatureExtractionThread
-
- run() - Method in class com.example.paybyworkout.record.RecordSensorsThread
-