antest1 / kcanotify

Viewer Application for KanColle Android
GNU General Public License v3.0
203 stars 29 forks source link

FleetView enhancements about Akashi's repair #88

Closed rassvet2 closed 2 years ago

rassvet2 commented 2 years ago

I want to find out when and how much progress will be made on Akashi's Anchorage Repairs, so I'm writing Pull Request. I will put it on the right of HP, like "71/78 +4(17:20)". the "4" means that going to the home screen will recover 4 HP. the "17:20"(countdown) means that after 17m 20s will recover 1 more HP.

I'm going to use the formula from KcaDocking#getDockingTime, "https://wikiwiki.jp/kancolle/%E6%98%8E%E7%9F%B3#hakuchi" and "https://wikiwiki.jp/kancolle/%E5%85%A5%E6%B8%A0#i43fa2e3".

On a related note, I'm going to do a major rewrite of KcaFleetViewService#processDeckInfo.

how about this?

draft

If necessary, I will say it again in Japanese. It's more accurate.

laplamgor commented 2 years ago

I think you can directly submit a PR for @antest1 to review :)

rassvet2 commented 2 years ago

I did it. Thanks!