Compare commits

..

9 Commits

Author SHA1 Message Date
zhijie 5eb4cc561d readme 2013-08-01 09:29:58 +08:00
zhijie lee ece1ab8bd6 readme 2013-08-01 01:35:34 +08:00
zhijie lee 1a193ee9bc app store available 2013-08-01 01:26:48 +08:00
zhijie 9911bcbf72 readme modified 2013-07-30 14:33:47 +08:00
zhijie 1119d13549 Merge branch 'redmine-ios' 2013-07-30 14:30:09 +08:00
zhijie lee 22c3c48d00 Merge pull request #4 from zhijie/redmine-ios
merge Redmine ios to master
2013-07-29 02:43:05 -07:00
zhijie lee d80e164e9c Merge pull request #3 from zhijie/redmine-ios
merge Redmine ios to master
2013-07-24 02:21:18 -07:00
zhijie lee 5ef688dfed Merge pull request #2 from zhijie/redmine-ios
merge code in ios branch to master
2013-07-19 01:28:14 -07:00
zhijie lee 5d924b9b36 Merge pull request #1 from zhijie/redmine-ios
merge code in ios branch to master
2013-07-18 06:25:38 -07:00
1 changed files with 20 additions and 1 deletions

View File

@ -1,6 +1,25 @@
redmine-mobile
==============
a mobile client for redmine, including IOS and Android
Redmine Mobile is an iPhone/Android client for Redmine, which is a web-based project management and issue tracking tool. Redmine Mobile makes it possible to view, create and edit issues, keep track of activities wherever you take along your phone.
*******************************
It's available on [App Store](https://itunes.apple.com/app/redmine-mobile/id680505406?ls=1&mt=8) now.
And it's totally free and open source under MIT license.
Features
- View, add and edit projects
- View, add, edit and comment issues
- Log time spent on issues
- Add and view subtasks, view issue relations
- Filter and sort issues by different aspects
- Use custom queries from your Redmine
- More features are under development
The app is compatible with Redmine installations from version 1.1 or higher, we recommend version 1.4 or higher. It also supports self-signed SSL certificates and Htaccess protected Redmines.
RedmineApp accesses your Redmine installation by using the official REST API inherent in your Redmine. There is no need to install any plugins. Please make sure that the API is enabled on your server which you can find in: Administration > Settings > Authentication > Enable REST web service
This code is distributed under the terms and conditions of the MIT license.