Go to file
Steven Luo e07d99ed5d Remove views from DeckAdapter when corresponding conversation has gone missing
If a conversation disappears while the activity is paused (e.g. if the
user is kicked from a channel, or if another client attached to an
irssi-proxy has chosen to leave that channel), we currently aren't
removing the view from the DeckAdapter when we resume.  This results in
leaking a Conversation object until the user explicitly asks for the
conversation to be closed or the activity finishes, and is also
confusing because the user may not receive any indication that the
channel was parted in the first place.

There's a good case for leaving the MessageListView in place, with a
note indicating that the user has been kicked or parted from the
channel, but for that to work, we need to keep the Conversation object
in the server's list of conversations -- otherwise the behavior will
differ depending on whether the user left the activity via the Back
button or the Home button, which is counterintuitive.

For now, just remove the stale view from the DeckAdapter, which fixes
the leak and the potential user confusion.
2011-08-16 11:21:43 +02:00
application Remove views from DeckAdapter when corresponding conversation has gone missing 2011-08-16 11:21:43 +02:00
test Server: Fix typo in addConversation() 2011-03-15 23:59:49 +01:00
tools Fixed check_languages.rb script 2010-11-07 08:37:16 +01:00
.gitignore Moved config for build script to build.conf 2010-11-03 16:31:17 +01:00
CHANGELOG Update CHANGELOG headline 2011-07-17 15:42:16 +02:00
CONTRIBUTORS Update CONTRIBUTORS 2011-07-02 19:51:19 +02:00
LICENCE Added Licence (GPL v3) 2009-05-28 21:29:10 +02:00
README Typo in README 2011-07-17 14:35:56 +02:00
build.conf.sample First version of a test scripts that starts the emulator and runs all tests 2010-11-07 10:21:11 +01:00
release.sh Fixed build script 2010-11-07 08:43:58 +01:00
test.sh Fix testrunner script 2011-03-06 11:49:33 +01:00

README

Yaaic - Yet Another Android IRC Client

Yaaic is as the full name already says an Internet Relay Chat (IRC)
client for Android devices.

--------------------------------------------------------------------

This is the source code distribution of Yaaic. If you are looking
for a compiled 'ready to use' version (APK), see the official
homepage at:

 http://www.yaaic.org

Yaaic is also avaiable at the official Android market.

If you are a developer and want to contribute to Yaaic, checkout
our repository at github:

 http://github.com/pocmo/Yaaic

The application project is located in application/ while the test/
folder contains unit and scenario tests. (Both folders are two
separate eclipse projects!)

Drop me a line for questions regarding Yaaic or use one of the
following resources:

IRC:           irc.epd-me.net #yaaic
Homepage:      http://www.yaaic.org
Google Group:  http://groups.google.com/group/yaaic/
Twitter:       http://twitter.com/Yaaic
Facebook:      http://www.facebook.com/pages/Yaaic/359902798214

--------------------------------------------------------------------

Yaaic includes the PircBot IRC API written by Paul Mutton available
under the GNU General Public License (GPL). http://www.jibble.org

The Yaaic icon was designed by http://www.androidicons.com

Some icons are part of the Silk icon set designed by Mark James
available under the Creative Commons Licence Attribution 3.0
Licence. http://www.famfamfam.com

--------------------------------------------------------------------

Copyright 2009-2011 Sebastian Kaspari

Yaaic is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Yaaic is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Yaaic. If not, see http://www.gnu.org/licenses/