Stefan Hausotte
d7a883efda
test: update forgejo to version 15
2026-04-20 16:52:59 +02:00
Stefan Hausotte
d879440577
fix: "dismiss" not available on notifactions in "All Instance" view
2026-04-14 18:46:34 +02:00
Stefan Hausotte
666b8e57c3
chore: update version
2026-04-01 13:49:54 +02:00
Stefan Hausotte
bf65e6d13d
fix: multi-instance persistent cache
2026-03-31 23:09:18 +02:00
Stefan Hausotte
2c2b61e249
feat: filter for repos #16
2026-03-31 20:11:22 +02:00
secana
095adfb22a
Merge pull request 'feat/persistent-cache' ( #25 ) from feat/persistent-cache into main
...
Reviewed-on: https://codeberg.org/secana/Forji/pulls/25
2026-03-28 19:32:18 +01:00
Stefan Hausotte
25de1be2d9
feat: disable PR view for mirrored repos
2026-03-28 19:31:07 +01:00
Stefan Hausotte
5aa65525cf
feat: persistent cache #17
2026-03-28 19:31:07 +01:00
Stefan Hausotte
c42ed9552e
test: improve test runtime
...
Reviewed-on: https://codeberg.org/secana/Forji/pulls/24
Co-authored-by: Stefan Hausotte <stefan.hausotte@gmx.de>
Co-committed-by: Stefan Hausotte <stefan.hausotte@gmx.de>
2026-03-23 19:07:55 +01:00
Stefan Hausotte
253f3e88d1
feat: implement iOS notifications #6
...
Naive implementation for iOS notifications.
Problem: Forgejo does not support push notifications. We need to pull every X minutes for new notifications. The even bigger problem: iOS does not support background polling. So this is more a "as good as possible" but not good approach.
Reviewed-on: https://codeberg.org/secana/Forji/pulls/23
Co-authored-by: Stefan Hausotte <stefan.hausotte@gmx.de>
Co-committed-by: Stefan Hausotte <stefan.hausotte@gmx.de>
2026-03-22 17:43:21 +01:00
Stefan Hausotte
92a928b2f4
fix: missing merge button
...
Co-authored-by: Stefan Hausotte <stefan.hausotte@gmx.de>
Co-committed-by: Stefan Hausotte <stefan.hausotte@gmx.de>
2026-03-22 11:54:24 +01:00
secana
07727b6f90
Merge pull request 'refactor: reduce code complexity' ( #21 ) from refactor/reduce-complexity into main
2026-03-22 11:42:40 +01:00
Stefan Hausotte
556c614011
refactor: reduce code complexity ( #19 )
...
Co-authored-by: Stefan Hausotte <stefan.hausotte@gmx.de>
Co-committed-by: Stefan Hausotte <stefan.hausotte@gmx.de>
2026-03-21 15:57:34 +01:00
Stefan Hausotte
d61851b9e9
refactor: reduce code complexity
2026-03-21 15:52:53 +01:00
Stefan Hausotte
0bcca64d3a
refactor: small changes
2026-03-21 15:23:44 +01:00
Stefan Hausotte
10bbed5596
feat: combined instance view ( #18 )
...
Co-authored-by: Stefan Hausotte <stefan.hausotte@gmx.de>
Co-committed-by: Stefan Hausotte <stefan.hausotte@gmx.de>
2026-03-21 15:03:28 +01:00
Stefan Hausotte
70a1cf010a
chore: bump version to 1.2
2026-03-15 21:19:16 +01:00
Stefan Hausotte
43900cfb11
fix: linting errors
2026-03-15 21:07:22 +01:00
Stefan Hausotte
3adda37fb1
refactor: clean up justfile
2026-03-12 19:37:33 +01:00
Stefan Hausotte
6596f6116d
test: switch from bash to swift for integration test setup
2026-03-11 22:44:19 +01:00
Stefan Hausotte
0505a03bc8
fix: code review issues
2026-03-11 20:51:43 +01:00
Stefan Hausotte
a7fa09f6ea
feat: cache views instead of reloading all items #12
2026-03-11 20:27:38 +01:00
Stefan Hausotte
eede8a3467
test: fix tests
2026-03-11 19:42:25 +01:00
Stefan Hausotte
781826004b
feat: show only user related content #11
2026-03-10 21:39:52 +01:00
Stefan Hausotte
57fd862149
fix: missing gap on top of list itmes #10
2026-03-10 20:47:42 +01:00
Stefan Hausotte
ddefefdd7f
fix: surpress "canelled" error on view switches #9
2026-03-10 20:21:47 +01:00
Stefan Hausotte
3ba19d328b
docs: add licence grant
2026-03-09 20:46:31 +01:00
Stefan Hausotte
26bba7d7ee
feat: add "mirror" badge for mirrored repos #8
2026-03-09 20:41:34 +01:00
Stefan Hausotte
79742e761d
feat: HTML rendering in markdown files #7
2026-03-09 20:27:08 +01:00
Stefan Hausotte
d51ac33c71
feat: add "archived" markter to repos #2
2026-03-09 18:46:10 +01:00
Stefan Hausotte
252a72150a
docs: add App Store link to readme
2026-03-09 18:02:07 +01:00
Stefan Hausotte
f5849f4b69
docs: change the way the version is set
2026-03-08 20:02:12 +01:00
Stefan Hausotte
18d61c4b18
fix: missing comma on preview
2026-03-08 19:55:08 +01:00
Stefan Hausotte
33c6938b6c
docs: improve distribution docs
2026-03-08 19:51:42 +01:00
Stefan Hausotte
003fbb9703
chore: format code
2026-03-08 19:48:37 +01:00
Stefan Hausotte
5bfb5babe0
chore: bump version for new release
2026-03-08 19:45:50 +01:00
Stefan Hausotte
0e4aba2c62
docs: add instructions to release a new version
2026-03-08 19:45:38 +01:00
Stefan Hausotte
6c171b2ae3
test: add tests for token authentication
2026-03-08 18:25:39 +01:00
Stefan Hausotte
d5e7ccdc4d
ci: add clean up command for integration tests
2026-03-08 18:24:07 +01:00
secana
ac49851639
feat(auth): add api token login support' ( #5 )
2026-03-08 16:27:12 +01:00
PandaDEV
27e3f40857
refactor: rename UI selector Credentials to Password for clarification of action
2026-03-08 01:19:12 +01:00
PandaDEV
d60c392489
feat(auth): add api token login support
2026-03-08 00:48:20 +01:00
Stefan Hausotte
9fccd2812f
feat: screenshots for App Store publishing
2026-02-28 23:02:16 +01:00
Stefan Hausotte
1ab005edff
fix: app preview disabled in release builds
2026-02-28 23:01:59 +01:00
Stefan Hausotte
47a3b59968
feat: add privacy policy
2026-02-28 21:51:39 +01:00
Stefan Hausotte
016f555c1e
feat: prepare publishing
...
- add screenshots
- add PrivacyInfo file
2026-02-28 21:49:55 +01:00
Stefan Hausotte
80e611540c
fix: clean up user data
2026-02-28 21:23:12 +01:00
Stefan Hausotte
108482c05a
feat: improve settings page
2026-02-28 21:20:04 +01:00
Stefan Hausotte
96d1805a48
feat: add dotfiles
2026-02-28 21:18:14 +01:00
Stefan Hausotte
5adc0102eb
feat: inital commit
...
Forji is an iOS app to interact with a Forgejo instance
2026-02-28 21:08:13 +01:00