hicknhack-software / redmine_time_tracker

A time tracker plugin for Redmine
Other
106 stars 32 forks source link

Mobile-App for Android #200

Closed suther closed 7 years ago

suther commented 9 years ago

Is there a way to create a mobile-App for Android, to use this TimeTracker (start, stop...) Does the Timetracker have an API ?

arBmind commented 9 years ago

As far as I can see, we currently do not have a full API for that. But it should be quite easy to build one. The time_trackers_controller.rb contains all the logic you need.

jume-dev commented 7 years ago

The new version is fully based on an api, so it should be easy to create a android app. Sadly i hadn't time to properly document the api yet, but it's working and you can use it already. Take a look in app/controllers/hourglass for available methods.