Micah Lindley
Micah Lindley
@locness3 So we essentially need to use a `` whenever opening a project?
@locness3 Ah, so just get rid of the modals. All righty, sounds good. I'll test it out.
I fixed the problems with modal navigation in 17711bbe84345f3e721b537bdc048a55668bdf76. Closing now.
In the future if it becomes a problem I'll change it. For now it works fine.
Sync adapters look really interesting as well! You're right - we shouldn't need to directly interact with the webview, but we do have to store the current username somewhere that...
@locness3 So just from what I've tried, setting up a sync adapter lies beyond my marginal knowledge of Java. Would you be willing to add this feature and make a...
> > Might look into [sync adapters](https://developer.android.com/training/sync-adapters) as well. > > These look relatively complex to set up since it looks like you need to create an authenticator and a...
@locness3 It's been done - the current signed-in username is stored with the key `username`. You should be good to go!
I appreciate your help on this issue! Thanks again!
@locness3 no hurry, but have you gotten any time to work on this issue?