0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
finally figured out why the force close occurs. When the quit command is issued an ERROR closing link and the orphaned adapter tries to update the view. There's more of an issue here but the fix is to not notify the listener on this message. More... over 14 years ago
merged changes with the magopian branch. More... over 14 years ago
unstable: working on force close when disconnecting. More... over 14 years ago
Started implementing the CTCP requests, back and forth, and their answers More... over 14 years ago
Attempt at fixing the "ConcurrentModificationException" issue More... over 14 years ago
laying the groundwork for the network disconnect code. I have the service receiving the disconnect and connect commands so whats left to do is handle the Connection Threads properly. More... over 14 years ago
i'm using textmate and created a project file... adding it to the ignore file because its not necessary for anyone else. More... over 14 years ago
unstable: this commit contains untested code for the network disconnect feature. I'm pushing this to my branch but I don't recommend pulling this changeset just yet. More... over 14 years ago
cleaned up the preferences, added info and made vibrate dependent on the chat notification option. More... over 14 years ago
added custom ringtone and vibrate for notifications, they are triggered by the preference settings. More... over 14 years ago
added the nick in message notification, still need to add a few more changes specific to the notification manager. More... over 14 years ago
fixed the issue with the application reconnecting to a server when a connection already existed. More... over 14 years ago
working on fixing the service binding issue. More... over 14 years ago
fixed the ChatSwitcher so it responds to click events and actually loads the chatview. I noticed the window title doesn't have the channel title, will fix this shortly. More... over 14 years ago
getUsers() must return a List, not an ArrayList (or throws ClassCastException) More... over 14 years ago
user list functionality is built back into the app with a few underlying changes necessary to make it work. sortedset had to go because of the filtering being done with the user list. also not so good for fast access. More... over 14 years ago
enabled the chat switcher again. does need to loop through all connected servers and not just the current server. More... over 14 years ago
giving mathieu author status on the project. More... over 14 years ago
Fixed the "/close" shortcut which wasn't translated to a "/part" for channels More... over 14 years ago
Implemented the autojoin feature More... over 14 years ago
Style the most common irc messages (colors and style) More... over 14 years ago
Fixed the bad date parsing (for the topic setter) More... over 14 years ago
Servers and MessageLists are now stored in a "LowerHashMap" and added missing "breaks" More... over 14 years ago
Added the "onfling" detection to switch between windows More... over 14 years ago
ongoing link between ui and irc stack: rewrote some small parts More... over 14 years ago
Started adding the menu back to the ChatActivity More... over 14 years ago
Huge commit: big rewrite, better linking between the irc stack and the ui More... over 14 years ago
Link between the ui and the irc stack: ongoing (compiling, and first messages going through both ways) More... over 14 years ago
having the listview populate from the bottom to the top and also removed the divider between messages and set the always scroll option. More... over 14 years ago
getting the ChatView to see messages from the irc stack. More... over 14 years ago