sphinx-kotlin
sphinx-kotlin copied to clipboard
Restoring application State after OS kills the application (ex: after being idle in the recent apps tray for too long) needs to be implemented: - Insetter values - Authentication -...
Need a way to notify the user when there is an error such that they can be informed in the event something goes wrong. Example: Their network connection is slow....
Add ability to restore account from a user specified date, and then pull from Relay any messages before that restore date when scrolling in the chat.
When a Detail Screen is showing, swiping it down to exit causes a memory leak. The navigation request to pop the `DetailDriver`'s backstack is firing off and returning `true` as...
After adding a new contact the Dashboard is not updating with an uninitialized chat for them.
If `User A` deletes `User B` from contacts, and `User B` messages `User A` again while they are still on the `Address Book` screen, `User B` is re-added to the...
The `SphinxRepository`'s socketIO listener logic when receiving a `SphinxSocketIOMessage.Type.MessageType` is modifying the DB's `chatDbo` Table and setting the incoming message as it's `latest_message`. It is not verifying the current `latest_message`'s...
After `User A` deletes contact `User B`, and then `User B` sends a message to `User A`, that message is not propagating to the Dashboard because Relay is only dispatching...
Peg app usage to a minimum relay version. The best location to do this is in the `DashboardViewModel.networkRefresh` such that an error is produced and the version number is set...
Currently Exporting of Keys (as well as other necessary data) to setup Sphinx on a different device encrypts the output string with the User's PIN. 6 character length of character...