Shadowfacts c737354ed3 Fix cursor movement not working in compose text fields when emoji added
Removes workaround introduced in 8c4ef3caa6. This is no longer necessary
and autocorrect works fine without it since at least iOS 14.4.

Closes #118
2021-04-05 18:31:03 -04:00
2019-12-30 16:00:14 -05:00
2019-12-30 16:00:14 -05:00
2020-08-15 17:03:02 -04:00
2021-02-07 19:39:22 -05:00
2018-09-29 22:20:17 -04:00
2021-01-20 18:31:14 -05:00
2018-09-23 21:37:10 -04:00
2021-01-20 18:31:14 -05:00

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.
Description
A WIP iOS app for Mastodon and Pleroma.
Readme 14 MiB
Languages
Swift 100%