cf05e60251
SEO blogpost
2026-08-05 19:39:22 +02:00
c9e776ae98
Press
2026-07-30 10:03:37 +02:00
018b751723
App copy
2026-07-27 16:42:04 +02:00
c7c1864fc6
Share funktion
2026-07-16 17:13:37 +02:00
52c9dfb472
Onboarding
2026-07-16 17:09:00 +02:00
824ad69bf2
Download ping
2026-07-13 00:03:28 +02:00
5c48def4e1
TTikotok V4
2026-07-10 11:29:04 +02:00
9be9b2987b
TTikotok
2026-07-08 22:07:59 +02:00
cc28a157d4
TikTok api
2026-07-08 19:03:35 +02:00
6b57a2acfc
Onboarding flow
2026-07-06 22:25:52 +02:00
99cd885833
Testflight
2026-07-06 15:33:53 +02:00
Timo Knuth
673ead2e3a
feat(app): finish onboarding auth flow
2026-07-06 14:32:20 +02:00
Timo Knuth
a1a3367ce4
feat(app): Stitch question screens with shared layout, pre-auth answer buffering
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-06 14:04:48 +02:00
Timo Knuth
58b4ad9314
feat(app): personalizing progress screen, auto-advances to paywall
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-06 14:00:45 +02:00
Timo Knuth
3bad23c258
feat(app): benefit slides with native overlays
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-06 14:00:41 +02:00
Timo Knuth
3675f573e1
feat(app): Stitch welcome screen with social proof
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-06 13:51:26 +02:00
Timo Knuth
c24544a1b7
feat(app): buffer onboarding answers before auth, flush to profile after sign-up/login
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-06 13:50:22 +02:00
Timo Knuth
84624e50cf
fix(app): free-tier billing management view, loading guard, dead paywall code cleanup
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-06 13:47:56 +02:00
Timo Knuth
91dddc5137
fix(app): restore tappable Privacy/Terms links on paywall
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-06 13:34:20 +02:00
Timo Knuth
30a2537eaa
feat(app): Stitch paywall — single plan card with free-trial toggle
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-06 13:31:37 +02:00
Timo Knuth
b2dbd3e652
feat(app): paywall is param-driven and dismissible; onboarding context routes X to sign-up
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-06 13:31:02 +02:00
Timo Knuth
88b12aeb00
fix(app): review fixes — billing-unknown pre-check, free-user top-ups, pro out-of-credits copy
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-06 13:19:15 +02:00
Timo Knuth
4ddf16ed20
feat(app): scanner uses real credits for free users, demo mode only for guests
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-06 13:08:46 +02:00
Timo Knuth
6e6041bb5b
feat(app): remove hard-paywall redirect — signed-in free users reach the app
...
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-06 13:05:25 +02:00
c40531b6ae
Bug fixes
2026-07-05 17:52:43 +02:00
26713b13b1
SEO
2026-05-18 15:59:46 +02:00
2658c37453
App chrash + seo
2026-05-10 22:37:01 +02:00
9386ae1be7
Onboarding
2026-05-08 13:00:30 +02:00
d37b49f1f6
Harte Paywall
2026-04-29 21:17:49 +02:00
86631a9bc0
Hard paywall
2026-04-28 20:35:53 +02:00
3e9f863121
Onboarding
2026-04-22 21:37:52 +02:00
77b98a3ebf
Not a Plant Fehlermeldung
2026-04-17 13:12:36 +02:00
09078c3c20
feat: implement plant health check functionality with AI analysis, credit management, and UI integration
2026-04-08 21:27:50 +02:00
de8130686a
feat: implement plant health scanning functionality with backend integration and UI support
2026-04-08 19:34:43 +02:00
c3fed5226a
feat: + initialize project with docker-compose infrastructure and server application logic
2026-04-08 00:18:09 +02:00
1b40f1eb1b
feat: implement billing and subscription management screen with RevenueCat integration
2026-04-04 21:33:51 +02:00
363f5f60d1
feat: implement billing system with credit tracking and RevenueCat integration
2026-04-04 12:15:16 +02:00
c13eb331be
feat: add data privacy settings screen and initialize backend service infrastructure
2026-04-03 19:41:04 +02:00
08483c7075
Slefhostet und postgres
2026-04-02 11:39:57 +02:00
b1c99893a6
Launch
2026-03-29 10:26:38 -05:00
Timo Knuth
05d4f6e78b
Initial commit for Greenlens
2026-03-16 21:31:46 +01:00
Timo Knuth
98e5bfbafd
fix: add auth endpoints to server, fix auth bypass and registration
...
- server/: commit server code for the first time (was untracked)
- POST /auth/signup and /auth/login endpoints now deployed
- GET /v1/billing/summary now verifies user exists in auth_users
(prevents stale JWTs from bypassing auth → fixes empty dashboard)
- app/_layout.tsx: dual-marker install check (SQLite + SecureStore)
to detect fresh installs reliably on Android
- app/auth/login.tsx, signup.tsx: replace Ionicons leaf logo with
actual app icon image (assets/icon.png)
- services/authService.ts: log HTTP status + server message on auth errors
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-02 11:08:32 +01:00