Skip to content

Releases: jonjomckay/fritter

v2.1.0

22 Apr 19:47
ead7f2d
Compare
Choose a tag to compare
  • Added an option to manually select the app's theme
  • Added support for opening hashtags, mentions and URLs
  • Improved performance of photo and video attachments
  • Fixed displaying of retweets in timelines
  • Fixed some tweets from suspended accounts breaking profiles

v2.0.0

19 Apr 19:18
07b1cb3
Compare
Choose a tag to compare

This release contains a few exciting major changes! 🎉

Local Subscriptions

Fritter now has support for device-local subscriptions, meaning you can now follow all your favourite Twitter accounts without needing an account yourself!

There is no limit to the number of accounts you can follow, and you are also able to place accounts into a "subscription group", allowing you to create custom categorised feeds.

Thanks to everyone who participated in issue #1, especially the following for suggestions and helping to test:

Removal of Nitter Support

Support for Nitter instances has now been removed, and is now replaced with direct support for the Twitter API, using the same methods Nitter uses under the hood.

This was done mainly so that the app doesn't DOS (abuse) public Nitter instances, and also due to development issues caused by differing data structures from all the different Nitter versions being hosted in the wild.

Changelog

  • Added support for local subscriptions and groups
  • Added support for quoted tweets
  • Added worldwide trending page
  • Removed Nitter support in favour of using the Twitter API directly
  • Improved profile view performance
  • Improved general image performance
  • Fixed not being able view some media (photos, GIFs, videos)

v1.1.0

16 Mar 15:25
89d87bb
Compare
Choose a tag to compare
  • Added support for clicking on mentions
  • Added the ability to select which Nitter instances to use
  • Added support for RTL languages (#2)
  • Added the ability to use true black when in dark mode (#3)
  • Fixed the inability to view certain videos in tweets

v1.0.1

13 Feb 23:51
c3c7e9a
Compare
Choose a tag to compare
Moved release build output filename into build.gradle