*Abandoned* Decentralized messenger for Android, which work on top of TomP2P DHT.
Go to file
2019-04-25 16:20:39 +00:00
.idea Added BerkeleyDB as storage backend, added support of Kotlin lang, fixed some bugs 2019-04-07 14:04:50 +04:00
app Added updating preferences view when username is changed 2019-04-25 17:17:39 +03:00
gradle/wrapper Update gradle 2019-04-25 17:18:13 +03:00
.gitignore Added updating preferences view when username is changed 2019-04-25 17:17:39 +03:00
build.gradle Update gradle 2019-04-25 17:18:13 +03:00
gradle.properties Implemented custom storage for peer (standard impl isn't working on Android, so custom impl was build on top of MVStore), added JBoss Serialization lib. Also added basic peer initialization (non architectured yet) 2019-03-11 21:23:55 +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 Create LICENSE 2019-02-26 13:04:18 +03: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