.cirrus.yml | |
|
|
.codeclimate.yml | |
|
|
.firebaserc | |
|
|
.gitignore | |
|
|
README.md | |
|
|
app/.gitignore | |
|
|
app/build.gradle | |
|
|
app/google-services.json | |
|
|
app/proguard-rules.pro | |
|
|
app/src/main/AndroidManifest.xml | |
|
|
app/src/main/coach_me_icon-playstore.png | |
|
|
app/src/main/java/com/github/sdpcoachme/CoachMeApplication.kt | 36 | A 0 mins | A 92% |
app/src/main/java/com/github/sdpcoachme/auth/Authenticator.kt | 17 | A 45 mins | F 0% |
app/src/main/java/com/github/sdpcoachme/auth/GoogleAuthenticator.kt | 57 | A 3 hrs | F 53% |
app/src/main/java/com/github/sdpcoachme/auth/LoginActivity.kt | 237 | A 0 mins | B 83% |
app/src/main/java/com/github/sdpcoachme/auth/SignupActivity.kt | 186 | A 0 mins | A 97% |
app/src/main/java/com/github/sdpcoachme/data/Address.kt | 9 | A 0 mins | A 100% |
app/src/main/java/com/github/sdpcoachme/data/GroupEvent.kt | 29 | A 0 mins | A 94% |
app/src/main/java/com/github/sdpcoachme/data/Sports.kt | 26 | A 0 mins | A 100% |
app/src/main/java/com/github/sdpcoachme/data/UserInfo.kt | 32 | A 0 mins | A 100% |
app/src/main/java/com/github/sdpcoachme/data/messaging/Chat.kt | 26 | A 0 mins | A 100% |
app/src/main/java/com/github/sdpcoachme/data/messaging/ContactRowInfo.kt | 8 | A 0 mins | A 100% |
app/src/main/java/com/github/sdpcoachme/data/messaging/Message.kt | 16 | A 0 mins | A 100% |
app/src/main/java/com/github/sdpcoachme/data/schedule/Event.kt | 14 | A 0 mins | A 100% |
app/src/main/java/com/github/sdpcoachme/data/schedule/EventColors.kt | 14 | A 0 mins | A 100% |
app/src/main/java/com/github/sdpcoachme/data/schedule/EventType.kt | 9 | A 0 mins | A 100% |
app/src/main/java/com/github/sdpcoachme/data/schedule/Schedule.kt | 7 | A 0 mins | A 100% |
app/src/main/java/com/github/sdpcoachme/data/schedule/ShownEvent.kt | 10 | A 0 mins | B 88% |
app/src/main/java/com/github/sdpcoachme/database/CachingStore.kt | 523 | F 3 days | A 94% |
app/src/main/java/com/github/sdpcoachme/database/Database.kt | 34 | A 1 hr | D 66% |
app/src/main/java/com/github/sdpcoachme/database/FireDatabase.kt | 265 | D 1 day | F 12% |
app/src/main/java/com/github/sdpcoachme/errorhandling/ErrorHandlerLauncher.kt | 10 | A 0 mins | A 100% |
app/src/main/java/com/github/sdpcoachme/errorhandling/IntentExtrasErrorHandlerActivity.kt | 68 | A 0 mins | A 100% |
app/src/main/java/com/github/sdpcoachme/groupevent/GroupEventDetailsActivity.kt | 551 | A 0 mins | A 98% |
app/src/main/java/com/github/sdpcoachme/groupevent/GroupEventsListActivity.kt | 209 | A 0 mins | A 99% |
app/src/main/java/com/github/sdpcoachme/location/MapActivity.kt | 207 | A 0 mins | F 40% |
app/src/main/java/com/github/sdpcoachme/location/autocomplete/AddressAutocompleteHandler.kt | 12 | A 2 hrs | F 0% |
app/src/main/java/com/github/sdpcoachme/location/autocomplete/GooglePlacesAutocompleteHandler.kt | 58 | A 0 mins | F 0% |
app/src/main/java/com/github/sdpcoachme/location/provider/FusedLocationProvider.kt | 120 | A 0 mins | F 7% |
app/src/main/java/com/github/sdpcoachme/location/provider/LocationProvider.kt | 13 | A 0 mins | F 0% |
app/src/main/java/com/github/sdpcoachme/messaging/ChatActivity.kt | 503 | A 0 mins | A 99% |
app/src/main/java/com/github/sdpcoachme/messaging/InAppNotificationService.kt | 42 | A 0 mins | F 13% |
app/src/main/java/com/github/sdpcoachme/messaging/InAppNotifier.kt | 80 | A 1 hr | A 94% |
app/src/main/java/com/github/sdpcoachme/profile/CoachesListActivity.kt | 268 | A 0 mins | A 98% |
app/src/main/java/com/github/sdpcoachme/profile/EditTextActivity.kt | 198 | D 2 days | A 90% |
app/src/main/java/com/github/sdpcoachme/profile/ProfileActivity.kt | 536 | A 0 mins | B 88% |
app/src/main/java/com/github/sdpcoachme/profile/SelectSportsActivity.kt | 244 | A 0 mins | A 95% |
app/src/main/java/com/github/sdpcoachme/rating/RatingActivity.kt | 104 | C 1 day | F 55% |
app/src/main/java/com/github/sdpcoachme/rating/RatingView.kt | 143 | B 6 hrs | A 100% |
app/src/main/java/com/github/sdpcoachme/schedule/CreateEventActivity.kt | 668 | A 0 mins | A 95% |