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")
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
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}$, которая заменяет в тексте некоторые символы с русских на английские и наоборот. Это затруднит распознавание текста компьютером и может использоваться в разных ситуациях
———
Добавлена команда {invert}$, которая заменяет в тексте некоторые символы с русских на английские и наоборот. Это затруднит распознавание текста компьютером и может использоваться в разных ситуациях
👍12
Была замечена проблема которая не дает получить Тело ответа в post запросе, так как функция выполняется в главном потоке
Есть несколько путей решения данной проблемы на стороне inline:
1) Реализовать функцию http.runOnUiThread() которая вызовет переданную функцию в Главном потоке
2) Получить тело в бэкенде и передать его в функцию
Есть несколько путей решения данной проблемы на стороне inline:
1) Реализовать функцию http.runOnUiThread() которая вызовет переданную функцию в Главном потоке
2) Получить тело в бэкенде и передать его в функцию