Easer icon indicating copy to clipboard operation
Easer copied to clipboard

Easer is not fullscreen by default

Open flexagoon opened this issue 3 years ago • 2 comments

Describe the bug Screenshot_20220227-183201_Easer

To Reproduce Steps to reproduce the behavior:

  1. Use a phone with a long screen (OnePlus 7T Pro in my case)
  2. Launch Easer

Expected behavior Easer takes up the full screen height

Extra phone info (please complete the following information):

  • ROM: LineageOS 18.1

Additional context This can be fixed by manually setting Easer as a full screen apo in the phone settings. However I'd like this to be the default

flexagoon avatar Feb 27 '22 15:02 flexagoon

Perhaps this is related to Easer targeting old Android versions. minSdkVersion is 16 which is severely outdated and is not supported by virtually anyone. Targeted sdk version is 26, which is also pretty old (Play Store, for example, requires you to target at least version 30). But it's not as bad as using 16 for the minimum version (which I believe to be the source of the issue)

flexagoon avatar Feb 27 '22 15:02 flexagoon

Thanks @flexagoon for the hints on the potential cause! Do you have some pointers (URLs) to where this is discussed?

I noticed this issue previously, but it disappeared later (after switching ROM), so I thought it was a problem with my ROM.

renyuneyun avatar Mar 20 '22 23:03 renyuneyun

This seems to be fixed in 0.8.3

flexagoon avatar Dec 10 '23 09:12 flexagoon