Altonss
Altonss
Is this working on newer versions of Android? Because for the PR #669 I need to implement this for groups, but currently only have an Android 5 device for testing....
I'm currently trying to work on this :)
As an id for the group should the group._id string be used or the hashCode?
Ah yes your right, that's what I did anyway. But as these ids are just strings and I don't know if they are unique, my fear was to introduce conflicts...
Ok because I was wondering what to put here: ``` private void extractIntentFields(Intent intent) { final Bundle b = intent.getExtras(); groupId = b != null ? b.getString("id") : ""; Log.d(TAG,...
I managed to progress pretty far, but I have a bug now: when I have the app opened on the All tab, then leave the app open in the background...
All right, I still need to make some tweaks, but will make the draft PR probably in a few hours :)
I'm finally done with the work and it is now a real PR!
> it's way beyond the api level we are trying to support.. So what should be done? Just close the issue or implement the new method only for the high...
Maybe this issue can be closed since it has been more than 5 month without an error?