mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-21 08:25:06 -05:00
Change support channel network to Freenode. Fixes #163.
This commit is contained in:
parent
d9b17bc4a1
commit
2282784df2
@ -23,7 +23,7 @@ into Android Studio should be enough to get it building.
|
|||||||
Drop me a line for questions regarding Yaaic or use one of the
|
Drop me a line for questions regarding Yaaic or use one of the
|
||||||
following resources:
|
following resources:
|
||||||
|
|
||||||
- IRC: irc.epd-me.net #yaaic
|
- IRC: irc.freenode.net #yaaic
|
||||||
- Homepage: http://www.yaaic.org
|
- Homepage: http://www.yaaic.org
|
||||||
- Google Group: http://groups.google.com/group/yaaic
|
- Google Group: http://groups.google.com/group/yaaic
|
||||||
- Twitter: http://twitter.com/Yaaic
|
- Twitter: http://twitter.com/Yaaic
|
||||||
|
@ -35,8 +35,6 @@ import org.yaaic.R;
|
|||||||
* "About" dialog activity.
|
* "About" dialog activity.
|
||||||
*/
|
*/
|
||||||
public class AboutActivity extends Activity {
|
public class AboutActivity extends Activity {
|
||||||
private static final String TAG = "Yaaic/AboutActivity";
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onCreate(Bundle savedInstanceState) {
|
public void onCreate(Bundle savedInstanceState) {
|
||||||
super.onCreate(savedInstanceState);
|
super.onCreate(savedInstanceState);
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<string name="app_name" translatable="false">Yaaic</string>
|
<string name="app_name" translatable="false">Yaaic</string>
|
||||||
<string name="app_full_name" translatable="false">Yet Another Android IRC Client</string>
|
<string name="app_full_name" translatable="false">Yet Another Android IRC Client</string>
|
||||||
<string name="app_homepage" translatable="false">http://www.yaaic.org</string>
|
<string name="app_homepage" translatable="false">http://www.yaaic.org</string>
|
||||||
<string name="app_irc" translatable="false">irc://irc.epd-me.net/yaaic</string>
|
<string name="app_irc" translatable="false">irc://irc.freenode.net/yaaic</string>
|
||||||
<string name="app_copyright" translatable="false">© 2009-2015 Sebastian Kaspari</string>
|
<string name="app_copyright" translatable="false">© 2009-2015 Sebastian Kaspari</string>
|
||||||
|
|
||||||
<string name="licence_info" translatable="false">
|
<string name="licence_info" translatable="false">
|
||||||
|
Loading…
Reference in New Issue
Block a user