1
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add icons to status bar buttons
zzz
More... almost 8 years ago
Consistent placement for Cancel/OK buttons Add icons to buttons urn:syndie:channel:d7:channel44:q4DAhruxVx2J7k18eRAjVlvCf4tE-NnuZYn4-sdtRuo=9:messageIdi1394672906375ee
zzz
More... almost 8 years ago
Show message dates, not import dates, in Private Msgs button
zzz
More... almost 8 years ago
fix syndication complete status
zzz
More... almost 8 years ago
Change getUnread() to return a Set instead of a List to eliminate O(n**2) loop in JWZ gatherThreads()
zzz
More... almost 8 years ago
Fix Unread button, broken in 1.106b-2 Generics
zzz
More... almost 8 years ago
Don't let xgettext use default getString() as a tag, it picks up some strings that it shouldn't
zzz
More... almost 8 years ago
Add one more channel cache (hash to id) Speed up unread channel counts in StatusBar and ReferenceChooserTree from over 30 seconds to under a second by counting the channels from all the unread messages Generics
zzz
More... almost 8 years ago
Add channel hash and name caches Speed up channel sorting in getChannels() from 8 seconds to 250 ms by getting whole maps for name and hash Tweak channel sorting so all the channels without names aren't first Don't query database for unused petname fields
zzz
More... almost 8 years ago
finals
zzz
More... almost 8 years ago
small Polish update
zzz
More... almost 8 years ago
generics, finals
zzz
More... almost 8 years ago
Remove duplicate fields and methods from ThreadAccumulatorJWZ that shadow those in super generics, finals, remove unneeded casts
zzz
More... almost 8 years ago
Use locale-based (case-insensitive) sort for forums in "all forums" tab
zzz
More... almost 8 years ago
Save language preference in the database
zzz
More... almost 8 years ago
IncomingAction: Switch to a state enum Add states for processing Limit processing queue size so the fetchers don't get too far ahead AtomicIntegers for SyncArchive counters
zzz
More... almost 8 years ago
Comment out unused setters in NymReferenceNode
zzz
More... almost 8 years ago
Revert previous checkin of Hash caching in DBClient, caused major database corruption. I made the same mistake years ago, should have remembered.
zzz
More... almost 8 years ago
Change the correct thing to increase parallel fetches to 5 Use queue for Fetch
zzz
More... almost 8 years ago
Add HSQLDB version to about popup
zzz
More... almost 8 years ago
Increase parallel fetches to 5 Locking on SyncManager archives and listeners Use queue for DataImporter
zzz
More... almost 8 years ago
changelog updates for 1.106b-1
zzz
More... almost 8 years ago
Dutch fix
zzz
More... almost 8 years ago
Dutch translation update
zzz
More... almost 8 years ago
findbugs
zzz
More... almost 8 years ago
Findbugs, generics
zzz
More... almost 8 years ago
Welcome screen: Add support for country variants in language settings Consolidate dummy URI field
zzz
More... almost 8 years ago
Add support for country variants in language settings Refresh bottom buttons when language changes
zzz
More... almost 8 years ago
Remove redundant casts all over more generics
zzz
More... almost 8 years ago
Remove duplicate channels from database at startup (root cause unknown) Synchronize creation of channel cache Generics Use Hash.create() for caching Use Boolean.parseBoolean()
zzz
More... almost 8 years ago