New iPhone app RedminePro for Redmine Site
Added by RedminePro Yang almost 14 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.
mzl_otcljtve_320x480-75.jpg (37.2 KB) mzl_otcljtve_320x480-75.jpg | |||
2.jpg (37.8 KB) 2.jpg | |||
3.jpg (40 KB) 3.jpg | |||
5.jpg (46.9 KB) 5.jpg | |||
4.jpg (51.4 KB) 4.jpg |
Replies (44)
RE: New iPhone app RedminePro for Redmine Site - Added by blake bowling almost 14 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 almost 14 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 almost 14 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 almost 14 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 almost 14 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 almost 14 years ago
Hi everyone, RedminePro 1.2 is ready!
RE: New iPhone app RedminePro for Redmine Site - Added by Aleksey Dubov almost 14 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 almost 14 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 almost 14 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 over 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 over 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 over 13 years ago
RedminePro 1.4.0 is Released on March 7th, 2011 with many new features.
- Show more issue details include
- Parent task
- Sub tasks
- Relations
- Journals(notes)
- Files & Images
- Custom fields
- Update an issue
- Add Textile toolbar for editing issue description and notes
- Add a shortcut to access an issue by number
- Support HTTPS Redmine Sites
- List and add time logs
- 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 over 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 over 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 13 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 over 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.
- K3MTNRXHPT3R
- HK6E7LE7NMML
- 49P9PNT33YNF
- PF6AT3FYLAFT
- F4YEPNT79HTN
- FJ9HM737YAR3
- WP4X96LAAMP7
- WATAAAM6M694
- 73PLKNN7E67X
- YRH7YJJYHJER
Screenshots:
phone3.png (165 KB) phone3.png | |||
pad5.png (118 KB) pad5.png |
RE: New iPhone app RedminePro for Redmine Site - Added by Aleksey Dubov over 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 over 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 over 12 years ago
Done. In comments of the new issue.
- « Previous
- 1
- 2
- Next »