Laixer / Swabbr-Android

Swabbr Android application
2 stars 0 forks source link

Half implementation of the AccountManager #173

Closed tabeckers closed 3 years ago

tabeckers commented 3 years ago

Due to insufficient Android documentation the current UserManager only utilizes a part of Android's AccountManager functionality. We never managed to get everything working as intended, hence this solution.

The AbstractAccountAuthenticator has not been implemented since we never got the functionality working, even though we exactly followed all existing documentation. Also, the AccountManager never retrieves any tokens from the backend. All API operations are executed by the UserManager.

Some reference: http://blog.udinic.com/2013/04/24/write-your-own-android-authenticator/