Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Voicemail and Exchange Email Extensions #40

Open
GoogleCodeExporter opened this issue May 10, 2015 · 20 comments
Open

Voicemail and Exchange Email Extensions #40

GoogleCodeExporter opened this issue May 10, 2015 · 20 comments

Comments

@GoogleCodeExporter
Copy link

This is just a request for two extensions, if they're possible. I thought about 
doing two posts, but I don't want to spam anything.

Voicemail (or even Google Voice since that's how I'm setup with voicemail). I 
usually screen my calls so I'm less interested in missed calls and more 
interested in those that left messages.

Exchange Email. I'm just running the vanilla stock one. It'd be nice to have it 
for my non-gmail messages.

Anyway, I love what you have so far. Keep up the good work!

Original issue reported on code.google.com by GDBar...@gmail.com on 12 Feb 2013 at 6:28

@GoogleCodeExporter
Copy link
Author

Thanks for the feedback! Voicemail is a bit difficult as you don't have access 
to an unread count as a developer, but only an indicator as to whether there is 
any voicemail at all.

For exchange email, that's something to look into for sure, but I'm not sure 
there's a public API for that.

Original comment by roman.nurik on 12 Feb 2013 at 9:09

@GoogleCodeExporter
Copy link
Author

A vanilla mail client extension would be great.

Thanks a lot for the great app, it is just brilliant!

Original comment by felipe.m...@gmail.com on 13 Feb 2013 at 6:19

@GoogleCodeExporter
Copy link
Author

Issue 85 has been merged into this issue.

Original comment by roman.nurik on 14 Feb 2013 at 3:30

@GoogleCodeExporter
Copy link
Author

Spent a bit of time looking into this now, as I wanted to make an exchange 
plugin. There seems to be no apis to work with the exchange app. And there are 
different exchange apps based on provider (for example HTC has their own 
thing). Making a plugin for this would involve making all the exchange login 
logic yourself, and having a seperate exchange login for the plugin. 

Unfortunatly that's a bit outside the scope of what I planned on building on a 
friday night ;)

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

@GoogleCodeExporter
Copy link
Author

Issue 147 has been merged into this issue.

Original comment by roman.nurik on 16 Feb 2013 at 3:12

@GoogleCodeExporter
Copy link
Author

Issue 185 has been merged into this issue.

Original comment by roman.nurik on 17 Feb 2013 at 8:33

@GoogleCodeExporter
Copy link
Author

maybe exchange unread count could be picked from a widget, I have nova launcher 
prime, with teslaunread plugin. With that combination I can view the nr of 
unread exchange mails from my exchange mail in the stock/vanilla mail app.

Somehow it uses a widget to get the count, the option had this text:
"Email Widget
Supports Google or Motorola Email.
Unread count is read off the widget"

After checking the checkbox, you will get the prompt which folder you want to 
display , maybe a simalar mechanism could be used for a vanilla mail 
extension...

Original comment by NvAlp...@gmail.com on 19 Feb 2013 at 12:27

@GoogleCodeExporter
Copy link
Author

That sounds very interesting, just sent him an email with this issue link. 
Hopefully he'll tell us how he's doing that reliably :)

Original comment by aagaa...@gmail.com on 20 Feb 2013 at 8:26

@GoogleCodeExporter
Copy link
Author

I'm the dev of Nova Launcher and TeslaUnread.

TeslaUnread is carefully using reflection and private APIs to get the unread 
count text off of the widget. This is probably not something Roman wants to do 
simply because it's unofficial and not guaranteed to work in future android 
versions, but on top of that it's also quite complex.

It's possible a future update of TeslaUnread could include dashclock extensions 
for Google Voice, "Email" and the other counts TeslaUnread has that DashClock 
doesn't. No promises or ETAs or anything on that though, but it is something 
that has crossed my mind as DashClock is popular with users of my apps and 
they'd appreciate the value add of DashClock extensions from TeslaUnread.

Original comment by ke...@teslacoilsw.com on 20 Feb 2013 at 10:42

@GoogleCodeExporter
Copy link
Author

I'd love a dashclock integration, and I know a lot of others would too.

On a side note I've seen a lot of developers (myself included) looking for apis 
to access exchange/htc mail/etc. If you opensource that part of the api I 
suspect you'll get a lot of pull requests if something stops working on weird 
firmware versions. That said it might also encourage the developers of the 
original apps to take steps to prevent it.

Thanks for chiming in on this :)

Original comment by aagaa...@gmail.com on 21 Feb 2013 at 6:55

@GoogleCodeExporter
Copy link
Author

Issue 305 has been merged into this issue.

Original comment by roman.nurik on 28 Feb 2013 at 2:04

@GoogleCodeExporter
Copy link
Author

Just an FYI, I found this today and it works for my exchange accounts:

http://phandroid.com/2013/02/18/anydash-dashclock-widget/

Original comment by trum...@gmail.com on 4 Mar 2013 at 7:35

@GoogleCodeExporter
Copy link
Author

Perfect, works fpr me!!! THX!!

Original comment by daniel.s...@googlemail.com on 4 Mar 2013 at 7:53

@GoogleCodeExporter
Copy link
Author

I would LOVE to have the default exchange email app supported. I already know 
about anydash but im already using it for 3 other apps =(

Original comment by bc8...@gmail.com on 4 Mar 2013 at 9:02

@GoogleCodeExporter
Copy link
Author

You should email the developer of anydash and ask them to add support for 
additional apps.

Original comment by trum...@gmail.com on 5 Mar 2013 at 3:06

@GoogleCodeExporter
Copy link
Author

adding exchange email would be perfect, thanks for your work Roman!!

Original comment by salemsadek on 23 Nov 2013 at 4:02

@GoogleCodeExporter
Copy link
Author

Wanting Exchange Email also. Awesome job on the app Roman!

Original comment by fpirronc...@happyvaper.com on 23 Dec 2013 at 2:51

@GoogleCodeExporter
Copy link
Author

Apex Notifier has Exchange support for Dashclock, it steals the unread count 
from the widget as suggested here. It also supports the Samsung email client 
and K9.

Original comment by jesse.houwing on 22 Jan 2014 at 11:50

@GoogleCodeExporter
Copy link
Author

Let's get back to voicemail.  I'd be ecstatic if I could get a notification via 
Dashclock when I receive a new voicemail.  I don't need a count, just that I 
received a notification.  

Original comment by Qac...@gmail.com on 14 Jun 2014 at 9:20

@GoogleCodeExporter
Copy link
Author

vote for exchange! :)

Original comment by jaroslaw...@gmail.com on 29 Jul 2014 at 4:08

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant