Skip to content

Instantly share code, notes, and snippets.

View sprengerst's full-sized avatar
🎯
Focusing

Stefan Sprenger sprengerst

🎯
Focusing
View GitHub Profile
{"model":{"faces":[0,1,2,0,0,1,2,3,4,5,0,3,4,5,6,7,8,0,6,7,8,9,10,11,0,9,10,11,12,13,14,0,12,13,14,15,16,17,0,15,16,17,18,19,20,0,18,19,20,21,22,23,0,21,22,23,24,25,26,0,24,25,26,27,28,29,0,27,28,29,30,31,32,0,30,31,32,33,34,35,0,33,34,35,36,37,38,0,36,37,38,39,40,41,0,39,40,41,42,43,44,0,42,43,44,45,46,47,0,45,46,47,48,49,50,0,48,49,50,51,52,53,0,51,52,53,54,55,56,0,54,55,56,57,58,59,0,57,58,59,60,61,62,0,60,61,62,63,64,65,0,63,64,65,66,67,68,0,66,67,68,69,70,71,0,69,70,71,72,73,74,0,72,73,74,75,76,77,0,75,76,77,78,79,80,0,78,79,80,81,82,83,0,81,82,83,84,85,86,0,84,85,86,87,88,89,0,87,88,89,90,91,92,0,90,91,92,93,94,95,0,93,94,95,96,97,98,0,96,97,98,99,100,101,0,99,100,101,102,103,104,0,102,103,104,105,106,107,0,105,106,107,108,109,110,0,108,109,110,111,112,113,0,111,112,113,114,115,116,0,114,115,116,117,118,119,0,117,118,119,120,105,121,0,120,105,121,122,123,124,0,122,123,124,125,126,127,0,125,126,127,128,129,130,0,128,129,130,131,132,133,0,131,132,133,134,135,136,0,134,135,136,137,138,139,0,137,138,139,140

Keybase proof

I hereby claim:

  • I am sprengerst on github.
  • I am sprengerst (https://keybase.io/sprengerst) on keybase.
  • I have a public key ASD1DtL6gaPcWvKbYmdJ4dDYeqE9nwryDMUI113Q82PGlwo

To claim this, I am signing this object:

case EVENT_START_SOON:
LogUtils.debug(LOG_TAG, "type: EVENT_START_SOON");
Event startSoonEvent = EventQueries.buildEventFromJSON(notificationContent);
sendEventStartSoonNotification(startSoonEvent, context);
break;
package software.sprenger.beerhunter.widget;
import android.annotation.TargetApi;
import android.app.PendingIntent;
import android.appwidget.AppWidgetManager;
import android.appwidget.AppWidgetProvider;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
package software.sprenger.beerhunter.widget;
import android.annotation.TargetApi;
import android.content.Intent;
import android.database.Cursor;
import android.net.Uri;
import android.os.Binder;
import android.os.Build;
import android.widget.AdapterView;
import android.widget.RemoteViews;