

I love the mail app but one complaint I have is when someone forwards me an email with multiple pictures and I hit the button "show pictures." I still have to go through and hit the preview button next to each one. If I could make a suggestion or two for an improvment.
#Android inbox app for android
It's a shame you, Google, have decided to release all new apps for Android 2.2+ devices.Īwesome thank you for the updates Google. How soon until this rolls out into the iOS world? Would love to see my wonderful Priority Inbox on my phone too.Īwesome! i've been waiting for the "send from a different address" feature for a very long time! excellent implementation! thanks android team! This is only on 2.2 and above because gmail wasn't split from the OS into its very own app until the froyo release. Learn to sweet-talk your wireless provider, and you can possibly even get one for free. If the gmail app gave us this control we could ditch the native email system. The native gmail app for android allows user to set how frequent the app checks for new email. What the app is missing is for the user to be able to set notification settings in terms of how frequent the app checks for new email.

Especially those on the HTC hero, who bought into Android early and will now have to buy a new phone to get any sort of update, as we have only just been upgraded to 2.1. I love Android, but once again android 2.1 users have been forgotten about. I wish this was rolled out for 2.1 users as well. Now, you can easily switch between reply, reply all, and forward while composing your response. Many of you asked for a better way to switch between replying to the sender to replying to all.

Since our last Market update, we adopted a few features related to composing messages from the desktop version of Gmail. While Priority Inbox on your Android phone doesn’t have all the features offered in the desktop version of Gmail, we think this is a good start and plan to add even more functionality moving forward. To switch between inboxes or labels, try tapping on the current label.Įver wanted to know that you got an important message without taking your phone out of your pocket? Now you can set up your phone to notify, vibrate, or ring on just your new important mail (check out Menu > Settings > Priority Inbox). You’ll notice the importance markers you’re used to seeing in the desktop version of Gmail, and you can also change a conversation’s importance using the menu.

#Android inbox app archive
You can archive and delete conversations or mark them unimportant from there. This view includes all important messages in your inbox, regardless of whether you’ve read them or not. Now you can see important messages in a new Priority Inbox view. After getting thousands of comments on that release, we made a bunch of updates based on your feedback and today we’re launching Gmail for Android 2.3.2.įirst of all, you told us that you love Priority Inbox and expect much better support for it on your phone. Then create a list of LabeledIntent for the rest of the registered email appsįor (int i = 1 i < resInfo.When we first released Gmail in Android Market back in September, we said that you’d be getting new stuff faster, and we meant it. GetString(R.er_reg_email_client_chooser_title)) Intent intentChooser = pm.getLaunchIntentForPackage(ri.activityInfo.packageName) First create an intent with only the package name of the first registered email app List resInfo = pm.queryIntentActivities(emailIntent, 0) It opens a picker with all email apps registered to device and straight to Inbox: Intent emailIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("mailto:"))
