tiemonl / imhungry

imhungry is an Android app to decide where to eat any time, any where
https://imhungry.io/
GNU General Public License v3.0
1 stars 0 forks source link

GH-71: Refactor settings, add fragment and preferences XML #72

Closed TripleFrequency closed 5 years ago

TripleFrequency commented 5 years ago

Closes #71

This removes the log out text/button from the home activity, and adds functionality to the settings menu.

image

One issue here is the wrapping of the email address onto the second line, but it is minor.

codecov[bot] commented 5 years ago

Codecov Report

Merging #72 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #72   +/-   ##
====================================
  Coverage       0%    0%           
====================================
  Files          25    28    +3     
  Lines         309   338   +29     
  Branches       35    41    +6     
====================================
- Misses        309   338   +29
Impacted Files Coverage Δ
app/src/main/kotlin/io/imhungry/login/LoginUtil.kt 0% <0%> (ø) :arrow_up:
.../main/kotlin/io/imhungry/common/ui/BaseActivity.kt 0% <0%> (ø) :arrow_up:
...rc/main/kotlin/io/imhungry/home/ui/HomeActivity.kt 0% <0%> (ø) :arrow_up:
...in/kotlin/io/imhungry/settings/SettingsFragment.kt 0% <0%> (ø)
...src/main/kotlin/io/imhungry/maps/ui/MapActivity.kt 0% <0%> (ø) :arrow_up:
...in/kotlin/io/imhungry/settings/SettingsActivity.kt 0% <0%> (ø) :arrow_up:
...otlin/io/imhungry/login/LoginInteractorActivity.kt 0% <0%> (ø)
...kotlin/io/imhungry/common/ui/NavigationActivity.kt 0% <0%> (ø)
... and 1 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 8c70aa6...8346d54. Read the comment docs.