Commit Graph

644 Commits

Author SHA1 Message Date
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
Evangelos Ribeiro Tzaras 23cfbb0aa8 Remove deprecated GtkButtonBox
From the migration guide:

GtkButtonBox has been removed. Use a GtkBox instead.
2022-11-16 13:10:45 +02:00
Max Harmathy 3d6c835c09 Use reason_phrase instead of get_phrase 2022-11-16 11:47:51 +02:00
Adrien Plazas c024b5c900 style: Give the messages a smooth small-large transition
It looks smoother and helps following the content visualy.
2022-11-16 11:44:46 +02:00
Adrien Plazas af4536345d style: Drop the border around the messages list when small
This avoids having a double border.
2022-11-16 11:44:46 +02:00
Adrien Plazas 1122668ec0 style: Give some left and right margin to the messages list
This avoids having the list touch its surroundings' border.
2022-11-16 11:44:46 +02:00
Adrien Plazas 654b232a24 base: Slightly inscrease the clamp sizes
This avoids having a "large" clamp for just a few pixels right after the
leaflet folds itself (or just before it unfolds).
2022-11-16 11:44:46 +02:00
Evangelos Paterakis 305e93a9f2
feat: redesign navigation
as suggested in https://github.com/bleakgrey/tootle/issues/328

main headerbar: Home, Notifications, DMs
sidebar: Home, Local, Federated, Favs, Bookmarks, Lists

search was moved to a button on the main headerbar
2022-11-16 11:43:21 +02:00
Evangelos Paterakis 3bd79d0dc1
fix: leaflet navigation when main is not in 'Home' 2022-11-15 23:59:24 +02:00
Evangelos Paterakis 5ba32dfa83
fix: rethink stack logic
instead of appending views indefinitely (including doubles like DMs -> Search -> DMs), remove the previous view and then append (this also ensures that the previous view is always Home)

feat: add Home to the sidebar
fix: selected sidebar row
2022-11-15 17:46:34 +02:00
Evangelos Paterakis 96671a9217
fix: dont open view if already open 2022-11-15 00:38:44 +02:00
Evangelos Paterakis a4cc5a98cf
fix(sidebar): set selection mode to single 2022-11-15 00:37:45 +02:00
Evangelos Paterakis d38592d2ae
fix(README): update screenshot 2022-11-15 00:37:16 +02:00
Evangelos Paterakis 54d424f984
feat: make status labels bold instead of title-4
as suggested in https://github.com/bleakgrey/tootle/issues/276 & https://github.com/bleakgrey/tootle/issues/327
2022-11-14 13:01:52 +02:00
Evangelos Paterakis f4becd13df
feat: remove instance from handle on flap account info
as suggested in https://github.com/bleakgrey/tootle/issues/326
2022-11-14 12:50:22 +02:00
Evangelos Paterakis f0ed33e1aa
feat: change orientation to horizontal on flap account info
as suggested in https://github.com/bleakgrey/tootle/issues/326
2022-11-14 12:49:45 +02:00
Evangelos Paterakis 428a7f2940
fix: don't spawn xdg-open, instead use Gtk.show_uri 2022-11-14 12:48:20 +02:00
Evangelos Paterakis 06f50c0973
fix: move artists and developers credits to about_activated 2022-11-14 12:47:51 +02:00
Evangelos Paterakis 4d554c6a53
feat: make new account dialog default height bigger 2022-11-13 23:03:33 +02:00
Evangelos Paterakis 8aa4544f3a
feat: adw aboutwindow 2022-11-13 23:03:12 +02:00
Evangelos Paterakis 5ffed3ec5f
chore: rebrand 2022-11-13 22:57:43 +02:00
Evangelos Paterakis c421949ecf
feat: change fav button icon to filled star 2022-11-13 21:07:10 +02:00
Evangelos Paterakis 72ec2c1bed
feat: make compose dialog bigger 2022-11-13 21:06:39 +02:00
Evangelos Paterakis 269549fdee
fix: window min width from spoiler stack 2022-11-13 20:03:03 +02:00