60 Commits

Author SHA1 Message Date
f91cdb0801 feat: persist API keys across restarts via tauri-plugin-store
All checks were successful
Android Universal Build / build-android (push) Successful in 12m9s
Keys are saved to keys.json in the app's private data directory
on both Linux and Android. load_keys is called on app mount to
restore them into NewsState before the first news fetch.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
v1
2026-03-16 15:44:36 +01:00
a91537fccf update: workflow and css
Some checks failed
Android Universal Build / build-android (push) Has been cancelled
2026-03-16 15:35:05 +01:00
0d531d5b7c docs: add ARCHITECTURE.md and AGENTS.md, split CSS, fix justfile
- Add ARCHITECTURE.md with full system overview (data flow, modules, build)
- Add AGENTS.md as a guide for future AI agents working on this project
- Split monolithic styles.css into focused files under assets/:
  variables, animations, layout, navbar, header, cards, config,
  filters, utils, greet
- Fix justfile: replace `cargo run tauri dev/build` with `cargo tauri dev/build`

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-16 15:02:36 +01:00
ef98a11bb8 Filter options
All checks were successful
Android Build Final Fixed / build-android (push) Successful in 12m29s
2026-03-06 16:55:28 +01:00
9518385718 chore: bump version to v0.5.0
All checks were successful
Android Build Final Fixed / build-android (push) Successful in 12m3s
2026-02-11 14:28:34 +01:00
7cc483b54c chore: bump version to v0.5.0
Some checks failed
Android Build Final Fixed / build-android (push) Has been cancelled
2026-02-11 14:25:56 +01:00
fdae53b7eb Zapstore.yaml
Some checks failed
Android Build Final Fixed / build-android (push) Has been cancelled
2026-02-11 14:15:29 +01:00
53e5b3ba93 fix tauri cli syntax
Some checks failed
Android Build Final Fixed / build-android (push) Has been cancelled
v0.4.2
2026-02-11 13:50:30 +01:00
3012f84663 Update android workflow to universal apk
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 9m10s
v0.4.1
2026-02-11 13:11:37 +01:00
c7a0272df3 Update android workflow to universal apk
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 1m34s
v0.4.0
2026-02-11 13:08:34 +01:00
1e1614b96d new hashtag filter option
All checks were successful
Android Build Final Fixed / build-android (push) Successful in 7m46s
v0.3.0
2026-01-31 13:07:57 +01:00
e355c1014b update README with Logo
All checks were successful
Android Build Final Fixed / build-android (push) Successful in 7m21s
v0.2.0
2026-01-31 11:48:41 +01:00
e656ea99fa style: update app icons 2026-01-31 11:46:48 +01:00
d0c6fa85b4 updated README and License 2026-01-31 11:44:33 +01:00
f18285b853 security: remove hardcoded secret key and improve key handling
All checks were successful
Android Build Final Fixed / build-android (push) Successful in 7m27s
v0.1.1
2026-01-30 22:39:13 +01:00
88e7d0cf6b Build: Android-Signierung hinzugefügt
All checks were successful
Android Build Final Fixed / build-android (push) Successful in 7m13s
v0.1.0
2026-01-30 22:03:20 +01:00
6a11a0e0d7 Build: Android-Signierung hinzugefügt
All checks were successful
Android Build Final Fixed / build-android (push) Successful in 7m29s
2026-01-30 21:53:55 +01:00
f2d36798ba Build: Android-Signierung hinzugefügt
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 7m23s
2026-01-30 21:45:18 +01:00
6b89925ab8 Build: Android-Signierung hinzugefügt
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 7m13s
2026-01-30 21:35:00 +01:00
edefcab01c Build: Android-Signierung hinzugefügt
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 7m10s
2026-01-30 21:26:41 +01:00
c41394e116 Build: Android-Signierung hinzugefügt
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 7m12s
2026-01-30 21:17:46 +01:00
c6c00d1e4b Build: Android-Signierung hinzugefügt
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 7m9s
2026-01-30 21:07:52 +01:00
c00e9c83c9 Build: Android-Signierung hinzugefügt
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 7m15s
2026-01-30 20:42:59 +01:00
0f9d28de61 Build: Android-Signierung hinzugefügt
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 2m7s
2026-01-30 20:36:43 +01:00
432185a92d Build: Android-Signierung hinzugefügt
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 58s
2026-01-30 20:33:22 +01:00
89509418be Build: Android-Signierung hinzugefügt
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 7m9s
2026-01-30 20:18:33 +01:00
bd7306ecf2 Build: Android-Signierung hinzugefügt
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 2m26s
2026-01-30 20:15:23 +01:00
c5053e70db Build: Android-Signierung hinzugefügt
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 0s
2026-01-30 20:14:02 +01:00
c744f3bcc5 Android Build CD/CI
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 5m38s
2026-01-30 19:51:39 +01:00
174da803ec Android Build CD/CI
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 2m29s
2026-01-30 19:43:07 +01:00
ca9e360bfd Android Build CD/CI
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 2m23s
2026-01-30 19:38:49 +01:00
4b4331cd0c Groq and OR switch without save
All checks were successful
Android Build Final Fixed / build-android (push) Successful in 7m8s
2026-01-27 06:29:46 +01:00
20f6191385 Xiaomi Runner Config
All checks were successful
Android Build Final Fixed / build-android (push) Successful in 7m48s
2026-01-23 18:54:17 +01:00
523046bb3a Xiaomi Runner Config
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 7m33s
2026-01-23 18:41:48 +01:00
c18df2143a Xiaomi Runner Config
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 2m39s
2026-01-23 18:37:43 +01:00
3789859d90 Xiaomi Runner Config
All checks were successful
Android Build Final Fixed / build-android (push) Successful in 7m39s
2026-01-23 17:44:29 +01:00
e2710a81b3 Xiaomi Runner Config
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 2m5s
2026-01-23 17:41:19 +01:00
d32532274f Xiaomi Runner Config
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 1m29s
2026-01-23 17:38:12 +01:00
6301be3be0 Xiaomi Runner Config
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 1m30s
2026-01-23 17:27:15 +01:00
f365cb00a0 Xiaomi Runner Config
Some checks failed
Android Build Final Fixed / build-android (push) Failing after 2m10s
2026-01-23 17:21:51 +01:00
935a50d677 Xiaomi Runner Config
Some checks failed
Android Build Final / build-android (push) Failing after 8m39s
2026-01-23 17:11:13 +01:00
51fc52125d Xiaomi Runner Config
Some checks failed
Android Build Cargo Final / build-android (push) Failing after 24s
2026-01-23 17:08:56 +01:00
3c04fd7f24 Xiaomi Runner Config
Some checks failed
Android Build (Xiaomi) / build-android (push) Failing after 1m56s
2026-01-23 17:03:51 +01:00
5ff05d6550 Xiaomi Runner Config
Some checks failed
Android Build (Xiaomi) / build-android (push) Failing after 1m50s
2026-01-23 17:00:40 +01:00
9d84ee39f1 Xiaomi Runner Config
Some checks failed
Android Build (Xiaomi) / build-android (push) Failing after 1m49s
2026-01-23 16:57:55 +01:00
2180187df7 Xiaomi Runner Config
Some checks failed
Android Build (Xiaomi) / build-android (push) Failing after 1m53s
2026-01-23 16:54:35 +01:00
d682adda6f Xiaomi Runner Config
Some checks failed
Android Build (Xiaomi) / build-android (push) Failing after 55s
2026-01-23 16:52:42 +01:00
65e8c25599 Xiaomi Runner Config
Some checks failed
Android Build (Xiaomi) / build-android (push) Failing after 2m1s
2026-01-23 16:49:03 +01:00
7b7e769904 Xiaomi Runner Config
Some checks failed
Android Build (Xiaomi) / build-android (push) Failing after 1s
2026-01-23 16:47:16 +01:00
0946465c50 Android UI Fix 2026-01-22 14:57:42 +01:00