Llamabagel / transpo-android

Route 613 Android app (re-write)
MIT License
1 stars 2 forks source link

Added LiveUpdates feed to home screen #75

Closed dellisd closed 5 years ago

dellisd commented 5 years ago

Added corresponding API and SQLITE implementations Moved toolbar to HomeFragment from MainActivity. MapFragment's search bar will be implemented later. Fixed fragments bottom margin on MainActivity Moved Download data button to toolbar menu

Checklist

Screenshots

Day Night
device-2019-07-20-224040 device-2019-07-20-224023
codecov[bot] commented 5 years ago

Codecov Report

Merging #75 into master will increase coverage by 1.19%. The diff coverage is 32.98%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
+ Coverage   27.66%   28.86%   +1.19%     
==========================================
  Files          66       70       +4     
  Lines         864      939      +75     
  Branches      128      133       +5     
==========================================
+ Hits          239      271      +32     
- Misses        577      616      +39     
- Partials       48       52       +4
Impacted Files Coverage Δ
...src/main/java/ca/llamabagel/transpo/data/Result.kt 42.85% <ø> (ø) :arrow_up:
...java/ca/llamabagel/transpo/home/ui/MainActivity.kt 0% <ø> (ø) :arrow_up:
...a/llamabagel/transpo/home/ui/LiveUpdatesAdapter.kt 0% <0%> (ø)
...el/transpo/home/domain/UpdateLiveUpdatesUseCase.kt 0% <0%> (ø)
...java/ca/llamabagel/transpo/home/ui/HomeFragment.kt 0% <0%> (ø) :arrow_up:
...l/transpo/home/domain/GetLiveUpdatesDataUseCase.kt 0% <0%> (ø)
...ava/ca/llamabagel/transpo/home/ui/HomeViewModel.kt 0% <0%> (ø) :arrow_up:
.../java/ca/llamabagel/transpo/data/api/ApiService.kt 100% <100%> (ø)
...mabagel/transpo/home/data/LiveUpdatesRepository.kt 65.85% <65.85%> (ø)
.../ca/llamabagel/transpo/di/TransitDatabaseModule.kt 72.72% <66.66%> (+2.13%) :arrow_up:
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d193f00...55f5602. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #75 into master will increase coverage by 1.19%. The diff coverage is 32.98%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
+ Coverage   27.66%   28.86%   +1.19%     
==========================================
  Files          66       70       +4     
  Lines         864      939      +75     
  Branches      128      133       +5     
==========================================
+ Hits          239      271      +32     
- Misses        577      616      +39     
- Partials       48       52       +4
Impacted Files Coverage Δ
...src/main/java/ca/llamabagel/transpo/data/Result.kt 42.85% <ø> (ø) :arrow_up:
...java/ca/llamabagel/transpo/home/ui/MainActivity.kt 0% <ø> (ø) :arrow_up:
...a/llamabagel/transpo/home/ui/LiveUpdatesAdapter.kt 0% <0%> (ø)
...el/transpo/home/domain/UpdateLiveUpdatesUseCase.kt 0% <0%> (ø)
...java/ca/llamabagel/transpo/home/ui/HomeFragment.kt 0% <0%> (ø) :arrow_up:
...l/transpo/home/domain/GetLiveUpdatesDataUseCase.kt 0% <0%> (ø)
...ava/ca/llamabagel/transpo/home/ui/HomeViewModel.kt 0% <0%> (ø) :arrow_up:
.../java/ca/llamabagel/transpo/data/api/ApiService.kt 100% <100%> (ø)
...mabagel/transpo/home/data/LiveUpdatesRepository.kt 65.85% <65.85%> (ø)
.../ca/llamabagel/transpo/di/TransitDatabaseModule.kt 72.72% <66.66%> (+2.13%) :arrow_up:
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d193f00...55f5602. Read the comment docs.