Scott Jackson

Results 45 comments of Scott Jackson
trafficstars

Why would you not be able to access it from Dropbox? It is a signed APK, so unless they figured out my signature as well, they can't modify it. I...

Looks like there were more changes introduced in Android O I didn't know about. Try this one out: https://www.dropbox.com/s/r0mzo7zk9no76xi/DSub%205.4.2-service-crash-fix2.apk?dl=0

I for the life of me can't figure this out, so I am reverting back to target SDK 23 for the time being.

`android.database.sqlite.SQLiteException: table album_art has no column named _id (code 1 SQLITE_ERROR): , while compiling: INSERT INTO album_art (_data,_id) VALUES (?,_GET_ID( '/storage/emulated/0/Android/media/github.daneren2005.dsub/music/Panic At The Disco/A Fever You Can''t Sweat Out/albumart.jpg' ))`

Dang it I never thought of that. I don't think I'm even tracking which server a song came from right now. Thank you for reporting this.

I'm also getting similar behavior in https://github.com/daneren2005/Subsonic/blob/master/subsonic-android/res/layout/song_list_item.xml, although in my case I am using: android:layout_width="0dip" android:layout_weight="1" which makes the layout take up the remaining space in a standard ListView, but...

Ok so I found a solution, but I'm not exactly sure why it is working this way. The wrapper is a class which directly inherits LinearLayout. It then inflates from...

I haven't opened source it yet because it's not ready yet (I still need to make a bunch of the classes I've built on top of this thread safe), but...

I agree that most of that logic should be directly in classes. I implemented it that way simply because I am calling it from the outside and want to keep...

Updated code sample to add content hashing to compiled files so you can use CloudFlare caching and still get updates when the file contents are changed: `$newFilePath = $folderName ....