Philipp Ebert
Philipp Ebert
Wow, quick reply :) I would prefix with something related to the project name to be consistent when other attributes are added later on, something like `ipv:type`. But `stream:type` is...
If you add `compile 'com.scalified:fab:1.1.3'` to your build file you should be able to reproduce the issue
No worries, it really isn't urgent. If I can find time for a PR, I'll let you know!
Makes sense. I used it for convenience, to align the look with the dialogs created by AlertDialogPro. I'll just switch to Theme.AppCompat.Dialog for activities.
As mentioned in the commit, this is a breaking change, but I would argue that it's the cleanest solution going forward. Existing apps can adapt to the change based on...
This has been discussed multiple times, with the common agreement being that the CCU should not be treated as secure environment anyway and the network it is in should be...
Same Problem here. I think I found a fix for this: the problem is causes by this section: Event.observe(window, 'load', function(){ if(true){ window.location= '/redmine/projects/yourproject/sprints/1234'; } }); the file that generates...