Project

General

Profile

New iPhone app RedminePro for Redmine Site

Added by RedminePro Yang about 13 years ago

RedminePro is an iOS App to access Redmine Projects anywhere and anytime by directly interact with the Redmine sites through the Rest API.

Avaliavle in App store:http://itunes.apple.com/us/app/redminepro/id415596033?mt=8&ls=1#
App Features:
-Multiple Redmine server support
-Multiple Redmine account support
-Browse projects and issues
-Read Redmine news
-Create local issues queries(filters)
-Create remote issues queries(filters)
-Add new issues

*Requirements

As described in Redmine Wiki http://www.redmine.org/projects/redmine/wiki/Rest_api,
Projects,Issues API available from Redmine 1.0;
Users, News API available in Redmine 1.1.
So please make sure to upgrade your Redmine site to use the App.

Most of the time, the API requires authentication. To enable the API-style authentication, you have to check Enable REST API in Administration -> Settings -> Authentication.


Replies (44)

RE: New iPhone app RedminePro for Redmine Site - Added by Anonymous about 13 years ago

Do you donate part of your 4.99 (-30%) income to the Redmine project? I certainly hope so and would like to see a public statement from you about this. Thanks,

Hans-Peter

PS: not that I envy you for those iJailed phones which fit o so well the censored china landscape...

RE: New iPhone app RedminePro for Redmine Site - Added by Jeffrey Jones about 13 years ago

This is a forum for project management software, not a political soapbox. While I agree about the donation point lets try and leave political commentary out of this eh.

RE: New iPhone app RedminePro for Redmine Site - Added by RedminePro Yang about 13 years ago

Thanks Peter,

I promise to donate 20% of the profit to redmine.org, which is $1 out off $4.99. Thats not much, but I hope RedminePro can contribute a little to the Redmine Community.

RE: New iPhone app RedminePro for Redmine Site - Added by RedminePro Yang about 13 years ago

Alright, i would simply delete the statement from App store, but i will keep the promise.

RE: New iPhone app RedminePro for Redmine Site - Added by Anonymous about 13 years ago

Jeffrey Jones wrote:

This is a forum for project management software, not a political soapbox. While I agree about the donation point lets try and leave political commentary out of this eh.

True, I apologize. - Thanks to Rongde for his statement.

Hans-Peter

RE: New iPhone app RedminePro for Redmine Site - Added by RedminePro Yang about 13 years ago

There are some promotion codes for RedminePro 1.0, please kindly help to try the app and give some feedback.

4EWM96YW7XYH
NTA4YT6WWXTH
K9FJKNWL4Y3A
RX7X6L49M3PY
4JRYKH6LHP43
MY3PN4P4H9MT
9TTLAJT9EMHE
Y9YJLHP46LRJ
YEWRXPJ33FMF
JATFEXX4YM6F

Codes must be used before March 1st.

Please reply with the code if anyone use it, so the others won't try it any more.

RE: New iPhone app RedminePro for Redmine Site - Added by Nicklas Westerholm about 13 years ago

I would gladly help test the app. How do I use the promo codes?

RE: New iPhone app RedminePro for Redmine Site - Added by Jens Wellmeyer about 13 years ago

Thanks, i used the second code (NTA4YT6WWXTH).

RE: New iPhone app RedminePro for Redmine Site - Added by Michael Ruoss about 13 years ago

Hi there, looks awesome. I used the fourth code (RX7X6L49M3PY), third was already taken.

RE: New iPhone app RedminePro for Redmine Site - Added by Jens Wellmeyer about 13 years ago

Would love to test it, but our server has a self-signed SSL certificate and the app doesn’t work with this.

RE: New iPhone app RedminePro for Redmine Site - Added by RedminePro Yang about 13 years ago

Thanks to all of you for your supports!!

Hi Jens,
I have developed a new version to support HTTPS site, but i have not upload to app store yet. Please send me your device UDID, i will add it as developer device, so you can help me to test it before i upload to app store. I have send you an email about the details, please check.

