programmin1 / Repeater-START-android

An Android port of the Linux open repeater offline repeater database app.
GNU General Public License v2.0
5 stars 2 forks source link

A blocked button on the main page #8

Closed EasyVector closed 3 years ago

EasyVector commented 3 years ago

Describe the bug

Dear developer! In the process of using, I found a bug in layout / display. As shown in the figure below, on the main page, the add button is blocked by its border so I could not know its function in this circumstance unless I shrink the font and display size. This may be an adaptation problem. I suspect it is because display and font size are set to large (mainly due to display size). Because of some problems with my eyesight, I often use the largest font and display. 103165857-dbaf8580-4857-11eb-9e22-120ae1901389

App version is 0.5 my mobile phone is Google Pixel 2, and the screen resolution setting is 1920* 1080. And my font size and display size are the largest ! ! ! Also, my Android system version is 10.0. The above is a description of the problem. The overall experience of the software is good. You can see that the design is very attentive. Thank you very much for the efforts of the developers all the time. I hope to receive a reply. Thank you so much!!

Expected behavior

I hope that I can see the add button fully instead of being blocked.

Steps to reproduce the behavior:

1.use the largest font and display in the display setting 2.open this app for the first time 3.this error could be seen

Screenshot

(The blocked part is marked in red)

copy

Environment

  1. Version of Repeater-START : 0.5
  2. Device : Google Pixel 2,
  3. OS version : Android 10.0
programmin1 commented 3 years ago

That font size is enormous. The repeaters are coming from the database here

https://hearham.com/repeaters/all

and if you click add you can add missing repeaters there:

https://hearham.com/repeaters/add

EasyVector commented 3 years ago

Thanks! I did some modifications to avoid such blocking issues and made this page more responsive. I would appreciate it if you could take a look at my pull request. :)

programmin1 commented 3 years ago

Thank you, included for this update.