SmashKs/OneShoot

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
presentation/.gitignore
presentation/build.gradle
presentation/proguard-rules.pro
presentation/src/main/AndroidManifest.xml
presentation/src/main/assets/labels.txt
presentation/src/main/assets/mobilenet_quant_v1_224.tflite
presentation/src/main/ic_launcher-web.png
presentation/src/main/java/smash/ks/com/oneshoot/App.kt42
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/UiThread.kt7
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/bases/AdvActivity.kt17
A
50 mins
presentation/src/main/java/smash/ks/com/oneshoot/bases/AdvFragment.kt71
A
50 mins
presentation/src/main/java/smash/ks/com/oneshoot/bases/BaseActivity.kt43
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/bases/BaseFragment.kt70
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/bases/LoadView.kt14
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/classifiers/TFLiteImageClassifier.kt105
A
1 hr
presentation/src/main/java/smash/ks/com/oneshoot/classifiers/TFLiteObjectDetectionAPIModel.kt209
D
1 day
presentation/src/main/java/smash/ks/com/oneshoot/entities/Entity.kt2
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/entities/KsEntity.kt12
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/entities/LabelEntity.kt14
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/entities/PhotoEntity.kt11
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/entities/TypeAliases.kt2
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/entities/mappers/KsEntityMapper.kt8
A
2 hrs
presentation/src/main/java/smash/ks/com/oneshoot/entities/mappers/LabelEntityMapper.kt8
A
2 hrs
presentation/src/main/java/smash/ks/com/oneshoot/entities/mappers/Mapper.kt8
A
1 hr
presentation/src/main/java/smash/ks/com/oneshoot/entities/mappers/TypeAliases.kt7
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/ext/Extensions.kt1
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/ext/aac/Extensions.kt72
B
4 hrs
presentation/src/main/java/smash/ks/com/oneshoot/ext/aac/navigation/Extensions.kt5
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/ext/image/glide/Extensions.kt70
C
1 day
presentation/src/main/java/smash/ks/com/oneshoot/ext/presentation/Exetensions.kt34
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/ext/presentation/TypeAliases.kt4
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/ext/resource/Extensions.kt18
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/ext/stubview/Extensions.kt33
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/ext/usecase/Extensions.kt146
F
5 days
presentation/src/main/java/smash/ks/com/oneshoot/ext/usecase/TypeAliases.kt12
A
1 hr
presentation/src/main/java/smash/ks/com/oneshoot/features/TypeAliases.kt3
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/features/fake/FakeActivity.kt13
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/features/fake/FakeFragment.kt60
A
50 mins
presentation/src/main/java/smash/ks/com/oneshoot/features/fake/FakeViewHolder.kt11
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/features/fake/FakeViewModel.kt30
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/features/photograph/AnalyzeFragment.kt163
C
1 day
presentation/src/main/java/smash/ks/com/oneshoot/features/photograph/AnalyzeViewModel.kt18
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/features/photograph/LabelsViewHolder.kt24
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/features/photograph/PhotographActivity.kt14
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/features/photograph/TakeAPicFragment.kt232
D
1 day
presentation/src/main/java/smash/ks/com/oneshoot/features/photograph/TakeAPicViewModel.kt3
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/features/photograph/UploadPicFragment.kt88
B
6 hrs
presentation/src/main/java/smash/ks/com/oneshoot/features/photograph/UploadPicViewModel.kt19
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/features/splash/SplashActivity.kt17
A
0 mins
presentation/src/main/java/smash/ks/com/oneshoot/internal/di/modules/AppModule.kt17
A
0 mins