nkanaev
ed726f26f4
change DeleteOldItems logic
2026-04-27 21:41:56 +01:00
nkanaev
760f611007
add item.last_arrived field
2026-04-27 21:05:25 +01:00
nkanaev
49c704037b
cmd: modernize -fix ./cmd/...
2026-04-27 20:44:24 +01:00
nkanaev
7a5f8a5e41
use template icon on macos
2026-04-27 13:49:06 +01:00
nkanaev
1bae41a350
switch to fyne.io/systray
2026-04-25 22:57:32 +01:00
nkanaev
f1bdbbc0af
golines -w src
2026-04-25 22:45:43 +01:00
nkanaev
f01c26b2c2
sanitize ./...
2026-04-25 22:45:43 +01:00
nkanaev
cbe1f971a5
refactor: use sql named arg
2026-04-25 22:45:43 +01:00
wes koop
1d654ac4de
Account for client timezone on Fever API
2026-03-21 17:54:14 +00:00
nkanaev
0e3df33d1f
parse rss 2.0 image enclosures
2026-03-16 20:44:46 +00:00
nkanaev
1d97314825
declare default namespace explicitly
2026-01-23 20:04:29 +00:00
rksvc
953f560a11
fix crash on empty item list with item selected
2025-12-28 14:13:46 +00:00
nkanaev
3d69911aa8
reset article list right after filter/feed is selected
2025-12-11 11:22:14 +00:00
nkanaev
2a25f934c5
various ui fixes
2025-11-24 20:51:03 +00:00
nkanaev
16a7f3409c
youtube shorts in readability
2025-10-06 14:39:23 +01:00
nkanaev
0e11cec99a
remove print statements
2025-10-06 14:39:23 +01:00
Nadia Santalla
c158912da4
fix media_links reading from DB
...
Prior to this commit, `MediaLinks` were always returned as `nil`.
Peeking a bit I figured that's becuase the argument to `MediaLinks.Scan`
is in fact a string, and not a `[]byte` as the code expects. I guess
that might be because `media_links` is a `json` (not `jsonb`) column in
sqlite. I have no idea which of the two is best to use for the DB side,
but it's easy to make the code support both.
2025-10-06 14:18:03 +01:00
nkanaev
a851d8ac9d
minor ui tweaks
2025-10-02 19:31:37 +01:00
Your Name
5a3547e32e
host build for openbsd
2025-10-02 10:26:44 +01:00
Your Name
b24152c19a
fix mustHideFolder
2025-10-02 10:23:29 +01:00
nkanaev
9f93298cf9
restrict private IP access
2025-10-02 10:16:35 +01:00
Adam Simpson
ac9b635ed8
app: add support for theme-color
...
I use the "web app" version of yarr on my iPhone and the area around the
notch/island is un-themed.
Using [theme-color][1] we can control that color.
[1]: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/meta/name/theme-color
2025-09-25 14:28:15 +01:00
nkanaev
72a1930b9e
rewrite feed navigation
2025-09-24 23:07:26 +01:00
nkanaev
e339354cc9
keyboard shortcut to close article
2025-09-23 22:08:04 +01:00
nkanaev
aa06e65c59
redesign auto-refresh UI
2025-09-23 21:59:32 +01:00
nkanaev
be8ba62bb1
make manifest.json public
2025-09-23 21:59:32 +01:00
nkanaev
b7895f6743
auth cookie directives
2025-09-23 21:59:32 +01:00
nkanaev
7fe688e97c
smooth scrolling on iOS
2025-06-04 22:11:50 +01:00
Bernhard Fröhlich
6b02a09f75
Update open_etc.go
...
Fix build on FreeBSD
2025-06-04 21:54:44 +01:00
Rohit Vighne
dd8b7ab27d
Listen on AF_UNIX socket if -addr is a path
2025-03-27 22:22:20 +00:00
nkanaev
e4f9dc8c72
sanitize media description in html
2025-03-26 12:39:36 +00:00
nkanaev
9bc89123f8
go fmt
2025-03-24 02:33:30 +00:00
nkanaev
58bb2c22c3
rewrite migration
2025-03-24 02:27:07 +00:00
nkanaev
34bf9e5160
rewrite macos build
2025-03-18 17:14:58 +00:00
Nazar Kanaev
b8afa82a81
support multiple media links
2025-03-11 11:15:09 +00:00
nkanaev
097a2da5cb
go fmt
2025-03-04 17:05:41 +00:00
nkanaev
e6d32946c1
add aria-pressed tag for the corresponding UI elements
2025-03-04 16:51:30 +00:00
nkanaev
fe4eaa4b8d
fix start_url for manifest.json
2025-03-04 14:41:23 +00:00
nkanaev
48a671b285
add header accessibility tags
2025-03-04 14:12:46 +00:00
nkanaev
011c9c7668
add theme toggle button labels
2025-03-04 14:08:42 +00:00
nkanaev
f06fc1f750
add systray icon tooltip
2025-03-04 14:03:52 +00:00
nkanaev
1615c6869f
fix tests
2025-03-04 13:14:54 +00:00
Andre Heider
7ef97ee6db
offer common youtube playlists as feed
2025-03-04 12:37:27 +00:00
tillcash
7301eab99c
Add Dynamic Disable Functionality to Navigation Buttons
2024-12-04 21:42:36 +00:00
Nazar Kanaev
ad138c3017
show article content in the list if the title is missing
2024-12-04 21:36:44 +00:00
Nazar Kanaev
b09c95d7ea
navigation buttons (+ fix keyboard navigation in 1-pane view)
2024-12-04 15:57:34 +00:00
Donovan Glover
321ad7608f
fix: use noreferrer for external links
...
Based on the existing noreferrer code in the code base.
2024-11-28 12:58:00 +00:00
Nazar Kanaev
e9cbea500b
autogenerate feed item guids
2024-11-25 21:35:04 +00:00
Nazar Kanaev
223039b2c6
do not send referrer for external images
2024-11-25 21:01:45 +00:00
Aidan Holm
2dc58c5c8e
Fix user agent using hardcoded 1.0 version.
2024-10-30 09:49:33 +00:00