Private
Public Access
1
0
Commit Graph

484 Commits

Author SHA1 Message Date
f9798a41e9 [gtk] update build for Fedora 43 (untested) 2026-04-12 17:41:04 -07:00
2f70440834 [gtk] fix packages auth
Some checks failed
GTK RPM Release / build-gtk-rpm-release (push) Failing after 2m54s
release/gtk/1.4.2
2026-04-12 17:37:47 -07:00
cfeb38cb51 [gtk] gtk build workflow
Some checks failed
GTK RPM Release / build-gtk-rpm-release (push) Failing after 9m17s
release/gtk/1.4.1
2026-04-12 17:18:48 -07:00
803018dacf [android] release: add signing secrets
All checks were successful
Android Release / build-android-release (push) Successful in 5m37s
release/android/1.1.3
2026-04-12 16:51:22 -07:00
a852f233ee [gtk] only new messages mark as animatable release/gtk/1.4 2026-04-12 16:44:02 -07:00
d946e1256e [android] Auto-release from version
All checks were successful
Android Release / build-android-release (push) Successful in 5m59s
release/android/1.1.2
2026-04-12 16:18:05 -07:00
7264cce5b8 [android] fix sdkmanager runner issue
All checks were successful
Android Release / build-android-release (push) Successful in 10m1s
release/android/1.1.1
2026-04-12 12:12:21 -07:00
6d098c9f76 android-release: runner version
Some checks failed
Android Release / build-android-release (push) Failing after 1m25s
release/android/1.1
2026-04-12 12:06:54 -07:00
2101aa7b14 [android] Android release workflow 2026-04-12 12:05:25 -07:00
65b3b9013a [android] backend: APIInterface should use relative paths
for cases where baseURL contains `/api`
2026-04-12 11:48:35 -07:00
7056a7f836 [android] backend: normalize base url 2026-04-12 11:26:38 -07:00
fd3660858e fixup gitmodules 2026-04-01 16:13:07 -07:00
45285892de gitignore: ext/ 2026-04-01 11:24:14 -07:00
64d7394ffa gtk: fix attachment download race condition 1.3.2 2026-02-22 00:36:15 -08:00
69892a4d08 fix rpmspec 2026-02-22 00:24:36 -08:00
a4bd28b22c gtk: image sizing fix 1.3.1 2026-02-22 00:19:43 -08:00
335ded4752 gtk: auto versioning from git tags 2026-02-22 00:02:33 -08:00
d40eb1886e cargo spec fix for rpm 2026-02-21 23:55:50 -08:00
de06e449be make rpm: bandaid for old cargo-generate-rpm 2026-02-21 23:54:27 -08:00
a51ff2a7c2 daemon: Cargo: add deb copyright 2026-02-21 23:45:37 -08:00
7cf2724a75 gtk: implement get_attachment_fd and texture/attachment cache, viewport loading 2026-02-21 23:28:21 -08:00
f0ec6b8cb4 core: implement get_attachment_fd event for dbus, message limit for get_messages 2026-02-21 23:26:00 -08:00
f38702bc95 dbus: Smaller GetMessages buffers, avoid encoding attachment paths. 2026-02-21 22:22:09 -08:00
a52c2e0909 eds contact resolver: cache when no contact found 2026-02-21 21:40:12 -08:00
9765994f14 fix for transcript being cut off 2026-02-19 18:11:56 -08:00
5fd94489af kptui: simplify title 2026-02-13 16:58:35 -08:00
e807528466 kptui: get rid of unread count 2026-02-12 13:08:58 -08:00
7c117eb52e kptui: Unread indicator, highlight vs selected state 2026-02-12 13:06:01 -08:00
1febd91c2c kptui: handle some emacs like keyboard shortcuts 2026-02-11 14:48:00 -08:00
9a3c808095 kptui: message entry should scroll horizontally 2026-02-11 14:43:04 -08:00
6ccef24512 gtk: flatpak manifest 2025-12-15 01:02:17 -08:00
61c1b690ba Adds deb building scripts 2025-12-15 00:56:24 -08:00
2f58283e26 Adds cross-compiling support for arm/raspi 2025-12-15 00:32:46 -08:00
be2e3ea9d9 gtk: add split view navigation stack support 2025-12-14 18:49:38 -08:00
fc69c387c5 kptui: organize client code into kordophoned-client 2025-12-14 18:06:14 -08:00
68bb94aa0b kptui: initial commit 2025-12-14 17:50:37 -08:00
f4402292a1 gitignore: add target 2025-12-14 17:10:25 -08:00
e650cffde7 osx: mark as read when hovering over window 2025-09-25 00:20:19 -07:00
cbd9dccf1a README: trim 2025-09-12 18:26:57 -07:00
1a5f13f2b8 osx: implements quicklook 2025-09-12 18:17:58 -07:00
87e986707d osx: update kpd 2025-09-12 16:07:31 -07:00
b5ba0b1f7a Merge branch 'wip/local_ids'
* wip/local_ids:
  first attempt at trying to keep track of locally send id
2025-09-12 15:58:50 -07:00
bc51bf03a1 osx: better scroll view management 2025-09-12 15:58:34 -07:00
8304b68a64 first attempt at trying to keep track of locally send id 2025-09-12 12:04:31 -07:00
6261351598 osx: wiring for opening a new window, but not connected to gesture yet
when I add `.tapGesture(count: 2)` to list items, this seems to block
single clicks because SwiftUI sucks. Need to find a better way to invoke
this.
2025-09-11 15:33:56 -07:00
955ff95520 osx: name app "Kordophone" instead of kordophone2 2025-09-11 15:33:31 -07:00
754ad3282d Merge branch 'wip/attachment_mime'
* wip/attachment_mime:
  core: attachment store: limit concurrent downloads
  core: attachment mime: prefer jpg instead of jfif
  wip: attachment MIME
2025-09-10 14:41:36 -07:00
f901077067 osx: some minor fixes 2025-09-10 14:41:24 -07:00
778d4b6650 core: attachment store: limit concurrent downloads 2025-09-10 14:23:02 -07:00
e8256a9e57 core: attachment mime: prefer jpg instead of jfif 2025-09-10 14:06:54 -07:00