digidem / digidem/comapeo-core-react-native

Serve blobs/icons over Unix domain socket + content provider

Open
#31 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area: android priority: P2
Dominant language
Kotlin
Stars
1
Forks
0
Avg merge
8h 24m
Merged PRs (30d)
9

Description

Currently blobs and icons are served via the embedded HTTP server. Goal: serve them over a Unix domain socket and wrap them in a content provider on Android. This would prohibit access to the HTTP server from other apps, and simplify sharing with other apps.

Source: docs/Todos.md.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with docs/Todos.md, then locate the embedded HTTP server and the Android integration that would expose a content provider. Define how blobs and icons move through a Unix domain socket and content provider, and verify that other apps can no longer access them through the HTTP server while intended sharing still works.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
backend, mobile
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.