FossifyOrg / Clock

Combination of a beautiful clock with widget, alarm, stopwatch & timer, no ads
https://www.fossify.org
GNU General Public License v3.0
186 stars 12 forks source link

Analog clock widget issue #15

Open Abcd1234-dot opened 6 months ago

Abcd1234-dot commented 6 months ago

Checklist

Describe the bug I am not sure if anyone can reproduce my issue. I always faced this issue in all the versions of SMT clock. I am using stock android 8.1 and when i add widget of analog clock to home screen and try to resize the widget extended to the screen edges, the analog clock only gets big a little bit. Please fix this resizing issue. See the screenshot comparison of analog clock widget of stock clock app and SMT clock app. (I am new on github and still learning and exploring functionalities, I do not have coding/technical side knowledge/background much.)

To Reproduce Steps to reproduce the behavior:

  1. Home screen and try to add analog clock widget
  2. Try to resize it to full screen
  3. Observe the increase in size at maximum

Expected behavior It should be larger than what it is currently.

Screenshots

Screenshot1 Screenshot2

Device info (please complete the following information):

Additional context

Aga-C commented 6 months ago

The app uses the built-in analog clock in Android SDK, so it's really a device/system specific issue. For example, on newer Android versions, this widget looks completely different. The same goes with digital clock, it's not made from the scratch in Simple Clock, just reusing things from Android SDK.

The only thing that could be done on our side is to rewrite whole widgets from the scratch.

Also, fill out the template properly, not just use headers that you like.

EDIT: Thanks!