1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
Commit Graph

964 Commits

Author SHA1 Message Date
Jesse Vincent
f64194cb33 Go back to the chip above the checkbox 2012-09-12 23:30:27 -07:00
Jesse Vincent
3a68360e30 remove lots of duplicate menu ui, particularly cutting down on context menu stuff. 2012-09-12 23:30:27 -07:00
Jesse Vincent
5d4a2132d8 Remove "mark all as read" from the UI. (leaving the backend support for now)
User-facing "select all, mark as read" is slightly different but less confusing and cluttered than the duplicated option
2012-09-12 23:30:27 -07:00
cketti
d9fad383eb Added "select all" to action mode menu 2012-09-13 06:46:32 +02:00
Jesse Vincent
7b40e5b14a remove single message items from the Action bar 2012-09-12 20:47:24 -04:00
Jesse Vincent
be1e376094 add a menu for message list item menus 2012-09-12 20:45:30 -04:00
cketti
2a05bc0caa Use ActionBarSherlock's MenuBuilder for the "more" menu 2012-09-12 18:26:51 -04:00
Andrew Chen
c574088f57 Add basic pull to refresh support to MessageList. 2012-09-12 01:59:55 -07:00
Jesse Vincent
8d6b2c2290 move move and copy out of an extra level of submenu
move "more from this sender" out of the "reply" menu
2012-09-12 01:03:37 -04:00
Jesse Vincent
251d3fe2bf layout pass to add our list-item menu button, move the chip inline with the subject. (most refactoring courtesy of eclipse) 2012-09-12 00:18:31 -04:00
Jesse Vincent
77bc346ef9 New icon and divider for message lists 2012-09-11 18:47:31 -04:00
Jesse Vincent
7ac34b185c better layout when you don't show the checkboxes 2012-09-10 18:32:20 -04:00
cketti
20a608e1a0 Removed "Manage back button" setting 2012-09-10 17:54:27 +02:00
Jesse Vincent
8d928d20fa get rid of the non-touchable version of the message list items. (The real difference was the capability to show previews) 2012-09-10 11:52:00 -04:00
cketti
047b5287b3 Got rid of icons in sub-menus 2012-09-10 16:48:55 +02:00
cketti
4f86e5ed3e Got rid of the "Advanced" submenu in the Folders activity 2012-09-10 16:48:55 +02:00
cketti
04796106f6 Made "Settings" the last menu item in each activity 2012-09-10 16:48:54 +02:00
cketti
078e5dd867 Formatting cleanup. No functional changes. 2012-09-10 16:48:54 +02:00
Jesse Vincent
78cf804aca first pass of converting chips to colored circles 2012-09-10 10:40:20 -04:00
Jesse Vincent
4718dd56ba remove the old optimized-for-g1 message_list_item 2012-09-10 09:42:25 -04:00
Jesse Vincent
46edd8f793 Revert "Context actionbar for the account screen."
We're not ready for this sort of living in the futre yet.

This reverts commit 0f51eb54c1.

Conflicts:
	res/drawable-hdpi/ic_action_settings_light.png
	res/drawable-ldpi/ic_action_settings_light.png
	res/drawable-mdpi/ic_action_settings_light.png
	res/drawable-xhdpi/ic_action_settings_light.png
	res/menu/accounts_context.xml
	res/values/strings.xml
	src/com/fsck/k9/activity/Accounts.java
2012-09-10 07:56:35 -04:00
Jesse Vincent
297e859b90 Revert "Add context action bar on FolderList activity." - We are not ready for this
sort of future yet ;)

This reverts commit a5b8ce8064.

Conflicts:
	res/drawable-hdpi/ic_action_read_light.png
	res/drawable-ldpi/ic_action_read_light.png
	res/drawable-mdpi/ic_action_read_light.png
	res/drawable-xhdpi/ic_action_read_light.png
	res/menu/folder_context.xml
