Andre

Results 33 issues of Andre

I'm on iPhone 7 (iOS 15.8.2). JailMonkey succesfully detected the jailbreak after installing [Dopamine](https://github.com/opa334/Dopamine). So far is good. But after installing [Dopamine2-roothide](https://github.com/roothide/Dopamine2-roothide), the jailbreak detection code doesn't work anymore. Is...

enhancement
detection bypass

I'm using nvim 0.11.3 on macOS 15.5. coc-java is the latest version: `coc-java Current version 1.26.1 is up to date` After nvim is launched, greeted by this message: ``` [coc.nvim]...

I want to play audio notification after OneSignal notification is received. Here's my code (on App.tsx): ``` const handleForegroundNotification = (event: any) => { console.log('Foreground Notification:', event); event.notification.display(); setTimeout(() =>...