.cirrus.yml | |
|
|
.codeclimate.yml | |
|
|
.firebaserc | |
|
|
.gitignore | |
|
|
INSTALL.md | |
|
|
README.md | |
|
|
app/.gitignore | |
|
|
app/build.gradle | |
|
|
app/google-services.json | |
|
|
app/proguard-rules.pro | |
|
|
app/src/main/AndroidManifest.xml | |
|
|
app/src/main/ic_launcher-playstore.png | |
|
|
app/src/main/java/com/github/geohunt/app/LoginActivity.kt | 45 | A 1 hr | D 60% |
app/src/main/java/com/github/geohunt/app/MainActivity.kt | 29 | A 0 mins | C 73% |
app/src/main/java/com/github/geohunt/app/TutorialActivity.kt | 51 | B 4 hrs | F 0% |
app/src/main/java/com/github/geohunt/app/data/exceptions/BountyNotFoundException.kt | 2 | A 0 mins | F 0% |
app/src/main/java/com/github/geohunt/app/data/exceptions/ChallengeNotFoundException.kt | 2 | A 0 mins | A 100% |
app/src/main/java/com/github/geohunt/app/data/exceptions/ClaimNotFoundException.kt | 2 | A 0 mins | F 0% |
app/src/main/java/com/github/geohunt/app/data/exceptions/TeamNotFoundException.kt | 2 | A 0 mins | F 0% |
app/src/main/java/com/github/geohunt/app/data/exceptions/UserNotFoundException.kt | 2 | A 0 mins | A 100% |
app/src/main/java/com/github/geohunt/app/data/exceptions/auth/AuthenticationCancelledException.kt | 2 | A 0 mins | F 0% |
app/src/main/java/com/github/geohunt/app/data/exceptions/auth/AuthenticationException.kt | 2 | A 0 mins | F 0% |
app/src/main/java/com/github/geohunt/app/data/exceptions/auth/AuthenticationFailureException.kt | 2 | A 0 mins | F 0% |
app/src/main/java/com/github/geohunt/app/data/exceptions/auth/UserNotLoggedInException.kt | 2 | A 0 mins | F 0% |
app/src/main/java/com/github/geohunt/app/data/local/LocalPicture.kt | 9 | A 0 mins | A 100% |
app/src/main/java/com/github/geohunt/app/data/network/NetworkMonitor.kt | 23 | A 0 mins | A 100% |
app/src/main/java/com/github/geohunt/app/data/network/firebase/FirebaseUtils.kt | 5 | A 0 mins | A 100% |
app/src/main/java/com/github/geohunt/app/data/network/firebase/models/FirebaseBountyMetadata.kt | 9 | A 0 mins | A 100% |
app/src/main/java/com/github/geohunt/app/data/network/firebase/models/FirebaseChallenge.kt | 22 | A 0 mins | A 100% |
app/src/main/java/com/github/geohunt/app/data/network/firebase/models/FirebaseClaim.kt | 22 | A 0 mins | A 100% |
app/src/main/java/com/github/geohunt/app/data/network/firebase/models/FirebaseUser.kt | 13 | A 0 mins | F 44% |
app/src/main/java/com/github/geohunt/app/data/repository/ActiveHuntsRepository.kt | 55 | A 35 mins | A 93% |
app/src/main/java/com/github/geohunt/app/data/repository/ActiveHuntsRepositoryInterface.kt | 10 | A 0 mins | F 0% |
app/src/main/java/com/github/geohunt/app/data/repository/AppContainer.kt | 59 | A 0 mins | A 97% |
app/src/main/java/com/github/geohunt/app/data/repository/AppSettingsRepository.kt | 6 | A 0 mins | F 0% |
app/src/main/java/com/github/geohunt/app/data/repository/AppSettingsRepositoryImpl.kt | 23 | A 0 mins | A 90% |
app/src/main/java/com/github/geohunt/app/data/repository/AuthRepository.kt | 27 | A 0 mins | F 30% |
app/src/main/java/com/github/geohunt/app/data/repository/AuthRepositoryInterface.kt | 17 | A 0 mins | F 0% |
app/src/main/java/com/github/geohunt/app/data/repository/ChallengeRepository.kt | 130 | A 1 hr | B 81% |
app/src/main/java/com/github/geohunt/app/data/repository/ChallengeRepositoryInterface.kt | 29 | A 35 mins | B 80% |
app/src/main/java/com/github/geohunt/app/data/repository/ClaimRepository.kt | 118 | A 0 mins | F 12% |
app/src/main/java/com/github/geohunt/app/data/repository/ClaimRepositoryInterface.kt | 28 | A 1 hr | F 0% |
app/src/main/java/com/github/geohunt/app/data/repository/FollowRepository.kt | 71 | A 1 hr | A 97% |
app/src/main/java/com/github/geohunt/app/data/repository/FollowRepositoryInterface.kt | 19 | A 1 hr | F 0% |
app/src/main/java/com/github/geohunt/app/data/repository/ImageRepository.kt | 68 | A 2 hrs | B 84% |
app/src/main/java/com/github/geohunt/app/data/repository/LocationRepository.kt | 14 | A 0 mins | A 100% |
app/src/main/java/com/github/geohunt/app/data/repository/LocationRepositoryInterface.kt | 7 | A 0 mins | F 0% |
app/src/main/java/com/github/geohunt/app/data/repository/ProfileVisibilityRepository.kt | 29 | A 0 mins | A 92% |
app/src/main/java/com/github/geohunt/app/data/repository/ProfileVisibilityRepositoryInterface.kt | 10 | A 0 mins | A 100% |
app/src/main/java/com/github/geohunt/app/data/repository/ScoreRepository.kt | 29 | A 0 mins | A 95% |