cketti
5cb1c16003
Small layout change for sign/encrypt button in message compose activity. Shifts the encrypt checkbox to the right to make room for longer key descriptions/email addresses.
2010-08-05 12:08:13 +00:00
cketti
bd563291c1
Set text color for text on sign and encrypt checkboxes in the message compose layout so it will also work in dark theme.
...
Fixes issue 2100
2010-08-05 12:02:47 +00:00
Jesse Vincent
7a4d12b53b
Merge from apg-integration
2010-07-27 12:10:09 +00:00
Jesse Vincent
338919a9a0
Merge remote branch 'remotes/issue814'
...
* remotes/issue814:
Changed the appearance of the ChooseAccount activity to better match the look of the account list.
svn:eol-style set to LF (UNIX style)
Update issue 814 Status: Started Cc: +fiouzy Reuse of res/layout/accounts_item.xml to match account list Automatically expand/scroll to Intent-presented account
- Patch provided by fiouzy (ability to choose identity from other accounts) - Modifications in MessageCompose by cketti (use MessageReference to replace mFolder and mSourceMessageUid)
Created branch for issue 814 (Feature to select account to send from in compose screen)
2010-07-22 03:15:28 +00:00
Jesse Vincent
6ef923be91
After we download attachments, get rid of the "old" attachment views
2010-07-19 01:54:55 +00:00
Jesse Vincent
6d20c65778
remove the old "isdownloading" notification for the current message.
2010-07-19 01:53:49 +00:00
Jesse Vincent
111e6f5109
First pass at a "download the rest of this message" button
2010-07-19 01:52:59 +00:00
Thialfihar
8310224b89
fix typo "authtype" instead of "auth_type" that caused crash in Incoming Server settings, used the chance to rename all "*_authtype_*" resources to "_auth_type_*" to avoid future confusion
2010-07-09 02:54:15 +00:00
cketti
b188630eb4
Applied patch by ndarilek (thanks!) to add android:contentDescription attributes to unlabeled input fields to improve accessibility.
...
Fixes issue 1948
2010-07-08 12:18:12 +00:00
cketti
1eb37c2031
Added menu option to select & copy text in the message view.
...
The standard ScrollView causes problems when selecting text (and the message is long enough so scrolling is possible). The newly introduced ToggleScrollView can be set to disable scrolling via touch gestures thus making copying multi-line text sections possible.
Fixes issue 662
2010-07-07 22:14:45 +00:00
Thialfihar
00a8f948eb
added launcher shortcuts to accounts, refs issue 1025
2010-07-07 16:17:13 +00:00
Thialfihar
8752347b5f
merged archive-move-spam-buttons into trunk
2010-07-05 13:41:52 +00:00
Thialfihar
03b28c8b68
Added account settings for "archive" and "spam" folders. See issue 3.
2010-07-04 13:48:06 +00:00
cketti
7f625b5ef4
Added option to specify Reply-to address for an identity. Patch provided by fiouzy (Thanks!).
...
Fixes issue 1762
2010-06-20 12:48:22 +00:00
cketti
d56f786f88
Always use colors from light theme for recipient dropdown list (because we always use the light theme to display the compose message dialog).
...
Fixes issue 942
2010-06-13 15:25:46 +00:00
Jesse Vincent
dcd83f243b
For post-2.8 - start at replacing text buttons with image buttons.
...
better images are desperately needed.
2010-06-10 03:37:23 +00:00
Jesse Vincent
953fd8f5ef
Fade out the bottom edge of message previews in the touch view
2010-06-09 02:50:38 +00:00
Jesse Vincent
53f8937bc3
Don't ellipsize the time either
2010-06-09 02:45:20 +00:00
Jesse Vincent
0cec2e9044
Fix cut off "Mark unread" text in multi-select
2010-06-09 02:23:56 +00:00
Jesse Vincent
2123cd01bc
a bit of whitespace cleanup to xml
2010-06-09 01:56:14 +00:00
Jesse Vincent
961f1bd2d9
Don't eillipsize dates in message view; right justify it, too
2010-06-09 01:56:07 +00:00
Daniel Applebaum
34a95ba006
Allowing entering alphabetic characters for the Outbox folder name.
2010-05-31 21:49:59 +00:00
Daniel Applebaum
dedfd026be
Fixes Issue 254
...
Provide for only showing folders that are subscribed on the server
(IMAP only)
Also:
Change default for Notification behavior to the old way. Make going
to the search for unread messages off by default.
Fix up some hiding of labels, etc. on the incoming server settings.
Check for message suppression in search results.
2010-05-30 16:56:50 +00:00
cketti
c5486469c2
- Add menu item to show additional headers in the message view
...
- Add option to save all headers locally (incoming server settings)
Applied patch provided by timmlinder with small modifications.
Fixes issue 43
2010-05-21 15:34:29 +00:00
Jesse Vincent
093d65513a
Clickable folder icons in account lists to get to folder lists, even if
...
there's an auto-open folder
2010-05-12 02:52:10 +00:00
Jesse Vincent
defaf7bbbf
fix the heights of the multi-act buttons to not be inconsistent
2010-05-11 23:58:02 +00:00
cketti
6a5b3b8a7f
Reverted lower minHeight for account and folder list as requested by jessev.
2010-05-11 00:17:32 +00:00
cketti
d938a7807e
Set minHeight of accounts and folder list to the height of star/envelope instead of listPreferredItemHeight. This way there's no jumping when message counts are returned from the database (see r1664) and the list item height is mostly defined by the font size.
2010-05-10 23:16:54 +00:00
Jesse Vincent
2733254832
We shouldn't be setting a minimum item height in the message view.
2010-05-10 20:08:31 +00:00
Jesse Vincent
9a816fc2f4
list items stop jumping out from under fingers as counts are returned from the database were
...
leading to a really bad user experience.
This change sets up min-item-heights per discussion with cketti to stop
that.
2010-05-09 20:08:11 +00:00
Daniel Applebaum
a1b8b2c67c
Put the stars and envelopes on the same line. This isn't the ideal,
...
because I don't like the stars moving around depending on whether
there is an envelope, but at least the overall list layout is a bit
improved (and more compact when using small fonts).
2010-05-09 15:48:39 +00:00
Daniel Applebaum
6aeac22dad
Fixes Issue 300
...
Fixes Issue 772
Fixes Issue 852
Issue 300: Handle incoming IMAP tokens in a case-insensitive manner
Issue 772: Add Yahoo workaround
Issue 852: Add configurable IMAP IDLE refresh frequency in Incoming
server settings
Also:
Add configuration option for whether push system executes a poll on
each connect.
Move the configuration for the maximum number of push folders to the
Incoming server Settings.
2010-05-09 15:27:41 +00:00
cketti
59c3300d71
Fixes issue 1004
2010-05-04 20:54:46 +00:00
cketti
4290b74e86
Removed unused resources from res directory
2010-05-03 13:08:38 +00:00
Jesse Vincent
5131dba71d
Overhaul message header display to scale reasonably with font-size
...
changes but not to waste lots of space unnecessarily. The placement of
loading and attachment icons may want additional love. I'm not sure
where they might best be placed.
2010-05-03 00:20:19 +00:00
cketti
8baedd0966
Widen message list chip to better match message view.
2010-05-02 18:11:59 +00:00
cketti
f2880d08b3
Changed scrollbar style back to outsideInset.
2010-05-02 17:45:31 +00:00
Jesse Vincent
d0e0dceab7
Widen folder and account list chips to better match message-view
2010-05-02 15:53:26 +00:00
Daniel Applebaum
6e9145f037
Adjunct to the new variable font sizes, allow the Account list and
...
Folder list items to vary in size based on the font sizes.
2010-05-02 04:54:09 +00:00
cketti
9eadd15c09
In message view:
...
- Changed scrollbar style
- Changed button heights to default
- Wider "Open" and "Save" buttons for attachments
2010-05-02 00:27:42 +00:00
cketti
d67307a2f8
Changed message view header to get rid of overlapping texts.
...
Fixes issue 808
2010-05-02 00:04:27 +00:00
cketti
7cb0797afc
Prettified message_compose.xml
2010-05-01 22:42:32 +00:00
cketti
98d711c668
Set background color of message compose view to white (so it won't look strange with the dark theme).
2010-05-01 22:09:20 +00:00
Daniel Applebaum
488301d03e
Revert r1611. The extra alignment constraints made the stars go blank
...
when there was more than one digit for the starred count.
2010-04-27 03:18:41 +00:00
cketti
02f4d08396
- Added 1dip bottom margin to "number of starred messages" in account and folder list (looks nicer with dark theme)
...
- Prettified folder_list_item.xml
2010-04-26 22:22:23 +00:00
cketti
d082809524
Used LinearLayout + android:layout_weight to simplify account + message list. Fixes color chip height issue in the message list.
2010-04-26 19:50:25 +00:00
cketti
b7297f774b
@id -> @+id
2010-04-26 18:28:22 +00:00
cketti
e0e5da2d01
Display long account names or email addresses nicely in account list (issue 1478).
2010-04-26 18:26:10 +00:00
cketti
9fa9389386
- Removed the fixed height for message list items
...
- Sender name doesn't overlap the date anymore
- Sender name and date go below subject (don't overlap)
For now the color chip on the left doesn't use the full height of the message list item because of limitations of RelativeLayout.
First shot at fixing issue 1478.
2010-04-26 17:36:33 +00:00
cketti
bad67d5e17
- Changing the order of the date and subject TextViews in the XML file should fix the overlapping text issues
...
- Prettified message_list_item_touchable.xml
Fixes issue 1350
2010-04-26 17:10:46 +00:00
Jesse Vincent
0e4028d458
right-align stars in folder and account lists
2010-04-26 14:52:04 +00:00
Daniel Applebaum
267f02fc48
Add a color chip to the left side of the message headers so that it is
...
possible to tell in which account the message is located. Especially
useful when traversing search results in the MessageView.
2010-04-25 16:33:32 +00:00
Jesse Vincent
c649073fa7
Finish removing the old Android 1.0 chips
2010-04-25 08:59:59 +00:00
Jesse Vincent
d6bc0765d8
Allow users to set the account 'Chip' color per account.
2010-04-25 08:47:24 +00:00
Daniel Applebaum
f185240f67
Make stars and envelopes on folder active.
2010-04-24 19:10:57 +00:00
Daniel Applebaum
41c5dc5986
Fixes Issue 1448
...
Fixes ClassCastException.
Also:
Envelope and star in Accounts Activity are now both "hot". Tapping
the main part of the search opens the full search; tapping the
envelope opens the search only for unread messages; tapping the star
opens the search but only for starred messages.
The envelope and star are a bit small to reliably tap. Both options
should be available via long-press, also.
Methodology will be extended to real accounts, as well.
2010-04-22 02:20:35 +00:00
Daniel Applebaum
cb4504cc33
Fixes Issue 1055
...
Provide a visually more interesting unread mail counter box that works
in both light and dark themes.
2010-04-20 04:17:15 +00:00
Daniel Applebaum
5bd24fe425
Fixes Issue 1410
...
Fixes Issue 1431
Present flagged message count inside a star, matching the visual
presentation on individual messages.
Provide display of unread and flagged message counts for canned
searches.
Perhaps the message counts for searches and account size display
should be defeatable for improved speed.
2010-04-17 03:32:17 +00:00
Daniel Applebaum
2212236418
Should have been committed with r1491 for Issue 1224
2010-03-07 00:39:26 +00:00
cketti
f2f3b4263d
Fixed editable TextView
2010-02-13 18:20:08 +00:00
cketti
033e0d40de
Optional signatures on per identity basis. Original patch by jiri.tyr (thanks!) slightly modified by me.
...
Fixes issue 461
2010-02-08 17:47:00 +00:00
Daniel Applebaum
4fa4f22f2c
Fixes Issue 494
...
Allow for setting the Outbox to have any name, as tying it to a server
side folder does not make sense. It is never synced.
2010-02-06 22:36:22 +00:00
Bao-Long Nguyen-Trong
49b223e20c
Fixed issue 140 and issue 950: for partially downloaded messages, displaying what we already have while downloading the full message in the background
...
TODO: Need better icon indicating that the message is being fetched
2010-02-06 14:49:36 +00:00
Jesse Vincent
b702c67529
Fix checkboxes for message_list_item_touchable.
2010-01-25 03:39:12 +00:00
Jesse Vincent
08ed1ed389
Fix checkbox width issue on Android 1.5
2010-01-24 20:40:42 +00:00
Jesse Vincent
9301aabc8c
CRAM-MD5 for SMTP is now configurable
2010-01-18 00:10:49 +00:00
Jesse Vincent
591a3af6dc
Eliminate "select" mode in favor of a unified swipe and context menu -based
...
always-available select action. For the moment, this means
that widgets_on_left does nothing at all. based on feedback, I may kill
the preference and multi-mode behaviour entirely in favor of "show stars?"
(and possibly "show stars on left"
Stars, "checkboxes" and color bars updated to actually fit in wide mode.
2010-01-17 04:20:39 +00:00
Jesse Vincent
0de7b15aa1
Swipe to select/deselect from touchmode
2010-01-17 04:20:22 +00:00
Jesse Vincent
752b5c59f1
Add a bunch of ime hinting to the setup flows
2010-01-14 01:57:59 +00:00
Jesse Vincent
0061b3da81
steal a more compact android-standard checkbox style from AOSP. Tighten
...
up the touchview
2010-01-14 00:33:05 +00:00
Jesse Vincent
d5c185545b
Add a "done" to the batch buttons.
...
Make the "done" entry in batch buttons only show up in touch mode
2010-01-13 03:37:04 +00:00
Jesse Vincent
7ab9b8ee3c
Added a first-pass view optimized for high-rez devices with both select and star
2010-01-13 03:36:43 +00:00
Bao-Long Nguyen-Trong
1c5d240564
Made batch op button's text sensitive to which messages are selected
2010-01-12 19:39:20 +00:00
Daniel Applebaum
56a4b94748
Put the color chip with read/unread controlled brightness at all
...
levels except MessageView
2010-01-06 05:23:32 +00:00
Jesse Vincent
e82bb72a97
non-downloaded messages once again have a grey background.
...
Fixes Issue 899
2009-12-20 06:54:30 +00:00
Jesse Vincent
5a85446779
Initial implementation of CRAM-MD5 support for IMAP and SMTP.
...
Patch contributed by Russ Weeks <rweeks@gmail.com> in
<605ac1c0-808a-4f67-8c4d-736eec9587f8@e27g2000yqd.googlegroups.com>
2009-12-20 05:15:20 +00:00
Jesse Vincent
f318a6e481
slightly simplify message list item (and fix errors about missing drawables)
2009-12-16 05:26:37 +00:00
Jesse Vincent
c47db7c255
Fix display of message color "chips" - Fixes issue 887
2009-12-08 18:53:53 +00:00
Jesse Vincent
cd7de68186
reimplement the "list widgets on the left?" preference I'd previously complained about as an account preference
2009-12-08 07:08:05 +00:00
Jesse Vincent
6fdf69d45b
Revert "Fixed issue 858: Added option to choose which side the widgets in message list will be on"
...
This reverts commit b334e397431225280f30e5297f73392f331f2dc3.
2009-12-08 07:07:03 +00:00
Bao-Long Nguyen-Trong
4117175b0f
Fixed issue 858: Added option to choose which side the widgets in message list will be on
2009-12-08 01:32:59 +00:00
Jesse Vincent
0ebebace82
make the "bulk update" buttons not cover part of the listview.
2009-11-30 22:39:01 +00:00
Jesse Vincent
900bcb434c
Now that we have multiselect mode, kill the "quick delete" mode.
2009-11-28 05:09:28 +00:00
Jesse Vincent
e2fd488e66
Fix multiselect so that one can use touch or the dpad or scroll ball to select
...
TODO: a preference to disable this behavior for folks who don't think like me
2009-11-27 03:28:26 +00:00
Bao-Long Nguyen-Trong
3525337075
1st wired up version of multi-select + delete button (still rough on the edges)
2009-11-26 15:47:58 +00:00
Jesse Vincent
e4427f4f17
Added a "show no widgets" entry into the widgets rotation.
...
Eventually, we should have a preference per account for whether listview
starts in no-widgets or flag mode.
2009-11-25 16:21:01 +00:00
Jesse Vincent
beec4ee3e1
make star-mode let you click through to messages but not select mode or
...
delete mode
2009-11-25 15:35:07 +00:00
Jesse Vincent
622155a57a
make the Delete, Select and Star buttons share the same screenspace.
...
right now we toggle per row. next up is toggle all at once
2009-11-25 02:25:56 +00:00
Bao-Long Nguyen-Trong
e3727e1d91
Very early shot at batch message action UI
2009-11-24 18:05:53 +00:00
Jesse Vincent
ee463b32ff
Overhaul our setup wizard to have a more reasonable bottom bar and to reuse that layout code where possible; standardize the id of the 'next' button
2009-11-23 00:23:34 +00:00
Jesse Vincent
7a46a584c6
When flipping messages, be sure we jump to the top as we display
2009-11-22 21:23:00 +00:00
Jesse Vincent
c392e778e6
Add "starring" to MessageView
2009-11-18 01:59:41 +00:00
Jesse Vincent
b328cbe991
A first implementation of "starred" messages in portrait list views
2009-11-17 16:52:23 +00:00
Jesse Vincent
80cd3a172a
normalize padding in setup widgets; turn off "fading edges" in setup widgets
2009-11-17 00:50:59 +00:00
Jesse Vincent
4cc22f8208
Remove duplicated "make this account the default" option during setup
2009-11-16 19:33:23 +00:00
Jesse Vincent
84ab290046
Give the user the choice of whether to enable Push as they create a new IMAP account.
...
TODO: explanatory prose underneath
2009-11-16 19:33:01 +00:00
Bao-Long Nguyen-Trong
2c04ee6af6
Fixed issued 606 using modified patch from mark.himsley
2009-11-16 19:26:09 +00:00
Jesse Vincent
3a740c199d
tiny layout tweaks to account setup flow
2009-11-14 04:49:27 +00:00
Jesse Vincent
d854190df7
get the account setup options "next" placed correctly
2009-11-14 04:49:06 +00:00
Jesse Vincent
2605ee9473
get that "new account" button off the account list page
2009-11-14 04:48:39 +00:00