about summary refs log tree commit diff stats
path: root/client/trunk/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Client: Worked more on step 2Kelly Rauchenberger2008-09-285-9/+18
| | | | Refs #69
* Client: Completed step 8Kelly Rauchenberger2008-09-282-24/+37
| | | | Refs #69
* Client: Completed step 6Kelly Rauchenberger2008-09-281-0/+4
| | | | Refs #69
* Client: Completed step 5Kelly Rauchenberger2008-09-284-14/+64
| | | | | | Instead of forcing restart after running the DownloadItemMode, ModeControl is deinitalized before the test is run and reinitalized after the test is run so that the DownloadItemMode can change smoothly. Refs #69
* Client: Completed step 4Kelly Rauchenberger2008-09-286-12/+341
| | | | Refs #69
* Client: Worked on step 2Kelly Rauchenberger2008-09-278-114/+187
| | | | Hopefully I finished it, though, you never know, there could be more stuff in there. Refs #69
* Client: Modified "blog-post"'s semanticsKelly Rauchenberger2008-09-241-1/+4
| | | | Added the "tag" semantic. Refs #66
* Client: Added the "comic" iconKelly Rauchenberger2008-09-232-0/+9
| | | | | | Thanks to the Silk icon set (see the [wiki:Credits] page). Closes #65
* Series: Removed Series componentKelly Rauchenberger2008-09-181-0/+23
| | | | Refs #57
* Client: Fixed the unsubscription bugKelly Rauchenberger2008-09-181-1/+10
| | | | Fixes #56
* Client: Added the "page-change" categoryKelly Rauchenberger2008-09-136-46/+106
| | | | Refs #19
* Client: Centralized CentralKelly Rauchenberger2008-09-075-121/+98
| | | | | | Also modified the Client to work with Subscription Series (#28) Fixes #52; Refs #28
* Client: Added the ability to disable UnreadKelly Rauchenberger2008-09-028-32/+128
| | | | Refs #49
* Client: Added Unread flag manipulationKelly Rauchenberger2008-09-015-1/+111
| | | | Closes #49
* Client: Added Unread flagKelly Rauchenberger2008-09-016-90/+241
| | | | Next step is to implement the "Mark as ...." options. Refs #49
* Client: Modified old Verification ID deletionKelly Rauchenberger2008-08-173-21/+9
| | | | Fixes #42
* Client: Added start-up IP checkKelly Rauchenberger2008-08-161-1/+3
| | | | Previously, InstaDisc would only do an IP check if InstaDisc was left open for the interval time (default 1 day) which would rarely happen with certain people. However, now InstaDisc does an IP check every time it starts up. Refs #21
* General: Upped default verIDBufferSizeKelly Rauchenberger2008-08-162-3/+3
| | | | | | Because of the increase in possible Verification ID values, it will be even less likely to have a repeat, so the number that are buffered is being increased. A test was run to find repeats if 10000 numbers were generated between 1 and 2147483647 and a repeat was found only once at the 8500th number, the rest of the tests (20 others) passed successfully. Refs #37
* Client: Added change passwordKelly Rauchenberger2008-08-157-3/+421
| | | | Closes #35
* Client: Added org.jdesktop-style progressKelly Rauchenberger2008-08-152-3/+51
| | | | Closes #34
* Client: Spruced up About BoxKelly Rauchenberger2008-08-147-56/+91
| | | | Also added a link to the project site to the Help menu and added the ability to display an error message in the Status Bar if java.awt.Desktop is for some reason unsupported. Closes #30
* Client: Added password protection supportKelly Rauchenberger2008-08-138-23/+521
| | | | Closes #10
* Client: Changed interaction portKelly Rauchenberger2008-08-081-1/+1
| | | | Refs #27
* Client: Fixed connection reset problemKelly Rauchenberger2008-08-082-41/+87
| | | | The problem with NMAP freaking out the Client was that NMAP didn't actually send any data to the socket and thus the connection reset and the Client wasn't actually programmed to handle that yet. Fixes #24
* Client: Client now sends category informationKelly Rauchenberger2008-08-081-0/+1
| | | | Fixes #26
* Client: Added "vcs-rev" categoryKelly Rauchenberger2008-08-073-11/+16
| | | | Thanks to Trac (http://trac.edgewall.org) for the icon! Refs #12
* Client: Added an icon for the "email" categoryKelly Rauchenberger2008-08-062-0/+9
| | | | Thanks to the N. Design Studio (http://ndesignstudio.com) for the icon. Closes #9
* Client: Transactionalized the databaseKelly Rauchenberger2008-08-062-32/+111
| | | | Now, the database is ACID-compliant. Also fixed the error that occurs when you get sent an item you don't have a subscription for, and it tries to delete the subscription's entry off of the Central Server and fails. The error was because the Client was attempting to look up the Subscription's URL in the database after it already had the URL and ensured that the Subscription wasn't there.
* Client: Tweaked the way filter invalidation worksKelly Rauchenberger2008-08-063-16/+46
| | | | Previously, an item has to match all filters, which would mean that having equals and inequals in the same subscription would mess things up. Now, to pass filter invalidation, an item has to match at least one equal (if there are any equals) and all inequals (if there are any inequals).
* Client: Unescaped "__INSTADISC__"Kelly Rauchenberger2008-08-061-1/+1
| | | | See [98]
* Client: Caught FileNotFoundException in SubscriptionFileKelly Rauchenberger2008-08-061-12/+11
| | | | Previously, if the subscription file specified in SubscriptionFile.java didn't exist, it throw an incorrectly caught FileNotFoundException that would simple log the error and not change the Status label from "Checking...."
* Client: Fixed IP Check TimerKelly Rauchenberger2008-08-061-4/+6
| | | | The Client was throwing an uncaught NullPointerException at startup because the program was attempting to check if the Timer was running or not before it was initilized. This has been fixed. Refs #21
* Client: Added IP Check TimerKelly Rauchenberger2008-08-055-18/+158
| | | | Now the Client contacts the Central Server at a regular basis to ensure that its IP is always correct. Closes #21.
* Client: Modified IDSubscriptionListCellRendererKelly Rauchenberger2008-08-051-1/+1
| | | | Changed it to show the category of a subscription in parentheses next to the title (for those cases where there are more than one subscriptions with the same title).
* Client: Added the Item Buffer backKelly Rauchenberger2008-08-056-99/+155
| | | | This was removed in [68] because it was thought to be the cause of a bug. For more info, see [68] and [76].
* Client: Fixed yet another client item bugKelly Rauchenberger2008-08-053-47/+26
| | | | This once was caused by a combination of having more than one subscription in the database and a bug in the subscription retrieval method. The bug has been fixed which allows us to add back the Item buffer (removed in [68] because it was thought to be the cause of another Client Item bug) Fixes #18.
* Client: Tweaked the client to work (better)Kelly Rauchenberger2008-08-047-197/+115
|
* Client: Fixed up startup request retainedKelly Rauchenberger2008-08-042-5/+8
| | | | Previously, the XML-RPC request for the retained items would take place before the InstaDiscThread started, thus causing an error when the remote server attempted sending an item. Now it is run after the InstaDiscThread starts.
* Client: Modified -r flagKelly Rauchenberger2008-08-041-4/+4
| | | | Now, the client always checks for retained items on startup. The -r flag is now used instead to say that you don't want to open the client, just check for retained items.
* Client: Added WellFormedItem backKelly Rauchenberger2008-08-021-0/+139
| | | | | | In revision 9, it was discovered that WellFormedItem.java contained my password, so it was obliberated from VCS and it needs to be added back in.
* Client: Replaced "unsafe" functionKelly Rauchenberger2008-08-011-2/+3
| | | | Fixes #2
* Client: Fixed subcribing codeKelly Rauchenberger2008-08-011-0/+4
| | | | Previously, after subscribing to a subscription, the client would do nothing to notify the Central Server of this change. Now, an XML-RPC function is sent to it.
* Client: Removed deprecated function from Step2.javaKelly Rauchenberger2008-08-012-11/+18
|
* Client: Finished the "Request Retained Items" menu itemKelly Rauchenberger2008-07-312-0/+13
|
* Client: Added filtersKelly Rauchenberger2008-07-3127-130/+1237
|
* Client: Fixed up form label fieldsKelly Rauchenberger2008-07-3115-128/+91
| | | | Previously, forms used <BR> tags to break labels into lines, but it was discovered that a better effect could be generated by keeping the <HTML> tag at the beginning, removing all of the <BR>s, and resizing the JLabel.
* Client: Added Advanced Settings formKelly Rauchenberger2008-07-3111-44/+411
|
* Client: Created Manage Subscriptions formKelly Rauchenberger2008-07-3111-7/+405
|
* Client: Added blog-comment and forum-post category iconsKelly Rauchenberger2008-07-313-0/+18
|
* Client: Fixed up First Run formKelly Rauchenberger2008-07-3112-304/+172
| | | | Changed the password field (which was a JTextField) in Step 2 to a JPasswordField which has getText() deprecated in favor of getPassword(), which returns the password in a char[]. Since I currently cannot be bothered parsing a char[], I've left it using the deprectated getText(). This must be fixed at some point.