All Projects → airmessage → airmessage-android

airmessage / airmessage-android

Licence: Apache-2.0 license
AirMessage for Android phones, tablets, and laptops

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to airmessage-android

airmessage-web
AirMessage for the web
Stars: ✭ 109 (+15.96%)
Mutual labels:  imessage
ichat2json
Reads an .ichat binary plist file and writes newline-separated JSON to STDOUT
Stars: ✭ 30 (-68.09%)
Mutual labels:  imessage
bluebubbles-app
A cross-platform app ecosystem, bringing iMessage to Android, PC (Windows, Linux, & even macOS), and Web!
Stars: ✭ 338 (+259.57%)
Mutual labels:  imessage
RecreatingiMessageConfetti
An Xcode Playground to show the internals of iMessage's Confetti implementation.
Stars: ✭ 29 (-69.15%)
Mutual labels:  imessage
leftonread
Left on Read
Stars: ✭ 22 (-76.6%)
Mutual labels:  imessage
cve-2016-1764
Extraction of iMessage Data via XSS
Stars: ✭ 52 (-44.68%)
Mutual labels:  imessage
Dns66
DNS-based Host Blocker (and lightweight ad blocker) for Android
Stars: ✭ 1,782 (+1795.74%)
Mutual labels:  fdroid
message-indicator
🔵 SIMBL plugin that adds an indicator to messages in which you haven't responded
Stars: ✭ 21 (-77.66%)
Mutual labels:  imessage
alfred-imessage-2fa
iMessage 2FA Workflow for Alfred
Stars: ✭ 71 (-24.47%)
Mutual labels:  imessage
airmessage-server-legacy
AirMessage's message relay server for Mac
Stars: ✭ 67 (-28.72%)
Mutual labels:  imessage
iMessageBubble
A sub class of UITableViewCell to create exactly the same kind of bubbles that iMessage uses in iOS 8. Very easy to use and highly customizable.
Stars: ✭ 34 (-63.83%)
Mutual labels:  imessage
imessage-chatbot
💬 Recurrent neural network -- generates messages in your style of speech! Trained on imessage data. Sqlite3, TensorFlow, Flask, Twilio SMS, AWS.
Stars: ✭ 33 (-64.89%)
Mutual labels:  imessage
nodemessage
interact with your local iMessage database
Stars: ✭ 39 (-58.51%)
Mutual labels:  imessage
text-sdk-php
PHP SDK to send messages with CM.com
Stars: ✭ 18 (-80.85%)
Mutual labels:  imessage
cat-message
Finds cat images/videos/gifs on reddit, sends them to my mom via applescript
Stars: ✭ 35 (-62.77%)
Mutual labels:  imessage
ViziMessage
Visualize your iMessage history and interactions.
Stars: ✭ 18 (-80.85%)
Mutual labels:  imessage
MaterialTeaTimer
A material tea-timer for android
Stars: ✭ 35 (-62.77%)
Mutual labels:  fdroid
taskw-dart
Taskwarrior-inspired mobile todo app
Stars: ✭ 58 (-38.3%)
Mutual labels:  fdroid
zen-client
Zen's cross-platform desktop client 💬💻
Stars: ✭ 38 (-59.57%)
Mutual labels:  imessage
Droid-ify
F-Droid client with Material UI.
Stars: ✭ 1,048 (+1014.89%)
Mutual labels:  fdroid

AirMessage for Android

AirMessage's website header

AirMessage lets people use iMessage on the devices they like. AirMessage for Android is the project's client for Android devices, with an emphasis on feeling like a part of the Android ecosystem. AirMessage for Android can be downloaded from the Google Play Store or from F-Droid.

Other AirMessage repositories: Server | Web | Connect (community)

Getting started

AirMessage for Android uses RxJava to manage its internal logic. If you're not familiar with RxJava, the repository's README file is a great place to get started:

https://github.com/ReactiveX/RxJava

AirMessage for Android hooks in to Google Cloud and Firebase to utilize services like FCM, Google Maps, and Crashlytics. The app will not build without a valid configuration, so to get started quickly, you can copy the app/fullRelease/google-services.default.json file to app/fullRelease/google-services.json to use a pre-configured Firebase project, or you may provide your own Firebase configuration file. Similarly, the app will use the API key found in secrets.default.properties for Google Maps by default, and you can supply your own in secrets.properties.

Building and running for AirMessage Connect

In order to help developers get started quickly, we host a separate open-source version of AirMessage Connect at connect-open.airmessage.org. Firebase requires apps to be signed with a designated keystore file in order to enable Google-sign in, so you can copy the signingshared/shared.keystore.disabled file to signingshared/shared.keystore, which will cause Gradle to use this keystore file in debug builds instead of your local one.

Since this version of AirMessage Connect is hosted in a separate environment from official servers, you will have to be running a version of AirMessage Server that also connects to the same server.

We kindly ask that you do not use AirMessage's official Connect servers with any unofficial builds of AirMessage-compatible software.


Thank you for your interest in contributing to AirMessage! You're helping to shape the future of an open, secure messaging market. Should you have any questions, comments, or concerns, please shoot an email to [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].