741 subscribers
6 photos
4 videos
37 files
25 links
Real-time text formatting android tool
Download Telegram
Channel created
app-release.apk
4.7 MB
Inline 0.3

https://github.com/dmitrijkotov634/Inline2/releases/tag/0.3

- Wiki module now gives a more concise and understandable description
- Added the {invert}$ command, which replaces some characters in the text from Russian to English and vice versa. This will make it difficult for a computer to recognize text and can be used in different cases.
- Changes in the API: All methods of the strings, http library are now called without passing an instance as the first argument (strings:split -> strings.split)
- Added http.getOkHttpClient
- Now http.buildBody can build body from string and media type: http.buildBody("data", "appilication/json")

———

- Модуль wiki теперь дает более краткое и понятное описание
- Изменения в API: Все методы библиотеки strings, http теперь вызываются без передачи инстанса в качестве первого аргумента (strings:split -> strings.split)
- Добавлено http.getOkHttpClient
- Теперь http.buildBody может создать тело из строки и медиатипа: http.buildBody("data", "appilication/json")
👍4
For the old modules to work, it is enough to replace the word strings: with strings. | http: to http.

———

Для работы старых модулей достаточно заменить слово strings: на strings. | http: на http. (если они есть)
🔥4
Channel photo updated
Inline
app-release.apk
Added the {invert}$ command, which replaces some characters in the text from Russian to English and vice versa. This will make it difficult for a computer to recognize text and can be used in different cases.

———

Добавлена команда {invert}$, которая заменяет в тексте некоторые символы с русских на английские и наоборот. Это затруднит распознавание текста компьютером и может использоваться в разных ситуациях
👍12
Была замечена проблема которая не дает получить Тело ответа в post запросе, так как функция выполняется в главном потоке

Есть несколько путей решения данной проблемы на стороне inline:
1) Реализовать функцию http.runOnUiThread() которая вызовет переданную функцию в Главном потоке
2) Получить тело в бэкенде и передать его в функцию