Lonami

Results 705 comments of Lonami

The repository I mentioned earlier was deleted but here's the main contents of the files: MainActivity.kt ```kt package com.example.verifyerror import android.os.Bundle import androidx.activity.ComponentActivity import androidx.activity.compose.setContent import androidx.compose.foundation.layout.fillMaxSize import androidx.compose.material.MaterialTheme import...

I haven't contacted anyone else, I ported the project to Kotlin and there are some things to fix, but a few other projects stopped me 😅 I *may* get back...

Out-of-order messages shouldn't occur because the library checks that the incoming `pts` come in order: https://github.com/LonamiWebs/Telethon/blob/47673680f4f615aac15d7e8c1886abea2fe40d9e/telethon/_updates/messagebox.py#L561 Make sure the message isn't being deleted and getting resent. I have observed official...

I do not have interest in submitting bug reports to Telegram. You can certainly message me privately (or include the channel in a GitHub comment between `` so that only...

`client.catch_up` is the only method the library offers to force-fetch updates. If that doesn't work, you'll need to [`getDifference`](https://tl.telethon.dev/?q=getdifference) yourself.

We've already discussed this, and it's something we will implement at some point, hopefully not long left :) The way we've thought is to either pop up a dialog if...

You should also be able to update the app list by switching back and forth between different tabs. But yes, it's inconvenient.

How should this work? Some applications would be locked. Does it ask for the pin when opening? Or you enter the pin via the settings fragment and then it temporary...

I think it would be better integrated in the app drawer itself, also, it should be able to search through all the tabs (because if you're searching for an app,...

So like [this](http://stackoverflow.com/q/7470314) but with [`INSTALL_SHORTCUT`](http://stackoverflow.com/q/10343414). I think we'd need to change the database, but would be an opportunity to do so.