2012-09-10 07:41:37 -04:00
Jesse Vincent
20e3335bc1 Remove "flag" as a meessage view menu option (duplicates tapping on the star) 2012-09-09 13:45:34 -07:00
Jesse Vincent
87e437b388 Move "move" and "copy" out of a submenu 2012-09-09 13:45:33 -07:00
Andrew Chen
9fbb2b4836 Show the subject line in the MessageHeader if the ActionBar title was truncated. 2012-09-09 13:45:33 -07:00
Sander Bogaert
20b155ec8b Add icons for the dark theme and make them active. 2012-09-09 13:45:32 -07:00
Andrew Chen
4a416f7acd Hide subject line in MessageView since it's now displayed in the actionbar.
Now that the subject line is gone, the right side of the header is now the tallest part of the header.
Put date and time on the same line to keep the header compact.
2012-09-09 13:41:49 -07:00
Jesse Vincent
8314b65e72 cleanup; actually use the newly extracted icons 2012-09-09 13:39:14 -07:00
Jesse Vincent
f80318d98a More extracting of icons 2012-09-09 13:39:14 -07:00
Jesse Vincent
9fe0a299d1 Initial example of theme-specific icons. 2012-09-09 13:39:13 -07:00
Sander Bogaert
595f591245 Make selection text a bit more generic. 2012-09-09 13:39:12 -07:00
Sander Bogaert
a5b8ce8064 Add context action bar on FolderList activity. 2012-09-09 13:39:11 -07:00
Sander Bogaert
0f51eb54c1 Context actionbar for the account screen. 2012-09-09 13:37:13 -07:00
Sander Bogaert
5392b8c331 Removed some unused files. 2012-09-09 13:37:12 -07:00
Sander Bogaert
bc9bc29097 Show unread count on special accounts too. 2012-09-09 13:37:11 -07:00
Sander Bogaert
85b8f2df8c Move 'share' to message options in the MessageView. 2012-09-09 13:24:27 -07:00
cketti
1cdb1c4fc5 Changed look of action bar in MessageList
* (Temporarily) removed spinner because it wasn't doing anything useful
* Created custom view that also displays the unread count
2012-09-09 13:24:27 -07:00
cketti
9301e94e73 Show as much of the folder name as possible in the navigation spinner 2012-09-09 13:18:10 -07:00
Sander Bogaert
df6611b2de Better sort action icon. 2012-09-09 13:13:44 -07:00
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
29b6d046d3 Separate the welcome message in it's own activity. Cleaner solution and it prevents it from having the same actionbar as the Accounts activity. 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
92bb3f4229 Fix spelling mistake. 2012-09-08 22:21:11 -07:00
Sander Bogaert
7c9a6b8592 Always show search button on actionbar of Accounts activity. 2012-09-08 22:21:11 -07:00
Sander Bogaert
7ce6f0d5e1 Smaller font size in actionbar in landscape mode. 2012-09-08 22:21:09 -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
cketti
933a8fdcd5 Made actionbar_selected a format string 2012-09-08 22:21:04 -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
b90386ecd3 Fix progressindicator on folderscreen. 2012-09-08 21:40:57 -07:00
Sander Bogaert
9cdc892919 Never show expunge on actionbar. 2012-09-08 21:40:57 -07:00
Sander Bogaert
6c27d3e7ef Fix the upper refresh button in MessageList 2012-09-08 21:40:56 -07:00
Sander Bogaert
67ab08383f Created new string resource for folderacitvity title. 2012-09-08 21:39:43 -07:00
Sander Bogaert
4de06915ea Make title changeable. Have email adress and foldername in there. 2012-09-08 21:36:47 -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
11ed023020 Fix workaround for framelayout ignoring margins on android 2.x 2012-09-08 21:32:55 -07:00
Sander Bogaert
2ec97235ec Split bar on Messagelist activity and some code styling. 2012-09-08 21:32:54 -07:00
Sander Bogaert
4293914855 Initial actionbar integration. On top of every activity, no real integration yet. 2012-09-08 21:14:55 -07:00
Vincenzo Reale
513126fe08 Update Italian translation (Issue 4504) 2012-09-05 15:45:40 -07:00
diego
0ad69f4595 Some others typs (sorry) 2012-09-04 12:50:20 +02:00
diegomaninetti
bd898010e7 Fixed some typos in italian translation 2012-09-04 13:30:03 +03:00
diegomaninetti
3e6968cf55 Updated italian translation 2012-09-04 08:58:34 +03:00
Andrew Chen
05a53daddc Merge pull request #171 from aatdark/aatdark_issue1035
Add $Forwarded IMAP flag support.
2012-08-30 09:22:18 -07:00
Bernhard Redl
7c007d19fb added improvements suggested by achen 2012-08-30 17:47:58 +02:00
cketti
5a29d8b792 Fixed typo in Italian translation (found by Diego) 2012-08-30 07:39:26 +02:00
cketti
3958074a4e Updated French translation 2012-08-30 04:06:05 +02:00
Bernhard Redl
56105bcfe3 + add support for $Forwarded IMAP flag 2012-08-29 02:26:38 +02:00
cketti
76f741f11f Fixed typos in German translation (found by Björn Voigt) 2012-08-26 01:47:19 +02:00
Jani Kinnunen
8e6a880032 Update Finnish translation. 2012-08-15 11:16:39 -07:00
Koji Arai
9a9dbd7ba3 Updated Japanese translation. catch up with 2e454f0. 2012-08-15 23:00:05 +09:00
cketti
2e454f0af7 Removed "System zoom controls" setting
We always allow zooming but hide (provided the Android version supports
it) the on-screen zoom controls if the device supports multi-touch,
hence pinch-to-zoom.
2012-08-15 00:21:22 +02:00
cketti
8d3a1cdc77 Updated German translation 2012-08-11 01:58:21 +02:00
cketti
ba6a0bfa95 Added placeholders for missing strings to translations 2012-08-11 01:54:09 +02:00
cketti
d9f1690741 Added option to always show the CC/BCC text input fields 2012-08-10 03:38:10 +02:00
Jani Kinnunen
ff6bae0eef Updated Finnish translation from pull #166.
Squashed commit of the following:

