A GTK Mastodon Client - Fork of Tootle
Go to file
Evangelos Paterakis bdf28721c3
fix: custom emojis re-write
it should now be a *lot* faster and simplier since it moved to regex from parsing the string manually. The custom emoji logic moved into its own widget allowing Views like Profile to use it (instead of RichLabelContainer which is a button).
2022-12-23 22:29:22 +02:00
.github chore(ci): disable tests 2022-11-17 01:54:57 +02:00
build-aux fix(meson): add support for 0.56.0 (#26) 2022-12-07 06:18:28 +02:00
data fix: custom emojis re-write 2022-12-23 22:29:22 +02:00
po Add Brazilian Portuguese translation 2022-12-20 23:33:57 -03:00
src fix: custom emojis re-write 2022-12-23 22:29:22 +02:00
.buildconfig chore: rebrand 2022-11-13 22:57:43 +02:00
.gitignore Drop executable bit from most files 2021-07-23 20:58:03 +03:00
CODE_OF_CONDUCT.md chore: rebrand 2022-11-13 22:57:43 +02:00
dev.geopjr.tooth.json chore: upkeep meson, manifests & others 2022-11-17 01:46:12 +02:00
flake.lock feat: polls (#25) 2022-12-06 04:54:18 +02:00
flake.nix feat: nix flake (#18) 2022-11-27 18:10:05 +02:00
install.sh fix(profile): show list entry only if following 2022-12-23 01:16:00 +02:00
LICENSE Drop executable bit from most files 2021-07-23 20:58:03 +03:00
meson.build fix: custom emojis re-write 2022-12-23 22:29:22 +02:00
README.md fix(meson): add support for 0.56.0 (#26) 2022-12-07 06:18:28 +02:00
uninstall.sh Drop executable bit from most files 2021-07-23 20:58:03 +03:00

branding

Tooth

A GTK Mastodon Client


COC GPL-3.0

screenshot of the tooth app showing the flap/sidebar screenshot of the tooth app showing the home timeline

This is a fork of the now archived Tootle.

Building From Source

  1. Make sure you have these dependencies:

    Package Name Required Version
    meson 0.56
    valac 0.48
    libglib-2.0-dev 2.30
    libjson-glib-dev 1.4.4
    libxml2-dev 2.9.10
    libgee-0.8-dev 0.8.5
    libsoup2.4-dev 2.64
    libgtk-4-dev 4.3.0
    libadwaita-1.0-dev 1.2.0
    libsecret-1-dev 0.20
  2. Run install.sh in the project directory. The app will launch automatically on success.

Contributing

  1. Read the Code of Conduct
  2. Fork it ( https://github.com/GeopJr/Tooth/fork )
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request