0
I Use This!
Inactive

Commits : Listings

Analyzed 34 minutes ago. based on code collected about 18 hours ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some fixes for torrent bookmarks and adding artist bookmarks More... about 10 years ago
Adding a BookmarksChangedListener so the fragment can be told when it should re-download the user's bookmarks More... about 10 years ago
Adding rough bookmarks view. Currently only shows torrent bookmarks More... about 10 years ago
Some minor clean-up in torrent group & search More... about 10 years ago
forgot to commit the drawable More... about 10 years ago
Add the no avatar profile image from the site so there's still a clickable avatar even if the user doesn't have a profile pic More... about 10 years ago
Add support for terminating tags by ending the text. I think we'll need to change the parser more to handle nested tags properly More... about 10 years ago
Update to latest Android Studio tweaked the project files a bit More... about 10 years ago
Adding images for the bookmark and notifications I forgot to commit More... about 10 years ago
Change to having the art container be a fixed size to prevent layout shuffling when showing the image More... about 10 years ago
Clicking a user's avatar in the comments takes you to their profile More... about 10 years ago
Adding notification bookmark menu items to artist and cleaning up implementation in torrent group More... about 10 years ago
Add bookmarking to torrent groups. Not sure if I like the icon so much but can probably find a better one later More... about 10 years ago
Releasing 2.0.5 Alpha More... about 10 years ago
Fix loading spinner not hiding properly in some view recycling cases More... about 10 years ago
Make the logout option actually do some in the barcode activity. More... about 10 years ago
Handle multi-line aligns and make user header clickable to go view the commentor's profile More... about 10 years ago
Use custom layout for hidden text dialog so we can have nice padding and clickable links More... about 10 years ago
Add support for user tags and make links clickable in the hidden text dialog More... about 10 years ago
Add support for clicking images in parsed bb text to have them shown in the image pop-up. Also make use of the HiddenTextDialog More... about 10 years ago
Migrate over to a dialog fragment for showing hidden text and have ImageDialog send args through a bundle More... about 10 years ago
Have LoggedInActivity implement the show hidden listener so we can show it from anywhere More... about 10 years ago
Turn back on hidden/mature tag parsing. Instead of storing the styled sequence the text will be styled when the hidden text is shown More... about 10 years ago
Make ParameterizedTag more generic to handle tags that need to use a SpannableStringBuilder to setup their span More... about 10 years ago
Need to handle upper and lower case tag names, this change also lets us make the tag handling more generic, but it may be slower with all these span look ups. I'll do some profiling and see if it's enough to care about. More... about 10 years ago
We can't do to lower since it'll mess up the emoji parsing, instead we need to handle both cases properly More... about 10 years ago
Adding smiley support to the bb parser More... about 10 years ago
Fix URLSpans being messed up by autoLink and add torrentid link handling to torrent group More... about 10 years ago
Now use the bb parsed text in comments if it's available More... about 10 years ago
Can now also support numbered lists More... about 10 years ago