A WIP iOS app for Mastodon and Pleroma.
Go to file
Shadowfacts 868df25417 Disable pruning offscreen rows in new timelines
I don't think this is actually necessary, the system should kill us
often enough that the amount of items in the data source doesn't become
unmanageable.

Making modifications to the data source in viewDidDisappear was causing
the collection view's contentOffset to change to be scrolled to top
(roughly) when the view became visible again.

Disabling it also fixes several issues caused by updating the data
source even when there were no changes.

Closes #193
Closes #192
Closes #187
Closes #186
2022-10-28 19:05:07 -04:00
Ambassador@4fe264af51 Initial UI testing setup 2019-12-30 16:00:14 -05:00
BlankSlate.xcappdata Initial UI testing setup 2019-12-30 16:00:14 -05:00
Embassy@189436100c Initial UI testing setup 2019-12-30 16:00:14 -05:00
OpenInTusker Bump build number and update changelog 2021-08-15 22:43:32 -04:00
Pachyderm Fix mentions from Misskey opening browser instead of profile view 2022-10-10 14:31:26 -04:00
Tusker Disable pruning offscreen rows in new timelines 2022-10-28 19:05:07 -04:00
Tusker.xcodeproj Remove old XCB code 2022-10-11 10:10:55 -04:00
TuskerTests Use mutex on iOS 15 instead of os_unfair_lock 2022-10-08 10:57:59 -04:00
TuskerUITests Fix TuskerTests not compiling 2022-10-08 10:55:55 -04:00
.gitignore Remove playground 2018-09-23 21:37:10 -04:00
.gitmodules Replace Gifu with CGImageAnimation 2021-11-11 13:26:11 -05:00
CHANGELOG.md Bump build number and update changelog 2022-10-10 19:04:26 -04:00
README.md Add installation instructions to readme 2020-01-06 20:35:11 -05:00

README.md

Tusker

Tusker is a WIP iOS app for Mastodon and Pleroma.

Installing for Development

Xcode 11 is required, macOS Mojave or later should work (only macOS Catalina is regularly tested).

  1. Clone the project: git clone https://git.shadowfacts.net/shadowfacts/Tusker.git
  2. Change directory into the project: cd Tusker
  3. Clone the submodules: git submodule init && git submodule update
  4. Open Tusker.xcworkspace in Xcode.
  5. Change the code signing identity to your own.
  6. Change the bundle identifier to something unique.
  7. Select a target in the Tusker scheme and build & run.