3
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Nov 16, 2024 — Nov 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
call startRadio() if the user presses the next button while we're in a STOPPED state (only time they can be at the playback screen in this state is if a playback error occured) More... almost 17 years ago
* Try to skip 3 times if a track fails to play. If we're still not playing after 3 attempts, display a message to the user indicating that playback failed. More... almost 17 years ago
reset isLoved on track change so the client doesn't love every track afterwards More... almost 17 years ago
Retain the progress indicator when the station list is refreshed upon fully loading the user's profile / playlists More... almost 17 years ago
Store the session key instead of the user's password, don't bother logging in every time the app launches. Should prevent the login screen appearing randomly on launch if the user has previously authenticated More... almost 17 years ago
Untangle the radio player, now keep track of our state in mState. stop means stop! More... almost 17 years ago
Safeguard against the player service not being bound, start the playback service if it's not running during playRadioStation(), catch playback errors, make skipping to the next track after the current track ended non-blocking so we don't hang the media player's onCompletionHandler More... almost 17 years ago
Always pad md5 hashes to 32 characters - this was stopping a percentage of users from authenticating :o More... almost 17 years ago
fix crash when added song already existed in playlist fix crash when clicking on list items while creating playlist More... almost 17 years ago
New artist icon as per #62 More... almost 17 years ago
Use lnd as the proper scrobbler code More... almost 17 years ago
reset the playlist skip counter in tune() as well as nextSong() More... almost 17 years ago
Fail if the playlist is unavailable 3 times in a row More... almost 17 years ago
Add a hyphen between track title and artist in notification More... almost 17 years ago
Update notifications More... almost 17 years ago
added resetScrobbler method to RadioService to fix issue 55 More... almost 17 years ago
alter TabBarListener interface to include the previous Index that was shown. show per tab results / input box in new station activity. Fix avatar parsing when using profile.xml source. More... almost 17 years ago
quote all the resource strings featuring un-escaped apostrophes More... almost 17 years ago
fix non-showing apostrophe in "Haven't got account yet?" More... almost 17 years ago
issue 65 (replaced logout icon) More... almost 17 years ago
always notifyDataSetChanged instead of dataSetInvalidated when avatars / images download in the listAdapter. The selection is hidden but atleast the selected item is not reset. More... almost 17 years ago
Now Playing menu item (issue 67) More... almost 17 years ago
oops, last check-in was missing an else block More... almost 17 years ago
do a better job of fixing issue 59 More... almost 17 years ago
Fix up terrible code. Sorry about that. More... almost 17 years ago
Less fuckery to the other people's profile screen. More... almost 17 years ago
fix for issue #59 (crash on skip followed by stop) the proper solution will be to make the skip method asynch, but first things first More... almost 17 years ago
remove dead method from IRadioPlayer More... almost 17 years ago
Take user straight to New Station activity after signing up More... almost 17 years ago
list fixes and workarounds More... almost 17 years ago