Yaaic
Yaaic copied to clipboard
Yaaic (Yet Another Android IRC Client) is as the name already says an Internet Relay Chat (IRC) client for Android devices.
Hello! There has been no commit in the past year or so. I do understand that people go other routes as time passes, and that is perfectly fine. However, the...
[Process forking options](https://docs.gradle.org/current/userguide/performance.html#forking_options). Gradle will run all tests in a single forked VM by default. This can be problematic if there are a lot of tests or some very memory-hungry...
[Parallel test execution maxParallelForks](https://docs.gradle.org/current/userguide/performance.html#parallel_test_execution). Gradle can run multiple test cases in parallel by setting `maxParallelForks`. [Disable report generation](https://docs.gradle.org/current/userguide/performance.html#report_generation). We can conditionally disable it by setting `reports.html.required = false; reports.junitXml.required =...
@pocmo Hello, I found a problem with the app's UI design. This widget in the upper right corner looks like a gear, but it's hard to recognize. At first sight,...
How did you modify the code to connect to a specific room and server?
Hi, When I try to connect to a server this error appears and I have no idea how to fix it. When for example I touch the connect button using...
When editing a server auto-join channel list, there is a limit you can add until the UI will be covered and you can't confirm and save the added channels.
Hola... Actualmente desarrollo una app basada en yaaic... Para mi irc.... 1) ¿Es posible una opción del menú que muestre la Lista de Canales del servidor? Quizás de mayor a...
Hi !! I locate a bug with some servers, when i try to logging with a registered nick, the connect works fine, but i don´t see when i join to...
It would be very nice to add blowfish encryption support to the application like mirc, hex-chat, irssi do.