yoshistabber / anymemo

Automatically exported from code.google.com/p/anymemo
GNU General Public License v2.0
0 stars 0 forks source link

Link to file paths stored locally on phone (video links) #165

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What is the feature you want?

I want the ability to insert file path links that can be opened/played natively 
on the phone, such as video captured on the phone.

How important is it to you?

Extremely important because I think video is the best way to remember, in my 
humble opinion.

Do you think other people also want this feature and why?

Yes, because video is an important method to remembering things. The fact that 
this way will enable the user to call up videos s/he has captured her/himself 
without using up any bandwidth is a homerun.

Original issue reported on code.google.com by aenhsai...@gmail.com on 11 Feb 2013 at 2:13

GoogleCodeExporter commented 8 years ago
Needs to see if I can apply the trick I have done in the "About" dialog.
Also, it shouldn't have side effect that prevent "Click to reveal answer".

Original comment by mrlhwlib...@gmail.com on 11 Feb 2013 at 7:16

GoogleCodeExporter commented 8 years ago
I tried to add the link path handling in the code. It works well for linking to 
a website or a video in website. But it will crash for local files. If you have 
some video player that handles it, it will open. But the stock player can't do 
it.
It might requires some special URL or something magic to get it work.
So at meantime, I don't see a way to do it.

Original comment by mrlhwlib...@gmail.com on 14 Feb 2013 at 11:44

GoogleCodeExporter commented 8 years ago
I wouldn't mind using a video player that works with it...

Original comment by aenhsai...@gmail.com on 14 Feb 2013 at 11:54

GoogleCodeExporter commented 8 years ago
I don't know which video player. On my phone, my email client will open the 
link.
file:///sdcard/a.mp4
The bigger problem is that if there is no app handling the file:///, AnyMemo 
will crash and unfortunately I can't catch this crash at all.

Original comment by mrlhwlib...@gmail.com on 15 Feb 2013 at 6:06

GoogleCodeExporter commented 8 years ago
Which email client is that? Can I try this out for myself, or is it not
implemented in current versions?

Original comment by aenhsai...@gmail.com on 15 Feb 2013 at 6:22

GoogleCodeExporter commented 8 years ago
I am using the TouchDown email client. It will try to download the mp4 file 
when I click on the link on the experimental version.

I attached the exprimental version in case you wan to try.
Add tag like this will open your web browser
<a href="http://www.google.com">Click it</a>
Add link like this, it will open my email client.
<a href="file:///sdcard/a.mp4">Click it again</a>

Original comment by mrlhwlib...@gmail.com on 15 Feb 2013 at 6:55

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the attachment, man. but I don't think it works for me. I even
configured my account for touchdown, and when I press on the link, it just
repeats what the link says.

so, in this case, it says click it again; it doesn't open up the video.

Original comment by aenhsai...@gmail.com on 20 Feb 2013 at 2:01

GoogleCodeExporter commented 8 years ago
Hey man,

How are you doing? I hope you are doing well.

Listen, I tried this experimental version to link to youtube videos, since
that is a quick solution to linking to a video I took for a flashcard.

I was just wondering if this version is stable in terms of audio recordings
because I depend on that feature heavily.

Also, is there a quicker way to add in those tags for URLs, much like you
have for adding "BR"?

Thanks in advance.

Original comment by aenhsai...@gmail.com on 18 Mar 2013 at 9:43

GoogleCodeExporter commented 8 years ago
I still haven't figured out how to make AnyMemo not crash if the link is 
invalid.
The problem is that 
<a href="www.google.com">Click it</a> is invalid and will crash AnyMemo.

<a href="http://www.google.com">Click it</a> is valid can can be handled.

Original comment by mrlhwlib...@gmail.com on 19 Mar 2013 at 3:30

GoogleCodeExporter commented 8 years ago

Original comment by mrlhwlib...@gmail.com on 19 Mar 2013 at 3:30

GoogleCodeExporter commented 8 years ago

Original comment by mrlhwlib...@gmail.com on 19 Mar 2013 at 8:52

GoogleCodeExporter commented 8 years ago
I changed way to recognize the link. The change will be in today's nightly build

Original comment by mrlhwlib...@gmail.com on 19 Mar 2013 at 9:23

GoogleCodeExporter commented 8 years ago

Original comment by mrlhwlib...@gmail.com on 4 May 2013 at 6:48