Stefan Fruhner

Results 21 issues of Stefan Fruhner

Swiping to skip an upcoming alarm is not supported on Android below api level 21 / LOLLIPOP. In skipAlarm code relying on JobScheduler/JobService is intentionally not executed on earlier Android...

API 31

If only the weather condition with temperature is shown, the layout is to narrow for the entire pollen count view. ![Screenshot_20210406-171037](https://user-images.githubusercontent.com/2759123/113989838-1fe7f400-9851-11eb-8553-97f7e36ce8b3.png)

bug

The battery indicator and the estimated charging time are currently always shown. Some users want an option to hide it.

enhancement
good first issue

Allow to assign names to alarms.

The color of flip-clock cards is currently not customisable. Especially the separating bar in the middle of the card seems to be too bright in some situations.

java.lang.RuntimeException: at android.app.ActivityThread.performResumeActivity (ActivityThread.java:4438) at android.app.ActivityThread.handleResumeActivity (ActivityThread.java:4470) at android.app.servertransaction.ResumeActivityItem.execute (ResumeActivityItem.java:52) at android.app.servertransaction.TransactionExecutor.executeLifecycleState (TransactionExecutor.java:176) at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:97) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2066) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loop (Looper.java:223) at android.app.ActivityThread.main (ActivityThread.java:7660) at java.lang.reflect.Method.invoke...

bug

Die Audiowiedergabe über Bluetooth funktioniert seit Android11 nicht richtig. Audio kommt zeitversetzt sowohl aus Bluetooth- und Gerätelautsprechern.

bug

The large image is aligned left to the text. It looks better if the media control widget used the entire width of the clock view, i.e. the large image would...

bug
enhancement

When targeting api level 30 AsyncTask needs to be replaced

enhancement

Gain the audio focus for time to speech so that currently playing music lowes its volume. Implement a class for text to speech which encapsulates all the related events.

enhancement