All Projects → marksuth → indigenous-android

marksuth / indigenous-android

Licence: GPL-3.0 license
An open social app with support for IndieWeb, Mastodon, Pleroma and Pixelfed.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to indigenous-android

indigenous-ios
An IndieWeb app with extensions for sharing information to micropub endpoints and reading from microsub endpoints
Stars: ✭ 41 (-53.93%)
Mutual labels:  micropub, indieweb, microsub
mulukhiya-toot-proxy
各種ActivityPub対応インスタンスへの投稿に対して、内容の更新等を行うプロキシ。通称「モロヘイヤ」。
Stars: ✭ 24 (-73.03%)
Mutual labels:  mastodon, pleroma
micropub-endpoint
Receives requests.
Stars: ✭ 23 (-74.16%)
Mutual labels:  micropub, indieweb
microstat
A self-hosted Micropub endpoint for statically-generated microblogs. 📝⚡️
Stars: ✭ 52 (-41.57%)
Mutual labels:  micropub, indieweb
transformative
IndieWeb personal website software.
Stars: ✭ 47 (-47.19%)
Mutual labels:  micropub, indieweb
ligh7hau5
A Matrix (https://matrix.org/docs/spec/) to Fediverse / ActivityPub client / bridge. Also, some media proxying.
Stars: ✭ 26 (-70.79%)
Mutual labels:  mastodon, pleroma
microlight
A fully IndieWeb-compatible PHP blogging engine
Stars: ✭ 35 (-60.67%)
Mutual labels:  micropub, indieweb
Aperture
Aperture is a Microsub server. Currently in beta.
Stars: ✭ 62 (-30.34%)
Mutual labels:  indieweb, microsub
Nautilus
Turn your website into an ActivityPub profile
Stars: ✭ 55 (-38.2%)
Mutual labels:  indieweb, mastodon
Instagram2Fedi
Python script for crossposting from Instagram to Mastodon or Pixelfed
Stars: ✭ 45 (-49.44%)
Mutual labels:  mastodon, pixelfed
sweetroll2
A powerful micro/blogging engine with IndieWeb features (abandoned)
Stars: ✭ 27 (-69.66%)
Mutual labels:  micropub, indieweb
app-old
A Micropub client in pre-production for the IndieWeb.
Stars: ✭ 32 (-64.04%)
Mutual labels:  micropub, indieweb
Fediverse.app
A client for Pleroma and Mastodon instances written using Flutter
Stars: ✭ 72 (-19.1%)
Mutual labels:  mastodon, pleroma
Disboard
Collection of fediverse client libraries
Stars: ✭ 13 (-85.39%)
Mutual labels:  mastodon, pleroma
microsub
For tracking issues on the Microsub specification
Stars: ✭ 23 (-74.16%)
Mutual labels:  indieweb, microsub
entries.pub
WIP IndieWeb blog engine
Stars: ✭ 13 (-85.39%)
Mutual labels:  micropub, indieweb
MstdnTimelinePreviewCard
mastodonのTLにPreviewCardを表示するやつ
Stars: ✭ 12 (-86.52%)
Mutual labels:  mastodon
mastible
An Ansible playbook to install Mastodon
Stars: ✭ 17 (-80.9%)
Mutual labels:  mastodon
vue-socials
💬 Social media share buttons and counts for Vue.js
Stars: ✭ 32 (-64.04%)
Mutual labels:  mastodon
chat.indieweb.org
chat.indieweb.org
Stars: ✭ 14 (-84.27%)
Mutual labels:  indieweb

Indigenous for Android

An open social app with support for IndieWeb, Mastodon, Pleroma and Pixelfed.

Get it on Google Play Get it on F-Droid

More information at https://indieweb.org/Indigenous and https://indiepass.marksuth.dev

iOS: https://github.com/marksuth/indigenous-ios
Desktop: https://github.com/marksuth/indigenous-desktop

Features

  • Login with multiple domains and account types:
    • IndieWeb: discover IndieAuth, micropub, microsub and media endpoints. The micropub and microsub endpoints are optional, but at least one should be available. Token revoke happens when deleting an account. PKCE support for additional security when authenticating.
    • Fediverse: Mastodon, Pleroma and Pixelfed.
  • Comes with a built-in anonymous user which allows reading channels and posts coming from https://mastodon.social, https://pleroma.site or https://pixelfed.social. Posts can be send to a custom endpoint and token.
  • Posting
    • post types: article, note, reply, repost, like, bookmark, event, issue, rsvp, geocache, read, checkin, trip and venue (h-card).
    • add multiple images, videos, audio, tags, toggle syndication targets
    • share location on note, article, event, checkin, geocache and venue
    • send image to media endpoint
    • apply filters, add text and emojis on images
    • Toggle post-status (published vs draft)
    • Toggle sensitivity and visibility
    • Save as local draft to finish later. This also includes coordinates, so you can finish later even when you are on a different location then. Place suggestions are also supported.
    • Allow autocomplete of usernames in body text
    • Manage contacts (add/delete/update)
    • Query, update and delete: get a list of posts and update basic properties (experimental)
  • Reader
    • read channels, with pull to refresh
    • read items per channel, with pull to refresh, response actions per item
    • reply, like, repost, rsvp, bookmark, upload or add feed directly
    • listen to audio or watch video if available
    • view fullscreen images, zoom and pinch
    • Manage channels and feeds
    • Offline reading, optional via settings
    • Main content becomes selectable after long click
    • Browse by tag for Mastodon
  • Share intents: receive text or images to directly share

Checkin, Geocache and Venue are experimental and pass on all information into a Geo URI in the geo property, e.g.

geo:51.5258325,-0.1359825,0.0;name=london;url=https://hwclondon.co.uk

Some features are not available for Mastodon and Pixelfed, because they either don't make sense or the API doesn't support it yet. Pull requests welcome of course! To check authorizations of this app on your accounts, go to following url on your instance:

Mastodon: oauth/authorized_applications Pixelfed: settings/applications Pleroma: not found yet (info welcome!)

Screenshot

Known issues

Authentication loop

When authenticating for the first time, you might see a message "Authentication successul" but then returning to the Sign in screen. While the account has been created, the default was not set. In this case, the sign in screen will allow you to select the account.

See #84
This happens sometimes, but not always.

Known syndication targets not parsed

See #152

Authenticating

  • Some browsers (e.g. the default browser on LineageOS), won't allow Indigenous to listen to the callback to verify the authorization code. Install a browser like Firefox (any flavor) so you can login.
  • When your account requires 2FA, put the apps in split screen mode, see #210

Notifications don't arrive after the app is closed

This is due to new default settings in the latest Android versions. Try turning of battery optimization for the Indigenous app and it should work fine.

Translations

Thanks to everyone who has contributed to the translation project so far. The translation project will restart in 2022.

API

If you'd like to add a new account type, checkout API.md for a quick guide.

Credits

This app uses following external libraries:

Other IndieWeb and Fediverse clients

Issues

If you found a bug, open a request. Feature requests might be closed as I love having a clean queue. Pull requests are welcome though!

Things I'd love to explore one day:

  • allow posting to multiple accounts at once
  • detail views for Fediverse
  • cleaner account names (am.renameAccount())
  • better UI/UX for managing feeds
  • cleanup the various ways of requests

Sponsors

I would like to extend many thanks to the following sponsors for funding development.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].