darodriguezalv / mytracks

Automatically exported from code.google.com/p/mytracks
0 stars 0 forks source link

Support parameters in ITrackRecordingService #1235

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The ability to customize how a track is recorded, what it is named, etc from 
the service would be helpful. For example, all tracks created by an external 
service request get the default track name; low hanging fruit for improvement.

Original issue reported on code.google.com by myrd...@gmail.com on 31 Jan 2013 at 7:08

GoogleCodeExporter commented 9 years ago
Using the My Tracks api, external service have the ability to rename tracks.

Original comment by jshih@google.com on 27 Feb 2013 at 11:23

GoogleCodeExporter commented 9 years ago
I apologize, but can you kindly point out how external services can rename a 
track? This is the API I am aware of:

https://code.google.com/p/mytracks/source/browse/MyTracksLib/src/com/google/andr
oid/apps/mytracks/services/ITrackRecordingService.aidl

I do not see a facility exposed there for renaming anything, nor do I see any 
other interfaces defined there. It is likely that I am just not familiar enough 
with the API, but I would appreciate a nudge in the right direction.

Original comment by myrd...@gmail.com on 1 Mar 2013 at 2:16

GoogleCodeExporter commented 9 years ago
My Tracks also provide a content provider api to update My Tracks database.
Thus you can use the content provider api to rename a track.
https://code.google.com/p/mytracks/wiki/MyTracksApi

Original comment by jshih@google.com on 5 Mar 2013 at 1:40