3
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Nov 16, 2024 — Nov 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix crash bug in onRestoreState in Profile activity after diving deep into a "Top Fan's Library" and starting a station from there, reversing out would cause explosions! More... almost 17 years ago
Don't crash if the share text is empty or whatever. More... almost 17 years ago
Increment version. More... almost 17 years ago
No more sharing permission. We were worried about scaring people off before they even install it. Google need to make this less scary, or make it possible to read contacts on a per needed basis, or make permissions optional on install. More... almost 17 years ago
more changes in the spirit of r389 More... almost 17 years ago
More state saving goodness (after starting an album / track from the dialog) More... almost 17 years ago
* fix all the UserTasks to return ArrayList<ListEntry>s so that the adapter.setSourceIconified happens in the UI thread (so that the adaptor then creates and executes its UserTasks from the UI thread (as recommended by UserTask docs)). This change fixes a strange and repeatable lockup bug i was seeing when looking at my recent tracks. More... almost 17 years ago
Make the playback error auto-skip code actually work More... almost 17 years ago
SVN is clearly incapable of merging properly - this *hopefully* remerges all the stuff that was lost in the previous commit. More... almost 17 years ago
Save / Restore instance data for profile list and all the sub lists. I have purposely not saved the data for the events list as it is more difficult to serialize a seperated list adapter. This is a TODO. More... almost 17 years ago
Lots of magic to make the service work as expected if it gets disconnected from the UI. More... almost 17 years ago
issue 78: * SubmitTrackTask can now love and skip * also, scrobble on stop More... almost 17 years ago
Stop serialization from crashing. I'm not entirely sure why I have to make the ImageUrl serializable but if I don't it crashes when trying to serialize ListAdapter, despite writing custom read/write methods :-\ More... almost 17 years ago
don't crash when clicking on "no friends retrieved" More... almost 17 years ago
Use music volume stream for hardware volume keys when on player activity More... almost 17 years ago
* Fix the fade-in/fade-out logic for when you get called. * Don't break if fading is happening when the next telephony state change occurs * Don't break for unexpected state transitions More... almost 17 years ago
change Event Activity to return a result (the user's attendance status) update Player and Profile activities to new Event protocol fix crash related to profile's adapter handling add a static method to create the Intent (DRY) from an Event More... almost 17 years ago
Super fast spinner is super fast More... almost 17 years ago
reintroduce newstation.xml and (hopefully) fix serialization in NewStation activity More... almost 17 years ago
Slower animations, the device is too quick. New icon. Few crash fixes. More... almost 17 years ago
Remove landscape newstation.xml - the portrait one works fine for both orientations More... almost 17 years ago
Remember the search results in NewStation Activity when changing orientation More... almost 17 years ago
Catch some exceptions that monkey found More... almost 17 years ago
Add icons to tabs in new station activity More... almost 17 years ago
More new station activity layout tweaks More... almost 17 years ago
Layout tweaks to the new station activity More... almost 17 years ago
Fade out and in when making a call too More... almost 17 years ago
Fix when a call finishes never restoring internal volume! More... almost 17 years ago
Don't become rounded when you are straight. More... almost 17 years ago
Make sure our Session object is initialized correctly even if we've been launched without using the menu icon (ex. after recovering from a crash, or from another process) More... almost 17 years ago