apps8os / contextlogger3

This is a repository for contextlogger3 software that is being built in Aalto University on top of the funf framework (http://code.google.com/p/funf-open-sensing-framework/). This project has originated from and is inspired by the ContextLogger2 project (http://contextlogger.org/) developed at Helsinki Institute for Information Technology (HIIT). All source code in this project is published under MIT open source license (http://opensource.org/licenses/MIT). If you have any questions about the project, please contact Kimmo Karhu (firstname.lastname [at] aalto.fi).
13 stars 2 forks source link

Final fixes to 0.7 so that it can be used in Chinese pilot #27

Closed ktkarhu closed 11 years ago

ktkarhu commented 11 years ago
  1. Make the click indication color a bit stronger
  2. If activity is running (i.e. it's color is orange) and you click it, the click indication color should be some shade of orange and not blue
  3. remove the long click functionality completely (i.e. confirmation dialog is always shown)
  4. if start or stop time is adjusted, that should be shown in APPLICATION_ACTION using + and - signs and also the timestamp that is saved to the database should be adjusted
    • table below shows actual data collected from our test today
    • in the second row the start time was adjusted 2 hours in the history
      • timestamp column should have the new modified time (corresponding to 09:21:??)
      • APPLICATION_ACTION column should have 坐公交车_START-7200000
    • in the third row the stop time was adjusted 2 hours to the future
      • timestamp column should have the new modified time (corresponding to 13:21:??)
      • APPLICATION_ACTION column should have 坐公交车_START+7200000
timestamphuman readable timestamp generated in excelAPPLICATION_ACTION
13635978642013-03-18 11:11吃饭_STOP
13635984952013-03-18 11:21坐公交车_START_+-7200000
13635985192013-03-18 11:21坐公交车_STOP_7200000
13635985282013-03-18 11:22坐火车_START
13635985452013-03-18 11:22坐火车_INVALIDATE
13635985512013-03-18 11:22开车_START
13635985652013-03-18 11:22开车_STOP
ktkarhu commented 11 years ago

Remaining issues:

ktkarhu commented 11 years ago

Would it also be possible to return the "View history" functionality into the menu?

ktkarhu commented 11 years ago

If user adds a new context and then tries to change the language, the predefined contexts are not translated.

ktkarhu commented 11 years ago

User should be able to delete the context that he/she has created

tingan commented 11 years ago

Context logger crash on samsung s3 mini android version 4.1.2 On 20 Mar 2013 16:07, "Kimmo Karhu" notifications@github.com wrote:

User should be able to delete the context that he/she has created

  • add a garbage can icon inside user added activities
  • If user clicks grabage can system will ask confirmation.

— Reply to this email directly or view it on GitHubhttps://github.com/sizzlelab/contextlogger3/issues/27#issuecomment-15177498 .

chaow commented 11 years ago

I think the latest version covered all the above changes, except the crash case. Regarding the crash case, would you please describe how to reproduce? If possible, please use crash report app to catch the log, and send it to me for the investigation.

tingan commented 11 years ago

The crash happened occasionally on my Samsung s3 mini android 4.1.2, it flash and exit say unfortunately, the loggerapp has stopped. On 25 Mar 2013 01:22, "chaow" notifications@github.com wrote:

I think the latest version covered all the above changes, except the crash case. Regarding the crash case, would you please describe how to reproduce? If possible, please use crash report app to catch the log, and send it to me for the investigation.

— Reply to this email directly or view it on GitHubhttps://github.com/sizzlelab/contextlogger3/issues/27#issuecomment-15371920 .

ktkarhu commented 11 years ago

Tingan, read these instructions and send a crash report to Chao: https://github.com/sizzlelab/contextlogger3/wiki/How-to-send-a-detailed-crash-report-using-Crash-Report-app-in-Android-device

ktkarhu commented 11 years ago

Closed this issue and created a new issue (#28) for crash problem