2009-05-28 15:34:07 -04:00
|
|
|
|
|
|
|
Yaaic - Yet Another Android IRC Client
|
|
|
|
|
2011-02-05 06:48:23 -05:00
|
|
|
Yaaic is as the full name already says an Internet Relay Chat (IRC)
|
|
|
|
client for Android devices.
|
|
|
|
|
2009-05-28 15:34:07 -04:00
|
|
|
--------------------------------------------------------------------
|
|
|
|
|
|
|
|
This is the source code distribution of Yaaic. If you are looking
|
2011-02-05 06:48:23 -05:00
|
|
|
for a compiled 'ready to use' version (APK), see the official
|
|
|
|
homepage at:
|
|
|
|
|
|
|
|
http://www.yaaic.org
|
2009-05-28 15:34:07 -04:00
|
|
|
|
2011-02-05 06:48:23 -05:00
|
|
|
Yaaic is also avaiable at the official Android market.
|
2009-05-28 15:34:07 -04:00
|
|
|
|
|
|
|
If you are a developer and want to contribute to Yaaic, checkout
|
|
|
|
our repository at github:
|
|
|
|
|
2011-02-05 06:48:23 -05:00
|
|
|
http://github.com/pocmo/Yaaic
|
2009-05-28 15:34:07 -04:00
|
|
|
|
2010-11-07 02:35:45 -05:00
|
|
|
The application project is located in application/ while the test/
|
2011-02-05 06:48:23 -05:00
|
|
|
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
|
2011-07-17 08:35:56 -04:00
|
|
|
following resources:
|
2011-02-05 06:48:23 -05:00
|
|
|
|
2011-02-05 08:07:16 -05:00
|
|
|
IRC: irc.epd-me.net #yaaic
|
2011-02-05 06:48:23 -05:00
|
|
|
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
|
2010-03-31 15:36:08 -04:00
|
|
|
|
2009-05-28 15:34:07 -04:00
|
|
|
--------------------------------------------------------------------
|
|
|
|
|
2010-03-07 04:02:15 -05:00
|
|
|
Yaaic includes the PircBot IRC API written by Paul Mutton available
|
|
|
|
under the GNU General Public License (GPL). http://www.jibble.org
|
|
|
|
|
2012-01-21 04:57:45 -05:00
|
|
|
Yaaic uses the ViewPagerIndicator widget written by Patrik
|
|
|
|
Åkerfeldt, Francisco Figueiredo Jr. and Jake Wharton. Licensed
|
|
|
|
under the Apache License 2.0.
|
|
|
|
https://github.com/JakeWharton/Android-ViewPagerIndicator
|
|
|
|
|
2012-05-19 06:01:56 -04:00
|
|
|
Yaaic also uses the ActionBarSherlock library written by Jack
|
|
|
|
Wharton. Licensed under the Apache License 2.0.
|
|
|
|
https://github.com/JakeWharton/ActionBarSherlock
|
|
|
|
|
2010-03-31 15:40:35 -04:00
|
|
|
The Yaaic icon was designed by http://www.androidicons.com
|
|
|
|
|
2010-03-07 04:02:15 -05:00
|
|
|
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
|
|
|
|
|
|
|
|
--------------------------------------------------------------------
|
|
|
|
|
2012-07-28 04:33:51 -04:00
|
|
|
Copyright 2009-2012 Sebastian Kaspari
|
2011-02-05 06:48:23 -05:00
|
|
|
|
2009-05-28 15:34:07 -04:00
|
|
|
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
|
2010-04-15 12:42:20 -04:00
|
|
|
along with Yaaic. If not, see http://www.gnu.org/licenses/
|
2011-02-05 06:48:23 -05:00
|
|
|
|