David Luhmer

Results 178 comments of David Luhmer

@stefan-niedermann Does it also fail if you run it locally? Can you see what's happening?

@tobiasKaminsky The method you mentioned uses the internal Android AccountManager. the call to getAccounts() will only return accounts, that the app currently has permission to access. So if we reinstall...

@tobiasKaminsky Not necessarily. Right now, it's required that if you want to authenticate an account, you have to send the account object. (See: https://github.com/nextcloud/Android-SingleSignOn/blob/master/src/main/java/com/nextcloud/android/sso/AccountImporter.java#L259) The problem is, that if you...

Would like to share some ideas here: 3PA = Third Party App (such as news / deck / ...) --- Provide a `getAccounts()` api that returns all nextcloud accounts 1....

@tobiasKaminsky > Currently this is shown in account list anyway. That is true - but only if apps have permission to list all accounts, right? ------------ Just to clarify: 1....

>change it to "Install the Nextcloud app first" Sounds great! >not mention any app store directly? How do we know which one to open though? Is there any way to...

It's not finished yet. At least there are still some issues that need to be resolved (See #177). However I didn't have time recently to look into it.. @dave-kennedy are...

@burningthumb Thanks Rob for pointing this out and for including it in your PR. I think your question regarding "why do I have to do this and why isn't the...

@Andrewerr Sorry for the delay - I am currently on vacation and I didn't see this earlier. The log entry is written here: https://github.com/nextcloud/Android-SingleSignOn/blob/8047a9c3391ef78ef5a5c23d4a323378242ab081/src/main/java/com/nextcloud/android/sso/AccountImporter.java#L122 As you can see it requires...