Daniel Lew

Results 40 issues of Daniel Lew

http://ragemotes.deviantart.com/art/megustaperfect-206195230

Faces

Or something. There's a ton of them in the Rage Maker image pack. Should I add them? Not for 1.5.0 but a later release.

Faces

Getting reports on reddit of squished or small faces from Rage Faces. Wonder why? Hmm.

Bug

If you try to select a rage face for the picture frame, it crashes.

Bug

Got an error report from a user: `D/PackageParser( 1584): android.content.pm.PackageParser 391 Scanning package: /data/app/vmdl-586902862.tmp D/PackageManager( 1584): com.android.server.PackageManagerService 2909 Scanning package com.idunnolol.ragefaces D/PackageManager( 1584): com.android.server.PackageManagerService 3511 Activities: com.idunnolol.ragefaces.RageFacePickerActivity com.idunnolol.ragefaces.RageFaceViewerActivity D/PackageManager( 1584):...

Bug

I've been trying to figure out why this code freezes on Android (when started on the main thread): ``` runBlocking { Log.i("test", "start runBlocking") withContext(Dispatchers.Main.immediate) { Log.i("test", "start Main.immediate context")...