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 blake bowling about 13 years ago

no problem. I know how these things are. just glad there is a fix. Hope the app does well for you.

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

If anybody getting the same problem and be interesting in test the beta versions before upload to app store, you can send me the device UDID, I will add it as developer devices. To get the UDID of your device, connect it to iTunes, in the "Summary" section, click the "Serial Number".

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

Temp fix found.

maybe not the best solution, but for this minor problem, a fix is to modify /app/models/user.rb on line 298(ish)
from
297 def self.find_by_api_key(key) 298 token = Token.find_by_action_and_value('api', key) 299 token && token.user.active? ? token.user : nil 300 end

to

297 def self.find_by_api_key(key) 298 token = Token.find_by_action_and_value('api', key.strip) 299 token && token.user.active? ? token.user : nil 300 end

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

Hi Rongde, installed RedminePro today, very simple to setup and no problems. Would RedminePro support updating issue's in future version?

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

Blake, thanks!

Hi Tim, Thanks! i am playing with api, i will do that once the api support and works well for me.

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

Hi everyone, RedminePro 1.2 is ready!

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

Hello Rongde Yang,

Each time I try to add a private redmine's server I get the following error message: Error Domain=NSURLErrorDomain Code=405 "The operation couldn't be completed. (NSURLErrorDomain error 404.)".
"Enable REST web service" is checked in the Settings. API access key is successfully grabbed by the App.

How can it be fixed?

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

Hi Aleksey,

What is your Redmine site version? You need to upgrade the Redmine Site to 1.1.0.

By the way, you can report bugs on http://redminepro.jawasoft.com/

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

My Redmine site version is 1.0.4.stable.4510. I'll upgrade it. Thank you for quick reply, Rongde Yang!

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

RedminePro 1.2 crashes ever time I try to access any account, including Redmine & Redmine Demo.

No errors, just exits immediately after selecting an account.

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

Hi Rue Turner,

What's your ios version?

Sorry for the problems. I will check the crash report and release a fixed version asap. Before that, you can delete the app from the device, and download again from app store, it should work again.

You may report bugs in our support site: http://redminepro.jawasoft.com/

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

RedminePro 1.4.0 is Released on March 7th, 2011 with many new features.

  1. Show more issue details include
    1. Parent task
    2. Sub tasks
    3. Relations
    4. Journals(notes)
    5. Files & Images
    6. Custom fields
    7. Update an issue
  2. Add Textile toolbar for editing issue description and notes
  3. Add a shortcut to access an issue by number
  4. Support HTTPS Redmine Sites
  5. List and add time logs
  6. Fix bugs

RedminePro 1.4.0 Promotion Codes http://redminepro.jawasoft.com/boards/3/topics/14

RE: New iPhone app RedminePro for Redmine Site - Added by Alexander Pöltl almost 13 years ago

Does the HTTPS Support works with self signed certificates like those from CACert.org?

RE: New iPhone app RedminePro for Redmine Site - Added by Daniel Gruen almost 13 years ago

Alexander Pöltl wrote:

Does the HTTPS Support works with self signed certificates like those from CACert.org?

I have it running on a server with self-signed certificate without any issues.

RE: New iPhone app RedminePro for Redmine Site - Added by Jamie Gruener over 12 years ago

Is there any activity on this project? I bought the app. In testing I found a limitation, logged an issue at http://redminepro.jawasoft.com/issues/88, but there's been no response of any sort in two weeks. Sure, it's only five bucks, but still.

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

RedminePro is still being improved. Version 2.0.0 is just released with much better interface structure and many bugs fixed.
Welcome to try the app out and thanks for any feedback.

Promotion codes for RedminePro:
  1. K3MTNRXHPT3R
  2. HK6E7LE7NMML
  3. 49P9PNT33YNF
  4. PF6AT3FYLAFT
  5. F4YEPNT79HTN
  6. FJ9HM737YAR3
  7. WP4X96LAAMP7
  8. WATAAAM6M694
  9. 73PLKNN7E67X
  10. YRH7YJJYHJER

Screenshots:

RE: New iPhone app RedminePro for Redmine Site - Added by Aleksey Dubov about 12 years ago

It looks like I cannot view any of my projects after update.

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

Hi Aleksey,

I have add a new issue in RedminePro support site http://redminepro.jawasoft.com/issues/121.

Can you please provide more detail about the problem?

RE: New iPhone app RedminePro for Redmine Site - Added by Aleksey Dubov about 12 years ago

Done. In comments of the new issue.

(26-44/44)