Joe Steele
512d67a10e
Merge branch 'wrap_folder_name_2' into folder_search
...
Conflicts:
src/com/fsck/k9/activity/FolderList.java
2013-01-11 17:51:16 -05:00
Erkan
1b98bd6795
Update res/values-fr/strings.xml
2013-01-11 21:13:24 +01:00
Joe Steele
fa857f7d09
Switch to using the action bar for folder searches.
...
Eliminate the old-style search dialog box. A similar change
was previously made when searching from the folder list. This
change is applicable when searching while choosing a
folder (e.g. a destination folder for a copy operation).
2013-01-10 17:41:15 -05:00
Joe Steele
d7cb89880a
Switch to using the action bar for folder searches.
...
Eliminate the old-style search dialog box.
2013-01-10 17:41:13 -05:00
Joe Steele
218823d7b2
Remove the progress bar from the message list footer.
...
More often than not, it's scrolled out of view.
Other progress indicators have been implemented that
are always in view.
2013-01-10 16:50:21 -05:00
Joe Steele
689f69ca49
Provide progress indicator for searches.
...
Searches can be slow, so users need an indicator. The indicator is
also used when opening a message list or when refreshing it, or when
loading more messages.
This also removes some unused code.
2013-01-10 16:50:20 -05:00
Joe Steele
29f15d715d
Fix Issue 2389: Self signed certificate expiry causes silent send/receive failure.
...
With this fix, a CertPathValidatorException or CertificateException will
create a "Certificate error: Check your server settings" notification
in the status bar. When the user clicks on the notification, they are
taken to the appropriate server settings screen where they can review their
settings and can accept a different server certificate.
2013-01-10 16:49:55 -05:00
Joe Steele
1ea9502844
Provide new action bar "find folder" icons
2013-01-10 16:49:18 -05:00
Joe Steele
11ce4fc6ea
Create action buttons to search for folders.
2013-01-10 16:49:17 -05:00
Joe Steele
d5a2c6b5c7
Control wrapping of folder names programmatically only
...
This removes the default settings (ellipsized, single line) from the layout
xml file and implements them programmatically. This fixes the problem where:
You are viewing a folder list while wrapping is currently on, then you go into settings
and turn wrapping off, after which you are back at the folder list, but the
list is still wrapped.
2013-01-10 16:42:26 -05:00
Joe Steele
2c20413af6
Permit the folder list item to expand vertically.
...
Prior to this, in cases where the folder name wraps to mulitiple lines,
it could overflow its box and the overflow was hidden.
2013-01-10 16:42:25 -05:00
Joe Steele
26fe9b7757
Create new preference option for wrapping folder names in folder list view.
...
Revert to using an ellipsized folder name as the default.
2013-01-10 16:42:23 -05:00
Joe Steele
7459f1c6b5
Issue 1911: Permit folder names to wrap on multiple lines in folder list view so users can see the entire name.
...
Reduce the default font size used in folder list view to a reasonable size so that long folder paths wrap to fewer lines.
2013-01-10 16:42:22 -05:00
Andrew Chen
076650f3a3
Merge pull request #224 from maniac103/extend-folder-menu
...
Add Refresh' and Settings to folder context menu.
Also add Account Settings to the account context menu.
2013-01-10 12:07:33 -08:00
Danny Baumann
a75947dd87
Add back account settings to account context menu.
2013-01-10 10:00:37 +01:00
Danny Baumann
4b4412b666
Add back 'refresh' and 'settings' to folder context menu.
...
Both items are commonly used even by the average user (and likely both
are used more commonly than 'clear local messages'), so it makes
sense to provide them in the context menu as well as the action bar.
2013-01-08 13:12:47 +01:00
cketti
f548e822d6
Add ckChangeLog to display a change log after an app upgrade
2013-01-08 09:17:35 +01:00
Andrew Chen
1ff0bb6289
Merge pull request #222 from maniac103/jb-notifications
...
Merge branch 'jb-notifications' of https://github.com/maniac103/k-9
* 'jb-notifications' of https://github.com/maniac103/k-9 :
Strip off signatures from preview.
Reset list of unseen messages when the user clears the notification.
In the new-style notification, directly go to message if new message count is 1.
Cancel notification when viewing message by clicking on notification.
Directly go to message when clicking on a single-message notification.
Fix message overflow.
Incorporate review comments.
Some fixes to notification behaviour.
Add German translation for message delete notification action.
Add delete action to notification.
Update summarized notification if a message is deleted or read remotely.
Fixed deprecation warnings.
Simplify code and beautify pre-jellybean notifications by using bold sender span for those.
Respect "Show contact names" option when determining sender for notification.
Fix marking messages as read from notification.
Add German translation for new strings.
Add actions to notifications.
First stab at new notifications.
Remove own Notification.Builder abstraction.
Update android support library to latest version.
2013-01-07 20:44:35 -08:00
Danny Baumann
be38d9eb17
Add German translation for message delete notification action.
2013-01-04 10:41:10 +01:00
Danny Baumann
0bf3dddafc
Add delete action to notification.
2013-01-04 10:40:48 +01:00
Danny Baumann
42605a7ea9
Simplify code and beautify pre-jellybean notifications by using bold
...
sender span for those.
2013-01-02 17:02:57 +01:00
Danny Baumann
2159f1c9bd
Add German translation for new strings.
2013-01-02 14:21:31 +01:00
Danny Baumann
8cee3ee18d
Add actions to notifications.
...
- If there's only a single message in the notification, add 'Reply' and
'Read' (marks as read) buttons.
- If there's more than one message pending, add only 'Read'.
2013-01-02 14:17:20 +01:00
Danny Baumann
694a46c6c1
First stab at new notifications.
2013-01-02 14:11:07 +01:00
Jani Kinnunen
bcb86a2988
Finnish translation updated
2012-12-31 09:15:21 +02:00
Erkan
619ed98ed3
Update res/values-fr/strings.xml
2012-12-26 10:34:22 +01:00
Andrew Chen
5188fc37e5
One-liner to clean up translations.
...
We shouldn't have to write the same one-liner over and over again.
2012-12-23 14:10:05 -08:00
Andrew Chen
e123d378f4
Add interaction_preferences back. Remove localization of other strings from d06e7728d7
2012-12-23 14:05:22 -08:00
Andrew Chen
d06e7728d7
Remove unused strings from c530a00e5b
.
2012-12-18 16:27:28 -08:00
Andrew Chen
bcc29632e9
Disable Cryptography setup menu if APG isn't installed.
2012-12-18 16:18:00 -08:00
Andrew Chen
c530a00e5b
Unify some Account Settings into General Settings and Reading Mail settings
...
Eliminate the "Interaction" account setting category, which only had one setting under it.
2012-12-18 16:06:13 -08:00
cketti
e7be8151fe
Convert translations of 'accounts_welcome' to HTML
2012-12-17 19:00:17 +01:00
cketti
caa26311f1
Use HTML to format welcome message / make URL clickable
2012-12-17 12:41:12 +01:00
ashley willis
f793831498
fixed last commit
2012-12-16 13:54:30 -06:00
Erkan
d3d7adabd9
Update res/values-fr/strings.xml
2012-12-15 12:27:31 +01:00
cketti
9d66a5e3ba
Remove (now redundant) background from layouts to reduce overdraw
2012-12-13 07:28:35 +01:00
cketti
b426cd847c
Use entirely black background in dark theme (not the default gradient)
2012-12-13 07:28:35 +01:00
cketti
99ae73ebb9
Remove the setting to hide the refile buttons
...
With the introduction of the action bar there is no longer a separate
button bar for refile actions. So it's no longer necessary to hide the
buttons to save screen space.
2012-12-08 11:51:10 +01:00
igavio
5ac8d4e5db
Update res/values-el/strings.xml
...
Translation of 4 new strings
2012-12-07 14:48:15 +02:00
cketti
9a16ecce3d
Merge pull request #214 from jacky672/patch-1
...
Update res/values-fr/strings.xml
2012-12-06 13:13:02 -08:00
cketti
b04f1b4319
Add an "empty view" to the message list
...
This will display a spinning progress indicator while the message list
is loaded from the database.
2012-12-06 06:26:39 +01:00
Erkan
182b76d706
Update res/values-fr/strings.xml
2012-12-04 19:52:41 +01:00
Andrew Chen
301c8549e0
Fix ru XML formatting.
2012-12-03 16:25:51 -08:00
Andrew Chen
2800ca3805
Merge pull request #212 from 0x2102/patch-4
...
Update res/values-ru/strings.xml
2012-12-03 15:43:23 -08:00
cketti
b2098c8d1c
Add activity that is displayed during database upgrades
...
See UpgradeDatabases.java for a detailed description of the upgrade
process.
2012-12-01 08:02:55 +01:00
Alexey
7410eb000c
Update res/values-ru/strings.xml
...
The main part has been translated.
2012-11-28 12:34:32 +04:00
Andrew Chen
f4fb907eca
Merge pull request #208 from igavio/patch-7
...
Update of greek translation
2012-11-26 20:34:06 -08:00
Andrew Chen
88f911d38a
Merge pull request #209 from jacky672/master
...
Update app/res/values-fr/strings.xml
2012-11-26 20:33:06 -08:00
Jesse Vincent
989d214b23
Two typo fixes from zjw
2012-11-27 12:25:25 +08:00
Jesse Vincent
3bfeed8b42
more string tweaking
2012-11-24 17:38:21 -05:00
Jesse Vincent
95a49f1427
more wordsmithing
2012-11-24 14:43:18 -05:00
Jesse Vincent
212a331313
reorder folder list menu to emphasize useful things a bit more
2012-11-24 14:42:21 -05:00
Jesse Vincent
e856dd47cf
Tighten up some of our english language prose
2012-11-24 14:22:59 -05:00
Jesse Vincent
16de720661
Better style the thread count indicators
2012-11-24 13:22:21 -05:00
Erkan
4a2b914fc2
Update res/values-fr/strings.xml
2012-11-21 11:27:14 +01:00
cketti
44b37449aa
Fix typo in german translation
2012-11-21 01:44:15 +01:00
cketti
349b1e997e
Use type of compose action as action bar title
...
I.e. one of "Compose", "Reply", "Reply all", "Forward"
2012-11-21 01:42:19 +01:00
cketti
7678210807
Add missing placeholders to translations
2012-11-20 02:12:45 +01:00
igavio
410f9dd899
Update of greek translation
...
Last greek update containing latest new entries and a few corrections of past ones
2012-11-19 11:24:04 +02:00
cketti
4e8c8e35de
Remove unused strings
2012-11-19 08:06:57 +01:00
cketti
e2e5fdfb19
Fix format string in el translation
2012-11-19 05:19:34 +01:00
cketti
c5b552af08
Add placeholders for missing strings in translations
2012-11-19 03:29:21 +01:00
cketti
b97d69333a
Move strings containing the app name to special section in strings.xml
2012-11-19 00:01:30 +01:00
cketti
77f08a34c9
Move app-specific string to appropriate section of strings.xml
2012-11-18 23:36:43 +01:00
cketti
704fb8c181
Don't refer to the device we're running on as "phone"
2012-11-18 22:45:08 +01:00
cketti
08615f205f
Merge branch 'content_provider'
2012-11-18 16:50:31 +01:00
cketti
60ebe8a0bd
Remove unused string
2012-11-15 22:00:17 +01:00
cketti
4eefcb3a31
Fix crash when remote search fails after search screen has been left
...
Also, change error message to be less technical.
2012-11-15 21:28:05 +01:00
cketti
9814833008
Merge branch 'master' into content_provider
2012-11-08 20:32:12 +01:00
Leo Yang
9187b00b17
Traditional Chinese update
2012-11-06 16:43:48 -05:00
Jesse Vincent
9be4efe58f
Get the Folder list to use the new common icons
2012-11-06 16:18:00 -05:00
Jesse Vincent
e318b5483a
refactor a common component
2012-11-06 16:17:31 -05:00
Jesse Vincent
446cda8618
Clean up the icons in account list
2012-11-06 16:02:08 -05:00
Jesse Vincent
a47a8c2ccd
Slightly better whitespace symmetry in the messagelist
2012-11-06 15:20:27 -05:00
Koji Arai
9ae4a6b3dc
Updated Japanese translation. catch up with 952c407
.
2012-11-06 22:47:52 +09:00
cketti
d209c0cce3
Merge branch 'master' into content_provider
...
Conflicts:
src/com/fsck/k9/activity/MessageList.java
src/com/fsck/k9/fragment/MessageListFragment.java
2012-11-05 04:52:45 +01:00
Jesse Vincent
21c5ab5d14
Reorder the accounts menu for consistency with the message list menu
2012-10-30 12:49:37 -04:00
Joe Steele
f70d835404
Provide menu option to search messages.
...
Recent phones frequently do not have a hardware search key, so
there is no way to initiate a search without a menu option.
Related to issues 3386, 3428, 4523, and 4643.
2012-10-30 12:42:51 -04:00
cketti
5778d135fb
Add global setting to enable/disable threaded view
2012-10-28 20:10:52 +01:00
cketti
faa666394c
Do sorting in MergeCursor when merging the query results
...
Disabled "sort by sender" for now because the database can't sort by
contact names from the contacts database. We probably have to
special-case that and do in-memory sorting.
2012-10-27 02:15:30 +02:00
cketti
9d802e807e
Clean up pt-BR translation
2012-10-21 20:32:52 +02:00
cketti
24b100dfc3
Merge commit '68b6df6e1c0a683b195e90d7fe6fddce1c418edd'
2012-10-21 20:23:52 +02:00
cketti
b373dec04e
Merge commit 'e482e32ee4cc224db6cfed6f33bea26b27710bf8'
2012-10-21 20:22:54 +02:00
cketti
1ac666bbd1
Fix italian translation
2012-10-21 19:21:26 +02:00
Marcio Zomb13
68b6df6e1c
Update res/values-pt-rBR/strings.xml
2012-10-17 21:30:00 -03:00
Marcio Zomb13
e482e32ee4
Update res/values-pt-rBR/strings.xml
...
Another update (there are many new strings), i will make some updates later.
Thanks.
2012-10-16 13:22:03 -03:00
cketti
795540e6a5
Merge pull request #192 from voda/patch-1
...
typo in czech translation
2012-10-16 07:58:16 -07:00
cketti
4400434302
Cleaned up pt-BR translation
2012-10-16 16:49:53 +02:00
cketti
c8ed05f895
Merge commit '3033447c90877a221473f2c207fe4a784541854c'
2012-10-16 16:48:19 +02:00
cketti
18831fc634
Merge commit 'cf223dd18036d5bcb67703a4a3c51e834b19aa26'
2012-10-16 16:31:02 +02:00
cketti
e293ff3257
Removed credits from the hungarian translation
...
We don't credit translators (or developers) inside the app.
2012-10-16 16:29:11 +02:00
cketti
cb41ae36c3
Merge commit 'b24e7e3d57ccc3c37ecdac73b51d552e038a255d'
2012-10-16 16:10:17 +02:00
marciozomb13
cf223dd180
Update res/values-pt-rBR/strings.xml
...
Big update on new strings! Please add them!
2012-10-15 12:47:55 -03:00
marciozomb13
3033447c90
Update res/values-pt-rBR/strings.xml
...
Update 15/10/2012
2012-10-15 11:54:23 -03:00
RootRulez
b24e7e3d57
Update res/values-hu/strings.xml
...
Hi!
I'm RootRulez. I translated some strings to hungarian.
Best Regards!
2012-10-14 23:20:35 +03:00
Alexey
f206373e62
Update res/values-ru/strings.xml
...
Some typos fixes and traslations.
2012-10-14 14:23:21 +04:00
Ondřej Vodáček
1173d5da0e
typo in czech translation
2012-10-12 00:30:51 +03:00
Jesse Vincent
4e6453e7bb
remove vestiges of a deleted setting
2012-10-09 21:31:19 -04:00
Jesse Vincent
e9ae328164
Bring back the checkboxes option for messagelist
2012-10-09 18:22:00 -04:00
cketti
63b6b497a0
Early version of message threading
...
Missing:
- UI support for threading when polling
- code to upgrade existing installations
- UI elements to switch from/to threaded display mode
- threading of messages with same subject
2012-10-08 22:51:29 +02:00
Sander Bogaert
335c54575e
Fix unescaped single quote.
2012-10-08 21:54:39 +02:00
Erkan
9651beffc0
Update res/values-fr/strings.xml
2012-10-08 22:36:24 +03:00
cketti
93b13362b4
Converted message list to a fragment
2012-10-06 03:41:32 +02:00
cketti
bbcc4988ba
Converted message view to a fragment
...
The fragment should be fully functional. The only thing missing is the
animation when showing the next/previous message.
2012-10-05 18:14:07 +02:00
cketti
db370c5b40
Removed unused layout
2012-10-05 18:14:06 +02:00
Jesse Vincent
19aad0d9a1
bump up the chip sizes a bit
2012-10-03 21:56:28 -04:00
Andrew Chen
f1d985dc2b
Fix syntax error in el translation.
2012-10-03 10:07:58 -07:00
Andrew Chen
bdb6e3ed68
Merge pull request #189 from igavio/patch-2
...
Update res/values-el/strings.xml
2012-10-03 10:06:13 -07:00
Alexey
e9f74051ab
Update res/values-ru/strings.xml
...
The most part of required lines was translated.
2012-10-03 13:19:19 +04:00
igavio
be48110545
Update res/values-el/strings.xml
2012-10-03 09:50:53 +03:00
cketti
952c40710e
Added setting to disable using the background as (un)read indicator
2012-10-02 22:56:06 +02:00
cketti
0f7ad3a20d
Get rid of the color gradients in the background (dark holo theme)
2012-10-02 19:46:41 +02:00
Andrew Chen
ec3c877ae3
Merge pull request #187 from 0x2102/patch-1
...
Update res/values-ru/strings.xml
2012-10-01 19:13:45 -07:00
Sander Bogaert
b5a3141fdd
Add the new outlook.com domain to our list of preconfigured domains.
2012-10-01 15:07:48 +02:00
0x2102
ef8165ad68
Update res/values-ru/strings.xml
2012-10-01 10:33:28 +04:00
Andrew Chen
03db11f70c
Remove parenthesis around MessageList status messages.
...
Since sync status is now on a separate line (and not after the folder name) in the title, there's no need to wrap it in parens.
2012-09-30 18:53:33 -07:00
Andrew Chen
1491935465
Prevent remote search if we have no network connectivity.
2012-09-30 10:44:20 -07:00
Andrew Chen
67507ffbe6
Merge pull request #186 from jacky672/patch-2
...
Update French translation
2012-09-29 07:54:58 -07:00
Erkan
abde7c5056
Update French translation
...
not tested
2012-09-29 01:03:24 +03:00
Andrew Chen
39e2a973a1
Merge branch 'imapsearch'
...
* imapsearch:
Change settings version to 18 to match what's currrently on master.
Handle aborted imap searches by nuking in-progress connections.
Move IMAP search into the Folder level.
Remove duplicate notification on remote search start.
Rename variables
changed PREFERENCE_CLOUD_SEARCH_ENABLED from "cloud_search_enabled" to "remote_search_enabled" in activity/setup/AccountSettings.java to resolve FC.
Add cloud search icon to local search result screen. Implement pull-to-remote-search.
Log remote search exceptions in addition to toasting them.
Add settings export for remote search settings.
Whitespace; no functional changes.
Handle implicit vs. explicit searches in ActionBar home button behavior.
Whitespace fix; no functional changes.
Add remote search actionbar icons.
IMAP Search: log exceptions on remote search, properly dispatch MessageList changes.
modified loadMessageForView() to dowload message if neither X_DOWNLOADED_FULL nor X_DOWNLOADED_PARTIAL.
Add remote IMAP search support.
Conflicts:
res/menu/message_list_option.xml
res/values/attrs.xml
res/values/themes.xml
src/com/fsck/k9/activity/MessageList.java
src/com/fsck/k9/preferences/Settings.java
2012-09-25 16:01:52 -07:00
Jani Kinnunen
f69312bd48
Finnish translation updated.
2012-09-25 10:54:11 -07:00
Jesse Vincent
2c486e31b6
option to put the sender of a message above the subject
2012-09-24 19:11:21 -04:00
Jesse Vincent
83c5783442
Remove the "make this the default account" checkbox from the account setup flow.
...
If you're adding a new account, it's less likely to be your default than your first was.
No reason for this in initial flow
2012-09-24 12:34:55 -04:00
Jesse Vincent
bb90f6d4ba
Backporting small ui cleanups to the account setup from kaiten
2012-09-24 12:34:22 -04:00
Jesse Vincent
7c0d47a493
switch back from an itemmenu ot a context menu in messagelist.
2012-09-24 12:11:34 -04:00
Andrew Chen
360b3f1be8
Add cloud search icon to local search result screen. Implement pull-to-remote-search.
2012-09-22 09:40:46 -07:00
Jesse Vincent
48785f52bf
Remove the message list stars preference now that stars are in the chip
2012-09-21 17:27:58 -04:00
Jesse Vincent
158c98b5af
replace checkboxes with a variant of the chip.
2012-09-21 17:27:58 -04:00
Jesse Vincent
e55b1e0738
Move the message star into the chip. (Also, the "to me" information)
2012-09-20 23:30:52 -04:00
Andrew Chen
ed3f3117b6
Whitespace; no functional changes.
2012-09-18 19:43:56 -07:00
m0viefreak
728d672627
swap 'compose' and 'check mail' buttons in message lists
...
now account list, folder list, and message list are consistent
2012-09-18 22:23:20 +02:00
Jani Kinnunen
987424352c
Two strings updated in the Finnish translation
2012-09-18 01:36:08 -07:00
cketti
0334ba88c5
Removed 'compact layout' for now
...
See issue 4556
2012-09-18 03:43:54 +02:00
cketti
7bb11c09b2
Display concrete action instead of "Toggle (un)read" & "(Un)star"
2012-09-18 03:33:37 +02:00
cketti
10e554e70e
Added dark theme icons for mark as (un)read + (un)flag
2012-09-18 01:01:38 +02:00
cketti
d5b9aec39f
Display a dark-themed "Send as" dialog when using the dark theme on HC+
2012-09-16 03:24:40 +02:00
Andrew Chen
9409435aa7
Merge pull request #179 from m0vie/message_view_theme_toggle
...
MessageView theme toggle: change the theme of the whole activity and not just the background of the WebView
2012-09-14 23:36:03 -07:00
Jani Kinnunen
f6c32e664b
Finnish translation updated again
2012-09-14 23:08:35 -07:00
m0viefreak
771b5122d6
MessageView theme toggle: change the theme of the whole activity and not just the background of the WebView
...
Using dark theme with white WebView background looks very ugly,
especially when a "download complete message" or a "show images"
button is present.
This change applies the theme to the whole activity.
Also changed the text for the toggle menu. It's also shorter now,
and isn't cut off anymore on hdpi/480px wide devices.
2012-09-15 07:22:25 +02:00
Andrew Chen
b81fc8ea90
Merge pull request #176 from aatdark/aatdark_issuedarkwhite
...
+toggle option in message view to change message display theme (dark,lig...
2012-09-14 20:07:29 -07:00
Jani Kinnunen
e297f885ac
Merge pull request #177 from jkinnunen/UpdatedFinnishTranslation
...
Updated Finnish translation.
2012-09-14 19:57:03 -07:00
Andrew Chen
d4ee4f3980
Add remote search actionbar icons.
2012-09-14 18:23:11 -07:00
cketti
bb88ddc6a0
Don't use AutoCompleteTextView text color workaround on API 11+ devices
...
Fixes issue 4561
2012-09-14 05:50:09 +02:00
Bernhard Redl
76d8e11703
+toggle option in message view to change message display theme (dark,light) permanently (Issue 1674)
2012-09-14 03:16:36 +02:00
cketti
0878de5936
Go back to the old behavior for batch mark as (un)read, (un)flag
...
If there is at least one unread message among the selected messages the
action is "mark as read". Otherwise, "mark as unread".
If there is at least one unstarred message among the selected messages
the action is "add star". Otherwise, "remove star".
2012-09-14 00:34:25 +02:00
cketti
937168895d
Whitespace fixes
2012-09-13 23:22:14 +02:00
Jesse Vincent
09323038e4
move the star to on top of the chip. (This will change to being a star view of the chip when we get there)
2012-09-13 14:07:57 -07:00
Rob Bayer
fdb1267cb1
Add remote IMAP search support.
...
* rbayer/IMAPsearch: (21 commits)
More cleanup
Code Cleanup getRemoteSearchFullText -> isRemoteSearchFullText line wraps for preference items
Refactor to allow fetching of extra search results beyond original request. Most code moved out of ImapStore and ImapFolder and into MessagingController.searchRemoteMessagesSynchronous. Should make it easier to add remoteSearch for other server types.
Prevent delete of search results while search results open
remove duplicated code block
Don't hide Crypto when IMAPsearch disabled
Code Style Cleanup: Tabs -> 4 spaces Remove trailing whitespace from blank lines
tabs -> spaces (my bad...)
Fix opening of folders to be Read-Write when necessary, even if they were previously opened Read-Only.
add missing file
Working IMAP search, with passable UI.
UI improvements
Simple help info when enabling Remote Search
Dependency for preferences
Basic IMAP search working
2012-09-13 09:10:37 -07:00
Jesse Vincent
8a1bdff4a2
message view header cleanup
2012-09-12 23:46:24 -07:00
Jesse Vincent
eec9ec87a2
rejiggering to work well with and without stars
2012-09-12 23:30:28 -07:00
Jesse Vincent
af78f60c8c
Trying a less IN YOUR FACE list item menu - more like google play music
2012-09-12 23:30:27 -07:00
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