-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Size of text on lock screen #142
Comments
Hi, |
If I understand you correctly you are saying that your app provides the notification and it is up the phone whether or not the notification appears on the lock screen. |
Yes, it is related to Android settings and not to my app. What happens, if you touch on the lockscreen or the icon of my app? Maybe this will show the full message... It also seems, that the moto g13 has an AOD screen. Maybe this will help you: https://www.youtube.com/watch?v=3Ov2SliJ07A |
No joy. |
Oh, thats bad... But I have no other idea, yet. Maybe you can ask in any Moto G13 forum as it is a commom problem with notifications. But I can not help you... |
Hi, maybe, there is a solution. Can you try this app: Start a timer, maybe for 10 seconds and lock the phone. |
Sorry to have caused you such trouble. With that app, during the 10 seconds countdown, there is a normal notification message but this does not appear on the lock screen. |
Great, this is what I wanted to know. Maybe it is possible to create such a fullscreen for lockscreen for the whole time, so I can put a bigger value on. But then you only have this screen without other notifications. What do you think about?
No problem, it is no trouble as I also want to add alarms to my add and therefor I want to use such an full lockscreen display to snooze alarms, like in the MultiTimer App... |
I'm not sure I like the idea of taking over the full lock screen. It would be fine for something like an alarm as it only takes over the screen when it is needed, but for GlucoDataHandler to do so would mean it would be taking over it over permanently and could interfere with other notifications and apps etc. I notice there is an option in GlucoDataHandler to forward data to xDrip so I am going to try that as xdrip has an option to draw the glucose value on the lockscreen and it allows you to choose the size and position of the text. |
Ok, so I will only add it for alarm notification. Good luck with xDrip. I know there is an option for AOD in xDrip. Do you mean this one? |
Xdrip seems to work well. This is my current lockscreen, which is big enough for me to read even when half-asleep. If you are wondering about the 4.8 vs 5.0, I presume Xdrip is doing some smoothing which is why it displays a slightly different figure from GlucoDataHandler. Haven't quite figured out if that is a good or bad thing. Thank you again for your help. |
Great, good to know! I will check the xDrip code. Maybe I can offer a similar thing. xDrip has a smoothing algorithm and supports only 5 minute interval as default. If you receives new values every minute, you have to activate it in xDrip: |
Just a remark for myself: |
@sgmoore Hi, I have added a similar wallpaper option to GDH. Can you test it? Thank you! |
Brilliant. This is working well (once I disabled xDrip's version) Thank you very much. |
Great to hear. So please have a look, if there is any issue or it drains the battery or something like that. |
24 hours later, no problems and I still have over 50% battery left, so I don't think it is going to cause any problems. |
Perfect, thank you! I also have not recognized any problems, yet. |
GlucoDataHandler has a very nice feature where my current blood glucose level is shown on my lock screen.
However the size of the text is extremely small, which means that it is hard to read without my glasses and especially in the middle of the night when I am only half-awake.
It would be great if the size of this text could be increased. Is that possible?
I did pull the source code, but didn't see anything obvious about how or where this is implemented and don't know enough about android programming to follow your logic.
The text was updated successfully, but these errors were encountered: