theappbusiness / android-proxy-toggle

Small application to help android developers to quickly enable and disable proxy settings
MIT License
425 stars 59 forks source link

Implement Widget UI #20

Closed fmontesino closed 4 years ago

fmontesino commented 4 years ago

Why?

We had a placeholder widget while waiting for the designs

What?

Implemented the widget UI, making it a bit resizable. Added widget preview on the widget selector

Bonus

Fixed a small bug on the tile while launching a new intent.

Some screenshots: image image image image

codecov-commenter commented 4 years ago

Codecov Report

Merging #20 into main will decrease coverage by 2.53%. The diff coverage is 0.00%.

@@             Coverage Diff              @@
##               main      #20      +/-   ##
============================================
- Coverage     39.22%   36.69%   -2.54%     
  Complexity       54       54              
============================================
  Files            17       17              
  Lines           232      248      +16     
  Branches         26       27       +1     
============================================
  Hits             91       91              
- Misses          140      156      +16     
  Partials          1        1              
Impacted Files Coverage Δ Complexity Δ
...reate/proxytoggle/feature/tile/ProxyTileService.kt 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...proxytoggle/feature/widget/ToggleWidgetProvider.kt 0.00% <0.00%> (ø) 0.00 <0.00> (ø)