-
-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3419 alt text in any case #3421
3419 alt text in any case #3421
Conversation
app/src/main/java/com/keylesspalace/tusky/components/compose/ComposeViewModel.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/keylesspalace/tusky/components/compose/ComposeViewModel.kt
Show resolved
Hide resolved
app/src/main/java/com/keylesspalace/tusky/network/ProgressRequestBody.java
Show resolved
Hide resolved
app/src/main/java/com/keylesspalace/tusky/service/SendStatusService.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/keylesspalace/tusky/service/SendStatusService.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/keylesspalace/tusky/network/ProgressRequestBody.java
Show resolved
Hide resolved
app/src/main/java/com/keylesspalace/tusky/service/SendStatusService.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/keylesspalace/tusky/components/compose/ComposeActivity.kt
Show resolved
Hide resolved
app/src/main/java/com/keylesspalace/tusky/service/SendStatusService.kt
Outdated
Show resolved
Hide resolved
230ed4b
to
e9cf231
Compare
Regarding the current linter error:
That is correct as I removed it. Should/must I remove it from all others as well? |
Once this is merged, Weblate should send a PR to remove it from everywhere, yes. But I can't merge because lint is complaining 🙄 |
00f34ea
to
ce08c80
Compare
Should be good to go if you resolve the conflicts |
ce08c80
to
270b9c0
Compare
Done. It doesn't seem to be a good idea to remove / change things in other files than the default strings.xml. |
Fixes #3419