AquaMail Forum

English - Android => Feature requests => Topic started by: ulmus on November 16, 2012, 03:22:37 pm

Title: Widget with individual clickable emails
Post by: ulmus on November 16, 2012, 03:22:37 pm
Now, when i touch email in the widget it opens just AquaMail, i'd like to open this particular email I had touched.
Title: Re: Widget with individual clickable emails
Post by: Kostya Vasilyev on November 18, 2012, 01:04:54 am
The message list widget, when running on Android 3.0 and higher, supports:

- Scrolling
- Checking mail
- Clicking on individual messages to open them

I could make message items clickable on Android 2.*, but concerned about the amount of system resources that would use. Android 3.0 has special functions that help reduce system memory usage in this case, Android 2.* does not (I'm talking about a PendingIntent object for each message item).