alexander171294 / Hexchat-Mobile

Hexchat for mobile (IRC Client) using ionic-KiwiIrc gateway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install gateway:

download go:

https://www.educative.io/edpresso/how-to-install-go-on-ubuntu

and clone:

https://github.com/kiwiirc/webircgateway

correr el gateway: ./webircgateway --config=config.conf

build android

To fix capacitor notifications plugin you nedd to go refactor -> migrate to AndroidX

and change:

from: import androidx.core.util.ArraySet;

to import androidx.collection.ArraySet;

from: import android.support.v4.media.app.NotificationCompat.MediaStyle;

to: import androidx.media.app.NotificationCompat.MediaStyle;

Para correr solo angular: ionic cap run android --prod

releases:

in playstore: https://play.google.com/store/apps/details?id=com.tandilserver.hexchat

About

Hexchat for mobile (IRC Client) using ionic-KiwiIrc gateway


Languages

Language:TypeScript 66.6%Language:CSS 17.3%Language:HTML 11.8%Language:JavaScript 2.2%Language:Java 2.1%