StoneAge
A self-hosted P2P messenger - you will need an S3 bucket to use it
Screenshots
Description
A simple P2P messenger app, with no central backend - requires user-provided S3 bucket to function.
All data is stored on your device and in your S3 bucket. Messages are end-to-end encrypted and exchanged via a P2P protocol over S3.
No phone number is required.
Supports text, images, audio, video. No voice or video calls.
For more details see https://cweb.gitlab.io/StoneAge.html
Forked from [Conversations](https://github.com/siacs/Conversations)
with communication protocol switched from XMPP to [Cweb](https://cweb.gitlab.io).
Versions
Permissions
What the app asks the system for. Android only grants sensitive access after you confirm it.
- Bluetooth connectionConnect to paired Bluetooth devices.
- Write storageCreate and change files on the device storage.
- Read storageRead files on the device storage.
- READ_PROFILE
- Phone stateDetect ongoing calls and read device information.
- Internet accessSend and receive data over the internet.
- Network stateCheck whether and how the device is connected.
- Prevent sleepingKeep the device from going to sleep.
Show 32 more permissions
- Run at startupStart automatically after the device is switched on.
- VibrationControl the vibration alert.
- REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
- Approximate locationDetermine the location via the network.
- Precise locationDetermine the location via GPS.
- Wi-Fi stateRead information about the Wi-Fi connection.
- CameraTake photos and videos.
- MicrophoneRecord audio.
- BluetoothConnect to Bluetooth devices.
- Audio settingsAdjust volume and audio output.
- USE_FULL_SCREEN_INTENT
- Display over other appsDraw content on top of other apps.
- NotificationsShow notifications.
- Foreground serviceKeep running in the background, visible in the status bar.
- FOREGROUND_SERVICE_DATA_SYNC
- permission.READ
- permission.WRITE
- permission.READ_SETTINGS
- permission.UPDATE_SHORTCUT
- permission.BROADCAST_BADGE
- permission.PROVIDER_INSERT_BADGE
- permission.UPDATE_COUNT
- permission.UPDATE_BADGE
- permission.CHANGE_BADGE
- permission.READ_SETTINGS
- permission.WRITE_SETTINGS
- READ_APP_BADGE
- permission.READ_SETTINGS
- permission.WRITE_SETTINGS
- permission.BADGE_COUNT_READ
- permission.BADGE_COUNT_WRITE
- messenger.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
Comments