Linux in a Bit
                                            Linux in a Bit
                                        
                                    Could this be rectified by using Sensor.TYPE_LINEAR_ACCELERATION? https://developer.android.com/reference/android/hardware/SensorEvent.html#sensor.type_linear_acceleration: Or are you already doing this?
Have you looked into how those air mice and LG TV remotes work? They appear to _just_ use the gyroscope which is interesting... Maybe they decided accelerometers are too unreliable...
If you need to, you can look into adding it to the IzzyOnDroid repo as a temporary stopgap measure until somebody has time to work on submitting it to the...
Would https://ntfy.sh/ work? The problem with push notifications in general is that they are entirely unencrypted, they definitely need to be opt-in.
That's good then, still probably good to have a non GMS notification option, but at least it isn't as bad as I thought...
In app sharing (at least on Android) seems like the best way to go about things *as well as* publishing the app on F-Droid (see https://github.com/berty/berty/issues/3101). Briar implemented it fantastically:...
I'm not familiar with its code but have been a long time user, here's how the UI does it: Menu Indicators | Toggles :-------------------------:|:-------------------------:  | 
It’s a good practice for apps like this to ask somewhere in setup. For now having it in settings is fine, but it should *at least* be opt-in (from what...
So this is a thing now: https://www.reuters.com/technology/cybersecurity/governments-spying-apple-google-users-through-push-notifications-us-senator-2023-12-06/ reuters.com
I do like the tactility though, what about only doing the vibration if there hasn’t been a charging event in the last ~1 minute?