Re: Lot of Permissions

2012-06-06 Thread Prabhath Suminda
uses-permission android:name=android.permission.CAMERA / uses-permission android:name=android.permission.ACCESS_COARSE_LOCATION / uses-permission android:name=android.permission.ACCESS_FINE_LOCATION / uses-permission android:name=android.permission.ACCESS_LOCATION_EXTRA_COMMANDS /

Re: IDE Specific Files in the source Code

2012-06-06 Thread Prabhath Suminda
Yes, Idea does not involve with this project. The only IDE involves is eclipse. I do not know how these files were generated. May be it is result of maven build. On Wed, Jun 6, 2012 at 11:00 PM, Avdhesh Yadav a...@avdheshyadav.com wrote: Hi All, There are lot of IDE(Idea) specific files in the

Re: IDE Specific Files in the source Code

2012-06-06 Thread Luciano Resende
On Wed, Jun 6, 2012 at 10:47 AM, Prabhath Suminda pathiranap...@gmail.com wrote: Yes, Idea does not involve with this project. The only IDE involves is eclipse. I do not know how these files were generated. May be it is result of maven build. How did you create the initial mobile app ? Are

Re: Lot of Permissions

2012-06-06 Thread Luciano Resende
On Wed, Jun 6, 2012 at 10:41 AM, Prabhath Suminda pathiranap...@gmail.com wrote: Actually it was my fault. I included all the permission without bothering which are the ones needed. I think below list is the necessary ones. Regards, Prabhath uses-permission

Re: Lot of Permissions

2012-06-06 Thread Prabhath Suminda
In my application people can be tagged to photos. So when the tagging happens app shows a list of people by reading contacts. User can select people in the photo from it. It need only read contacts permission no write permission needed. External storage will be useful if the app deals with photos

Re: Mobile Project Structure

2012-06-06 Thread Prabhath Suminda
Hi, I agree with you. Since this is built on top of phone gap www (i.e the folder with html/javascript application) folder is the heart of the app. If we have www folder we can easily port it in to any platform. So the version control must be done mainly for that folder. When talking about

Re: IDE Specific Files in the source Code

2012-06-06 Thread Prabhath Suminda
I created initial app as an android project using eclipse IDE . I think those were generated by maven. On Wed, Jun 6, 2012 at 11:28 PM, Luciano Resende luckbr1...@gmail.com wrote: On Wed, Jun 6, 2012 at 10:47 AM, Prabhath Suminda pathiranap...@gmail.com wrote: Yes, Idea does not involve with

Re: fix the build error

2012-06-06 Thread Avdhesh Yadav
Build is failing at my machine and this is because cordova 1.7.0.jar not present in the maven central repository. Developer need to manually install using following command mvn install:install-file -Dfile=cordova-1.7.0.jar -DgroupId=org.apache.cordova -DartifactId=phonegap -Dversion=1.7.0

Maven Build

2012-06-06 Thread Avdhesh Yadav
Hi All, Currently the maven build will not work until user manually install the cordova1.7.0.jar using following command. Build is failing because of developer need to manually install the cordavoamvn install:install-file -Dfile=cordova-1.7.0.jar -DgroupId=org.apache.cordova

Re: IDE Specific Files in the source Code

2012-06-06 Thread Luciano Resende
On Wednesday, June 6, 2012, Prabhath Suminda wrote: 555 Bailey Ave, San Jose, CA 95141 I created initial app as an android project using eclipse IDE . I think those were generated by maven. No Phonegap at al ? -- Luciano Resende http://people.apache.org/~lresende

Re: Mobile Project Structure

2012-06-06 Thread Prabhath Suminda
Since this is built on top of phonegap it is developed as a html/JavaScript application. So It is common to every platform. Here the phonegap web application (i.e www folder in android app) is meant by by application and resources. Reference: http://phonegap.com/ As you said android platform is

Re: Mobile Project Structure

2012-06-06 Thread Luciano Resende
On Wed, Jun 6, 2012 at 11:57 AM, Avdhesh Yadav a...@avdheshyadav.com wrote: On Wed, Jun 6, 2012 at 11:52 PM, Luciano Resende luckbr1...@gmail.comwrote: Today, the mobile trunk seems to have the application to it's root folder. That assumes we only support one device (in this case Android). I

Re: Mobile Project Structure

2012-06-06 Thread Luciano Resende
On Wed, Jun 6, 2012 at 11:22 AM, Luciano Resende luckbr1...@gmail.com wrote: Today, the mobile trunk seems to have the application to it's root folder. That assumes we only support one device (in this case Android). I want to produce an iOS version of the client, and would try to refactor some