Tusky-App-Android/app/src/main/java/com/keylesspalace/tusky/components/compose
Levi Bard a6b6a40ba6
Add post editing capability (#2828)
* Add post editing capability

* Don't try to reprocess already uploaded attachments.
Fixes editing posts with existing media

* Don't mark post edits as modified until editing occurs

* Disable UI for things that can't be edited when editing a post

* Finally convert SFragment to kotlin

* Use api endpoint for fetching status source for editing

* Apply review feedback
2022-12-08 10:18:12 +01:00
..
dialog revert CompatExtensions (#2773) 2022-11-09 19:32:54 +01:00
view Add UI for image-attachment "focus" (#2620) 2022-09-21 20:28:06 +02:00
ComposeActivity.kt Add post editing capability (#2828) 2022-12-08 10:18:12 +01:00
ComposeAutoCompleteAdapter.kt modernize autocomplete (#2510) 2022-05-17 19:55:37 +02:00
ComposeTokenizer.kt update Kotlin to 1.7.10 and fix some (new?) warnings (#2647) 2022-08-07 19:36:09 +02:00
ComposeViewModel.kt Add post editing capability (#2828) 2022-12-08 10:18:12 +01:00
ImageDownsizer.kt migrate `IOUtils` to Kotlin (#2763) 2022-11-07 20:10:06 +01:00
MediaPreviewAdapter.kt Add post editing capability (#2828) 2022-12-08 10:18:12 +01:00
MediaUploader.kt Add UI for image-attachment "focus" (#2620) 2022-09-21 20:28:06 +02:00