commit 86e704e7a66fe0979885ee677e2b7cf3451567ce
Author: Jani Kinnunen <jani.kinnunen@wippies.fi>
Date:   Thu Aug 9 06:49:07 2012 +0300

    Another try at correcting the WebDAV thing.

commit 5e02bad5216af6e285b8446efd9262a010f9bcbe
Author: Jani Kinnunen <jani.kinnunen@wippies.fi>
Date:   Wed Aug 8 20:51:21 2012 +0300

    Small corrections to the Finnish translation.

commit 47cb79e1e007f762bc7e870d619558baea43f1cf
Author: Jani Kinnunen <jani.kinnunen@wippies.fi>
Date:   Wed Aug 8 09:18:06 2012 +0300

    Updated Finnish translation
2012-08-09 10:19:36 -07:00
Federico
4a66e95d60 Update Values-it
A few fixes by achen.code.  Resolves pull #167.
2012-08-08 14:59:30 -07:00
Andrew Chen
5804b617b6 Merge pull request #165 from Votyer/master
Update it translation.
2012-08-08 09:46:56 -07:00
Andrew Chen
20e358d60b Fix XML errors in tr translation. 2012-08-07 11:19:23 -07:00
Federico
806a7e4eed Update values-it/string.xml 2012-08-07 10:00:59 -07:00
wakeup
0a0a9b83f9 Update res/values-tr/strings.xml 2012-08-07 18:43:22 +03:00
Andrew Chen
d370acb67d fix formatting 2012-08-06 17:08:49 -07:00
Sander Bogaert
ee283c0c77 Give star a bit more room so there is no cut-off. Don't force the scrollbar on the outside so the listitems can take the whole width. 2012-08-03 12:18:12 -04:00
cketti
3e6d161c18 Show current value for the 'notification_hide_subject' ListPreference 2012-08-02 02:43:10 +02:00
cketti
8c11ec18a9 Code style/documentation cleanup (no functional changes) 2012-08-02 02:31:54 +02:00
Bernhard Redl
4028505d69 Extended setting to hide subject in notification area (never, when locked, always)
Fixed issue 2595
2012-08-02 01:47:20 +02:00
Monopatis Dimitris
d1f84fc356 fix some spelling errors 2012-07-24 18:56:40 +03:00
cketti
853b4681b2 Hide 'Background data' option on ICS+ devices 2012-07-19 05:25:23 +02:00