Designed for use with Ant.
| 2006-03-17 10:02 Morgan Schweers |
Clean up display configuration handling, and support keeping the SearchManager window's position and size between runs. |
| 2006-03-17 08:37 Morgan Schweers |
Search title only becomes a title+desc search after first page. |
| 2006-03-17 07:51 Morgan Schweers |
Exclude a bad match for the current price, and fix the starting time so it's recognized more often. |
| 2006-03-17 07:50 Morgan Schweers |
Preserve toolbar on/off status. |
| 2006-03-17 07:50 Morgan Schweers |
Fix seller search and fixed-price/offer recognition. |
| 2006-03-13 10:45 Morgan Schweers |
Incorporate Gabor Kuti's changes for multi-column sort, URL load paging, and a 'Total' column. Also update the version number.
|
| 2006-03-10 03:02 Morgan Schweers |
Properly update the login cookie after waking from sleep. |
| 2006-03-10 00:26 Morgan Schweers |
Move the UI setup to after the configuration values for the currencies have been established. (D'oh...) |
| 2006-03-09 12:34 Morgan Schweers |
Tell eBay to reload its string set if an update has happened. |
| 2006-03-09 12:24 Morgan Schweers |
Roll in the earliest change, the change to ebayServer.file |
| 2006-03-09 12:22 Morgan Schweers |
Roll in another change I'd made in the interim. |
| 2006-03-09 11:59 Morgan Schweers |
Change seller search to a regex, alter the feedback search, and update the version number and TODO list. |
| 2006-01-27 12:21 Morgan Schweers |
Make playing the cool audio sound configurable. |
| 2006-01-27 12:21 Morgan Schweers |
Updating the build file to handle the new mp3 changes. |
| 2006-01-27 12:17 Morgan Schweers |
Play a rifle-shot when bidding (eventually when sniping?) |
| 2006-01-27 11:06 Morgan Schweers |
Import the JavaZoom code for MP3 playing. |
| 2006-01-27 11:00 Morgan Schweers |
Update the audio player to do much more simple playing, and continue removing the old debris. |
| 2006-01-27 10:10 Morgan Schweers |
Nuke the old versions of the MP3 player code. |
| 2006-01-26 09:55 Morgan Schweers |
Try again to play the sound out of the resource, embedded in the jar file. |
| 2006-01-26 09:46 Morgan Schweers |
Try to play the sound out of the resource, embedded in the jar file. |
| 2006-01-26 09:41 Morgan Schweers |
Attempts at getting sound to play for various events. |
| 2006-01-26 08:56 Morgan Schweers |
Added the audio player and the modified build files for producing sound. |
| 2006-01-26 08:44 Morgan Schweers |
Add a simple display configuration to not display thumbnails when showing tooltips. |
| 2006-01-25 11:32 Morgan Schweers |
Several bugfixes - to wit: No more NPE's blocking invalid item loads during 'My eBay' synch. Detect more thumbnail images. No custom tabs, still allow 'Send to'. |
| 2006-01-25 11:32 Morgan Schweers |
Several bugfixes - to wit: No more NPE's blocking invalid item loads during 'My eBay' synch. Detect more thumbnail images. No custom tabs, still allow 'Send to'. |
| 2006-01-24 09:24 Morgan Schweers |
SwingMQ had to be updated since its base class added an abstract function. |
| 2006-01-24 09:21 Morgan Schweers |
Massive changes to allow notification (via tooltip on the 'Not logged in' and connection failure label) of what went wrong. Also remove the dropping of messages when they are sent before the listener is established. |
| 2006-01-24 08:23 Morgan Schweers |
Recognize eBay's Captcha and alert about it. |
| 2006-01-24 08:23 Morgan Schweers |
Make 'bid anyway' work correctly with the 'over BIN' bid issue. |
| 2006-01-23 09:13 Morgan Schweers |
Applying user patches (more like reimplementing them) for shipping, paste, and tooltip fixes. |
| 2006-01-23 06:56 Morgan Schweers |
Fix the 'Edit' choice in the Search table, and close the Search table on 'ESC', and a few minor refactorings. |
| 2006-01-23 05:26 Morgan Schweers |
Fix NPE on 'Add Tab' from the non-tab space on the tab line. |
| 2006-01-22 20:34 Morgan Schweers |
Filter search by currency (on eBay's end) seems to work now. |
| 2006-01-22 13:39 Morgan Schweers |
First pass at adding currency filtering to text and title searches. |
| 2006-01-21 00:10 Morgan Schweers |
Handle '404 file not found' errors from eBay when the item has been removed from their site. (I.e. don't spew exception info, when it's just a file not found.) |
| 2006-01-20 19:32 Morgan Schweers |
Fix handling of 'Seller Away' listings. Don't error out as badly, and mark it in the status so the user knows what's up. |
| 2006-01-20 19:31 Morgan Schweers |
Give nice drop-down boxes identifying the targets for 'won', 'bid/sniped but not won', and 'everything else'. Support those targets in the sorting at item end. |
| 2006-01-19 09:58 Morgan Schweers |
Update to the latest version number. |
| 2006-01-17 22:43 Morgan Schweers |
Fix failure to exit because of failure to make backup filenames. |
| 2006-01-17 13:35 Morgan Schweers |
Add a CSV export function, just for the heck of it. It needs to be cleaned up to recognize the various data types (like dates), but it works for now. |
| 2006-01-17 13:35 Morgan Schweers |
Add a CSV export function, just for the heck of it. It needs to be cleaned up to recognize the various data types (like dates), but it works for now. |
| 2006-01-17 12:34 Morgan Schweers |
Convert printing to run on its own thread. |
| 2006-01-17 11:50 Morgan Schweers |
Several minor fixups, and make the code which clears out the multi snipe group do the clear at the end, instead of removing as it's stepping through the list. |
| 2006-01-17 10:48 Morgan Schweers |
Make the 'continue' page use 'get' instead of 'post', which is strictly-speaking wrong, but works. My POST code must be messed up. |
| 2006-01-17 10:48 Morgan Schweers |
Remove the need to render to HTML in order to print the text. |
| 2006-01-17 09:24 Morgan Schweers |
Move the code to get forms from an HTML document onto the HTML document class, and fix up the eBay Italia bidding/sniping through the 'Continue' page issue. |
| 2006-01-17 09:23 Morgan Schweers |
Allow using the Http class to retrieve documents that aren't just HTTP urls. |
| 2006-01-13 10:52 Morgan Schweers |
Adding a check for the appropriate 'Continue' form, for when eBay prompts to make sure you want to bid on an item. |
| 2006-01-12 20:55 Morgan Schweers |
Add support for the new tab properties, like 'keep ended items', and 'auto-delete items w/o any bids'. |
| 2006-01-12 12:25 Morgan Schweers |
Remove some basic lint-ish warnings and performance issues. Not very relevant, but easy. |
| 2006-01-12 11:39 Morgan Schweers |
Make bids and purchases (which are not within the last few minutes of an auction) go through the affiliate program. |
| 2006-01-12 11:37 Morgan Schweers |
Don't try to get the affiliate info for snipes. |
| 2006-01-11 21:41 Morgan Schweers |
Try to resolve the ebay.it intermediate page issue. (eBay put up a warning page not to use certain insecure payment methods.) |
| 2006-01-11 21:41 Morgan Schweers |
Don't allow snipe if the amount to be sniped is negative. |
| 2006-01-11 21:39 Morgan Schweers |
Add a 'Properties' sheet for tabs. |
| 2006-01-11 21:38 Morgan Schweers |
Fix an occasional potential null pointer exception. |
| 2006-01-11 21:37 Morgan Schweers |
Allow setting display configuration information anywhere. (May end up integrating display and non-display configuration.) |
| 2006-01-11 21:34 Morgan Schweers |
Clean up an occasional null pointer exception under certain (unfortanately common) circumstances. |