Sander Bogaert
13dc96eca9
Have the cc/bbc and attachment action on top with nice icons.
2012-09-09 13:13:43 -07:00
Sander Bogaert
cfc12ba8f2
Changed order of actions on the bar as suggested. Compose on the right now.
2012-09-09 13:13:42 -07:00
Sander Bogaert
c31c8923c2
Add an actionbar to the MessageView activity.
2012-09-09 13:13:40 -07:00
Sander Bogaert
7a035a73b0
Moved context actionbar options around a bit to make more sense.
2012-09-09 13:13:40 -07:00
Sander Bogaert
592aeb0b03
Add forward, reply, reply all, same sender back in the MessageList context actionbar.
2012-09-09 13:13:39 -07:00
Sander Bogaert
6daa8a3c0c
Add refresh to actionbar for Accounts activity.
2012-09-08 22:26:31 -07:00
Sander Bogaert
0b89cdd0fc
Add send button to compose activity and use new icon for it.
2012-09-08 22:23:39 -07:00
Sander Bogaert
f0eafdf143
Make folderlist use new icons.
2012-09-08 22:21:12 -07:00
Sander Bogaert
2e530be2c8
Have a compose on the accounts screen.
2012-09-08 22:21:12 -07:00
Sander Bogaert
7c9a6b8592
Always show search button on actionbar of Accounts activity.
2012-09-08 22:21:11 -07:00
Sander Bogaert
08174e212e
New nice ICS icons for our actionbar.
2012-09-08 22:21:09 -07:00
Sander Bogaert
69bde2beab
Never show 'select all' on actionbar.
2012-09-08 22:21:08 -07:00
Sander Bogaert
3c17043615
Force settings option in overflow menu on accounts and folders activities.
2012-09-08 22:21:07 -07:00
Sander Bogaert
a931bdba87
Force 'marke all as read' in the overflow menu.
2012-09-08 22:21:07 -07:00
Sander Bogaert
35e8937b8a
Remove send alternate option from messagelist activity.
2012-09-08 22:13:06 -07:00
Sander Bogaert
24d7416e61
Implemented the (Un)start and (Un)read toggles.
2012-09-08 22:13:06 -07:00
Sander Bogaert
6bea2dddac
Major cleanup of the MessageList activity and layout. Removed dead code.
2012-09-08 22:10:21 -07:00
Sander Bogaert
e01232a500
Selection with context actionbar working.
2012-09-08 22:05:41 -07:00
Sander Bogaert
9cdc892919
Never show expunge on actionbar.
2012-09-08 21:40:57 -07:00
Sander Bogaert
61d93d011f
Remove accounts option from regular menu.
2012-09-08 21:34:35 -07:00
Sander Bogaert
5273c72f05
Never show settings icon on actionbar.
2012-09-08 21:34:33 -07:00
Sander Bogaert
2ec97235ec
Split bar on Messagelist activity and some code styling.
2012-09-08 21:32:54 -07:00
Andrew Chen
2d13b0f36c
Add menu image for read/reply receipt.
2012-04-08 16:54:21 -07:00
cketti
8180fd9ad2
Added a button to switch the identity in MessageCompose
...
Originally I wanted to use a Spinner, but it doesn't support multiple
view types (see [1]). Those are necessary because we use different
layouts for accounts (section headers) and identities (selectable list
items).
Removed the ChooseAccount activity because it's now unused.
2012-03-22 22:17:10 +01:00
ashley willis
f9a30d1822
added sort by arrival option.
2012-03-11 17:48:56 -05:00
mwolschon
2bfe1f4533
Issue 17: Hierarchical folder list / folder tree
2011-12-15 10:34:29 +01:00
cketti
52a92d93a1
Add dialog to ask for server passwords after import
2011-10-17 04:34:26 +02:00
cketti
fc8d2e9979
Merge branch 'master' into issue549
...
Conflicts:
res/menu/accounts_context.xml
res/menu/accounts_option.xml
res/values/strings.xml
src/com/fsck/k9/Account.java
src/com/fsck/k9/activity/Accounts.java
src/com/fsck/k9/activity/AsyncUIProcessor.java
src/com/fsck/k9/activity/FolderList.java
src/com/fsck/k9/activity/ImportListener.java
src/com/fsck/k9/activity/K9Activity.java
src/com/fsck/k9/activity/K9ListActivity.java
src/com/fsck/k9/activity/MessageView.java
src/com/fsck/k9/mail/store/ImapStore.java
src/com/fsck/k9/mail/store/Pop3Store.java
src/com/fsck/k9/mail/store/WebDavStore.java
src/com/fsck/k9/mail/transport/SmtpTransport.java
2011-10-14 20:33:25 +02:00
danapple
06cabdbde1
Working version of moving accounts within the Accounts view.
2011-09-05 12:38:03 -05:00
Alessandro Russo
f5c679fb95
Added support for requesting read receipts
2011-08-27 20:46:04 -04:00
Jesse Vincent
59f3106ebe
rejigger export menus
2011-03-25 17:14:45 +11:00
danapple
56efd48ac2
Removed commented out sections.
2011-03-21 20:09:55 -05:00
danapple
19bff64672
Remove ability to export settings from the folder and message lists.
...
However, leaving the .xml in place so that this can be easily undone
later without recourse to revision control, as I suspect this might be
changed again soon.
2011-03-19 12:45:08 -05:00
cketti
203dab5c64
Revert changes for issue 549 (import/export settings).
...
The feature will be polished in branch "issue549".
2011-02-28 22:55:34 +01:00
danapple
6dc94fb78e
First mostly working copy of export/import. Committing while I sort
...
out how to use git.
2011-02-26 11:31:56 -06:00
Jesse Vincent
db2b177a79
Relabeled the "Choose Identity" menu item in message compose to be a bit
...
more obvious to end users.
Split out the "choose identity" icon from the "cc" icon, though they're
still the same image, at least they're logically separate
2010-11-14 15:36:52 +00:00
Jesse Vincent
675651286b
Added the ability to completely wipe the localy cached messages of a syncced folder.
2010-11-14 00:49:25 +00:00
Jesse Vincent
76e26607b8
Added a first pass implementation of being able to resend a message.
2010-11-13 03:09:32 +00:00
cketti
6220237576
Corrected indentation
2010-10-03 23:55:10 +00:00
Marcus Wolschon
97001b6edb
filter on folder-selection
2010-08-13 06:37:00 +00:00
Jesse Vincent
8f1d535630
make it possible to get to global settings from the folder list
2010-07-16 01:24:01 +00:00
Jesse Vincent
853e9532a9
Improve "Settings -> Settings" to "Settings -> Global Settings"
2010-07-16 01:23:56 +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
8752347b5f
merged archive-move-spam-buttons into trunk
2010-07-05 13:41:52 +00:00
Jesse Vincent
366ce15196
Very first pass at contextual search. This _should_ end up as a submenu
...
with searches for "Same recipient", "In this conversations", "On this
date", etc.
2010-06-06 21:33:44 +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
a59ade4fdd
When no messages are selected yet, "Select all" is the only valid batch
...
option. Instead of forcing the user through a submenu, show "Select all"
instead of the submenu
2010-05-15 21:03:44 +00:00
Daniel Applebaum
8b92bc3836
Fixes Issue 1474
...
Fixes Issue 1562
Issue 1474:
Provide new facility to totally wipe all data for an account but leave
settings intact. This is useful because sometimes storage is so full
that SQLite cannot perform the usual VACUUM or message deletion.
Add confirmation dialogs to destructive Clear and Recreate operations.
Remove destructive Clear from FolderList so as not to have to
duplicate the confirmation dialogs.
Issue 1562:
Suppress notifications when new messages arrive in Trash, Sent or
Drafts special folders.
2010-05-12 04:17:52 +00:00
Jesse Vincent
1bf1643987
Move Account and Folder settings into a submenu. give access to global
...
preferences from there, too. - many users never leave their inboxes
making it hard to get up to Settigns
2010-05-12 01:18:12 +00:00
cketti
4290b74e86
Removed unused resources from res directory
2010-05-03 13:08:38 +00:00