NigelBreslaw / ishtar-bugs

Public bug tracking for Ishtar Commander for iOS and Android
13 stars 3 forks source link

Android Adaptive Icon is backgroundless #306

Closed cassidyjames closed 6 years ago

cassidyjames commented 7 years ago

Adaptive Icons on Android consist of a background and foreground layer. The OS uses this (and in future versions, will likely more heavily use this) not only for masking, but for some subtle animations and effects.

One place it's used right now is when dragging an icon on the home screen: the foreground layer slides around with the inertia of moving the icon, giving a sense of depth.

It appears Ishtar Commander (as of #268) only provides a branded foreground layer, meaning the default unbranded background layer ends up peeking through in some animations.

Instead, it would be better to separate the icon into two distinct layers, ensuring the background (white gradient, texture, and maybe the light colored circles) fills the entire size of the image, with a separate foreground layer (dark foreground strokes) on top.

If I had access to full quality original assets, I could try and put something together.

I'll upload a screencast of the animation shortly.

cassidyjames commented 7 years ago

Screencast

NigelBreslaw commented 6 years ago

Pretty sure this is fixed now