Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/util
Ivan Kupalov 4736462911 Fix sending wrong requests for autocompletion (#414)
The problem was that Tusky kept sending requests for autocompletion
while writing toots even when the user wasn't typing a username
anymore. As it happened very often we would exceed the API request
limit and user wouldn't be able to send the toot.

This happened because Tokenizer is not used as expected. In fact,
during testing, findTokenEnd() and terminateToken() were never called.
I've tried setting a Validator but it wasn't used either. I'm not
sure what is the reason.

I am afraid it still may work incorrectly for the full nicknames
(ones with the instance name, like @name@isntance) because
the search may happen for the instance name but it's not as
critical.
2017-10-24 23:02:38 +02:00
..
Assert.java Reorganizes the whole codebase. 2017-05-04 18:55:35 -04:00
CountUpDownLatch.java Documents some utilities 2017-07-27 22:03:45 -04:00
CustomTabURLSpan.java Makes the main status of a thread appear as a more detailed view. 2017-08-03 00:29:31 -04:00
CustomTabsHelper.java cleanup code, remove some unneeded files 2017-10-18 00:20:50 +02:00
DateUtils.java Documents some utilities 2017-07-27 22:03:45 -04:00
DownsizeImageTask.java Documents some utilities 2017-07-27 22:03:45 -04:00
HtmlUtils.java Reorganizes the whole codebase. 2017-05-04 18:55:35 -04:00
HttpHeaderLink.java Documents some utilities 2017-07-27 22:03:45 -04:00
IOUtils.java Reorganizes the whole codebase. 2017-05-04 18:55:35 -04:00
LinkHelper.java Documents some utilities 2017-07-27 22:03:45 -04:00
ListUtils.java Fixes bug where the order of notifications could be jumbled when removing duplicates using a HashSet. 2017-07-13 20:17:50 -04:00
MediaUtils.java Documents some utilities 2017-07-27 22:03:45 -04:00
MentionTokenizer.java Fix sending wrong requests for autocompletion (#414) 2017-10-24 23:02:38 +02:00
NotificationMaker.java create notification channels ahead of time so users can edit the settings before a notification was issued 2017-10-21 21:28:05 +02:00
OkHttpUtils.java Documents some utilities 2017-07-27 22:03:45 -04:00
PairedList.java Fix bug with paired list incorrectly adding to the specified position. 2017-07-14 06:51:03 +03:00
ParserUtils.java cleanup code, remove some unneeded files 2017-10-18 00:20:50 +02:00
SpanUtils.java Documents some utilities 2017-07-27 22:03:45 -04:00
StringUtils.java (bug fixing) When we share by an app : the text shared is not just an URL but a small text with the URL inside. 2017-05-17 16:06:37 +02:00
ThemeUtils.java Documents some utilities 2017-07-27 22:03:45 -04:00
ViewDataUtils.java Load custom emoji in statuses (#400) 2017-10-19 15:25:04 +02:00