Transportr icon indicating copy to clipboard operation
Transportr copied to clipboard

UI bug on API level 16

Open ialokim opened this issue 3 years ago • 5 comments

Screenshot Screenshot_1609011631

Versions (please complete the following information):

  • Transportr Version: 2.1.1
  • Device: Android Emulator
  • Android Version: 4.1

ialokim avatar Dec 27 '20 13:12 ialokim

maybe some constraintlayout regression/behavior change?

grote avatar Dec 27 '20 13:12 grote

Already happens with Transportr Version 2.1.0 and seems to be specific to low API levels (at least >= API 19 it looks as expected).

ialokim avatar Dec 27 '20 15:12 ialokim

There are also some other ugly UI issues like missing inset: Screenshot_1609083285

I'd prefer to have a deeper look into this after the next release.

ialokim avatar Dec 27 '20 15:12 ialokim

Is this bug still happenning?

Altonss avatar Apr 27 '22 18:04 Altonss

I would guess so, yes. We didn't change anything in the UI layout. Anyway, supporting all those old Android versions is getting harder over time. Also taking into account that fewer and fewer people actually use those, we might focus on other things.

ialokim avatar Apr 27 '22 22:04 ialokim

I would guess so, yes. We didn't change anything in the UI layout. Anyway, supporting all those old Android versions is getting harder over time. Also taking into account that fewer and fewer people actually use those, we might focus on other things.

Any idea on which is the lowest API level we should target? I know F-Droid now has API 23 as minimum. I think under API level 21 is pretty old (< Android 5.0)... so maybe we could just drop support for these older versions?

Altonss avatar May 18 '23 13:05 Altonss

feel free to bump minSdk to 21 (or higher if you want)

grote avatar May 18 '23 13:05 grote