antest1 / kcanotify

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

[WIP] Expedition Check View enhancements #91

Open rassvet2 opened 2 years ago

rassvet2 commented 2 years ago

Screenshot

Japanese

japanese screenshot

when the expedition type is combat 2 and the sum of status is satisfying the req, the percentage will be displayed in gray. and it's 217% or more of the req, it's displayed in green. *when the sum of status is not satisfying the req, the sum of status will be displayed in red.

English

english screenshot

when the header is too long, wrap the reward view and align right. if you think the fleet info view is too long, firepower/asw/aa/los view can delete due to it's already displayed below.

Changes

expedition.json

View & Layout

Logics

TODO

rassvet2 commented 2 years ago

Screenshot

Japanese, Landscape

japanese_landscape

the selected expedition is now marked by a white box. the great success type and the combat type were moved to under the expedition name. *lighter the optional condition color

English, Portrait

english_portrait

when the check is passed and the great success rate > 0%, it will be shown under the expedition name. ~(I'll limit it to 100% later)~ done the expedition name wraps up to 2 lines and will auto-sized when it's not enough.

TODO