*Abandoned* Decentralized messenger for Android, which work on top of TomP2P DHT.
Go to file
2019-05-23 17:31:15 +04:00
.idea Added logout system. Fixed bug when logging in (when network error). Code cleanup. 2019-05-23 15:23:03 +04:00
app Removed old layouts (cleanup) 2019-05-23 17:31:15 +04:00
gradle/wrapper Removed TomP2P and downgraded Gradle 2019-05-21 16:41:40 +04:00
.gitignore Added updating preferences view when username is changed 2019-04-25 17:17:39 +03:00
build.gradle Added letter icon in avatar if user has no avatar 2019-05-23 17:05:05 +04:00
gradle.properties Changed DHT storage to the newest patched MapDB (3.0.7) from my repo: https://github.com/ChronosX88/mapdb/ 2019-04-27 18:06:23 +04:00
gradlew Added patched MapDB (v1.0.6), some changes in DataSerializerEx to prevent app crash 2019-04-06 07:16:04 +04:00
gradlew.bat [WIP] Made a wrapper for the local database. 2019-03-26 15:06:36 +04:00
LICENSE Moved interclass communication to EventBus library from greenrobot, implemented loading roster entries and user avatars. Refactored service system 2019-05-22 23:42:01 +04:00
README.md Update README.md 2019-04-25 16:20:39 +00:00
settings.gradle Initial commit 2019-02-26 13:53:45 +04:00

Influence

This is a decentralized messenger for Android, which work on top of TomP2P DHT.

Table of Contents

Intro

[Soon]

Getting started

  1. Clone repo:
$ git clone https://github.com/ChronosX88/Influence-android
$ cd Influence-android
  1. Simply open project in Android Studio.

(Also exists precompiled APKs - see Releases)

⇧ back to top

Features

  • 1:1 chats
  • Decentralized message storage
  • Username system
  • Group chats [Soon]
  • Encryption [Soon]
  • Channels (like Telegram) [Soon]
  • Profile pictures [Soon]

⇧ back to top

⇧ back to top

License

This project is licensed under the GNU GPLv3 License - see the LICENSE file for details.

⇧ back to top

Author

Author : ChronosX88
Email : chronosx88@gmail.com
Github : https://github.com/ChronosX88/Influence-android.git

forthebadge

⇧ back to top