chinwag-android/app/src/main/java/com/keylesspalace/tusky
Levi Bard 7bc40b4b03
Fix comparison of nonnormalized latin tags (#4845)
Mastodon "normalizes" tag text for latin characters when storing tag
names, so the hashtag object it sends for `#Über` has the name `uber`.
With the new trailing hashtag bar, this was causing nonascii hashtags
from the post content to be duplicated with their normalized versions,
e.g. `#Über #uber`.

This change ensures that we're always comparing normalized tag names.
2025-01-04 19:13:52 +01:00
..
adapter hide trailing hashtags when post is collapsed (#4839) 2024-12-31 09:55:30 +01:00
appstore don't spam endless posts when trying to schedule on GoToSocial (#4705) 2024-10-11 09:23:30 +02:00
components guard against invalid position in StatusNotificationViewHolder (#4844) 2025-01-04 18:44:34 +01:00
db fix "delete all notifications by user" query (#4821) 2024-12-21 20:35:21 +01:00
di prevent mixup of account timelines (#4599) 2024-08-14 18:58:12 +02:00
entity Notification policy (#4768) 2024-12-03 18:46:50 +01:00
fragment fix pinning boosted posts (#4740) 2024-10-28 21:27:21 +01:00
interfaces Followed hashtags view improvements (#4475) 2024-05-31 13:43:41 +02:00
json Replace Gson library with Moshi (#4309) 2024-04-02 21:01:04 +02:00
network Notification policy (#4768) 2024-12-03 18:46:50 +01:00
pager upgrade ktlint plugin to 12.0.3 (#4169) 2024-01-04 17:00:55 +01:00
receiver add more options to default reply visibility setting (#4568) 2024-08-02 17:15:10 +02:00
service don't spam endless posts when trying to schedule on GoToSocial (#4705) 2024-10-11 09:23:30 +02:00
settings Material Design 3 (#4637) 2024-09-10 19:50:09 +02:00
usecase Notification policy (#4768) 2024-12-03 18:46:50 +01:00
util Fix comparison of nonnormalized latin tags (#4845) 2025-01-04 19:13:52 +01:00
view Material3 polishing (#4673) 2024-10-11 08:51:34 +02:00
viewdata Improve translating posts via Mastodon api (#4463) 2024-05-26 08:06:51 +02:00
viewmodel small code improvements / code cleanup (#4502) 2024-06-12 17:17:21 +02:00
worker Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
AboutActivity.kt Followed hashtags view improvements (#4475) 2024-05-31 13:43:41 +02:00
AccountsInListFragment.kt Material3 polishing (#4673) 2024-10-11 08:51:34 +02:00
BaseActivity.java fix new warnings, regenerate lint-baseline.xml (#4684) 2024-09-16 20:57:27 +02:00
BottomSheetActivity.kt Replace RxJava3 code with coroutines (#4290) 2024-02-29 15:28:48 +01:00
EditProfileActivity.kt Material Design 3 (#4637) 2024-09-10 19:50:09 +02:00
LicenseActivity.kt Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
ListsActivity.kt Adds auto keyboard popup to dialogs (#4667) 2024-09-13 15:52:11 +02:00
MainActivity.kt fix MainActivity behavior (#4818) 2024-12-21 20:34:54 +01:00
StatusListActivity.kt fix updating filter expiration to indefinite (#4743) 2024-11-05 20:44:08 +01:00
TabData.kt fix new warnings, regenerate lint-baseline.xml (#4684) 2024-09-16 20:57:27 +02:00
TabPreferenceActivity.kt mastodon-web-like trailing hashtag bar (#4761) 2024-11-28 19:15:31 +01:00
TuskyApplication.kt Replace "Hide compose button while scrolling" setting with bottom padding (#4486) 2024-06-05 19:36:58 +02:00
ViewMediaActivity.kt Followed hashtags view improvements (#4475) 2024-05-31 13:43:41 +02:00