459below

Results 63 comments of 459below

I did some testing and it seems that in the case of the eternally blocked screen the call `return (ScreenOffDialog) fm.findFragmentByTag("screen_off_dialog");` fails and returns a null pointer. And `screenOn` checks...

So if I understood everything correctly this should prevent it https://github.com/459below/jitsi-android/commit/bb5973c59cf9d923adec3373abe37b6a33205f2a I certainly couldn't produce this error yet using this fix. If one was to spam the proximity sensor it...

So I tried to reproduce this issue on a S5 running Samsung's stock 5.0 ROM and I couldn't. I suppose it doesn't affect many devices or ROMs then.

I have the mentioned patch implemented in this release https://github.com/459below/jitsi-android/releases/tag/0.0.3 If you would mind testing this I could mark it as fixed in my fork.

I did a first implementation [here](https://github.com/459below/jitsi-android/commit/591b2492f17b719e408598be86ad9ebac292a69a) which I'm going to start testing/using. I'll do a PR as soon as it can be deemed stable.

CyanogenMod's Apollo Music Player doesn't respond to the intent. I grepped through Apollo's code and it doesn't seem to be handling the "com.android.music.musicservicecommand" intent at all. I might have to...

> It's under /usr/ports/ports-mgmt/pkg and just run "make package" followed by "make reinstall" Worked for me exactly like suggested by @fichtner . i.e. ``` pkg install portconfig cd /usr/ports/ports-mgmt/pkg make...

This works for me: ``` diff --git a/traffic_analyser.py b/traffic_analyser.py old mode 100644 new mode 100755 index 6119757..be0df23 --- a/traffic_analyser.py +++ b/traffic_analyser.py @@ -32,11 +32,11 @@ class Col(object): class Title(object): -...

Is this feature somehow usable now? I'd like to integrate it to my CoreOS provisioning.

@jaredmcneill can we push a new git tag just to trigger the automatic release build for the PineTab 2 on your repository? I think that would make a lot of...