syncthing / syncthing-android

Wrapper of syncthing for Android.
https://syncthing.net/
Mozilla Public License 2.0
3.32k stars 373 forks source link

Initial splash screen should be switched to vector image #1253

Open jebeld17 opened 5 years ago

jebeld17 commented 5 years ago

Images on the initial Synching setup screen appear digitized and out-of-place on a higher resolution screen. Please switch these images to a vector base, therefore the image can appear smooth regardless of screen size and resolution.

jebeld17 commented 5 years ago

screenshot_20181208-075841

Catfriend1 commented 5 years ago

Like to file a PR?

jebeld17 commented 5 years ago

Like an SVG

Catfriend1 commented 5 years ago

In the past tried to put one and studio complained it's not compatible back to API 16 we use :/

Nutomic commented 5 years ago

@Catfriend1 maybe you can add a fallback for that? Or just add a higher resolution png instead?

Catfriend1 commented 5 years ago

The svg solution would be great to put on the todo list when the API level will be raised in the future. Don't know when this makes sense. I'm currently testing different layouts and trying to get it look fine on TV.

jebeld17 commented 5 years ago

Let's go with a higher-res PNG or TIFF for now, if the SVG option won't work. The splash screen is a very important detail, IMO, as this is some of the first action of the program the user experiences, and if it doesn't look polished, that's a big detractor. @Catfriend1 @Nutomic