Hi Nicklas,
Pls google it, would be simple.

RE: New iPhone app RedminePro for Redmine Site - Added by blake bowling about 13 years ago

just bought it, and cant get any projects with it. I have been waiting for this to be released and it looks awesome.

my prodcution logs seem to be fine when I turn off "require authentication" in redmine as it returnes valid JSON, but app shows no projects for account.
If I require authenticaion, I get Failed to get projects.

Redmine 1.1.0.devel (SQLite)

RE: New iPhone app RedminePro for Redmine Site - Added by RedminePro Yang about 13 years ago

Hi Blake,
Please kindly answer these questions to help trouble shooting:
1) do you get projects on redmime.org account?
2) do you you can to get projects even you turn off "require anthentication"?
3) have you fill the API KEY, when you turn on "require anthentication"?

RE: New iPhone app RedminePro for Redmine Site - Added by blake bowling about 13 years ago

Thanks for the trouble shoot.

1) yes, but deleted them

2) no. when "require authentication" is turn off in my redmine, I get "No Project for the account" but in the production logs I get a 200 OK with a url of JSON that loads in the browser fine, but not in app.

3) yes, I have tried my admin user, and a new user.

If I "edit" the account, it correctly gets the name of my user.

thanks

RE: New iPhone app RedminePro for Redmine Site - Added by RedminePro Yang about 13 years ago

Looks strange, If it correctly gets the name of the user, meaning correctly get data from http://www.redmine.org/users/current.json,
and you have enabled "*Authentication required*", "*Enable REST web service*".

Can you please try to create a demo project and make it public, and see is it work?

And sorry for your inconvenience!

RE: New iPhone app RedminePro for Redmine Site - Added by blake bowling about 13 years ago

Making a new test project works as public.

and while issues that I create on the web show corrently in the app, it wont allow an issue to be created there.
I get a 401 Unauthorized... in the production log.

Does the app require the use of public projects?

RE: New iPhone app RedminePro for Redmine Site - Added by RedminePro Yang about 13 years ago

Not just for public projects, many friends of me have used it for private projects. There might be something wrong in my code for your case.

OK, i have looked though my code for version 1.0, I forget to trim the API key value, please try fill the API key without any space.

RE: New iPhone app RedminePro for Redmine Site - Added by blake bowling about 13 years ago

Thanks for looking, but the API seems to be fine, as it correctly gets my username with editing. Also, looking at the logs, I see no spaces in the key.

RE: New iPhone app RedminePro for Redmine Site - Added by RedminePro Yang about 13 years ago

I have fixed the bug and automatically grab the API key on version 1.2 which already uploaded to app store a few days ago, though it is still "waiting for review"

RE: New iPhone app RedminePro for Redmine Site - Added by RedminePro Yang about 13 years ago

Hi Blake,

I did trim the space for verify the accout, but save the accout api key without trimming. See the log for other api call.

RE: New iPhone app RedminePro for Redmine Site - Added by blake bowling about 13 years ago

ah yes, I see this...
create?format=json&key=we532330e4a7bfd5fca996bbfcb7b9ef21ab0ed5%20%20%20%20%20%20%20%20

RE: New iPhone app RedminePro for Redmine Site - Added by blake bowling about 13 years ago

is there a way to fix this temporarily until apple approves the new version?

RE: New iPhone app RedminePro for Redmine Site - Added by RedminePro Yang about 13 years ago

Fill the api key again, make sure there is no space in the api key

RE: New iPhone app RedminePro for Redmine Site - Added by blake bowling about 13 years ago

I have tried this a couple times.
but thanks.

RE: New iPhone app RedminePro for Redmine Site - Added by RedminePro Yang about 13 years ago

Sorry, Blake, please wait for the new version for a few days if the problem still there. I apologize!

(1-25/44)