Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irccloud/android
IRCCloud Android App
https://github.com/irccloud/android
android chat irc irccloud mobile-app
Last synced: about 1 month ago
JSON representation
IRCCloud Android App
- Host: GitHub
- URL: https://github.com/irccloud/android
- Owner: irccloud
- License: apache-2.0
- Created: 2012-07-26T19:58:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T15:37:06.000Z (3 months ago)
- Last Synced: 2024-09-14T06:34:02.472Z (3 months ago)
- Topics: android, chat, irc, irccloud, mobile-app
- Language: Java
- Size: 17.2 MB
- Stars: 287
- Watchers: 25
- Forks: 103
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
- Awesome-Android-Open-Source-Projects - Irccloud-android
- awesome-irc - Android App - Official. `Java` (Uncategorized / Uncategorized)
README
The official Android app for IRCCloud.com
=======
Chat on IRC from anywhere, and never miss a message.* All your chats and logs are stored in the cloud. Access them on the go
* Push notifications on highlights and PMs
* Fully syncs with IRCCloud.com on the web
* Works on phones and tabletsJoin our #feedback channel on irc.irccloud.com for feedback and suggestions so we can improve the app.
You can also email us on [email protected] or find us on Twitter [@irccloud](https://twitter.com/irccloud).IRCCloud for Android is available on [Google Play](https://play.google.com/store/apps/details?id=com.irccloud.android).
Screenshots
------
Requirements
------
* Android Studio 4.1.x
* Gradle 4.1.x
* Android 11.0 SDK
* Latest versions of AndroidX and Google Play Services
* android-websockets library: https://github.com/irccloud/android-websockets
* An Android device running Android 5.1 or newerBuilding
------
* Make sure you've installed the Android 11.0 SDK and upgraded to the latest version of Android Studio
* Make sure you've updated all support repository and Google Play Services repository packages in the Android SDK manager
* Check out android-websockets and the IRCCloud Android project from github
* Open Android studio and select the IRCCloud Android build.gradle file
* Click Run button for the 'irccloud-android' configuration to automatically deploy the apk to your deviceThe app can also be built using Gradle from the command-line using the build.gradle file located in the IRCCloud Android project by typing "./gradlew :assembleDebug"
_You must uninstall the Play Store version of the app first before installing a debug version, as the signing keys will not match._
License
------
Copyright (C) 2021 IRCCloud, Ltd.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.