tgc-dk

Results 17 comments of tgc-dk

A screencast of the new behavior: ![InfiniSim_2022-09-16_200901](https://user-images.githubusercontent.com/1773050/190725391-3d450b89-7208-4c1b-a7a7-b6381ea03c37.gif)

> cool! you implemented the notification overlay. Could you make a PR in InfiniSim for that? That was on my todo-list for exactly solving this issue. Thanks in advance bow...

I've rebased the PR against the latest develop-branch.

> I've just tested this branch on my PineTime, and it crashes when I dismiss the notification while previewing. Did you test the last changes on the actual hardware? It...

There's a spec for the ews (EasyWorship Service) fileformat here: https://github.com/meinders/lithium-ews/blob/master/docs/ews%20file%20format.md The internal database where the songs are stored is indeed a paradox database.

I'll pass :) We've implemented import for both the database and the servicefile format in OpenLP which is python3.

> > The restricted mode is only active on watchfaces. > > Why is this necessary? Wouldn't this feature be useful regardless of the active app? The reasoning is that...

Thanks for the into @minacode and @Joheyy! I'll look into the possibility of implementing a "pop up" notifying about the lock and that the hardware button should be used to...

I've just pushed a new commit that adds a 'Popup' notification and display it when a touch input is received during 'locked' wakeup. The lock is now active on all...

> Can you explain the intuition behind the three WokenBy values? Button explains itself, but what exactly are WakeUpAction and Other? What cases do and don't they cover? The WokenBy...