Description
An IRC client for mobile devices. Goals:
- Modern: support for many IRCv3 extensions, plus some special support for IRC bouncers.
- Easy to use: offer a simple, straightforward interface.
- Offline-first: users should be able to read past conversations while offline, and network disruptions should be handled transparently.
- Lightweight: go easy on resource usage to run smoothly on older phones and save battery power.
- Cross-platform: the main target platforms are Linux and Android.
Versions
Permissions
What the app asks the system for. Android only grants sensitive access after you confirm it.
- Internet accessSend and receive data over the internet.
- FOREGROUND_SERVICE_DATA_SYNC
- Precise locationDetermine the location via GPS.
- Prevent sleepingKeep the device from going to sleep.
- Foreground serviceKeep running in the background, visible in the status bar.
- REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
- MicrophoneRecord audio.
- NotificationsShow notifications.
Show 4 more permissions
- Network stateCheck whether and how the device is connected.
- VibrationControl the vibration alert.
- Run at startupStart automatically after the device is switched on.
- goguma.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
Comments