Commit Graph

  • fb64b671d0 fix(mobile): replace 404 media library error with session-required state and device gallery fallback main v1.0.12 billisdead 2026-06-16 19:08:15 +02:00
  • 0cf5800463 fix(mobile): restore images on repost, improve media library 404 error, null-safe stripHtml v1.0.11 billisdead 2026-06-16 08:31:34 +02:00
  • 20ca6e0334 feat(compose): group channels by customer with tap-to-select-all v1.0.10 billisdead 2026-06-11 21:54:49 +02:00
  • 9abd05d05a feat(compose): tap-to-select-all workspace + flat channel chips v1.0.9 billisdead 2026-06-11 18:46:35 +02:00
  • 59b688dafb feat: add dynamic changelog bullet points to GitHub release notes billisdead 2026-06-11 16:32:41 +02:00
  • 8b7a2eb644 feat: multi-workspace support + channels grouped by workspace and network v1.0.8 billisdead 2026-06-11 14:50:20 +02:00
  • d4c16ccf97 chore: translate release notes to English v1.0.7 billisdead 2026-06-11 08:21:44 +02:00
  • 0696f5663e feat: multi-images, media library, + fix HTML in notifications v1.0.6 billisdead 2026-06-10 17:09:08 +02:00
  • 4a531df8bd fix: strip HTML-encoded tags (decode entities before stripping) v1.0.5 billisdead 2026-06-10 17:01:15 +02:00
  • 365f44dbe4 feat: official Postiz icon + strip HTML from post content display v1.0.4 billisdead 2026-06-10 16:08:43 +02:00
  • 40c2ce20f3 feat: resize images to max 1920px before upload v1.0.3 billisdead 2026-06-10 15:58:12 +02:00
  • aa516667cd fix(ci): skip on Gitea + add contents:write for release creation v1.0.2 billisdead 2026-06-10 13:36:13 +02:00
  • f6fcf35cf8 fix(ci): add caching + remove unnecessary expo-cli install to fix 30m timeout v1.0.1 billisdead 2026-06-10 10:29:06 +02:00
  • 2869f4ee5f fix(ci): use --no-frozen-lockfile to handle pnpm overrides platform mismatch v1.0.0 billisdead 2026-06-10 09:09:12 +02:00
  • 614a353b3c chore: remove Replit/homegit references for public GitHub repo billisdead 2026-06-10 09:05:46 +02:00
  • 7111162f14 fix: resolve pnpm monorepo Metro bundling + add GitHub release workflow billisdead 2026-06-10 08:57:35 +02:00
  • aaf6b2aa07 fix: force JAVA_HOME to ~/jdk21 when system Java ≥ 25 billisdead 2026-06-07 20:52:54 +02:00
  • e051ce8e7f docs: rewrite README for local build workflow, drop EAS references billisdead 2026-06-07 20:48:44 +02:00
  • 7f39d79190 fix: correct NDK package name to ndk;28.2.13676358 (stable) billisdead 2026-06-07 20:45:10 +02:00
  • 979a5c1dd3 fix: replace broken expo config plugin with post-prebuild Python patch billisdead 2026-06-07 20:36:38 +02:00
  • 20226caef4 build: remove expo.dev/EAS dependency, add local Android build pipeline billisdead 2026-06-07 20:32:18 +02:00
  • 7aacb9a53e feat: UX improvements, security hardening, and code cleanup billisdead 2026-06-07 22:20:56 +02:00
  • bc0973ccaa docs: translate README files from French to English billisdead 2026-06-03 13:17:04 +02:00
  • 4dc746514a feat: add sort toggle (newest/oldest) in posts filter bar billisdead 2026-05-22 13:40:56 +02:00
  • 55d283c264 fix: reschedule via delete+recreate, sort posts chrono, show account name billisdead 2026-05-22 13:19:41 +02:00
  • e1a294fc96 fix: always include image array in post value to satisfy Postiz API validation billisdead 2026-05-22 09:16:07 +02:00
  • 554b16d6cb feat: enable internal distribution on preview build profile billisdead 2026-05-22 07:49:33 +02:00
  • be57d581ac debug: log POST body and full 400 response in compose billisdead 2026-05-21 23:32:36 +02:00
  • 3d2ba858bb fix: omit empty image array and bogus id from post value items billisdead 2026-05-21 22:51:59 +02:00
  • 3191691fff feat: add long-press contextual actions on post cards billisdead 2026-05-17 21:52:07 +02:00
  • 803f147fbb fix: remove Replit-specific expo-router origin from app.json billisdead 2026-05-17 08:06:00 +02:00
  • 69b94ab7c0 fix: use globalThis.fetch for image upload on Android billisdead 2026-05-16 21:18:29 +02:00
  • da31d47061 fix: align POST /posts payload with Postiz public API v1 format billisdead 2026-05-16 21:09:28 +02:00
  • 5994be5ddc fix: improve POST payload and error reporting in compose billisdead 2026-05-16 12:48:22 +02:00
  • d3275207bd fix: revert incorrect Bearer prefix on Authorization header billisdead 2026-05-16 12:42:00 +02:00
  • d3e327174e fix: align dependency versions with Expo SDK 54 billisdead 2026-05-16 12:37:01 +02:00
  • ba9e4a5add fix: resolve TypeScript errors caught by typecheck billisdead 2026-05-16 12:34:09 +02:00
  • c89f61a77f fix: store axios instance correctly in useState billisdead 2026-05-16 12:31:27 +02:00
  • ae222a2077 api server corrections billisdead 2026-05-16 12:27:25 +02:00
  • 4a31ddfb2f batch corrections billisdead 2026-05-16 12:24:12 +02:00
  • c7226a4ed9 correction request billisdead 2026-05-16 11:44:34 +02:00
  • 39d5e5d269 correction request billisdead 2026-05-16 11:23:31 +02:00
  • 43105f6bdc correction notifications billisdead 2026-05-16 08:33:22 +02:00
  • b02d34453e Task #5: Fix Postiz API base URL, improve error logging, push to Gitea antoinepiron 2026-05-04 04:33:27 +00:00
  • 4ba02d299b Git commit prior to merge antoinepiron 2026-05-04 04:33:26 +00:00
  • 24a5c5aa8c Task #3: Auto-sync Replit to Gitea — complete antoinepiron 2026-05-03 12:28:40 +00:00
  • 373435ecfe docs: push README.md to Gitea (Task #4) antoinepiron 2026-05-03 12:07:33 +00:00
  • 2f0889ef4d Add comprehensive documentation for the mobile application antoinepiron 2026-05-03 12:04:32 +00:00
  • 390c473e15 Saved progress at the end of the loop antoinepiron 2026-05-03 11:55:08 +00:00
  • 9e4c9071e6 Add post status change notifications and set up Git push antoinepiron 2026-05-03 11:48:45 +00:00
  • bbbcf9f586 Add core functionality for mobile post scheduling app antoinepiron 2026-05-03 11:41:45 +00:00
  • 5b0eedb94b Initial commit agent 2026-04-27 21:55:40 +00:00