https://github.com/mniip/bananapeel
https://github.com/mniip/bananapeel
android irc irc-client ircv3
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mniip/bananapeel
- Owner: mniip
- License: bsd-3-clause
- Created: 2017-02-11T19:24:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T12:05:59.000Z (almost 9 years ago)
- Last Synced: 2024-10-06T04:41:19.983Z (over 1 year ago)
- Topics: android, irc, irc-client, ircv3
- Language: Java
- Size: 205 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BananaPeel
BananaPeel is the codename for an Android IRC client.
## Planned features
- IRCv3 support.
- Heavy load support with low resource footprint.
- Client-side scripting.
- Strong security.
- Support for android all the way back to 2.3 (API 9).
You can track the feature support on the [TODOs page](https://github.com/mniip/bananapeel/wiki/TODOs).
## Dependencies
- Android support library: v4 and recyclerview-v7
- CGLIB
- LuaJ
## Building with make
You should point the `SDK_PATH` environment variable at the Android SDK root directory, and either have the Android build-tools in your path, or point `SDK_BUILD_TOOLS` at the directory where they are located.
Paths to dependencies should be put into `LIB_JARS` and `LIB_AARS` variables respectively, as space-separated lists.
Once that is done, simply run:
make
## Building with Gradle/Android Studio
You can build the project using the provided Gradle files, or import the project as a Gradle project (via `settings.gradle`) in Android Studio.