Andrew Chen
3861e7ca35
Log NumberFormatExceptions. Fix whitespace.
2012-09-29 07:53:34 -07:00
Andrew Chen
5a487f154c
Merge pull request #185 from chamonkey/issue3714
...
Add number format handling to Storage.java
2012-09-29 07:51:48 -07:00
Andrew Chen
6b10451b79
Whitespace; no functional changes.
2012-09-29 07:48:58 -07:00
Andrew Chen
1d0ad3cb38
Enable remote search by default.
2012-09-29 07:48:49 -07:00
Erkan
abde7c5056
Update French translation
...
not tested
2012-09-29 01:03:24 +03:00
chamonkey
6e27a90905
Addition of number format handling to Storage.java
2012-09-28 14:48:16 +01: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
Andrew Chen
d88a275840
Change settings version to 18 to match what's currrently on master.
2012-09-25 15:50:47 -07:00
Andrew Chen
2541753aff
Handle aborted imap searches by nuking in-progress connections.
2012-09-25 15:46:30 -07:00
Andrew Chen
9f96cd36a7
Move IMAP search into the Folder level.
...
Should also consider moving the LocalStore search into the folder level and have the store call the folder level searches.
2012-09-25 14:34:59 -07:00
Jani Kinnunen
f69312bd48
Finnish translation updated.
2012-09-25 10:54:11 -07:00
Andrew Chen
270d948edb
Remove duplicate notification on remote search start.
2012-09-25 08:16:48 -07:00
Andrew Chen
5b59511c12
Rename variables
2012-09-25 07:50:10 -07:00
Jesse Vincent
0c69199988
Bumped manifest to 4.308
2012-09-24 19:26:55 -04:00
Jesse Vincent
0e3f87f77f
Chip updates based on work by m0vie
2012-09-24 19:25:34 -04: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
Jesse Vincent
6e3ac2317e
Fix a bug that caused accounts to not have a color on initial load
...
(and now caused a crash on inital load)
2012-09-24 12:11:07 -04:00
ashley willis
6ee0548b71
changed PREFERENCE_CLOUD_SEARCH_ENABLED from "cloud_search_enabled" to "remote_search_enabled" in
...
activity/setup/AccountSettings.java to resolve FC.
2012-09-22 14:23:06 -05:00
Andrew Chen
50a9a90b55
IntelliJ IDEA: Dependency updates for PTR.
2012-09-22 09:48:24 -07: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
Andrew Chen
7631af1572
Log remote search exceptions in addition to toasting them.
2012-09-22 09:37:50 -07:00
ashley willis
99f8a8152c
updated target name "test" in tests/build.xml for Android SDK Tools Revision 20.0.3 / 21 RC4
2012-09-22 09:43:58 -05:00
Jesse Vincent
8df55d069d
make the checkmarks a bit more prominent
2012-09-21 17:27:59 -04: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
baf99b114b
refactor chip code to be a little less ugly
2012-09-21 17:27:58 -04:00
dzan
950940ca3a
Merge pull request #183 from dzan/fix_swipe_select
...
Revert to swipe to enter multi select mode.
2012-09-21 10:26:05 -07:00
Sander Bogaert
b76be539b8
Fix a bug pull-to-refresh exposed in our swipe to select code.
2012-09-21 13:24:53 -04:00
Jesse Vincent
b9395da6be
slight tweaks to chip shape
2012-09-21 00:50:00 -04:00
Jesse Vincent
9a8c050539
slight tweak to the new chip formats
2012-09-21 00:12:09 -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
Sander Bogaert
e0a687dba4
Revert "remove our swipe to select/deselect code now that we have long-press to select and check box to select"
...
This reverts commit cd98875729
.
2012-09-20 16:50:56 -04:00
Jesse Vincent
8625ecf56d
Bumped manifest to 4.307
2012-09-20 11:32:48 -04:00
Andrew Chen
d4d78ffc9f
Merge pull request #181 from m0vie/message_list_swap_buttons
...
Swap 'compose' and 'check mail' buttons in MessageList to be consistent with Folder/Account lists.
2012-09-19 21:39:07 -07:00
Andrew Chen
d50e07bf55
Add settings export for remote search settings.
2012-09-18 20:04:48 -07: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
42e0b3e045
Code cleanup and simplification
2012-09-18 04:16:01 +02:00
cketti
de59725743
Exit action mode when a message list item context menu is displayed
2012-09-18 04:05:13 +02: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
f22801e9d6
Changed the way we handle menu item clicks using MenuPopupHelper
...
Overriding onItemClick() doesn't allow us to get the MenuItem that was
clicked when at least one menu item is hidden. This is because the
position in the list of visible menu items is returned. But that value
can't be used to retrieve the corresponding MenuItem (getItem() uses
the position as index into the list of all menu items).
2012-09-18 03:07:43 +02:00
cketti
10e554e70e
Added dark theme icons for mark as (un)read + (un)flag
2012-09-18 01:01:38 +02:00
Sander Bogaert
d06ec162b6
Have consistent scrollbar style on the FolderList and get rid of the strange whitespace on the right.
2012-09-17 14:08:16 -04: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
cketti
163557ae8a
Use ContextThemeWrapper for "Send as" dialog
...
The old code changed the theme of the activity by wrongly using
ContextWrapper + setTheme().
2012-09-16 03:16:29 +02:00