.cirrus.yml | |
|
|
.codeclimate.yml | |
|
|
.firebaserc | |
|
|
.gitignore | |
|
|
.gitsecret/keys/pubring.kbx | |
|
|
.gitsecret/keys/trustdb.gpg | |
|
|
.gitsecret/paths/mapping.cfg | |
|
|
.idea/codeStyles/Project.xml | |
|
|
.idea/codeStyles/codeStyleConfig.xml | |
|
|
.idea/compiler.xml | |
|
|
.idea/dictionaries/Jonas.xml | |
|
|
.idea/gradle.xml | |
|
|
.idea/jarRepositories.xml | |
|
|
.idea/misc.xml | |
|
|
.idea/saveactions_settings.xml | |
|
|
.idea/vcs.xml | |
|
|
CONTRIBUTING.md | |
|
|
Dockerfile | |
|
|
LICENSE | |
|
|
README.md | |
|
|
app/.gitignore | |
|
|
app/build.gradle | |
|
|
app/google-services.json | |
|
|
app/keystore | |
|
|
app/proguard-rules.pro | |
|
|
app/src/debug/AndroidManifest.xml | |
|
|
app/src/debug/java/com/example/android/architecture/blueprints/todoapp/HiltTestActivity.kt | 5 | A 0 mins |
|
app/src/main/AndroidManifest.xml | |
|
|
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/AppGlideModule.kt | 18 | A 0 mins |
|
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/HumanLearningApplication.kt | 5 | A 0 mins | F 0% |
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/firestore/FirestoreDatabaseService.kt | 351 | A 0 mins | B 89% |
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/hilt/modules.kt | 183 | A 0 mins | C 74% |
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/model/CategorizedPicture.kt | 8 | A 0 mins | A 100% |
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/model/Category.kt | 5 | A 0 mins | A 100% |
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/model/DatabaseManagement.kt | 30 | A 0 mins | F 0% |
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/model/DatabaseService.kt | 32 | A 0 mins | A 100% |
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/model/Dataset.kt | 10 | A 0 mins | A 100% |
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/model/DefaultDatabaseManagement.kt | 145 | A 0 mins | A 100% |
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/model/DummyDatabaseService.kt | 137 | A 0 mins | A 97% |
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/model/Id.kt | 2 | A 0 mins | F 0% |
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/model/ImageDisplayer.kt | 71 | A 0 mins | C 76% |
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/model/ImageDownloader.kt | 27 | A 0 mins | B 87% |
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/model/InMemoryRepository.kt | 43 | A 0 mins | B 84% |
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/model/Repository.kt | 10 | A 0 mins | F 0% |
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/model/UniqueDatabaseManagement.kt | 149 | A 0 mins | A 98% |
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/model/User.kt | 27 | A 0 mins | B 81% |
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/model/learning/EvaluationModel.kt | 54 | A 0 mins | A 100% |
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/model/learning/LearningModel.kt | 30 | A 0 mins | A 100% |
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/offline/CachedDatabaseService.kt | 58 | A 0 mins | A 97% |
app/src/main/java/com/github/HumanLearning2021/HumanLearningApp/offline/OfflineConverters.kt | 46 | A 0 mins | D 68% |