iLanguage / Aublog

Automatically exported from code.google.com/p/aublog
1 stars 1 forks source link

Listen to dictations while in Drafts Tree View #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I want to be able to listen to my blog entries while viewing the tree. This is 
easier to figure out which node I want to edit. 

Proposed Solution:
*long click on a node plays the node. 

What version of the AuBlog are you using? On what Android version (2.2,
3.0), and which device (HTC Desire, Motorola Xoom)?
*AuBlog 1.0

Original issue reported on code.google.com by a...@ilanguage.ca on 10 Sep 2011 at 2:38

GoogleCodeExporter commented 9 years ago
This feature request was handled in branch refactorinviewtree on Aug 25 2011

possible solutions:
*use long click listener in android, but it didnt play well with the JIT nodes
*hand code a long click in javascript (mousedown, mouseup)

*Tested the long click in a browser to be able to debug whether a click was 
detected
*changed click to touch (touchstart, touchend) so that it would work in the 
webview

attached relevant logs for this issue 
http://stackoverflow.com/questions/746684/how-to-search-through-all-commits-in-t
he-repository

Original comment by gina.c.c...@gmail.com on 10 Sep 2011 at 3:40

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by gina.c.c...@gmail.com on 10 Sep 2011 at 3:54