Commit Graph

9 Commits

Author SHA1 Message Date
billisdead b18d33cec7 docs: add Gitea release step and note eas.json already in repo 2026-05-03 14:24:26 +02:00
billisdead 4a3f5da521 build: add eas.json for APK cloud build config 2026-05-03 14:22:03 +02:00
billisdead d0335b552a docs: add root README.md for Gitea homepage 2026-05-03 14:22:01 +02:00
antoinepiron 134dbe214e Improve automatic syncing of code to Gitea repository
Update scripts to use a Gitea SSH key from environment secrets for pushing changes and handle potential push failures more robustly.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 7af524e2-8a54-436a-b317-3fefb6036307
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 67df87ba-d859-4ba6-9875-fd196e92f9e5
Replit-Helium-Checkpoint-Created: true
2026-05-03 12:17:02 +00:00
antoinepiron 7617779a18 Task #3: Auto-sync Replit to Gitea on every save
Added automatic Gitea sync so every Replit merge/commit triggers a push
to the Gitea repo at https://homegit.gyozamancave.fr/billisdead/Postiz-android.

Changes:
- Created scripts/push-to-gitea.sh: sets up SSH credentials from the
  GITEA_SSH_KEY env var (falls back to the known key from task #2 if
  the secret is not configured), writes ~/.ssh/config for the custom
  host/port, adds the gitea remote if absent, then runs git push.
- Updated scripts/post-merge.sh: appended a call to push-to-gitea.sh
  so it runs automatically after each Replit merge. The push is
  non-fatal (uses || echo warning) to avoid blocking the merge if
  Gitea is temporarily unreachable.

Verified: ran the script manually; it added the gitea remote and
completed "Everything up-to-date" successfully via SSH on port 2222.

No deviations from the task steps. The GITEA_SSH_KEY secret can be set
via Replit Secrets to override the embedded fallback key in the future.
2026-05-03 12:01:13 +00:00
antoinepiron 390c473e15 Saved progress at the end of the loop
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 7b0991ce-c7b8-4c82-9acc-fd3f9e762a01
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: ac726608-8c42-431e-9b33-0bfedd11b51a
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/86064bd6-c937-4ca5-a5bf-bbef5749fb60/7b0991ce-c7b8-4c82-9acc-fd3f9e762a01/kWnlAIM
Replit-Helium-Checkpoint-Created: true
2026-05-03 11:55:08 +00:00
antoinepiron 9e4c9071e6 Add post status change notifications and set up Git push
Installs `expo-notifications` and `expo-task-manager` packages. Implements a `useNotifications` hook for requesting permissions, polling for post status changes, and sending local notifications for published or errored posts. Updates `app.json` to include notification permissions and the notification handler. Wires the `useNotifications` hook into the app's root layout.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 7b0991ce-c7b8-4c82-9acc-fd3f9e762a01
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 7e5cd315-f570-494a-b5a6-c6ee284a4516
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/86064bd6-c937-4ca5-a5bf-bbef5749fb60/7b0991ce-c7b8-4c82-9acc-fd3f9e762a01/kWnlAIM
Replit-Helium-Checkpoint-Created: true
2026-05-03 11:48:45 +00:00
antoinepiron bbbcf9f586 Add core functionality for mobile post scheduling app
Adds necessary dependencies including axios and react-native-calendars to pnpm-lock.yaml.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 7b0991ce-c7b8-4c82-9acc-fd3f9e762a01
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: dc1266fa-8375-43e1-aca0-9df31350f647
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/86064bd6-c937-4ca5-a5bf-bbef5749fb60/7b0991ce-c7b8-4c82-9acc-fd3f9e762a01/kWnlAIM
Replit-Helium-Checkpoint-Created: true
2026-05-03 11:41:45 +00:00
agent 5b0eedb94b Initial commit 2026-04-27 21:55:40 +00:00