Indigenous for iOS

From IndieWeb

Indigenous for iOS was a native app for iOS that supported posting your website using Micropub and a built-in reader that supports Microsub.

The project was initially developed by Eddie Hinkle and was available on the iOS App Store with the source code on GitHub. There is also an Android version.

On May 8 2019, Eddie Hinkle announced that it was no longer maintained; development was transferred to Kristof De Jaeger who subsequently announced on 27 Jan 2021 that they were searching for new maintainer; on 28 Sep 2021 Mark Sutherland became the new maintainer; during early 2022 the app was removed from the iOS App Store.

IndieWeb Usage

People currently using Indigenous for iOS on their sites.

If you have ideas/know of bugs, feel free to open up issues here: https://github.com/marksuth/indigenous-ios/issues

Screenshots of the app

Below are some screenshots of the app in progress.

Preview of Current Indigenous Functionality

Share Sheet changes based on the type of content found on the page after using mf2 parsing 339px-indigenous_share_micropub_entry.png 339px-indigenous_share_micropub_event.png

V1 Features

All Bold Text is currently available in the beta.

  • Share Sheet Support
  • Posting
    • Posting note
      • Add location, Add photo using a micropub media endpoint, Add categories, Add syndication targets, Add person-tags (using micropub query)
    • Voice posting for notes using Siri
  • Reader
    • Displays all Microsub channels
    • Preview of all posts in a channel
      • Filter posts by different attributes
      • Set specific views for different channels
        • Gallery View, Map View, News View, Stream View
    • View original source URL
    • Respond to posts, Like, Bookmark, Reacji Shortcuts, Reply
  • Supporting multiple micropub accounts with a default one selected
  • Notifications

Examples of Micropub Posts Sent

Like

POST /micropub HTTP/1.1
Host: eddiehinkle.com
Content-type: application/x-www-form-urlencoded

h=entry
&like-of=http://waterpigs.co.uk/notes/4S0LMw/

Bookmark

POST /micropub HTTP/1.1
Host: eddiehinkle.com
Content-type: application/x-www-form-urlencoded

h=entry
&bookmark-of=http://waterpigs.co.uk/notes/4S0LMw/

Repost

POST /micropub HTTP/1.1
Host: eddiehinkle.com
Content-type: application/x-www-form-urlencoded

h=entry
&repost-of=http://waterpigs.co.uk/notes/4S0LMw/


Future Development Ideas

  • macOS Photos App Project to allow the development of a photo album that would be posted as photo posts as part of a collection More context in the IRC.

See Also


This is a syndicated copy of the Indigenous project page.