ModdingFox / OpenFuraffinityClient

A toy project of mine to build an unofficial furaffinity client for android
11 stars 1 forks source link

Should notify user when actions succeed or fail #64

Closed ModdingFox closed 3 years ago

ModdingFox commented 3 years ago

Currently and action that is intended to update the site is pretty much faith based. The user never knows if an action actually happened or not and that is kinda a problem. The goal here would be to have failures show a Toast message at very least to indicate something that should have happened didnt.

ModdingFox commented 3 years ago

In progress much of the code clean up has addressed this. Currently the upload dialog and the adapters are the only parts that still have this issue.

ModdingFox commented 3 years ago

A major chunk of this has been done as part of code cleanup efforts. Currently I can only see open.furaffinity.client.utilities.sendPm and open.furaffinity.client.submitPageOld.* as remaining points for this fix to be applied.

ModdingFox commented 3 years ago

Found a few of these still running around adapters.