ChrisMCMine
ChrisMCMine
+1, @ManuelPeinado merge this pull request please
Does this happen on all Android Versions or just one? (Which?)
you could try to achieve this effect using this library https://github.com/pnikosis/materialish-progress and in the layout something like this: (Pseudo code) ``` ``` And when you want to display the `ProgressWheel`...
For now it would be possible to add GoogleAuthUtil#getToken to the AccessToken#getAccessToken method and let everyone handle the Thread/Asynctask themselves. Or add a blockingGetAccessToken method for Google Plus beside one...
yeah but I meant one method with callback/listener and a second optional one which performs a blocking request.
Do you have an eta for the next release?
Same happens for me, tested with Google Plus and Twitter using 0.3.3
My guess is that this happens because `onAttach(Activity activity)` of the new fragment is not called yet (since it's just created and to new) and thus `getActivity()` in [SocialNetwork.java:127](https://github.com/gorbin/ASNE/blob/master/ASNECore/src/main/java/com/github/gorbin/asne/core/SocialNetwork.java#L127) returns...
Definitely +1 My suggested solution would be setting a global hugo `DebugLog` listener once which gets called every time before logging something and which also provides the method name, execution...