Re: [android-developers] Share some of my work - DragDrop framework

2011-02-14 Thread Marcin Orlowski
On 14 February 2011 08:59, Oded O. olb...@gmail.com wrote: BTW, why is this an issue, and on what machines? Some with case sensitive filesystem -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Share some of my work - DragDrop framework

2011-02-13 Thread Marcin Orlowski
On 12 February 2011 17:17, Oded O. olb...@gmail.com wrote: Hi, I've just finished the first iteration on my dragdrop framework I'm building. http://code.google.com/p/mobile-anarchy-widgets/wiki/Drag_and_Drop?ts=1297527301updated=Drag_and_Drop Download not there? And it's GPL, right? What

Re: [android-developers] Share some of my work - DragDrop framework

2011-02-13 Thread Oded O.
The code is there http://code.google.com/p/mobile-anarchy-widgets/source/browse/#svn%2Ftrunk%2FWidgets%2Fsrc%2Fcom%2FMobileAnarchy%2FAndroid%2FWidgets%2FDragAndDrop It's GNUv3... I'm not familiar with all the nuances of open source licensing world. GNUv3 isn't open enough? Oded -- You received

Re: [android-developers] Share some of my work - DragDrop framework

2011-02-13 Thread String
Some folks (including me) consider GPL too open, in that products derived from it must also be released under a license that's just as open - which, paradoxically, restricts what you can do with GNU-licensed software. String -- You received this message because you are subscribed to the

Re: [android-developers] Share some of my work - DragDrop framework

2011-02-13 Thread Oded O.
I'm not sure I can change the license type on Google Code after a project is created... But in any case... what type of license do you recommend (considering the fact that I want my code to be completely free and open for everyone) Thanks, Oded -- You received this message because you are

Re: [android-developers] Share some of my work - DragDrop framework

2011-02-13 Thread Marcin Orlowski
On 13 February 2011 16:47, Oded O. olb...@gmail.com wrote: I'm not sure I can change the license type on Google Code after a project is created... But in any case... what type of license do you recommend (considering the fact that I want my code to be completely free and open for everyone)

Re: [android-developers] Share some of my work - DragDrop framework

2011-02-13 Thread Oded O.
Changed to BSD. Enjoy. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For

Re: [android-developers] Share some of my work - DragDrop framework

2011-02-13 Thread Brill Pappin
Any particular reason for the upper/camel case package names? It's unusual for java and may cause issues on some machines. - Brill Pappin -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Share some of my work - DragDrop framework

2011-02-13 Thread Oded O.
Sorry for that... I'm coming from the .NET world (5+ years of C# development) where CamelCasing is the way to go... I'm still adjusting, and had no way of knowing that upper-cased namespaces can be problematic BTW, why is this an issue, and on what machines? -- You received this message

[android-developers] Share some of my work - DragDrop framework

2011-02-12 Thread Oded O.
Hi, I've just finished the first iteration on my dragdrop framework I'm building. http://code.google.com/p/mobile-anarchy-widgets/wiki/Drag_and_Drop?ts=1297527301updated=Drag_and_Drop You can download the full source code from: http://code.google.com/p/mobile-anarchy-widgets/ or the compiled