Pieter Pareit
Pieter Pareit
I've moved the configuration over to adaptive-wrap, like: ```` elisp (use-package adaptive-wrap :hook (package-menu-mode . (lambda () (setq adaptive-wrap-extra-indent 55)))) ```` This removed the warning and also worked. I still...
Perfect. I'm pulling this right now. Thanks to both!
Yes, probably older version. Might be because the android version of the device is older.
Thanks to report. I don't have 8 on my device yet, so this is good to get a heads up! I'd like to know why this is needed. Do you...
Reading up on this, I believe broadcasts are indeed much more limited in android O: https://developer.android.com/preview/features/background.html#broadcasts It would be nice if you could fork the repo instead of cloning. One...
Indeed, for android O, all usages of sendbroadcast will have to be reworked. This programming pattern makes use of system broadcasts and most could make use of LocalBroadcastManager. One possible...
I'll keep the issue open. While not a problem as long as we keep using api 25, it will eventually become a problem.
I'm willing to accept changes that add special access for rooted devices. But all that will need to be conditional and will indeed not come in a version that is...
Yes, another implicit broadcast registered in the android manifest.