Re: [android-developers] Share some of my work - Drag&Drop framework

2011-02-14 Thread Marcin Orlowski
On 14 February 2011 08:59, Oded O. 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 android-developers@goog

Re: [android-developers] Share some of my work - Drag&Drop 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 becaus

Re: [android-developers] Share some of my work - Drag&Drop 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 android-develop

Re: [android-developers] Share some of my work - Drag&Drop 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 Fo

Re: [android-developers] Share some of my work - Drag&Drop framework

2011-02-13 Thread Marcin Orlowski
On 13 February 2011 16:47, Oded O. 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) BSD? -- You r

Re: [android-developers] Share some of my work - Drag&Drop 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 sub

Re: [android-developers] Share some of my work - Drag&Drop 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 Goog

Re: [android-developers] Share some of my work - Drag&Drop 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 receive

Re: [android-developers] Share some of my work - Drag&Drop framework

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

[android-developers] Share some of my work - Drag&Drop framework

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