Commit graph

517 commits

Author SHA1 Message Date
Evangelos Paterakis e82c869420
fix(Profile): remove no-longer-needed filters 2022-11-30 00:16:42 +02:00
Evangelos Paterakis 649362d439
feat(compose): use mnemonics 2022-11-30 00:16:05 +02:00
Evangelos Paterakis a178f4bcd9
feat: profile stats (posts, followers, following) 2022-11-29 03:02:54 +02:00
Evangelos Paterakis a8582da5db
fix: allow nested profile pages 2022-11-29 03:02:54 +02:00
Evangelos Paterakis ade3f4fb53
fix: new account icon name 2022-11-29 03:02:54 +02:00
Hayden 4a00e58b1e
feat: nix flake (#18) 2022-11-27 18:10:05 +02:00
Evangelos Paterakis aaabd3517a
fix: text direction on RTL window
fix: #19
2022-11-27 18:05:56 +02:00
Evangelos Paterakis 6999d46539
feat: post stats on conversation view 2022-11-27 03:32:16 +02:00
Evangelos Paterakis e7848133e9
fix: wrap sidebar account info 2022-11-27 03:29:14 +02:00
Evangelos Paterakis f68be503d6
fix: set xalign to 1 if RTL [temp]
this is a temporary solution until we switch to webview
2022-11-27 03:28:47 +02:00
Evangelos Paterakis 4fdc0a6630
feat: toot dialog placeholder text 2022-11-21 17:29:07 +02:00
Evangelos Paterakis 34c5fa24c1
feat: more tooltips 2022-11-21 17:28:47 +02:00
Evangelos Paterakis fb372dedc6
fix: profile fields wrapping
long strings would change the minimum window width
2022-11-21 17:25:36 +02:00
Evangelos Paterakis 31d33343b0
feat: toggle status action icon state
fix: toggle classes before doing REST requests for the sake of the feedback being instant
2022-11-21 03:54:50 +02:00
Evangelos Paterakis c2a1f7858f
feat: add tooltips to status action items 2022-11-21 03:53:35 +02:00
Evangelos Paterakis 228c2c952b
fix: pack icons in gresource
tooth no longer depends on system icons
fixes #9
2022-11-21 03:52:40 +02:00
Evangelos Paterakis 0b71d45ed0
feat: withdraw notifications of session 2022-11-21 01:29:23 +02:00
Evangelos Paterakis 83a6944605
feat: colored status icons
colors are inspired by mastodon's webui

chore: app.css -> style.css
2022-11-21 01:28:49 +02:00
Evangelos Paterakis bfcae89d3b
feat: (unicode) emoji picker 2022-11-20 16:02:05 +02:00
Evangelos Paterakis 206eefcef6
fix: get last_received_id on init
so we can actually mark them as read
2022-11-20 16:01:32 +02:00
Evangelos Paterakis 2b1171f025
fix: notification reading
read up to either last received or last read
2022-11-20 00:38:44 +02:00
Evangelos Paterakis 90b33035ea
fix: notification badge
wait for last_read_id to become available
2022-11-20 00:38:20 +02:00
Evangelos Paterakis 4d12f8d14d
fix: disable markup on RichContainer
instead use a param if needed
2022-11-20 00:37:17 +02:00
Evangelos Paterakis 63c12b027d
feat: hide actions ono non-actionable posts
X followed you shouldnt have actions as they are not really posts...
2022-11-20 00:36:01 +02:00
Evangelos Paterakis cac5110846
fix!: [temp] don't ecb libsoup queue message error
it segfaults and ignoring it is a temp solution so I can continue working on the app
2022-11-20 00:34:09 +02:00
Evangelos Paterakis e3601196da
fix: wrap new account error labels 2022-11-19 23:10:06 +02:00
GeopJr b80db8647c
feat(translation): French #8 2022-11-18 04:04:58 +02:00
Evangelos Paterakis 0beed5a0fc
fix: notification image should be of actual issuer 2022-11-18 04:00:21 +02:00
Evangelos Paterakis 3d86d43d08
feat: notification badges 2022-11-18 03:59:47 +02:00
Evangelos Paterakis 4b41ac1c3f
feat: open profile on name click 2022-11-17 22:35:01 +02:00
Evangelos Paterakis a207be3597
fix: emojis of status in timeline 2022-11-17 22:31:13 +02:00
Evangelos Paterakis 58b3343a46
fix: manual auth label
'Didn't work?' should be outside the anchor
2022-11-17 22:30:30 +02:00
rene-coty db7517aef7
Created French translation 2022-11-17 20:22:27 +01:00
rene-coty 6f43edc08e
Added French translation 2022-11-17 20:21:47 +01:00
Evangelos Paterakis 46f591c232
feat: partial emoji support 2022-11-17 20:32:26 +02:00
Evangelos Paterakis 5f3dca2cef
chore: bump readme screenshots & deps
chore: delete screenshtos
2022-11-17 02:12:21 +02:00
Evangelos Paterakis 97e64d34a2
chore(ci): disable tests
appdata is not ready yet (which is currently failing)
2022-11-17 01:54:57 +02:00
Evangelos Paterakis 9539009a92
chore: upkeep meson, manifests & others 2022-11-17 01:46:12 +02:00
Evangelos Paterakis 1f22cb52d9
fix: segfault caused by toasts 2022-11-17 01:36:09 +02:00
Evangelos Paterakis 67c6095e98
feat: show feedback on login workflow errors 2022-11-17 01:18:24 +02:00
Evangelos Paterakis 7e2599ff6b
feat: rethink login workflow
it used to spawn xdg mime to set tooth://, which is not possible in sandbox or other environments. It now tries the auto-login first and lets the manual workflow be available through a button

fix: hide instead of destroying the main window
2022-11-17 01:17:42 +02:00
Evangelos Paterakis 83acceeeb8
fix: remove *all* list children
the previous loop would skip the last item
2022-11-17 01:13:22 +02:00
Evangelos Paterakis 67944b3b19
feat: Gtk.MessageDialog -> Adw.MessageDialog & enable them 2022-11-16 23:23:00 +02:00
Evangelos Paterakis 031040c629
feat: destroy main winow on account deletion and if there's no other accounts available 2022-11-16 23:21:43 +02:00
Evangelos Paterakis dde88311c2
fix: secret schema uses full handle 2022-11-16 23:20:44 +02:00
Evangelos Paterakis ee19df79fe
feat: respect OP visibility when replying
If you are replying to a DM, your reply should also be direct, same goes for the other visibilities.

chore: remove unused css
2022-11-16 15:05:02 +02:00
Sebastian Spaeth d3eb293490 Account: Simplify display name
Make the internal representation of display name always a real string,
no need for nulls here, this simplifies life a little.
2022-11-16 13:42:13 +02:00
Sebastian Spaeth 831b792af2 Application.vala: No need for gtk.init
Don't do GTK.init. it is being done implicitly by GTK application.startup.
Make sure we chain that up though.

Ref https://docs.gtk.org/gtk4/func.init.html:

    If you are using GtkApplication, you don’t have to call gtk_init() or
    gtk_init_check(); the GApplication::startup handler does it for you.

Fixes: https://github.com/spaetz/tootle/issues/4
2022-11-16 13:19:31 +02:00
Sebastian Spaeth 09ed73292b Gtk.Application -> Adw.Application
We live in Adwaita world, not GTK.
2022-11-16 13:18:34 +02:00
Sebastian Spaeth 4b4afef594 Fix preview_url 2022-11-16 13:15:36 +02:00